3Com Switch 8800 Configuration Guide Chapter 22 IP Routing Policy Configuration
22-11
22.4 Typical IP Routing Policy Configuration Example

22.4.1 Configuring to Filter the Received Routing Information

I. Network requirements
z Switch A communicates with Switch B, running OSPF protocol. The router ID of
Switch A is 1.1.1.1, and that of Switch B is 2.2.2.2.
z Import three static routes through enabling the OSPF protocol on the Switch A.
z The route filtering rules can be configured on Switch B to make the received three
static routes partially visible and partially shielded. It means that routes in the
network segments 20.0.0.0 and 40.0.0.0 are visible while those in the network
segment 30.0.0.0 are shielded.
II. Network diagram
area 0
static 20.0.0.0/8
30.0.0.0/8
40.0.0.0/8 Router ID:1.1.1.1
10.0.0.2/8
Switch A Switch B
Vlan-interface200
12.0.0.1/8
Router ID:2.2.2.2
Vlan-interface100
10.0.0.1/8 Vlan-interface100
Figure 22-1 Network diagram for filtering the received routing information
III. Configuration procedure
1) Configure Switch A:
Configure the IP address of VLAN interface.
[Switch A] interface vlan-interface 100
[Switch A-Vlan-interface100] ip address 10.0.0.1 255.0.0.0
[Switch A] interface vlan-interface 200
[Switch A-Vlan-interface200] ip address 12.0.0.1 255.0.0.0
Configure three static routes.
[Switch A] ip route-static 20.0.0.1 255.0.0.0 12.0.0.2
[Switch A] ip route-static 30.0.0.1 255.0.0.0 12.0.0.2
[Switch A] ip route-static 40.0.0.1 255.0.0.0 12.0.0.2
Enable the OSPF protocol and specifies the number of the area to which the interface
belongs.
[Switch A] router id 1.1.1.1
[Switch A] ospf
[Switch A-ospf-1] area 0
[Switch A-ospf-1-area-0.0.0.0] network 10.0.0.0 0.255.255.255
Import the static routes
[Switch A-ospf-1] import-route static