
C613-50186-01 Rev B
Command Reference for AR2050V
1203
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
NEIGHBOR
AS
-
ORIGINATION
-
INTERVAL
The as-origination-interval time value is the minimum amount of time between
the advertisement of Update messages sent from a BGP speaker to report changes
within the local AS. This is the minimum time between two Update messages to
iBGP peers, which contain a prefix that originates from the same AS. See the
neighbor advertisement-interval
command to set time between messages to
eBGP peers.
Use this command instead of the
neighbor advertisement-interval
command for
iBGP peers with prefixes in the same AS for updates only within a local AS.
Examples [BGP]
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
neighbor 10.10.0.1
as-origination-interval 10
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
no neighbor 10.10.0.1
as-origination-interval
Examples
[BGP4+]
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
neighbor 2001:0db8:010d::1
as-origination-interval 10
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
no neighbor 2001:0db8:010d::1
as-origination-interval
Validation
Commands
show bgp ipv6 neighbors (BGP4+ only)
show ip bgp neighbors (BGP only)
Related
Commands