Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

show rip neighbor

List of Syntax

Syntax
Syntax (EX Series Switches and QFX Series)

Syntax

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

Syntax (EX Series Switches and QFX Series)

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

Release Information

Command introduced before Junos OS Release 7.4.

Command introduced in Junos OS Release 9.0 for EX Series switches.

Command introduced in Junos OS Release 12.1 for the QFX Series.

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

List of Sample Output

show rip neighbor
show rip neighbor (With Demand Circuits Configured)

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

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  20.0.0.1        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)

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  13.13.13.2      224.0.0.9       mcast  both       1

Published: 2014-07-23

Published: 2014-07-23