
C613-50186-01 Rev B
Command Reference for AR2050V
1197
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
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