Friday, June 27, 2014

BGP Basic Timers

Background Information

  1. The keepalive and hold timers control adjacency.
  2. The advertisement-interval control how often to send updates.
  3. The scan-interval timer controls how often to process the BGP table and update the RIB.
  4. If these timers are not set appropriately, they can either propagate instability in the network, or they make it so that the network is not reacting to changes fast enough to take corrective action.

Summary

  1. neighbor timers to set keepalive and hold time for the neighbor.
  2. neighbor advertisement-interval to set the interval for sending updates.
  3. bgp scan-interval to set the timing of periodic processing of the BGP table for best path.
  4. show ip bgp neighbor to see the timers set.
router bgp 6500
  neighbor 10.1.1.1 timers 60 180
  neighbor 10.1.1.1 advertisement-interval 30