Route filters and CSC

reload@reload@ Member Posts: 44 ■■□□□□□□□□
So I'm doing a lab with Carrier Supporting Carrier (CSC), and I have eBGP between the CE and PE with label distribution. I wanted to filter what I will be advertising to the PE from my CE, so I created a route-map and applied it as the export policy. My lab broke as soon as I did that. So I tried removing all the "deny" terms from my route-map until all I had left was permit everything, but it was still broken. I took off the export policy and it works fine. I put it back on (it's just a "permit" term with no match clauses) and it breaks again. I did "show ip bgp neighbor x.x.x.x advertised-routes" and it shows the same prefixes whether I had the export policy or not.

So I start capturing the BGP messages and noticed something weird.

Here's an update message when I don't have an export policy:

29ay9n9.png

Here's an update message when I do have an export policy:

etcvw4.png

For some reason, I'm not sending labels when I have an export policy applied even if the policy is just permit all.

Does anyone know why it's behaving like this?
Sign In or Register to comment.