Users Guide

Table Of Contents
AS
BGP AS 使
AS
1. ROUTER-BGP IP A.B.C.D
neighbor ip-address
2. AS AS ROUTER-NEIGHBOR 1 4294967295
local-as as number [no prepend]
3. ROUTER-BGP
exit
4. ROUTER-BGP 16
template template-name
5. ROUTER-TEMPLATE AS
local-as as number [no prepend]
6. ROUTER-TEMPLATE AS( 1 65535 2 1 4294967295 4 )
remote-as as-number
OS10(config)# router bgp 10
OS10(conf-router-bgp-10)# neighbor 32.1.1.2
OS10(conf-router-neighbor)# local-as 50
OS10(conf-router-neighbor)# exit
OS10(conf-router-bgp-10)# template bgppg1
OS10(conf-router-template)# fall-over
OS10(conf-router-template)# local-as 400
OS10(conf-router-template)# remote-as 102
AS
OS10(config)# router bgp 102
OS10(conf-router-bgp-102)# neighbor 32.1.1.2
OS10(conf-router-neighbor)# no local-as 100
AS
AS AS allow-as BGP AS
AS AS-PATH
1. ROUTER-BGP 使 AS IP
neighbor ip address
2. ROUTER-NEIGHBOR
address-family {{ipv4 | ipv6} unicast | l2vpn evpn}
3. IP ROUTER-BGP-NEIGHBOR-AF 使 AS 1 10
allowas-in number
518
3