Hi All,
BB2 (AS 254)-------------------------R2(AS 200)
BB2 is adverting prefix 222.22.2.0/24 to R2.folloing is configurtaion on R2..
Rack1R2#sh running-config | b r b
router bgp 200
no synchronization
bgp log-neighbor-changes
bgp bestpath med missing-as-worst <-----------to assign worst MED for ebgp prefixes those with MED=0)
neighbor 192.10.1.254 remote-as 254
neighbor 192.10.1.254 password CISCO
Rack1R2#sh ip bgp
BGP table version is 110, local router ID is 150.1.2.2
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 222.22.2.0 192.10.1.254 0 0 254 ? <-------------------MED is showing zero.
As per my knowldage R2 should assign MED to worst value (e.g.41245484213).
Already tried with hard reset of BGP on BB2 and R2
Please correct my understanding and suggest.
/Ganpat