CANOGA PERKINS CanogaOS Configuration Guide User Manual
Page 109
CanogaOS Configuration Guide
Proprietary & Confidential Canoga Perkins Metro Ethernet Switches
Page 109 of 350
R2
DUT# configure terminal
Enter the Configure mode.
DUT(config)# router rip
Enter the RIP routing process.
DUT(config-router)#network
10.10.11.0/24
Associate networks with the RIP process.
DUT(config-router)#network
10.10.12.0/24
Associate networks with the RIP process.
Validation Commands
show ip rip, show running-config, show ip protocols rip, show ip rip interface, show ip route
16.1.2 Specifying the RIP version
Configure a router to receive and send specific versions of packets on an interface. In this
example, router R2 is configured to receive and send RIP version 1 and version 2 information on
both eth-0-1 and eth-0-2 interfaces.
eth-0-2
eth-0-2
eth-0-1
eth-0-1
R2
DUT# configure terminal
Enter the Configure mode.
DUT(config)# router rip
Enable the RIP routing process.
DUT(config-router)# exit
DUT(config)# interface eth-0-1
Specify interface eth-0-1 as an interface you want to configure.
DUT(config-if)# ip rip send version 1 2
Allow sending RIP version 1 and version 2 packets out of this interface.
DUT(config-if)# ip rip receive version 1
2
Allow receiving of RIP version 1 and version 2 packets from the
eth-0-1 interface.
DUT(config-if)# quit
Quit the Interface mode and return to Configure mode to configure the
next interface.
DUT(config)# interface eth-0-2
Specify interface eth-0-2 as an interface you want to configure.
DUT(config-if)# ip rip send version 1 2
Allow sending RIP version 1 and version 2 packets out of this interface.
DUT(config-if)# ip rip receive version 1
2
Allow receiving of RIP version 1 and version 2 packets from the
eth-0-2 interface.
Names of Commands Used