::
Computers & Technology
How to setup IP address for HP Procurve switch using CLI
SpiderTip
Posted: 2016-07-12
Out of the box switches have VLAN 1 as their default VLAN. You would normally setup the VLAN IP address to communicate to the switch.
Here is how you would configure a management IP address for HP Procurve switch
Switch2810# configure
Switch2810(config)# vlan 1
Switch2810(vlan-1)# ip address 192.168.1.10 255.255.255.0
Switch2810(vlan-1)# wr mem
Switch2810(vlan-1)# exit
Switch2810(config)# ip default-gateway 192.168.1.1
Switch2810(config)# exit
Switch2810#