cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1437
Views
0
Helpful
4
Replies

need help with nx-os show commands

gavinhans
Level 1
Level 1

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

 

4 Replies 4

Sergiu.Daniluk
VIP Alumni
VIP Alumni

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

 

what' s NX-OS command to see SVI description? show interface description command doesn't show SVI description.

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?

Hello

 

conf t
feature hsrp

feature vrrp
feature interface-vlan

end

show hsrp brief
show vrrp detail
show interface brief
show ipv6 interface brief


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Review Cisco Networking for a $25 gift card