Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Monitoring RIP Traffic

Monitoring RIP Routing Information

Purpose

Note:

This topic applies only to the J-Web Application package.

Use the monitoring functionality to monitor RIP routing on routing devices.

Action

To view RIP routing information in the J-Web interface, select Monitor > Routing > RIP Information.

To view RIP routing information in the CLI, enter the following CLI commands:

  • show rip statistics

  • show rip neighbor

Meaning

Table 1 summarizes key output fields in the RIP routing display in the J-Web interface.

Table 1: Summary of Key RIP Routing Output Fields

Field

Values

Additional Information

RIP Statistics

Protocol Name

The RIP protocol name.

 

Port number

The port on which RIP is enabled.

 

Hold down time

The interval during which routes are neither advertised nor updated.

 

Global routes learned

Number of RIP routes learned on the logical interface.

 

Global routes held down

Number of RIP routes that are not advertised or updated during the hold-down interval.

 

Global request dropped

Number of requests dropped.

 

Global responses dropped

Number of responses dropped.

 
RIP Neighbors  

Neighbor

Name of the RIP neighbor.

This value is the name of the interface on which RIP is enabled. Click the name to see the details for this neighbor.

State

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

 

Source Address

Local source address.

This value is the configured address of the interface on which RIP is enabled.

Destination Address

Destination address.

This value is the configured address of the immediate RIP adjacency.

Send Mode

The mode of sending RIP messages.

 

Receive Mode

The mode in which messages are received.

 

In Metric

Value of the incoming metric configured for the RIP neighbor.

 

Verifying a RIP Configuration

To verify a RIP configuration, perform the following tasks:

Verifying the RIP-Enabled Interfaces

Purpose

Verify that all the RIP-enabled interfaces are available and active.

Action

From the CLI, enter the show rip neighbor command.

Sample Output
command-name

Meaning

The output shows a list of the RIP neighbors that are configured on the device. Verify the following information:

  • Each configured interface is present. Interfaces are listed in alphabetical order.

  • Each configured interface is up. The state of the interface is listed in the Destination State column. A state of Up indicates that the link is passing RIP traffic. A state of Dn indicates that the link is not passing RIP traffic. In a point-to-point link, this state generally means that either the end point is not configured for RIP or the link is unavailable.

Verifying Reachability of All Hosts in the RIP Network

Purpose

By using the traceroute tool on each loopback address in the network, verify that all hosts in the RIP network are reachable from each Juniper Networks device.

Action

For each device in the RIP network:

  1. In the J-Web interface, select Troubleshoot>Traceroute.

  2. In the Remote Host box, type the name of a host for which you want to verify reachability from the device.

  3. Click Start. Output appears on a separate page.

Sample Output
command-name

Meaning

Each numbered row in the output indicates a routing hop in the path to the host. The three-time increments indicate the round-trip time (RTT) between the device and the hop for each traceroute packet.

To ensure that the RIP network is healthy, verify the following information:

  • The final hop in the list is the host you want to reach.

  • The number of expected hops to the host matches the number of hops in the traceroute output. The appearance of more hops than expected in the output indicates that a network segment is probably unreachable. It might also indicate that the incoming or outgoing metric on one or more hosts has been set unexpectedly.

Verifying the Exchange of RIP Messages

Purpose

Verify that RIP messages are being sent and received on all RIP-enabled interfaces.

Action

From the CLI, enter the show rip statistics command.

Sample Output

command-name

Meaning

The output shows the number of RIP routes learned. It also shows the number of RIP updates sent and received on the RIP-enabled interfaces. Verify the following information:

  • The number of RIP routes learned matches the number of expected routes learned. Subnets learned by direct connectivity through an outgoing interface are not listed as RIP routes.

  • RIP updates are being sent on each RIP-enabled interface. If no updates are being sent, the routing policy might not be configured to export routes.

  • RIP updates are being received on each RIP-enabled interface. If no updates are being received, the routing policy might not be configured to export routes on the host connected to that subnet. The lack of updates might also indicate an authentication error.