04-12-2020 06:14 PM
what are nx-os show commands for following for ipv4 and ipv6:
1. show command interface vlan description
2. show command that with show interface subnet and its subnet mask.
3. show command to show all hsrp, vrrp VIPs with its subnets
04-12-2020 10:11 PM - edited 04-12-2020 10:41 PM
Hi,
1. show command interface vlan description
N9K# show interface description
2. show command that with show interface subnet and its subnet mask.
N9K# ! display IPv4/IPv6 + subnet
N9K# show ip interface vrf all
N9K# show ipv6 interface vrf all
N9K# ! display only IPv4/IPv6
N9K# show ip interface brief vrf all
N9K# show ipv6 interface brief vrf all
Note: if you have multiple VRFs on your switch, you can add "vrf all" at the end of the above commands to display info for all VRFs or "vrf X" for a specific VRF. If you work only in default VRF, you do not need to specify vrf option at the end of the command.
3. show command to show all hsrp, vrrp VIPs with its subnets
N9K# show hsrp
N9K# show hsrp brief
N9K# show vrrp
N9K# show vrrp detail
Note: hsrp/vrrp output will show display information for both ipv4/ipv6
Regards,
Sergiu
04-19-2020 01:36 PM
what' s NX-OS command to see SVI description? show interface description command doesn't show SVI description.
04-19-2020 02:13 PM
N9K-1# show int description ------------------------------------------------------------------------------- Interface Description -------------------------------------------------------------------------------
<snip> Vlan10 vlan 10
It should display the description of all L3 interfaces, including the SVIs.
Which platform and version you have?
04-24-2020 03:41 AM
Hello
conf t
feature hsrp
feature vrrp
feature interface-vlan
end
show hsrp brief
show vrrp detail
show interface brief
show ipv6 interface brief
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