[GTER] RES: Team-Cymru Bogon + Quagga

Felipe Zanchet Grazziotin felipe at starbyte.net
Wed Apr 13 15:33:37 -03 2011


2011/4/13 Eduardo Schoedler <eschoedler at viavale.com.br>

>
> O mais estranho é que no código fonte do quagga, ele só filtra Classe E e
> ip 0.0.0.0:
>


Na verdade, ele não permite que o next-hop seja o endereço dele mesmo...


>
> /* IPv4 unicast next hop check.  */
> /* Next hop must not be 0.0.0.0 nor Class E address.  Next hop
>  must not be my own address.  */
> if (bgp_nexthop_self (afi, &new_attr)
>

^^^ nessa verificação aqui...

  || new_attr.nexthop.s_addr == 0
>   || ntohl (new_attr.nexthop.s_addr) >= 0xe0000000)
> {
>  reason = "martian next-hop;";
>  goto filtered;
> }
>
>
>
O próprio Team Cymru tá te mandando com next-hop estranho?

Poderia também fazer um route-map com action "set next-hop".

Abraços,
Felipe



More information about the gter mailing list