F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Configuration Guide-6PW100
411
5. Configure route summarization:
# Configure route summarization on Firewall to advertise a single route 0.0.0.0/8.
[Firewall-ospf-1] asbr-summary 10.0.0.0 8
# Display the IP routing table on Router A.
[RouterA] display ip routing-table
Routing Tables: Public
Destinations : 5 Routes : 5
Destination/Mask Proto Pre Cost NextHop Interface
10.0.0.0/8 O_ASE 150 2 11.2.1.1 GE0/1
11.2.1.0/24 Direct 0 0 11.2.1.2 GE0/1
11.2.1.2/32 Direct 0 0 127.0.0.1 InLoop0
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
The output shows that routes 10.1.1.0/24, 10.2.1.0/24, 10.3.1.0/24 and 10.4.1.0/24 are
summarized into a single route 10.0.0.0/8.
661BOSPF stub area configuration example
1440BNetwork requirements
• Enable OSPF on all devices, split the AS into three areas.
• Configure Router A and Router B as ABRs to forward routing information between areas.
• Configure Router C as the ASBR to redistribute static routes.
• Configure Area 1 as a stub area to reduce LSAs advertised without influencing reachability.
Figure 272 Network diagram
1441BConfiguration procedure
1. Configure IP addresses for interfaces. (Details not shown.)
2. Configure basic OSPF (see "2605HBasic OSPF").
3. Configure route redistribution:
# Configure Router C to redistribute static routes.
<RouterC> system-view
[RouterC] ip route-static 3.1.2.1 24 10.5.1.2