R2511-HP MSR Router Series Layer 3 - IP Routing Configuration Guide(V5)
227
After the above configurations, ping the hosts on networks 192.168.64.0/24,
192.168.74.0/24, and 192.168.99.0/24 from Router D. The ping operations succeed.
5. Configure route summarization on Router C:
# Summarize 192.168.64.0/24, 192.168.74.0/24, and 192.168.99.0/24 into a single route
192.168.64.0/18 on Router C and disable advertisement of the specific routes.
[RouterC-bgp] aggregate 192.168.64.0 18 detail-suppressed
[RouterC-bgp] quit
Verifying the configuration
# Display IP routing table information on Router C.
[RouterC] display ip routing-table
Routing Tables: Public
Destinations : 11 Routes : 11
Destination/Mask Proto Pre Cost NextHop Interface
3.3.3.3/32 Direct 0 0 127.0.0.1 InLoop0
10.220.2.0/24 Direct 0 0 10.220.2.16 S2/0
10.220.2.16/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
172.17.100.0/24 Direct 0 0 172.17.100.2 S2/1
172.17.100.2/32 Direct 0 0 127.0.0.1 InLoop0
192.168.64.0/18 BGP 130 0 127.0.0.1 NULL0
192.168.64.0/24 O_ASE 150 1 172.17.100.1 S2/1
192.168.74.0/24 O_ASE 150 1 172.17.100.1 S2/1
192.168.99.0/24 O_ASE 150 1 172.17.100.1 S2/1
The output shows that Router C has a summary route 192.168.64.0/18 with the output interface null 0.
# Display the IP routing table information on Router D.
[RouterD] display ip routing-table
Routing Tables: Public
Destinations : 6 Routes : 6
Destination/Mask Proto Pre Cost NextHop Interface
4.4.4.4/32 Direct 0 0 127.0.0.1 InLoop0
10.220.2.0/24 Direct 0 0 10.220.2.217 S2/0
10.220.2.217/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
192.168.64.0/18 BGP 255 0 10.220.2.16 S2/0
The output shows that Router D has only one route 192.168.64.0/18 to AS 65106.
# Verify that Router D can ping the hosts on subnets 192.168.64.0/24, 192.168.74.0/24 and
192.168.99.0/24. (Details not shown.)










