I have prizm but I don’t see a way to do this. We are subnetting our network and changing hundreds of modules 1 by 1 is driving me nuts. Is there an easier way to change managmeent IP’s?
Hi,
Maybe you can develop a script where it reach the SM using telnet, and then use the command IP to set the desired IP address and subnet
I would follow this guide:
1 - Define the NEW ip/subnet gateway.
2 - develop a script where I can create a pool of address for the NEW network
3 - set the SM IP address range to be reached in order to have IP modified.
4 - the script telnet the SM, and set the new IP address and removed it from the pool (step 2) and close telnet session
5 - script go to next IP (step 3) and repeat step 4.
thanks