show rmon protocol-dist-stats

View Remote Network Monitoring (RMON) protocol distribution statistics to see traffic statistics that each protocol generates by local area network (LAN) segment.

Syntax

Command Parameters

protocol-dist-stats
Displays RMON protocol distribution statistics on the switch.

Default

None

Command Mode

User EXEC

Command Output

The show rmon protocol-dist-stats command displays the following information:

Output field

Description

PROTOCOL

Note:

Protocol support can vary across hardware models.

Shows the protocols RMON2 can monitor:

  • Internet Protocol (IP)

  • Secure Shell version 2 (SSHv2)

  • Transmission Control Protocol (TCP)

  • User Datagram Protocol (UDP)

  • File Transfer Protocol (FTP)

  • Hypertext Transfer Protocol (HTTP)

  • Telnet

  • Remote login (rlogin)

  • Trivial File Transfer Protocol (TFTP)

  • Simple Networking Management Protocol (SNMP)

  • Hypertext Transfer Protocol Secure (HTTPS)

PKTS

Shows the number of packets without errors received for this protocol type. This value is the number of link-layer packets so a single, fragmented network-layer packet can increment the counter several times.

OCTETS

Shows the number of octets in packets received for this protocol type since it was added to the table. This value does not include octets in packets that contained errors. This value counts octets in the entire packet that contained the protocol, not just the particular protocol frames.

Example

The following example displays the RMON protocol distribution statistics on the switch.

Switch:1(config)# show rmon protocol-dist-stats
========================================================================
                            Rmon Protocol Dist Stats
========================================================================
PROTOCOL  PKTS       OCTETS
------------------------------------------------------------------------
IP        0          0
TCP       0          0
UDP       0          0
FTP       0          0
SSH       0          0
TELNET    0          0
HTTP      0          0
RLOGIN    0          0
TFTP      0          0
SNMP      0          0
HTTPS     0          0