3Com Switch 8800 Advanced Software V5 Configuration Guide

286 CHAPTER 28: RIP CONFIGURATION
<SwitchC> system-view
[SwitchC] rip 200
[SwitchC-rip-200] network 192.168.2.0
[SwitchC-rip-200] network 192.168.3.0
[SwitchC-rip-200] network 192.168.4.0
# Display the routing table of Switch A.
[SwitchA] display ip routing-table
Routing Tables: Public
Destinations : 10 Routes : 10
Destination/Mask Proto Pre Cost NextHop Interface
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
172.16.1.0/24 Direct 0 0 172.16.1.1 Eth1/3
172.16.1.1/32 Direct 0 0 127.0.0.1 InLoop0
172.17.1.0/24 Direct 0 0 172.17.1.1 Eth1/2
172.17.1.1/32 Direct 0 0 127.0.0.1 InLoop0
192.168.1.0/24 Direct 0 0 192.168.1.3 Vlan100
192.168.1.3/32 Direct 0 0 127.0.0.1 InLoop0
192.168.0.0/24 Direct 0 0 192.168.0.1 Vlan101
192.168.0.1/32 Direct 0 0 127.0.0.1 InLoop0
3 Configure route redistribution
# Configure route redistribution between the two RIP processes on Switch B.
[SwitchB] rip 100
[SwitchB-rip-100] default cost 3
[SwitchB-rip-100] import-route rip 200
[SwitchB-rip-100] quit
[SwitchB] rip 200
[SwitchB-rip-200] import-route rip 100
[SwitchB-rip-200] quit
# Display the routing table of Switch A.
[SwitchA] display ip routing-table
Routing Tables: Public
Destinations : 12 Routes : 12
Destination/Mask Proto Pre Cost NextHop Interface
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
172.16.1.0/24 Direct 0 0 172.16.1.1 Eth1/3
172.16.1.1/32 Direct 0 0 127.0.0.1 InLoop0
172.17.1.0/24 Direct 0 0 172.17.1.1 Eth1/2
172.17.1.1/32 Direct 0 0 127.0.0.1 InLoop0
192.168.1.0/24 Direct 0 0 192.168.1.3 Vlan100
192.168.1.3/32 Direct 0 0 127.0.0.1 InLoop0
192.168.0.0/24 Direct 0 0 192.168.0.1 Vlan101
192.168.0.1/32 Direct 0 0 127.0.0.1 InLoop0
192.168.3.0/24 RIP 100 4 192.168.1.2 Vlan100
192.168.4.0/24 RIP 100 4 192.168.1.2 Vlan100
4 Configure an filtering policy to filter redistributed routes
# Define ACL2000 and reference it to a filtering policy to filter routes redistributed
from RIP 200 on Switch B.