[quagga-users 14849] ospf route-map

Mark Coetser <mark-ajVlV48O6s/[email protected]> Wed, 1 Nov 2017 13:59:27 +0200
Newsgroups gmane.network.quagga.user
Message-ID <[email protected]>
Hi Guys

quagga                         1.1.1-3+deb9u1

kernel				4.9.0-3-amd64


OK i have a working ospf setup between multiple routers including some 
mikrotiks. OSPF works fine but now I have been trying to create an 
access list to block a quagga router from advertising a ospf learned 
subnet and for some reason I cant seem to get this right....

so I have router A with a local subnet of 192.168.60.0/24 that is 
connected to router B which in turn is connected to router C, I am 
trying to get router B to stop advertising 192.168.60.0/24 to router C

Router B quagga config

router ospf
  redistribute connected route-map RIP_INTF
  redistribute rip route-map RIP_INTF
!
ip prefix-list DROPADDR seq 5 deny 192.168.60.0/24
ip prefix-list DROPADDR seq 10 permit any
!
route-map RIP_INTF permit 5
  match ip address prefix-list DROPADDR
!


with this in place I still see 192.168.60.0/24 distributed to router C

I have tried a few different variations of different access-lists and 
they dont seem to work... any ideas

-- 
Thank you,

Mark Adrian Coetser