Hi, I am running BGP internally on my network - this works well most of the times, however there are two things I can't work out how to do
with "advertise connected" routes enabled, I want to be able to filter out a specific route so it is not advertised at all. This is usually a subnet attached to an Ethernet interface that is masqueraded onto the larger network.
Example1
interface IP addresses
Wlan1 172.20.20.5/30
Wlan2 172.20.20.9/30
Ether1 192.168.0.1/24
I would like the router to collect routes and advertise routes on Wlan1 & Wlan2, but not advertise 192.168.0.0/24 that is bound to Ether1
Any assistance in accomplishing this would be greatly appreciated