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 ripng statistics

date_range 19-Nov-23

Syntax

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

Syntax (EX Series Switch)

content_copy zoom_out_map
show ripng statistics
<name> 

Description

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

Options

none

Display RIPng statistics for all neighbors.

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

Output Fields

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

Table 1: show ripng statistics Output Fields

Field Name

Field Description

RIPng info

Information about RIPng on the specified interface:

  • port—UDP port number used for RIPng.

  • holddown—Hold-down interval, in seconds.

  • rts learned—Number of routes learned through RIPng.

  • rts held down—Number of routes held down by RIPng.

  • 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—Interval between routing table updates, in seconds.

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.

Sample Output

show ripng statistics

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

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation