Viewing RIP peer information

To display RIP peer information, enter the show ip rip peer command at any context level.

The resulting display will appear similar to the following:

Output for the show IP rip peer command

switch# show ip rip peer

RIP peer information

 IP Address      Bad routes  Last update timeticks
 --------------- ----------- ---------------------
 100.1.0.100     0           1
 100.2.0.100     0           0
 100.3.0.100     0           2
 100.10.0.100    0           1
This display lists all neighboring routers from which the routing switch has received RIP updates. The following fields are displayed:

IP address

IP address of the RIP peer neighbor.

Bad routes

The number of route entries that were not processed for any reason.

Last update timeticks

How many seconds have passed since the routing switch received an update from this peer neighbor.

To show the RIP peer information for a specific peer with IP address 100.1.0.100, enter show ip rip peer 100.1.0.100.

Output for the show IP rip peer <ip-addr> command

switch# show ip rip peer 100.0.1.100

RIP peer information for 100.0.1.100

  IP Address : 100.1.0.100
  Bad routes : 0
  Last update timeticks : 2

This display lists information in the fields described above (IP address, Bad routes, Last update timeticks.)