This might not be the right place to ask this question since it revolves around HP switch command line syntax, however..
I'm trying to write a config snippet that changes the management subnet mask on a group of HP2524 switches. So far i've got
config
vlan "Default_vlan"
ip address ipaddress new_subnet_mask
exit
exit
exit
y
My problem is that the 'ip address' command needs an IP address (this is the switch management address) which is a static, hence diferent for each of the switches. I can't cahgne them all to DHCP : we have a standard of static address for our switch management.
Thanks
Andrew