View Segmented Management Instance Statistics

Use this task to view Management Instance statistics.

Procedure

  1. To enter User EXEC mode, log on to the switch.
  2. View general Segmented Management Instance statistics:

    show mgmt statistics [clip | oob | vlan]

  3. View ICMP statistics for the Management Instance:
    Note

    Note

    This step does not apply to VSP 8600 Series.

    show mgmt ip icmp-statistics

    OR

    show mgmt ipv6 icmp-statistics

  4. View IP statistics for the Management Instance:
    Note

    Note

    This step does not apply to VSP 8600 Series.

    show mgmt ip ip-statistics

    OR

    show mgmt ipv6 ip-statistics

  5. View the TCP connections for the Management Instance:
    Note

    Note

    This step does not apply to VSP 8600 Series.

    show mgmt ip tcp-connections

    OR

    show mgmt ipv6 tcp-connections

  6. View the TCP statistics for the Management Instance:
    Note

    Note

    This step does not apply to VSP 8600 Series.

    show mgmt ip tcp-statistics

    OR

    show mgmt ipv6 tcp-statistics

  7. View the UDP endpoints for the Management Instance:
    Note

    Note

    This step does not apply to VSP 8600 Series.

    show mgmt ip udp-endpoints

    OR

    show mgmt ipv6 udp-endpoints

  8. View the UDP statistics for the Management Instance:
    Note

    Note

    This step does not apply to VSP 8600 Series.

    show mgmt ip udp-statistics

    OR

    show mgmt ipv6 udp-statistics

  9. Enter Privileged EXEC mode:

    enable

  10. Optional: Clear all of the statistics for the Management Instance:

    clear mgmt statistics

Examples

Switch:1>show mgmt statistics

==================================================================================================================================
                                                 Mgmt Interface Stats Information
==================================================================================================================================
INST   DESCR       RX-PKTS             RX-ERROR            RX-DROP             TX-PKTS             TX-ERROR            TX-DROP
----------------------------------------------------------------------------------------------------------------------------------
1      Mgmt-oob1   111667              0                   0                   21412               0                   0

1 out of 1 Total Num of mgmt interfaces displayed
----------------------------------------------------------------------------------------------------------------------------------
Switch:1>show mgmt ip icmp-statistics

================================================================================
                        Mgmt ICMP Statistics Information
================================================================================
InMsgs           : 44
InErrors         : 0
InCsumErrors     : 0
InDestUnreachs   : 44
InTimeExcds      : 0
InParmProbs      : 0
InSrcQuenchs     : 0
InRedirects      : 0
InEchos          : 0
InEchoReps       : 0
InTimestamps     : 0
InTimestampReps  : 0
InAddrMask       : 0
InAddrMaskReps   : 0
OutMsgs          : 53
OutErrors        : 0
Switch:1>show mgmt ipv6 icmp-statistics

================================================================================
                       Mgmt ICMPv6 Statistics Information
================================================================================
InMsgs                    : 58
InErrors                  : 0
InCsumErrors              : 0
InDestUnreachs            : 0
InTimeExcds               : 0
InParmProbs               : 0
InPktTooBigs              : 0
InRedirects               : 0
InEchos                   : 0
InEchoReps                : 0
InGroupMembQueries        : 0
InGroupMembReductions     : 0
InRouterSolicits          : 0
InRouterAdvertisements    : 55
InNeighborSolicits        : 0
InNeighborAdvertisements  : 3
InMLDv2Reports            : 0
InType134                 : 55
InType136                 : 3
OutMsgs                   : 69
OutErrors                 : 0
OutDestUnreachs           : 0
OutTimeExcds              : 0
OutParmProbs              : 0
OutPktTooBigs             : 0
OutRedirects              : 0
OutEchos                  : 0
OutEchoReps               : 0
OutGroupMembQueries       : 0
OutGroupMembResponses     : 0
OutGroupMembReductions    : 0
OutRouterSolicits         : 0
OutRouterAdvertisements   : 0
OutNeighborSolicits       : 13
OutNeighborAdvertisements : 0
OutMLDv2Reports           : 56
OutType133                : 56
OutType135                : 13
OutType143                : 0

