F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Configuration Guide-6PW100
422
Figure 276 Network diagram
1449BConfiguration procedure
1. Configure IP addresses for interfaces. (Details not shown.)
2. Configure basic OSPF (see "2608HBasic OSPF").
3. Configure OSPF to redistribute routes:
# On Firewall, configure a static route destined for network 3.1.1.0/24.
<Firewall> system-view
[Firewall] ip route-static 3.1.1.0 24 10.4.1.2
# On Firewall, configure a static route destined for network 3.1.2.0/24.
[Firewall] ip route-static 3.1.2.0 24 10.4.1.2
# On Firewall, configure a static route destined for network 3.1.3.0/24.
[Firewall] ip route-static 3.1.3.0 24 10.4.1.2
# Configure OSPF to redistribute static routes on Firewall.
[Firewall] ospf 1
[Firewall-ospf-1] import-route static
[Firewall-ospf-1] quit
# Display the OSPF routing table on Router A.
<RouterA> display ip routing-table
Routing Tables: Public
Destinations : 12 Routes : 12
Destination/Mask Proto Pre Cost NextHop Interface
3.1.1.0/24 O_ASE 150 1 10.2.1.2 GE0/2
3.1.2.0/24 O_ASE 150 1 10.2.1.2 GE0/2
3.1.3.0/24 O_ASE 150 1 10.2.1.2 GE0/2
10.1.1.0/24 Direct 0 0 10.1.1.1 GE0/1
10.1.1.1/32 Direct 0 0 127.0.0.1 InLoop0
10.2.1.0/24 Direct 0 0 10.2.1.1 GE0/2
10.2.1.1/32 Direct 0 0 127.0.0.1 InLoop0
10.3.1.0/24 OSPF 10 4 10.1.1.2 GE0/1
10.4.1.0/24 OSPF 10 13 10.2.1.2 GE0/2
10.5.1.0/24 OSPF 10 14 10.1.1.2 GE0/1
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