One Line Learning Posts - 3 BGP
Today we will cover some confusing options of the BGP 1). Route Dampening is only working for eBGP routes. It will not trigger on iBGP route. This technique is applied when receiving updates from external peers only (EBGP). Applying this technique to IBGP learned routes or to advertisement to IBGP or EBGP peers after making a route selection can result in routing loops. 2). Peer Group : Since IOS version 12 manual peer group configuration is no longer necessary to achieve this optimization. IOS is capable of recognizing neighbors with the same outbound policy. These are then grouped together automatically. This is a feature called Dynamic Update Peer Groups. You can check the Dynamic groups using the command "show IP bgp update-grou p" command. Changing a policy in out direction to a neighbor will also change the update group in the backend. 3). Simplifying Route Reflector rule : Books say there are three rules. But as per my complete understanding of this...