I have setup two routers. One have rOS7 other one rOSV6. There is test bgp session betwen them.
After reboot rOS 7 router BGP session is esatblished status but traffic wont start flowing and event rOS7 router dont respond for ping.
After i click enabled / disabled or do refresh any rule traffic starts flow.
I if replace rOS7 router with rOS6 with exact same config it works normal.
How to overcome this problem?
rOS 7 have this filter rules
Code: Select all
/routing filter rule
add chain=bgp-in disabled=no rule="if (dst in 0.0.0.0/0 ) {accept}"
add chain=bgp-in disabled=no rule="set pref-src 192.168.0.240;"
add chain=bgp-pp2-out disabled=no rule="set bgp-path-prepend 2;"
add chain=bgp-pp3-out disabled=no rule="set bgp-path-prepend 3;"
add chain=bgp-pp4-out disabled=no rule="set bgp-path-prepend 4;"
Code: Select all
add chain=bgp-in disabled=no rule="if (dst in 0.0.0.0/0 ) {accept}"