neighbor advertisement-interval

Syntax

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

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

Description

Sets the advertisement interval between the sending 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-router-ipv4-uc

or

config-router-ipv6-uc

Parameters

<IP-ADDRESS>

Specifies an IP address.

<PEER-GROUP-NAME>

Specifies a Peer-Group.

<SECONDS>

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

Authority

Administrators

Examples

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