BGP Peer Groups on Cisco IOS

Hello David

You must keep in mind that the generation of the BGP update and the manipulations and changes to that update that take place based on outbound policies applied using route maps and such, are two different processes.

When a BGP update is generated, it is done so based on the parameters found within the BGP configuration including prefixes and advertised routes. This update is generated and takes up CPU cycles to do so. That’s the first process.

Once the update is ready, it is then sent to a neighboring peer. When this happens, any prefix lists or route maps that are applied on that peering in an outbound direction are applied to the BGP update and it is changed before being sent. This is the second process.

When we use peer groups, we save on CPU cycles of the first process. Instead of crafting multiple BGP updates, one for each peer, it creates only one, that is copied and sent to all peers in the peer group. The outbound policies, however, which are the second process, are still applied to each individual update in accordance with the configured route maps that apply them.

I hope this has been helpful!

Laz

1 Like