In case you are finding it hard to reach default gateway from your newly installed Nexus 1000v virtual machine, here is one quick thing to check and configure before you can reach to the default gateway and other allowed subnets from your Nexus 1000v VM.
Configure the management IP Address and default gateway on Nexus 1000v as per below commands
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
Note: Change the IP address as per your subnet.
Configure the management IP Address and default gateway on Nexus 1000v as per below commands
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
Note: Change the IP address as per your subnet.
Comments
Post a Comment