Quick Reference Guide
256 | Layer 3 Routing
www.dell.com | support.dell.com
RIP Configuration Example
The configuration commands used in the following example enable RIP on ports 1/0/2 and 1/0/3:
1. Enable routing for the switch.
Figure 17-228. Using the ip routing Command to Enable Routing
2. Enable routing and assign the IP for ports 1/0/2 and 1/0/3.
Figure 17-229. Using the interface, routing, and ip address Commands
3. Enable RIP for the switch. The route preference will default to 15.
Figure 17-230. Using the router rip Command
4. Enable RIP for ports 1/0/2 and 1/0/3. Authentication will default to none, and no default route entry
will be created. Specify that both ports will receive both RIPv1 and RIPv2 frames, but will send only
RIPv2 formatted frames.
Figure 17-231. Using the ip rip Command
Force10 #config
Force10 (Config)#ip routing
Force10 (Config)#interface 1/0/2
Force10 (Interface 1/0/2)#routing
Force10 (Interface 1/0/2)#ip address 10.10.5.2 255.255.255.0
Force10 (Interface 1/0/2)#exit
Force10 (Config)#interface 1/0/3
Force10 (Interface 1/0/3)#routing
Force10 (Interface 1/0/3)#ip address 10.10.5.3 255.255.255.0
Force10 (Interface 1/0/3)#exit
Force10 (Config)#
Force10 (Config)#router rip
Force10 (Config router)#enable
Force10 (Config router)#exit
Force10 (Config)#
Force10 (Config)#interface 1/0/2
Force10 (Interface 1/0/2)#ip rip
Force10 (Interface 1/0/2)#ip rip receive version both
Force10 (Interface 1/0/2)#ip rip send version rip2
Force10 (Interface 1/0/2)#exit
Force10 (Config)#interface 1/0/3
Force10 (Interface 1/0/3)#ip rip
Force10 (Interface 1/0/3)#ip rip receive version both
Force10 (Interface 1/0/3)#ip rip send version rip2
Force10 (Interface 1/0/3)#exit
Force10 (Config)#exit