Route filters on 3.24

Hello everyone!

I’d like to get rid of duplicate PPPoE routes (dynamic /32 addresses) learned via RIP in the routing table. Even when I add a static route, e.g. /26 to the same pppoe pool, RIP routes won’t disappear. RouterOS version is 3.24 (just in case):). Can anybody help! I’d appreciate very much!
I hope this was clear..:slight_smile:

THank you!

use routing filters to block receiving this routes via RIP

Tried, all combinations… But without success. This is way I put OS version, do you think it’s a bug or something. My routing table looks kinda like this:

AS: 10.0.0.0/26 10.10.10.1
DAr:10.0.0.1 10.10.10.1
DAr:10.0.0.2 10.10.10.1
DAr:10.0.0.3 10.10.10.1

etc.

What could possibly be a problem? Thank you!:wink:

post your route filters

/routing filter export

and /routing rip export

Can’t give you rip routes, but I described about how it looks like, here’s (one of) my routing filter. (I tried other combinations too)


add action=discard chain=rip-in comment=“” disabled=no invert-match=no
prefix=10.0.0.0/26


Just can’t get rid of those redundant and undesired routes. :slight_smile:

add ‘prefix-length=32’

did you setup ‘rip-in’ chain in RIP settings for filtering?

aaa, thank you, thank you..I obviously didn’t try everything!:slight_smile:
Thank you very much;)
It works!

glad to hear that =)