protocols bgp <asn> peer-group <name> advertisement-interval <seconds>
Sets the minimum interval for sending BGP route updates.
The default advertisement interval is 30 seconds for eBGP peers and 5 seconds for iBGP peers.
- asn
- The number for the AS in which this router resides. The number ranges from 1 through 4294967295.
- id
- The IPv4 or IPv6 address of a BGP neighbor.
- seconds
- The minimum interval, in seconds, between BGP routing updates to this neighbor. The numbers range from 0 through 600. The default is 30 for eBGP peers and 5 for iBGP peers.
Configuration mode
protocols {
bgp asn {
peer-group name {
advertisement-interval seconds
}
}
}
Use the set form of this command to set the minimum interval between BGP routing advertisements to a BGP peer group.
Use the delete form of this command to restore the advertisement interval to the default.
Use the show form of this command to view the configuration settings for a BGP peer group.