December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to reduce the size of your routing tables to improve the stability and efficiency of the routing process.
The ip summary-address eigrp configuration command allows you to configure manual summary addresses on a per-interface basis:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#interfaceRouter1(config-subif)#Serial0/0.2ip summary-address eigrpRouter1(config-subif)#55 172.25.0.0 255.255.0.0exitRouter1(config)#endRouter1#
EIGRP can automatically summarize subnet routes into classful network-level routes. You can enable this command with the auto-summary command or disable it with the no auto-summary configuration command:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#router eigrpRouter1(config-router)#55no auto-summaryRouter1(config-router)#exitRouter1(config)#endRouter1#
A useful new feature allows you to configure a leak-map so that the router will advertise the summary route, as well as some subset of the summarized addresses:
Router9#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router9(config)#ip prefix-list10.5.5/24permitRouter9(config)#10.5.5.0/24route-mapLEAK10-5-5permitRouter9(config-route-map)#10match ip address prefix-listRouter9(config-route-map)#10.5.5/24exitRouter9(config)#interface SerialRouter9(config-if)#0/0ip summary-address eigrp 55 10.5.0.0 255.255.0.0 ...
Read now
Unlock full access