neighbor advertisement-interval

Syntax

neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} advertisement-interval <INTERVAL>

no neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} advertisement-interval

Description

Sets the advertisement interval, which defines the length of time between transmission of BGP routing updates.

The no form of this command restores the default value. Default values are 30 seconds for external BGP peer and 5 seconds for internal BGP peer.

Command context

config-bgp-ipv4-uc

config-bgp-ipv6-uc

Parameters

<IP-ADDR>

Specifies an IP address in IPv4 format (x.x.x.x), where x is a decimal number from 0 to 255, or IPv6 format (xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx), where x is a hexadecimal number from 0 to F.

<PEER-GROUP-NAME>

Specifies a Peer-Group.

<INTERVAL>

Specifies the advertisement interval in seconds. Range: 0 to 600. Default: 30 for external BGP peer and 5 for internal BGP peer.

Authority

Administrators or local user group members with execution rights for this command.

Examples

switch(config-bgp-ipv4-uc)# neighbor 1.1.1.1 advertisement-interval 20
switch(config-bgp-ipv4-uc)# no neighbor 1.1.1.1 advertisement-interval
switch(config-bgp-ipv4-uc)# neighbor pg advertisement-interval 50
switch(config-bgp-ipv4-uc)# no neighbor pg advertisement-interval