On Mon, Feb 14, 2011 at 04:43:19PM +0000, a b wrote:
> I am trying to zero MEDs sent to me by eBGP peers.
> 
> However no matter where
> I put "set med 0" (e.g. within a "neighbor" stanza or in 
> a filter), bgpd
> still seems to be letting the MED values through.
> 
> For example, in my current
> config....
> 
> neighbor 10.20.10.29 {
>                 announce IPv6 none
> descr   "ASXXXX-XXX"
>                 remote-as XXXX
> local-address $ITS_XXXX_ID     
>                 set med 0
>                 tcp
> md5sig password XXXX
>         }
> 
> 
> 
> But this still yields....
> 
> 
> $ bgpctl sho ri
> 8.8.8.8
> flags: * = Valid, > = Selected, I = via IBGP, A = Announced
> origin: i
> = IGP, e = EGP, ? = Incomplete
> 
> flags destination          gateway
> lpref   med aspath origin
> *>    8.8.8.0/24           10.20.10.29       100
> 2603 XXXX 15169 i
> 
> 
> 
> Any ideas ??
> 

I think this was fixed after 4.7. Anyway you could try to use "set med 1"
and see if that helps.

-- 
:wq Claudio

Reply via email to