Link to home
Start Free TrialLog in
Avatar of rookie_b
rookie_bFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Baic comware based HP switch SSH configuration

Hello,

We have new comware based HP  5130 EI switches, and the CLI is quite different from the Procurve. Can someone help me with initial basic config, as I find the guide a bit confusing. All I need is the following:

setup a management vlan and give it an IP address
create a local manager user/password
enable ssh with local authentication


Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Richard Murphy
Richard Murphy
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Few other tips
<HP> is operator mode, from here you can run basic diagnostics and view the status as well as the running config with the display command

<HP>display current-configuration

Or

<HP>display transceiver diagnosis interface GigabitEthernet 1/0/49

to do any kind of switch administration you have to be in the system-view mode.
<HP>system-view
[HP]ospf 1
[HP-ospf-1]area 0.0.0.0
[HP-ospf-1-area-0.0.0.0]network 192.168.0.0 0.0.0.255
[HP-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.3

Unlike Cisco the config can be saved back from any view
[HP]save

to return to the operator view you can type quit until you reach the desired level or.
[HP]return
<HP>

Hope this also helps
Avatar of rookie_b

ASKER

Excellent!
Avatar of Mohammed Abdul
Mohammed Abdul

Thanka a lot Richard. Can you also share how to update the firmware please of HP 5130 Switch