Hi, * Fredy Kuenzler wrote: > sh ip bgp regexp _3320_ (next hop addrs removed) > > Network Next Hop Metric LocPrf Weight Path > * i81.201.32.0/20 x.x.x.x 90 50 0 702 3320 ? > *>i y.y.y.y 100 50 0 286 3320 ? > [..] > > Could anyone point me how to make sure that x.x.x.x is always preferred > if 1. and 2. is equal (no prepend, no local-pref change possible).
You need 'bgp always-compare-med' activated for this to work as otherwise MED is only relevant to similar (same length, path, local-pref,.. ) prefixes learned from one and the same peer AS. HTH, sebastian -- whois: sabt-ripe - phone: +49 (0)160 90759764 email: [EMAIL PROTECTED] - pgp-pubkey: 0xD008DA9C _______________________________________________ swinog mailing list [EMAIL PROTECTED] http://lists.init7.net/cgi-bin/mailman/listinfo/swinog
