neighbor max-update-rate
Configures the rate at which BGP updates are sent to the specified neighbor or peer group.
Syntax: [no] neighbor [ip-address | peer-group-name] max-update-rate value
ip-address
IP address of a BGP neighbor.
peer-group-name
Name of a BGP peer group.
value
Maximum number of updates sent to the peer per second. Valid values are 0 - 12.
Description: Network convergence in large topologoes may lead to instability due to large volumes of updates sent to peers.
Use the neighbor ip-address max-update-rate [1 - 12] command to restrict the number of updates per second sent to the specified peer
Use the neighbor ip-address max-update-rate 0 command to send updates at full line rate (no buffering) to the specified peer.
Use the no neighbor ip-address max-update-rate command to disable restricting the number of updates sent to the peer.
Use the neighbor peer-group-name max-update-rate [1 - 12] command to restrict the number of updates per second sent to the specified peer group.
Use the neighbor peer-group-name max-update-rate 0 command to send updates at full line rate (no buffering) to the specified peer group.
Use the no neighbor peer-group-name max-update-rate command to disable restricting the number of updates sent to the peer group.
Factory Default: Disabled.
Command Mode: Router configuration.
Example: In the following example:
- The neighbor ip-address max-update-rate command restricts the number of routing updates sent to a neighbor to 10 per second.
- The show ip bgp neighbor command displays the setting:
router(config)#router bgp 109
router(config-router)#neighbor 10.200.110.2 max-update-rate 10
router(config-router)#end
router#show ip bgp neighbor 10.200.110.2
BGP neighbor 10.200.110.2 using remote AS 150
router ID:0.0.0.0 version:4
state:Idle time:0:00:00
def orignat:False ebgp multihop:False
n hop self:False route ref client:False
send comm:False soft reconfig:False
nbr max-update-rate:10
.
.
.
Related Commands: neighbor max-prefix
neighbor peer-group (assigning and creating)
show ip bgp neighbors
Copyright © 2004
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: BGP_Nd.fm
HTML File Name: BGP_Nd32.html
Last Updated: 05/10/04 at 16:36:55