06-25-2008 06:35 AM - edited 03-05-2019 11:49 PM
How to change the IP address for the switch? Will it affect anythings after changing the IP address?
06-25-2008 06:38 AM
Assuming that the IP address is assigned to vlan 1,
config t
int vlan 1
ip address [new ip address] [netmask]
As soon as you hit enter, you'll lose management connectivity, but you should be able to connect to the new address. If you're changing management networks, you'll want to double check gateway/connectivity before making the change.
Hope that helps.
06-25-2008 06:40 AM
If you are running a Layer 3 switch with the appropriate IOS then to assign an IP address to a specific port you would run the
"no switchport" command.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide