Dell 6200 SERIES Computer Accessories User Manual


 
94 Routing Configuration
Example #3. Enable RIP for the Switch
The next sequence enables RIP for the switch. The route preference defaults to 15.
console#config
router rip
enable
exit
exit
Example #4. Enable RIP for the VLAN Routing Interfaces
This command sequence enables RIP for VLAN 2 and VLAN 3. Authentication defaults to none, and no
default route entry is created. The commands specify that both interfaces receive both RIP-1 and RIP-2
frames, but send only RIP-2 formatted frames.
console#config
interface vlan 2
ip rip
ip rip receive version both
ip rip send version rip2
exit
interface vlan 3
ip rip
ip rip receive version both
ip rip send version rip2
exit
exit
Using the Web Interface to Configure RIP
Use the following screens to perform the same configuration using the Graphical User Interface:
Routing > IP > Configuration>
To enable routing for the switch.
Routing > IP > Interface Configuration
> To configure the VLAN routing interfaces.
Routing > RIP > Configuration.
To enable RIP for the switch.
Routing > RIP > Interface Configuration.
To enable RIP for the VLAN routing interfaces and specify
the RIP versions.