Hi,

I got it working now after restart bgpd .

Thank you very much!



On Tue, Aug 16, 2016 at 11:38 PM, Alexis Rosen <
[email protected]> wrote:

> On Aug 16, 2016, at 12:13 PM, Hien Phan <[email protected]> wrote:
> > I doubled check many times, clear bgp session whenever i apply new
> config. but no luck with route-map, problem still exists.
>
> So, what about my route-map with two prefix lists? Did you try it?
>
> /a
>
> > On Tue, Aug 16, 2016 at 10:45 PM, Alexis Rosen <
> [email protected]> wrote:
> > On Aug 16, 2016, at 11:37 AM, Hien Phan <[email protected]> wrote:
> > > Hi there,
> > >
> > > It not work, still dropped all prefix.
> >
> > Really.
> >
> > Are you sure you're using the right prefix-list? Try clearing the
> session.
> >
> > If that doesn't do it, use a route-map with deny...
> >
> > ip prefix-list default-only seq 5 permit 0.0.0.0/0
> > ip prefix-list permit-all seq 5 permit 0.0.0.0/0 le 32
> >
> > route-map all-but-default deny 10
> >  match ip address prefix-list default-only
> > route-map all-but-default permit 20
> >  match ip address prefix-list permit-all
> >
> > /a
> >
> > > On Tue, Aug 16, 2016 at 10:33 PM, Alexis Rosen <
> [email protected]> wrote:
> > > On Aug 16, 2016, at 10:27 AM, Hien Phan <[email protected]>
> wrote:
> > > > Hi there,
> > > >
> > > > Thanks for your reply, but i know that fix.
> > > >
> > > > I still need filter default route, so which is correct way to filter
> default route?
> > >
> > > Perhaps this will work for you?
> > >         ip prefix-list all-but-default seq 5 permit 0.0.0.0/0 ge 1
> > >
> > > /a
> > >
> > > > On Tuesday, 16 August 2016, Nick Hilliard <[email protected]> wrote:
> > > > Hien Phan wrote:
> > > > > ip prefix-list deny-route seq 5 deny 0.0.0.0/0 <http://0.0.0.0/0>
> > > > > ip prefix-list deny-route seq 1000 permit 0.0.0.0/0 <
> http://0.0.0.0/0> le 32
> > > >
> > > > no ip prefix-list deny-route
> > > > ip prefix-list deny-route seq 5 deny 0.0.0.0/0
> > >
> >
> >
>
>
_______________________________________________
Quagga-users mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-users

Reply via email to