Users Guide

Table Of Contents
BGP
1. ROUTER-BGP
neighbor {ip-address}
2. ROUTER-NEIGHBOR 1 4294967295 0
weight weight
3. ROUTER-BGP
exit
4. ROUTER-BGP
template template name
5. ROUTER-BGP
weight weight
OS10(config)# router bgp 10
OS10(config-router-bgp-10)# neighbor 10.1.1.4
OS10(config-router-neighbor)# weight 400
OS10(config-router-neighbor)# exit
OS10(config-router-bgp-10)# template zanzibar
OS10(config-router-template)# weight 200
64 show ip bgp
network
ROUTER-BGP
maximum-paths {ebgp | ibgp} number
OS10(config)# router bgp 10
OS10(conf-router-bgp-10)# maximum-paths ebgp 10
BGP 使 BGP
1. 输入 ROUTER-BGP IP
neighbor ipv4-address
2. ROUTER-NEIGHBOR
address-family {[ipv4 | ipv6] [unicast]}
3. ROUTER-BGP-NEIGHBOR-AF CONFIG-ROUTER-BGP
route-map map-name {in | out}
exit
522
3