Can you remotely change the IP of VLAN 1 and the Default Gateway IP remotely on a G450?
These are the commands I would do if I were directly consoled into the gateway. I don't believe the changes take effect until the chassis is restarted, but I'm afraid I might lose connection after the copy run start. Thoughts?
Clear the current IPs:
no default-gateway
interface vlan 1
no ip address
Then reassign the new IPs:
interface vlan 1
ip address [IP address] [subnet mask]
pmi
exit
ip default-gateway [IP address}
Copy new config to running config
copy run start
Reset the chassis for the changes to take effect:
reset chassis
- Stinney
“The man who asks a question is a fool for a minute, the man who does not ask is a fool for life.” - Confucius