Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show rip statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show rip statistics
<instance (all | instance-name)>
<logical-system (all | logical-system-name)>
<name>
<peer (all | address)>

Syntax (EX Series Switches and QFX Series)

content_copy zoom_out_map
show rip statistics
<instance (all | instance-name)>
<name>

Description

Display RIP statistics about messages sent and received on an interface, as well as information received from advertisements from other routing devices.

Options

none

Display RIP statistics for all routing instances.

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.

name

(Optional) Display detailed information about only the specified RIP neighbor.

peer (all | address)

(Optional) Display RIP statistics for a single peer or all peers.

Required Privilege Level

view

Output Fields

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

Table 1: 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.

  • update interval—Interval between routing table updates, in seconds.

  • holddown—Hold-down interval, in seconds.

  • timeout—Timeout interval, in seconds.

  • restart in progress—Graceful restart status. Displayed when RIP is or has been in the process of graceful restart.

  • restart time—Estimated time for the graceful restart to finish, in seconds.

  • restart will complete in—Remaining time for the graceful restart to finish, 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.

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.

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.

Sample Output

show rip statistics

content_copy zoom_out_map
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

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation