User's Manual

Table Of Contents
433
Users Manual of CS-6306R
show ip rip Display the current state of the RIP protocol.
show ip rip database Displays all RIP routes.
show ip rip protocol Displays all RIP-relative information.
Run the following commands in management mode to track routing protocol information:
Command Purpose
debug ip rip database
Tracks information about adding RIP route to the routing table, deleting
route from the routing table and changing route.
debug ip rip protocol Tracks RIP message.
45.1.4 RIP Configuration Example
Device A and device B are configured as follows:
Device A:
interface vlan 11
ip address 192.168.20.81 255.255.255.0
!
interface loopback 0
ip address 10.1.1.1 255.0.0.0
!
router rip
network 192.168.20.0
network 10.0.0.0
!
Device B:
interface vlan 11
ip address 192.168.20.82 255.255.255.0
interface loopback 0
ip address 20.1.1.1 255.0.0.0
!
router rip
network 192.168.20.0
network 20.0.0.0
!