[Contents] [Prev] [Next] [Index] [Report an Error]

show pgm statistics

Syntax

show pgm statistics

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display Pragmatic General Multicast (PGM) packet statistics, including general loss and repair statistics.

Options

This command has no options.

Required Privilege Level

view

List of Sample Output

show pgm statistics

Output Fields

Table 51 describes the output fields for the show pgm statistics command. Output fields are listed in the approximate order in which they appear.

Table 51: show pgm statistics Output Fields

Field Name

Field Description

PGM type, # received, # sent

Number of packets received and sent for the following PGM packet types:

  • SPM—Number of total source path messages received and sent by the local system. Source path messages (SPMs) are sent by a source to establish the source path state in network elements and to provide the transmit-window state to receivers.
  • POLL—Total number of poll requests received and sent by the local system.
  • POLR—Total number of poll responses received and sent by the local system.
  • ODATA—Total number of original data packets received and sent by the local system.
  • RDATA—Total number of repair data packets received and sent by the local system. RDATA packets are generated in response to negative acknowledgments (NAKs), which indicate a missing packet from the original data sequence.
  • NAK—Total number of negative acknowledgments received and sent by the local system. NAK packets indicate that a packet in the expected original data sequence has been detected as missing.
  • NULLNAK—Total number of null negative acknowledgments received and sent by the local system. NULLNAKs are transmitted by a designated local repairer that receives NAKs redirected to it by either receivers or network elements to provide flow-control feedback to a source.
  • NCF—Total number of NAK confirmations received and sent by the local system. NAK confirmations are generated in response to NAK packets that are received.
  • SPMR—Total number of source path message requests (SPMRs) received and sent by the local system. SPMRs are used to solicit a source path message from a source in a nonimplosive way. The typical application is for late-joining receivers to solicit source path messages directly from a source in order to be able to send NAKs for missing packets, without having to wait for a regularly scheduled source path message from that source.
  • OTHER—Total number of other PGM packets received and sent by the local system.

packets shorter than minimum PGM header length

Total number of packets received with headers that are shorter than the minimum required PGM header length.

packets received with incorrect check sum

Total number of packets received with an incorrect checksum. The checksum field is the 1's complement of the 1's complement sum of the entire PGM packet, including the header.

packets received with zero check sum

Total number of packets received with a zero checksum. If the computed checksum is zero, it is transmitted as all ones. A value of zero in this field means that the transmitter generated no checksum.

packets received with TSDU length incorrect

Total number of packets received with an incorrect Transport Service Data Unit (TSDU) length (16 bits).

packets received with SPM length incorrect

Total number of packets received with an incorrect source path message length.

packets received with unknown SPM address family

Total number of packets received with an unknown source path message address family indicator (AFI).

packets received with NAK length incorrect

Total number of packets received with an incorrect NAK length.

packets received with unknown NAK address family

Total number of packets received with an unknown NAK address family indicator (AFI).

packets received with NAK for unknown TSI

Total number of NAK packets received with an unknown transport session identifier (TSI).

packets received when NAK throttled

Total number of packets received when NAK is throttled.

packets received with NCF length incorrect

Total number of packets received with an incorrect NAK confirmation length.

packets received with unknown NCF address family

Total number of packets received with an unknown NAK confirmation address family indicator (AFI).

packets received with NCF for unknown TSI

Total number of NAK confirmation packets received with an unknown transport session identifier (TSI).

packets received with RDATA length incorrect

Total number of packets received with an incorrect RDATA length.

packets received with RDATA for unknown TSI

Total number of RDATA packets received with an unknown transport session identifier (TSI).

show pgm statistics

user@host> show pgm statistics
PGM type     # received     # sent
SPM                   0          0
POLL                  0          0
POLR                  0          0
ODATA                 0          0
RDATA                 0          0
NAK                   0          0
NULLNAK               0          0
NCF                   0          0
SPMR                  0          0
OTHER                 0          0

packets shorter than minimum PGM header length  :          0
packets received with incorrect check sum       :          0
packets received with zero check sum            :          0
packets received with TSDU length incorrect     :          0
packets received with SPM length incorrect      :          0
packets received with unknown SPM address family:          0
packets received with NAK length incorrect      :          0
packets received with unknown NAK address family:          0
packets received with NAK for unknown TSI       :          0
packets received when NAK throttled             :          0
packets received with NCF length incorrect      :          0
packets received with unknown NCF address family:          0
packets received with NCF for unknown TSI       :          0
packets received with RDATA length incorrect    :          0
packets received with RDATA for unknown TSI     :          0

[Contents] [Prev] [Next] [Index] [Report an Error]