R3303-HP HSR6800 Routers Layer 3 - IP Routing Configuration Guide
100
[RouterB-bgp] quit
# Configure Router C.
[RouterC] bgp 100
[RouterC-bgp] peer 11.1.1.1 as-number 200
[RouterC-bgp] import-route ospf
[RouterC-bgp] import-route direct
[RouterC-bgp] quit
4. Configure Router B and Router C to redistribute BGP routes into OSPF:
# Configure OSPF to redistribute routes from BGP on Router B.
[RouterB] ospf
[RouterB-ospf-1] import-route bgp
# Configure OSPF to redistribute routes from BGP on Router C.
[RouterC] ospf
[RouterC-ospf-1] import-route bgp
# Display the routing table of Router A.
[RouterA] display ip routing-table
Routing Tables: Public
Destinations : 8 Routes : 8
Destination/Mask Proto Pre Cost NextHop Interface
10.1.1.0/24 O_ASE 150 1 11.2.1.1 GE2/1/1
10.2.1.0/24 O_ASE 150 1 11.2.1.1 GE2/1/1
10.3.1.0/24 O_ASE 150 1 11.2.1.1 GE2/1/1
10.4.1.0/24 O_ASE 150 1 11.2.1.1 GE2/1/1
11.2.1.0/24 Direct 0 0 11.2.1.2 GE2/1/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
5. Configure summary route 10.0.0.0/8 on Router B and advertise it:
[RouterB-ospf-1] asbr-summary 10.0.0.0 8
# Display the routing table of 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 GE2/1/1
11.2.1.0/24 Direct 0 0 11.2.1.2 GE2/1/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 one route 10.0.0.0/8.