Hello
My blocking issue are the new routing filters in ROS7.
I would like to upgrade our pop to ROS7 on CCR2004 but I am not able to do that.
I have tried to upgrade a running pop using v6 to v7 and I have a lot of issues on routing filters.
I have read all the examples but I am not able to reach the goal to have them running.
I know that the default action is discard, I have read the guides.
A simple filter on the v6, I made explicit accept any to avoid issues in upgrading to ros7.
/routing filter
add action=discard chain=bgp-out prefix=192.168.0.0/16 prefix-length=0-32
add action=accept chain=bgp-out
The filter has been upgraded but…
When I upgrade, the router doesnt announce anything.
If I disable the filter competely, it announces everything…
Hello, thank you mrz for your support. It works.
Please point me where it is because I may have overlooked it.
Another question: I have some peers configured, some are not establishing connection, how can I debug them?
I have enabled bgp logging but I cant see any messages related to a peer not running up.
the same conf in v6 works, in v7 the ipv6 peer doesnt come up and I dont have any indications why dont come up.
thank you
The issue was the local address in v6 unspecified.
But where can I check it on the logs?
I enabled the bgp logs debugging but it doesnt write that something is not OK.
no messages at all!
That is why I asked.
I have also enabled bgp logging, but no entries about a not starting ipv6 connection.
After I put the ipv6 local address to set the bgp connections, it worked immediately.