BGP: Difference between revisions

Content added Content deleted
Line 465: Line 465:


= Auto-Summarization =
= Auto-Summarization =
{{UC}}


* Normally when you advertise a network in BGP you have to type in the exact network and subnet mask that you want to advertise or it won’t be placed in the BGP table.
<br />
* With auto-summary enabled, you can advertise a classful network and you don’t have to add the mask parameter.
* BGP will automatically advertise the classful network if you have the classful network or a subnet of this network in your routing table.

Config:
R1(config)#router bgp 1
R1(config-router)#auto-summary
R1(config-router)#network 1.0.0.0


= Next Hop Processing =
= Next Hop Processing =