View Segmented Management Instance Information

Use this task to view Management Instance information.

Procedure

  1. To enter User EXEC mode, log on to the switch.
  2. View general configuration information:

    show mgmt interface [clip | oob | vlan]

  3. View operational routes for the Management Instance:

    show mgmt ip route [clip | oob | vlan]

    OR

    show mgmt ipv6 route [clip | oob | vlan]

    Note

    Note

    Routes with a type of LOCAL have a metric equal to 1.

  4. View configured static routes for the Management Instance:

    show mgmt ip route static [vlan | oob | clip]

    OR

    show mgmt ipv6 route static [vlan | oob | clip]

    Note

    Note

    Routes with a type of LOCAL have a metric equal to 256.

  5. View the ARP or Neighbor Discovery cache information for the Management Instance:

    show mgmt ip arp [clip | oob | vlan]

    OR

    show mgmt ipv6 neighbor [clip | oob | vlan]

Example

Switch:1>show mgmt interface vlan
=======================================================================================
                                    Mgmt Interface Information
=======================================================================================
INST      DESCR      TYPE      ADMIN      VLAN      PORT      VRF            PHYSICAL
----------------------------------------------------------------------------------------
4         Mgmt-vlan  VLAN      enable     2         -                       192.0.2.188

1 out of 1 Total Num of mgmt interfaces displayed
-------------------------------------------------------------------------------- 
Switch:1>show mgmt ip route
==========================================================================================
                         Mgmt IPv4 Route Information - Table main
==========================================================================================
DEST/MASK            NEXTHOP              METRIC     INTERFACE       TYPE
------------------------------------------------------------------------------------------
0.0.0.0/0            0.0.0.0              100        Mgmt-clip       INTERNAL
0.0.0.0/0            0.0.0.0              300        Mgmt-oob1       DHCP
192.0.2.189/24       0.0.0.0              256        Mgmt-vlan       LOCAL 
2 out of 2 Total Num of mgmt ip route displayed
------------------------------------------------------------------------------------------
Switch:1>show mgmt ip route static
==========================================================================================
                     Mgmt IPv4 Static Route Information - Table main
==========================================================================================
INTERFACE       DEST/MASK            NEXTHOP              METRIC     STATE     TYPE
------------------------------------------------------------------------------------------
Mgmt-vlan       192.0.2.1/24         10.0.0.30            200        ACTIVE    STATIC
Mgmt-vlan       198.51.100.5/24      10.0.0.40            200        ACTIVE    STATIC
Mgmt-oob1       0.0.0.0/0            192.0.2.5            300        ACTIVE    DHCP
Switch:1>show mgmt ipv6 route static
==========================================================================================
                     Mgmt IPv6 Static Route Information - Table main
==========================================================================================
INTERFACE       DEST/MASK            NEXTHOP              METRIC     STATE     
-------------------------------------------------------------------------------------------
Mgmt-vlan       40:0:0:0:0:0:0:0/64  10:0:0:0:0:0:0:40     200       ACTIVE   
Mgmt-vlan       50:0:0:0:0:0:0:0/64  10:0:0:0:0:0:0:50     200       ACTIVE   
Switch:1>show mgmt ip arp
==========================================================================================
            Mgmt IP ARP Information
==========================================================================================
IP_ADDRESS        INTERFACE    MAC_ADDRESS        STATE      
-------------------------------------------------------------------------------------------
10.10.10.1        Mgmt-vlan    00:1d:af:64:a2:14  REACHABLE     
10.10.10.22       Mgmt-vlan    00:18:b0:5a:92:14  STALE               
10.10.10.33       Mgmt-vlan    00:50:56:8c:43:55  FAILED    
Switch:1>show mgmt ipv6 neighbor
==========================================================================================
            Mgmt IPv6 Neighbor Information
==========================================================================================
IPV6_ADDRESS    INTERFACE    MAC_ADDRESS          STATE     
-------------------------------------------------------------------------------------------
10::1           Mgmt-vlan    00:1d:af:64:a2:14    REACHABLE          
10::22          Mgmt-vlan    00:18:b0:5a:92:14    STALE
10::33          Mgmt-vlan    00:50:56:8c:43:53    FAILED