Users Guide

Table Of Contents
ROUTER-BGP-AF IS-IS OSPF 1 65535
redistribute ospf process-id
OS10(conf-router-bgp-af)# no redistribute ospf route-map ospf-to-bgp
OS10(config)# router bgp 102
OS10(config-router-bgp-102)# address-family ipv4 unicast OS10
(configure-router-bgpv4-af)# redistribute ospf 12
add-path
1. CONFIGURATION AS
router bgp as-number
2. ROUTER-BGP IP (A.B.C.D)
neighbor ip-address
3. ROUTER-NEIGHBOR
address-family {[ipv4 | ipv6] [unicast])
4. ROUTER-BGP count
add-path [both | received | send] count
OS10(config)# router bgp 102
OS10(conf-router-bgp-102)# neighbor 32.1.1.2
OS10(conf-router-neighbor)# address-family ipv4 unicast
OS10(conf-router-bgp-neighbor-af)# add-path both 3
MED
EBGP OS10 使 MULTI_EXIT_DISC MED MED
1. 从与 ROUTER-BGP MED
always-compare-med
2. ROUTER-BGP MED
bestpath med {confed | missing-as-best}
confed MED BGP
missing-as-best MED
missing-as-worst MED
MED
OS10(config)# router bgp 100
OS10(conf-router-bgp-100)# always-compare-med
OS10(conf-router-bgp-100)# bestpath med confed
520
3