C613-50631-01 Rev A Command Reference for IE340 Series 1406
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
BGP AND BGP4+ COMMANDS
NEIGHBOR
ADVERTISEMENT-INTERVAL
eBGP or iBGP peers. This is the minimum time between two Update messages sent
to iBGP or eBGP peers.
See the neighbor as-origination-interval command to set the interval time
between messages to iBGP peers, which have prefixes within the local AS. Use this
command instead of the neighbor as-origination-interval command for eBGP
peers with prefixes not in the same AS and updates not in a local AS.
Examples [BGP]
awplus# configure terminal
awplus(config)# router bgp 10
awplus(config-router)# neighbor 10.10.0.3
advertisement-interval 45
awplus# configure terminal
awplus(config)# router bgp 10
awplus(config-router)# no neighbor 10.10.0.3
advertisement-interval
awplus# configure terminal
awplus(config)# router bgp 10
awplus(config-router)# neighbor group1 peer-group
awplus(config-router)# neighbor 10.10.0.3 remote-as 10
awplus(config-router)# neighbor 10.10.0.3 peer-group group1
awplus(config-router)# neighbor group1 advertisement-interval
45
awplus# configure terminal
awplus(config)# router bgp 10
awplus(config-router)# no neighbor group1
advertisement-interval