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

show rip statistics

Syntax

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

Release Information

Command introduced before JUNOS Release 7.4.

Description

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

Options

none — Display RIP statistics for all routing instances on all logical systems.

instance (all | instance-name(Optional) Display RIP statistics for all instances or for only the specified routing instance.

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

Required Privilege Level

view

Related Topics

clear rip statistics

List of Sample Output

show rip statistics

Output Fields

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

Table 109: show rip statistics Output Fields

Field Name

Field Description

RIP info

Information about RIP 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 RIP 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.
  • RIPv1 Updates Received—Number of RIPv1 update messages received.
  • RIPv1 Bad Route Entries—Number of RIPv1 invalid route entry messages received.
  • RIPv1 Updates Ignored—Number of RIPv1 update messages ignored.
  • RIPv2 Updates Received—Number of RIPv2 update messages received.
  • RIPv2 Bad Route Entries—Number of RIPv2 invalid route entry messages received.
  • RIPv2 Updates Ignored—Number of RIPv2 update messages that were ignored.
  • Authentication Failures—Number of received update messages that failed authentication.
  • RIP Requests Received—Number of RIP request messages received.
  • RIP Requests Ignored—Number of RIP 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 rip statistics

user@host> show rip statistics so-0/0/0.0
RIP info: port 520; update interval: 30s; holddown 180s; timeout 120s
restart in progress: restart time 60s; restart will complete in 55s
    rts learned  rts held down  rqsts dropped  resps dropped
              0              0              0              0
so-0/0/0.0:  0 routes learned; 501 routes advertised
Counter                         Total   Last 5 min  Last minute
-------                   -----------  -----------  -----------
Updates Sent                        0            0            0
Triggered Updates Sent              0            0            0
Responses Sent                      0            0            0
Bad Messages                        0            0            0
RIPv1 Updates Received              0            0            0
RIPv1 Bad Route Entries             0            0            0
RIPv1 Updates Ignored               0            0            0
RIPv2 Updates Received              0            0            0
RIPv2 Bad Route Entries             0            0            0
RIPv2 Updates Ignored               0            0            0
Authentication Failures             0            0            0
RIP Requests Received               0            0            0
RIP Requests Ignored                0            0            0

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