--------------------------------------------------------------------------------
Switch:1>show mgmt ip ip-statistics

================================================================================
                         Mgmt IP Statistics Information
================================================================================
InReceives        : 1231729
InHdrErrors       : 0
InAddrErrors      : 489
InUnknownProtos   : 0
InDiscards        : 0
InDelivers        : 1221886
OutRequests       : 1212585
OutDiscards       : 20
OutNoRoutes       : 0
ForwDatagrams     : 0
ReasmTimeout      : 0
ReasmReqds        : 0
ReasmOKs          : 0
ReasmFails        : 0
FragOKs           : 0
FragFails         : 0
FragCreates       : 0

--------------------------------------------------------------------------------
Switch:1>show mgmt ipv6 ip-statistics

================================================================================
                        Mgmt IPv6 Statistics Information
================================================================================
InReceives        : 226
InHdrErrors       : 0
InAddrErrors      : 0
InUnknownProtos   : 0
InDiscards        : 0
InDelivers        : 62
InTooBigErrors    : 0
InNoRoutes        : 0
InTruncatedPkts   : 0
InMcastPkts       : 224
InOctets          : 20556
InMcastOctets     : 20416
InBcastOctets     : 0
InNoECTPkts       : 226
InECT1Pkts        : 0
InECT0Pkts        : 0
InCEPkts          : 0
OutRequests       : 71
OutDiscards       : 0
OutNoRoutes       : 0
OutForwDatagrams  : 0
OutMcastPkts      : 69
OutOctets         : 5412
OutMcastOctets    : 5272
OutBcastOctets    : 0
ReasmTimeout      : 0
ReasmReqds        : 0
ReasmOKs          : 0
ReasmFails        : 0
FragOKs           : 0
FragFails         : 0
FragCreates       : 0

--------------------------------------------------------------------------------
Switch:1>show mgmt ip tcp-connections

==================================================================================================================================
                                                     Mgmt IP TCP connections
==================================================================================================================================
STATE            RECV-Q     SEND-Q     Local Address:Port                            Peer Address:Port
----------------------------------------------------------------------------------------------------------------------------------
LISTEN           0          5          0.0.0.0:ftp                                   0.0.0.0:*
LISTEN           0          5          0.0.0.0:telnet                                0.0.0.0:*
LISTEN           0          40         0.0.0.0:https                                 0.0.0.0:*
LISTEN           0          1          0.0.0.0:login                                 0.0.0.0:*
ESTAB            0          0          192.0.2.10:https                              198.51.100.1:50694
ESTAB            0          3          192.0.2.10:telnet                             198.51.100.1:58862
ESTAB            0          0          192.0.2.10:https                              198.51.100.1:59774
----------------------------------------------------------------------------------------------------------------------------------
Switch:1>show mgmt ipv6 tcp-connections

==================================================================================================================================
                                                    Mgmt IPv6 TCP connections
==================================================================================================================================
STATE            RECV-Q     SEND-Q     Local Address:Port                            Peer Address:Port
----------------------------------------------------------------------------------------------------------------------------------
LISTEN           0          5          *:ftp                                         *:*
LISTEN           0          5          *:telnet                                      *:*
LISTEN           0          40         *:https                                       *:*
LISTEN           0          1          *:login                                       *:*
----------------------------------------------------------------------------------------------------------------------------------
Switch:1>show mgmt ip tcp-statistics

================================================================================
                Mgmt Combined IPv4/v6 TCP Statistics Information
================================================================================
TcpActiveOpens    : 9571
TcpPassiveOpens   : 9658
TcpAttemptFails   : 17
TcpEstabResets    : 86
TcpInSegs         : 1207867
TcpOutSegs        : 1199088
TcpRetransSegs    : 42
TcpInErrs         : 0
TcpOutRsts        : 89
TcpInCsumErrors   : 0
--------------------------------------------------------------------------------
Switch:1>show mgmt ipv6 tcp-statistics

================================================================================
                Mgmt Combined IPv4/v6 TCP Statistics Information
