Pages

Wednesday, July 3, 2013

BGP aggregate-address

Using the aggregate-address command with no arguments will create an aggregate entry in the BGP routing table if there are any more-specific BGP routes available that fall in the specified range. The aggregate route will be advertised as coming from your autonomous system and has the atomic aggregate attribute set to show that information might be missing. (By default, the atomic aggregate attribute is set unless you specify the as-set keyword.)

Using the summary-only keyword not only creates the aggregate route (for example, 193.*.*.*) but will also suppress advertisements of more-specific routes to all neighbors. If you only want to suppress advertisements to certain neighbors, you may use the neighbor distribute-list command, with caution. If a more specific route leaks out, all BGP speakers will prefer that route over the less-specific aggregate you are generating (using longest-match routing).




R11 & R10 "show ip bgp" Without Aggregate-address:






R11 & R10 "show ip bgp" With Aggregate-address:






R11 & R10 "show ip bgp" With Aggregate-address Summary-Only:






from: Cisco IOS IP Routing: BGP Command Reference

Files:
Topology
Configs
BGP Configuration

Note:
TCL Script from: Packet Pushers

No comments:

Post a Comment