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 neighbor

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show rip neighbor
<instance (all | instance-name)>
<logical-system (all | logical-system-name)>
<name>

Syntax (EX Series Switches and QFX Series)

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

Description

Display information about RIP neighbors.

Options

none

Display information about all RIP neighbors for all instances.

instance (all | instance-name)

(Optional) Display RIP neighbor information 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.

Required Privilege Level

view

Output Fields

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

Table 1: show rip neighbor Output Fields

Field Name

Field Description

Neighbor

Name of the RIP neighbor.

Note:

Beginning with Junos OS Release 11.1, when you configure demand circuits, the output displays a demand circuit (DC) flag next to neighbor interfaces configured for demand circuits.

If you configure demand circuits at the [edit protocols rip group group-name neighbor neighbor-name] hierarchy level, the output shows only the neighboring interface that you specifically configured as a demand circuit. If you configure demand circuits at the [edit protocols rip group group-name] hierarchy level, all of the interfaces in the group are configured as demand circuits. Therefore, the output shows all of the interfaces in that group as demand circuits.

State

State of the connection: Up or Dn (Down).

Source Address

Address of the port on the local router.

Destination Address

Address of the port on the remote router.

Send Mode

Send options: broadcast, multicast, none, or version 1.

Receive Mode

Type of packets to accept: both, none, version 1, or version 2.

In Met

Metric added to incoming routes when advertising into RIP routes that were learned from other protocols.

Sample Output

show rip neighbor

content_copy zoom_out_map
user@host> show rip neighbor   
                  Local  Source          Destination     Send    Receive  In
Neighbor          State  Address         Address         Mode    Mode     Met
--------          -----  -------         -----------     ----    -------  ---
ge-2/3/0.0           Up  192.168.9.105   192.168.9.107   bcast   both       1
at-5/1/1.42          Dn  (null)          (null)          mcast   v2 only    3
at-5/1/0.42          Dn  (null)          (null)          mcast   both       3
at-5/1/0.0           Up  198.51.100.0    224.0.0.9       mcast   both       3
so-0/0/0.0           Up  192.168.9.97    224.0.0.9       mcast   both       3

show rip neighbor (With Demand Circuits Configured)

content_copy zoom_out_map
user@host> show rip neighbor
                  Local  Source          Destination     Send   Receive  In
Neighbor          State  Address         Address         Mode   Mode     Met
--------          -----  -------         -----------     ----   -------  ---
so-0/1/0.0(DC)       Up  10.10.10.2      224.0.0.9       mcast  both       1
so-0/2/0.0(DC)       Up  192.0.2.2       224.0.0.9       mcast  both       1

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation