Users Guide

Table Of Contents
in
out
4. ROUTER-BGP
template template-name
5.
address-family {[ipv4 | ipv6] [unicast]}
6. ROUTER-BGP-TEMPLATE-AF
route-map map-name {in | out}
BGP
OS10(config)# router bgp 102
OS10(conf-router-bgp-102)# neighbor 40.1.1.2
OS10(conf-router-neighbor)# address-family ipv4 unicast
OS10(conf-router-bgp-neighbor-af)# route-map metro in
OS10(conf-router-bgp-neighbor-af)# exit
OS10(conf-router-bgp-102)# template ebgp
OS10(conf-router-template)# address-family ipv4 unicast
OS10(conf-router-bgp-template-af)# route-map metro in
BGP AS BGP IBGP
1. ROUTER-BGP ID AS
cluster-id cluster-id
2. ROUTER-BGP
neighbor {ip-address}
3. ROUTER-NEIGHBOR ROUTER-BGP
route-reflector-client
exit
4. ROUTER-BGP
template template-name
5. ROUTER-TEMPLATE
route-reflector-client
ROUTER-
BGP 使 no bgp client-to-client reflection
BGP
OS10(config)# router bgp 102
OS10(conf-router-bgp-102)# cluster-id 4294967295
OS10(conf-router-bgp-102)# neighbor 32.1.1.2
OS10(conf-router-neighbor)# route-reflector-client
OS10(conf-router-neighbor)# exit
OS10(conf-router-bgp-102)# template zanzibar
OS10(conf-router-template)# route-reflector-client
3 523