Technical data

BLADE OS 5.1 Application Guide
BMD00136, November 2009 Chapter 9: Routing Information Protocol
129
2. Add IP interfaces to VLANs.
3. Turn on RIP globally and enable RIP for each interface.
Use the following command to check the current valid routes in the routing table of the switch:
For those RIP routes learned within the garbage collection period, that are routes phasing out of the
routing table with metric 16, use the following command:
Locally configured static routes do not appear in the RIP Routes table.
>> # interface ip 2
>> (config-ip-if)# enable
>> (config-ip-if)# address 102.1.1.1
>> (config-ip-if)# vlan 2
>> (config-ip-if)# exit
>> # interface ip 3
>> (config-ip-if)# enable
>> (config-ip-if)# address 103.1.1.1
>> (config-ip-if)# vlan 3
>> # router rip
>> (config-router-rip)# enable
>> (config-router-rip)# exit
>> # interface ip 2
>> (config-ip-if)# ip rip enable
>> (config-ip-if)# exit
>> # interface ip 3
>> (config-ip-if)# ip rip enable
>> (config-ip-if)# exit
>> # show ip route
>> # show ip rip