neighbor advertisement-interval
Syntax
neighbor {< ip地址>|<同侪导向- - - - - -NAME>} advertisement-interval 没有neighbor {< ip地址>|<同侪导向- - - - - -NAME>} advertisement-interval
描述
Sets the advertisement interval, which defines the length of time between transmission of BGP routing updates.
The没有
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
-
-
Specifies an IP address in IPv4 format (
x.x.x.x
), wherex
is a decimal number from 0 to 255, or IPv6 format (xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
), wherex
is a hexadecimal number from 0 to F. -
<同侪导向- - - - - -NAME>
-
Specifies a Peer-Group.
-
-
Specifies the advertisement interval in seconds. Range: 0 to 600. Default: 30 for external BGP peer and 5 for internal BGP peer.
权威
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 20switch(config-bgp-ipv4-uc)#没有neighbor 1.1.1.1 advertisement-interval
switch(config-bgp-ipv4-uc)#neighbor pg advertisement-interval 50switch(config-bgp-ipv4-uc)#没有neighbor pg advertisement-interval