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

show esis statistics

Syntax

show esis statistics
<instance instance-name>

Release Information

Command introduced before JUNOS Release 7.4.

Description

(J-series routing platform only) Display End System-to-Intermediate System (ES-IS) packet statistics.

Options

none — Display ES-IS packet statistics for all routing instances.

instance instance-name(Optional) Display ES-IS statistics for the specified routing instance only.

Required Privilege Level

view

Related Topics

clear esis statistics

List of Sample Output

show esis statistics

Output Fields

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

Table 22: show esis statistics Output Fields

Field Name

Field Description

PDU type

Protocol data unit type.

Received

Number of PDUs received since IS-IS started or since the statistics were set to zero.

Processed

Number of PDUs received less the number dropped.

Drops

Number of PDUs dropped.

Sent

Number of PDUs transmitted since IS-IS started or since the statistics were set to zero.

Total packets received/sent

Total number of PDUs received and transmitted since IS-IS started or since the statistics were set to zero.

Sample Output

show esis statistics

user@host> show esis statistics
PDU type  Received Processed Drops    Sent
ESH              3         3     0       8
ISH             11        10     1       4
RD               0         0     0       0
Unknown          0         0     0       0
Totals          14        13     1      12
Total packets received: 14 sent: 0

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