new BGP Advertisements not going out

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

Have you tried using the resend all button to refresh the routes sent to the peer?

Yes I have resend resend all and even reboot. :frowning:

Can you reproduce the same issue if you set up an additional dummy/test BGP peer? Sometimes a fresh test build forces some an unnoticed issue to come to light on the production service.

I have not tested on clean environment. I would like to know the flow of routing advertisements the lead to the output and which should also lead to:

/routing bgp advertisements print

Hi

Has this been resolved?

I have the very same issue on a CCR1009-8G-1S. The first 2 prefixes added to the BGP networks are advertised, but now I've add another prefix and its not advertising??? I have also added a new BGP peer - but the router only advertises the first 2 prefixes to all peers.

[XX] > routing bgp advertisements print
PEER PREFIX NEXTHOP AS-PATH ORIGIN LOCAL-PREF
1 196.216.132.0/22 41.85.25.178 igp
1 169.255.244.0/22 41.85.25.178 igp
2 ... 196.216.132.0/22 196.46.25.170 igp
2 ... 169.255.244.0/22 196.46.25.170 igp
3 ... 196.216.132.0/22 196.46.25.170 igp
3 ... 169.255.244.0/22 196.46.25.170 igp
4 ... 196.216.132.0/22 196.46.25.170 igp
4 ... 169.255.244.0/22 196.46.25.170 igp
5 ... 196.216.132.0/22 196.46.25.170 igp
5 ... 169.255.244.0/22 196.46.25.170 igp
6 ... 196.216.132.0/22 196.46.25.170 igp
6 ... 169.255.244.0/22 196.46.25.170 igp
7 196.216.132.0/22 196.46.25.170 igp
7 169.255.244.0/22 196.46.25.170 igp
8 ... 196.216.132.0/22 196.46.25.170 igp
8 ... 169.255.244.0/22 196.46.25.170 igp
9 196.216.132.0/22 196.46.25.170 igp
9 169.255.244.0/22 196.46.25.170 igp
10 ... 196.216.132.0/22 196.46.25.170 igp
10 ... 169.255.244.0/22 196.46.25.170 igp
[XX] > routing bgp network print
Flags: X - disabled

NETWORK SYNCHRONIZE

0 196.216.132.0/22 yes
1 169.255.244.0/22 yes
2 80.95.8.0/21 yes
[XX] >


Help!!!