Hi, I just finished changing a Cisco for a CCR1072, and it has not been a pleasant experience.
This CCR has BGP sessions and publishes networks according to filters, we have been fighting for more than 1 hour because the filters were good, we did not find anything that could cause the failure, but some networks were not published with the peers.
We were already crazy and we did not see the fault. Desperately we have restarted the CCR and have published all the networks without missing singular and without having touched anything. Logically we had forwarded, deactivated and re-enabled, even throwing the network interface, but there was no way they would be published.
The filter would be something like this:
chain = null_route prefix = 1.1.66.0 / 24 invert-match = no action = accept set-bgp-prepend-path = ""
chain = null_route prefix = 1.1.67.0 / 24 invert-match = no action = accept set-bgp-prepend-path = ""
chain = null_route prefix = 2.2.44.0 / 22 invert-match = no action = accept set-bgp-prepend-path = ""
chain = null_route prefix = 3.3.132.0 / 22 invert-match = no action = accept set-bgp-prepend-path = ""
chain = null_route invert-match = no action = discard set-bgp-prepend-path = ""
In this case the network 1.1.67 / 24 and 2.2.44 / 22 did not publish them.
It is not the first time that I fight with a rule of this style and simply changing the order has started to work, but today there was no way.
To which you can owe or how to debug this fault, it is a core and I can not restart it because
Best Regards.