C
OMMAND
L
INE
I
NTERFACE
4-336
show ip rip
This command displays information about interfaces configured for RIP.
Syntax
show ip rip {configuration | status | peer}
• configuration - Shows RIP configuration settings for each interface.
• status - Shows the status of routing messages on each interface.
• peer - Shows information on neighboring routers, along with
information about the last time a route update was received, the RIP
version used by the neighbor, and the status of routing messages
received from this neighbor.
Command Mode
Privileged Exec
Example
Console#show ip rip configuration
Interface SendMode ReceiveMode Poison Authentication
--------------- --------------- ------------- -------------- ------------------
10.1.0.253 rip1Compatible RIPv1Orv2 SplitHorizon noAuthentication
10.1.1.253 rip1Compatible RIPv1Orv2 SplitHorizon noAuthentication
Console#show ip rip status
Interface RcvBadPackets RcvBadRoutes SendUpdates
--------------- --------------- -------------- ---------------
10.1.0.253 0 0 13
10.1.1.253 0 0 13
Console#show ip rip peer
Peer UpdateTime Version RcvBadPackets RcvBadRoutes
--------------- ------------ --------- --------------- --------------
10.1.0.254 1625 2 0 0
10.1.1.254 1625 2 0 0
Console#