Enables changes to the interval over which a specified neighbor or peer group holds route updates before forwarding them.
BGP configuration mode
BGP address-family IPv4 unicast VRF configuration mode
BGP address-family IPv6 unicast VRF configuration mode
The no form of the command restores the default interval.
The following example changes the BGP4 advertisement interval from the default to 60 seconds.
device# configure terminal device(config)# router bgp device(config-bgp-router)# neighbor 10.11.12.13 advertisement-interval 60
The following example changes the BGP4+ advertisement interval from the default for VRF instance "red".
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv6 unicast vrf red device(config-bgp-ipv6u-vrf)# neighbor 2001:2018:8192::125 advertisement-interval 60