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

show ripng statistics

Syntax

show ripng statistics
<logical-system (all | logical-system-name)>
<name>

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display Routing Information Protocol next generation (RIPng) statistics about messages sent and received on an interface, as well as information received from advertisements from other routers.

Options

none — Display RIPng statistics for all neighbors on all logical systems.

logical-system (all | logical-system-name) — (Optional) Perform this operation on all logical systems or on a particular logical system.

name(Optional) Display detailed information about a specific RIPng neighbor.

Required Privilege Level

view

Related Topics

clear ripng statistics

List of Sample Output

show ripng statistics

Output Fields

Table 113 lists the output fields for the show ripng statistics command. Output fields are listed in the approximate order in which they appear.

Table 113: show ripng statistics Output Fields

Field Name

Field Description

RIPng info

Information about RIPng on the specified interface:

  • port—UDP port number used for RIP.
  • holddown—Hold-down interval, in seconds.
  • rts learned—Number of routes learned through RIP.
  • rts held down—Number of routes held down by RIP.
  • rqsts dropped—Number of received request packets that were dropped.
  • resps dropped—Number of received response packets that were dropped.
  • restart—Graceful restart status. Displayed when RIPng is or has been in the process of graceful restart.

logical-interface

Name of the logical interface and its statistics:

  • routes learned—Number of routes learned on the logical interface.
  • routes advertised—Number of routes advertised by the logical interface.
  • timeout—Timeout interval, in seconds.
  • update interval—Number of seconds since last update.

Counter

List of counter types:

  • Updates Sent—Number of update messages sent.
  • Triggered Updates Sent—Number of triggered update messages sent.
  • Responses Sent—Number of response messages sent.
  • Bad Messages—Number of invalid messages received.
  • Updates Received—Number of RIPng update messages received.
  • Bad Route Entries—Number of RIPng invalid route entry messages received.
  • Updates Ignored—Number of RIPng update messages ignored.
  • RIPng Requests Received—Number of RIPng request messages received.
  • RIPng Requests Ignored—Number of RIPng request messages ignored.

Total

Total number of packets for the selected counter.

Last 5 min

Number of packets for the selected counter in the most recent 5-minute period.

Last minute

Number of packets for the selected counter in the most recent 1-minute period.

show ripng statistics

user@host> show ripng statistics
RIPng info: port 521; holddown 120s;
    rts learned  rts held down  rqsts dropped  resps dropped
              0              0              0              0

so-0/1/3.0:  0 routes learned; 1 routes advertised; timeout 180s; update interval 20s
Counter                         Total   Last 5 min  Last minute
-------                   -----------  -----------  -----------
Updates Sent                      934           16            4
Triggered Updates Sent              1            0            0
Responses Sent                      0            0            0
Bad Messages                        0            0            0
Updates Received                    0            0            0
Bad Route Entries                   0            0            0
Updates Ignored                     0            0            0
RIPng Requests Received             0            0            0
RIPng Requests Ignored              0            0            0

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