02-11-2010 10:29 PM
Hi,
How to change ip address and default gateway of cisco nexus 1000v switch (VSM) ?
DV
02-11-2010 10:46 PM
Hello DV,
To change the VSM's management ip address and gateway you must reconfigure the mgmt0 interface and appropriate ip route.
For example, you could do the following:
conf t
interface mgmt 0
ip address 192.168.0.100/24
exit
vrf context management
ip route 0.0.0.0/0 192.168.0.1
exit
copy run start
In the above situation I assigned 192.168.0.100 as the mgmt ip address of the VSM with gateway 192.168.0.1 and subnet mask corresponding to 255.255.255.0
PS: You may also pass the ip address command as the following if the length of the netmask is not known: ip address 192.168.0.100 255.255.255.0
Hope this helps.
sachin
02-12-2010 12:50 AM
Thanks for reply
DV
03-03-2011 03:11 AM
Hi,
would changing the IP of the VSM have any impact on vCenter? Would there be any reconfig work required on the vCenter or the ESXi hosts?
Thanks
Kassim
03-04-2011 11:38 AM
Hi Kassim,
No reconfiguration will be needed.
However, do note that if your VSM is connected to the VEM via L3, then changing the mgmt0 or control0 interface IP will require the modules to reconnect to the new ip on the interface.
Thanks,
sachin
12-10-2012 02:41 AM
dear
kindly what is the diference between configuring the managment interface of the nexus switch with :
interface mgmt 0
ip address 192.168.0.100/24
and configuring it with the old way :
interface vlan 1
ip address 192.168.0.100
05-23-2013 05:22 AM
interface vlan - in band management
interface mgmt0 - out of band management
simple as that
09-14-2018 10:33 AM
how to check the Gw info after configuring ?
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