Re: per interface route filtering

2015-04-08 Thread olivier a
Thanks for your explaination. I understand, and it seems to be functioning OK with the following config. Is this the right way ? : protocol rip rip1 { #debug all; interface "eth0" { mode multicast; ttl security tx only; }; honor neighbor; authentication none; import all; export filter {

Re: per interface route filtering

2015-03-19 Thread Ondrej Zajicek
On Fri, Mar 13, 2015 at 08:05:23PM +0100, olivier a wrote: > Is there a way to filter RIP announced routes on an interface basis ? Hi Currently the only way is to have separate RIP protocol instances for each interface and do filtering on import/export to these RIP instances. -- Elen sila lumen

per interface route filtering

2015-03-13 Thread olivier a
Is there a way to filter RIP announced routes on an interface basis ? I've had a look at the filtering part in the doc, but I'm still clueless about this ... Thanks for any help :-)