BGP Slow Peer Detection

 What is Slow peer detection?

We have a group of routers with the same outgoing route-map (outbound policy), which means the router will place all neighbors in the same group because the router wants to save resources to perform the same task multiple times for example: sending route updates. 

The router will select a "Leader Router or Neighbor" and perform update or other algorithm tasks and will also replicate to all other routers in the same group. 

What if any of one router is too slow due to hardware or software issues? This slow router is called Slow Peer. Slow peers affect the BGP convergence of the entire update group. If one BGP peer is slow, it causes the entire update group to slow down. The result is that the other update group members will have slower convergence as well. For this reason, the issue should be resolved.

You can identify the slow peer and move it out of the update group. In order to complete this task, you can change the outbound policy for that BGP peer; however, this is a manual task. You must first identify the slow peer, and then move it out of the update group. The slow peer feature can do this automatically, so no user intervention is required.

Note: Cisco XR operating system will do the same automatically and it will move the slow peer in a different group in the background. 


Some essential commands such as:

show ip bgp replication
bgp slow-peer detection [threshold <seconds>] (Default is 300 Seconds)
show ip bgp summary slow
show ip bgp update-group summary slow
show ip bgp update-group


Comments

Popular posts from this blog

Dark side of Extreme ELRP Protocols and some best practices

Does NAT66 or NPTv6 need it?