[Xorp-users] Route Redistribution issue in BGP - Kindly help asap.

Pavlin Radoslavov pavlin at icir.org
Thu Oct 26 21:43:51 PDT 2006


> > It should be possible to do what you want in a single term:
> > policy {
> >     policy-statement "routes_as1_to_as2" {
> >         term "reject_ospf4_to_ibgp_peer" {
> >             from {
> >                     protocol: "ospf4"
> >             }
> >             to {
> >                     neighbor: 10.5.11.1
> >             }
> >             then {
> >                     reject /*Rej ospf routes to IBGP Peer*/
> >             }
> >         }
> >     }
> > }
> > 
> > However it looks as if you have hit a bug with the neighbor statement:
> > http://www.xorp.org/bugzilla/show_bug.cgi?id=610
> > 
> > We will look into this and get back to you.
> It would be quite beneficial in cases such as this
> if you could do per-peer import/export policies.
> Becomes much easier to read and maintain.

Agree, but it might not be trivial to implement.
Anyway, I added it as an enhancement Bugzilla entry:

http://www.xorp.org/bugzilla/show_bug.cgi?id=667

Thanks,
Pavlin



More information about the Xorp-users mailing list