SROS Command Line Interface Reference Guide
BGP Neighbor Configuration Command Set
5991-2114
© Copyright 2006 Hewlett-Packard Development Company, L.P.
1314
advertisement-interval
<seconds>
Use the
advertisement-interval
command to configure the SROS to specify how long the BGP process
waits before sending updates to the neighbor.
Syntax Description
<seconds>
Specifies the advertisement interval in seconds. Range: 0 to 600.
Default Values
By default, the advertisement interval is 30 seconds for external neighbors and 5 seconds for internal
neighbors.
Functional Notes
This command sets the minimum interval between sending updates to the specified neighbor.
Usage Examples
The following example configures the BGP process to wait at least 100 seconds before sending updates to
the neighbor:
ProCurve(config)#
router bgp 65000
ProCurve(config-bgp)#
neighbor 172.24.3.192
ProCurve(config-bgp-neighbor)#
advertisement-interval 100