================================================================================
TcpActiveOpens    : 9626
TcpPassiveOpens   : 9713
TcpAttemptFails   : 17
TcpEstabResets    : 86
TcpInSegs         : 1212159
TcpOutSegs        : 1203293
TcpRetransSegs    : 42
TcpInErrs         : 0
TcpOutRsts        : 89
--------------------------------------------------------------------------------
Switch:1>show mgmt ip udp-endpoints

==================================================================================================================================
                                                      Mgmt IP UDP endpoints
==================================================================================================================================
STATE            RECV-Q     SEND-Q     Local Address:Port                            Peer Address:Port
----------------------------------------------------------------------------------------------------------------------------------
UNCONN           0          0          0.0.0.0:bootpc                                0.0.0.0:*
UNCONN           0          0          0.0.0.0:tftp                                  0.0.0.0:*
UNCONN           0          0          192.0.2.10:ntp                                0.0.0.0:*
UNCONN           0          0          0.0.0.0:ntp                                   0.0.0.0:*
UNCONN           0          0          0.0.0.0:snmp                                  0.0.0.0:*
----------------------------------------------------------------------------------------------------------------------------------
Switch:1>show mgmt ipv6 udp-endpoints

==================================================================================================================================
                                                     Mgmt IPv6 UDP endpoints
==================================================================================================================================
STATE            RECV-Q     SEND-Q     Local Address:Port                            Peer Address:Port
----------------------------------------------------------------------------------------------------------------------------------
UNCONN           0          0          [0:0:0:0:0:0:0:1]:domain                      *:*
UNCONN           0          0          *:tftp                                        *:*
UNCONN           0          0          [fe80:0:0:0:f66e:95ff:fe9f:81]:ntp            *:*
UNCONN           0          0          [fe80:0:0:0:f66e:95ff:fe9f:a5]:ntp            *:*
UNCONN           0          0          [fe80:0:0:0:a8bb:ccff:fedd:ee01]:ntp          *:*
UNCONN           0          0          [fe80:0:0:0:fce7:79ff:fe04:999c]:ntp          *:*
UNCONN           0          0          [fe80:0:0:0:609a:4aff:fe4e:cf04]:ntp          *:*
UNCONN           0          0          [fe80:0:0:0:c482:2aff:fe75:2e66]:ntp          *:*
UNCONN           0          0          [fe80:0:0:0:c80a:73ff:fe00:364e]:ntp          *:*
UNCONN           0          0          [fe80:0:0:0:80cc:e9ff:fec7:b9e2]:ntp          *:*
UNCONN           0          0          [fe80:0:0:0:64da:41ff:fec5:489e]:ntp          *:*
UNCONN           0          0          [fe80:0:0:0:f8d7:d6ff:feda:62bc]:ntp          *:*
UNCONN           0          0          [fe80:0:0:0:f66e:95ff:fe9f:0]:ntp             *:*
UNCONN           0          0          [0:0:0:0:0:0:0:1]:ntp                         *:*
UNCONN           0          0          *:ntp                                         *:*
UNCONN           0          0          *:snmp                                        *:*

----------------------------------------------------------------------------------------------------------------------------------
Switch:1>show mgmt ip udp-statistics

================================================================================
                         Mgmt UDP Statistics Information
================================================================================
UdpInDatagrams    : 63622
UdpNoPorts        : 44
UdpInErrors       : 0
UdpOutDatagrams   : 63666
UdpIgnoredMulti   : 0
UdpRcvbufErrors   : 0
UdpSndbufErrors   : 0
UdpInCsumErrors   : 0
--------------------------------------------------------------------------------
Switch:1>show mgmt ipv6 udp-statistics

================================================================================
                        Mgmt UDP6 Statistics Information
================================================================================
Udp6InDatagrams    : 0
Udp6NoPorts        : 0
Udp6InErrors       : 0
Udp6OutDatagrams   : 0
Udp6IgnoredMulti   : 0
Udp6RcvbufErrors   : 0
Udp6SndbufErrors   : 0
Udp6InCsumErrors   : 0
--------------------------------------------------------------------------------