[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Setting the Minimum Interval Between Routing Updates
You can use the neighbor advertisement-interval command to set the minimum interval between the sending of BGP updates.
Lower values for the advertisement interval cause route changes to
be reported more quickly, but may cause routers to use more bandwidth
and processor time.
In the following example, the minimum time between
sending BGP routing updates is set to 5 seconds:
- host1(config)#router bgp 100
- host1(config-router)#neighbor 10.2.2.2 advertisement-interval 5
neighbor advertisement-interval
- Use to set the minimum interval between the sending of
BGP updates for a given prefix.
- If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group
inherit the characteristic configured with this command unless it
is overridden for a specific peer.
- This command takes effect immediately.
- Use the no version to restore
the default, 30 seconds for external peers and 5 seconds for internal
peers.
- See neighbor advertisement-interval.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]