
C613-50186-01 Rev B
Command Reference for AR2050V
1173
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
DISTANCE
(BGP
AND
BGP4+)
•
for each BGP route type by specifying:
awplus(config-router)#
distance
<ebgp> <igbp> <local>
•
for a specific route by specifying:
awplus(config-router)#
distance
<1-255> <ip-address/m>
[
<listname>
]
If the administrative distance is changed, it could create inconsistency in the
routing table and obstruct routing.
Example [BGP4+]
For BGP4+ IPv6, to set BGP 100’s administrative distances for eBGP routes to 34,
iBGP routes to 23, and local BGP routes to 15, use the commands:
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
address-family ipv6
awplus(config-router-af)#
distance bgp 34 23 15