Hi, all I am trying to figure out why my new IP block is not advertising. I could use some help if any might take a look at my config below. I have three network blocks I am sending with BGP to my upstream peer. The first two are broadcasting fine for 4 years. The third is not showing in /routing bgp advertisements print
IP’s scrubbed.
MY BGP host IP: 10.0.0.114
MY BGP peer IP: 10.0.0.113
Good Advertisements: 192.168.63.0/24, 192.168.4.0/22
Missing Advertisement 192.168.184.0/21
[admin@Level3 Edge Router] /routing bgp> /routing bgp advertisements print
PEER PREFIX NEXTHOP AS-PATH
peer1 192.168.63.0/24 10.0.0.113
peer1 192.168.4.0/22 10.0.0.113
/routing bgp instance
set default as=12345 client-to-client-reflection=no out-filter=L3-OUT redistribute-connected=yes redistribute-static=yes router-id=10.0.0.1
/routing bgp aggregate
add inherit-attributes=no instance=default prefix=192.168.4.0/22
add inherit-attributes=no instance=default prefix=192.168.63.0/24
add inherit-attributes=no instance=default prefix=192.168.184.0/21
/routing bgp network
add network=192.168.4.0/22 synchronize=no
add network=192.168.63.0/24 synchronize=no
add network=192.168.184.0/21 synchronize=no
/routing bgp peer
add in-filter=L3-IN name=peer1 out-filter=L3-OUT remote-address=10.0.0.113 remote-as=3356 update-source=ether1-L3
[admin@Level3 Edge Router] /routing bgp> /routing filter export
# nov/01/2015 12:54:35 by RouterOS 6.18
# software id = DRBA-K1HV
#
/routing filter
add action=discard chain=L3-IN prefix=192.168.4.0/22
add action=discard chain=L3-IN prefix=192.168.63.0/24
add action=discard chain=L3-IN prefix=192.168.184.0/21
add action=accept chain=L3-OUT prefix=192.168.184.0/21
add action=accept chain=L3-OUT prefix=192.168.4.0/22
add action=accept chain=L3-OUT prefix=192.163.63.0/24
add action=discard chain=L3-OUT
And yes I have an anchor route on a bridge interface and can ping it from inside my network
add address=192.168.184.1/21 interface=nullbridge network=192.168.184.0