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

show rip neighbor

Syntax

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

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display information about Routing Information Protocol (RIP) neighbors.

Options

none — Display information about all RIP neighbors for all instances on all logical systems.

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

Output Fields

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

Table 113: show rip neighbor Output Fields

Field Name

Field Description

Neighbor

Name of RIP neighbor.

State

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

Source Address

Source address.

Destination Address

Destination address.

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

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