I need to delete a VLAN and IP route from a HP procurve 5412. Not having done this before on an HP switch, I would like some step by step instructions if possible.
Also , is a switch reboot required for this?
Solved! Go to Solution.
In configuration context you need to do this command:
Config - configuration context
vlan <vid> - enter to vlan context
no ip address x.x.x.x y.y.y.y - remove ip address from vlan
exit - return to config context
no vlan <vid> - remove vlan
No reboot is required. Remember to save your configuration