Can CCR can support full BGP table in VRF?
I have an ISP setup with MPLS and BGP-free core. Route Reflectors (RRs) are in place. Internet traffic is in a VRF between the transit routers and CE routers. Two Transit routers (TR) peer with different upstream providers and each have full BGP tables. iBGP for MPLS configured as such: TRs<—>RRs<—>CEs
All routers running 6.40.4
Transit, RR, and P routers are all CCR1072
CE routers are CCR1016
IGP is OSPF
Static and Connected BGP prefixes are exchanged correctly between transit and CE routers.
/routing bgp instance vrf
add redistribute-connected=yes redistribute-static=yes routing-mark=inet
I then make a change to a transit router:
/routing bgp instance vrf
add redistribute-connected=yes redistribute-static=yes redistribute-other-bgp=yes routing-mark=inet
At this point, Internet BGP prefixes begin to propagate to the CE routers as expected. However, after less than a minute the transit router crashes and reboots. The transit router will not stablize until this line is reverted back.