06-12-2024 04:18 AM
I was working on a maintenance window. moving some customers to our new MPLS network PE router NCS540 SOFTWARE 7.6.2.
When I move 192.168.70.0/24 to the new mpls network I was able to ping it from everywhere. however a static routed network I was not able to reach even though I could see the route advertized everywhere in the network
int bvi 100
vrf CORE_14288
ipv4 address 192.168.70.1 255.255.255.0
!
router bgp 11749
vrf CORE_14288
rd auto
address-family ipv4 unicast
redistribute connected
redistribute static
!
!
router static
vrf CORE_14288
address-family ipv4 unicast
192.168.10.0/27 192.168.70.2
After doing some digging I found that the redistribute static was not allowing the traffic to pass thru even though I could see it advertized from every PE in the network.
If I hardcode it like shown below, it works.
router bgp xxxx
vrf CORE_14288
address-family ipv4 unicast
192.168.10.0/27 192.168.70.2
!
!
I opened a ticket with cisco just to make sure this is not a bug, but I'm curious to see if anybody has experience the same behaviour.
Solved! Go to Solution.
06-12-2024 01:30 PM
I was following this article
06-13-2024 05:02 AM
workaround for this case you can try
assign static label for static route
and keep per-ce mode
MHM
06-13-2024 06:14 AM - edited 06-13-2024 06:17 AM
Hi @MHM Cisco World ,
The issue is related to the per CE label allocation mode behavior, which is LFIB lookup and forward directly to adjacency. Assigning a static label will not solve the issue, as behavior will be the same but with static label instead. @DanielGutierrez615 has already tried it unsuccessfully, as mentioned previously.
Regards,
06-13-2024 07:24 AM
but making PE assign label statically prevent it from assign two label,
we see that other PE see two label for same prefix
MHM
06-13-2024 07:42 AM
Hi @MHM Cisco World ,
The issue is not with the two labels. It is due to traffic using the per CE label, which does not seem to work as it should.
Regards,
06-13-2024 07:29 AM
Are there any study cases on this specific topic Label Allocation modes you’re aware OF. I want to make sure I understand this 100%.I have like 50 tabs open on my browser trying to find more information about it, but all of them pretty much say the same thing. I’m looking for something that will dig deeper into the subject
06-13-2024 07:35 AM
Open this link now you will have 51 tab lol..
Check this link it good
MHM
06-13-2024 07:45 AM - edited 06-13-2024 07:47 AM
Hi @DanielGutierrez615 ,
As mentioned in the paper you referred to, in doubts use per CE (which is the default anyhow on the device you are using). That is why you need to continue working with TAC to find out if the behavior you are seeing is a bug or a limitation with this specific hardware and configuration combination.
Regards,
06-13-2024 07:48 AM
will do. I will let you guys know what info I get from them . Thank you guys for your feedback. you helped me a ton on this tshoot case.
06-17-2024 07:38 AM - edited 06-24-2024 09:34 AM
Hi @DanielGutierrez615 ,
You need to use per-vrf Label mode over BVI. It does not support any other Label modes. You can configure it under BGP VRF.
02-14-2025 01:46 AM
We ran across the same problem today with our NCS540s. With per-prefix label distribution, cannot reach networks advertised by redistributing static routes. Changing to per-CE works well.
Redistributing connected routes works fine in both cases.
We have opened a case with Cisco to get to the bottom of this.
02-14-2025 12:47 PM
02-16-2025 05:00 PM
Thanks, it is unlikely to be a scale issue, because we have less than 50 prefixes in our lab network where we are testing this. Either ways, we have a case with TAC to work on this further,
02-16-2025 07:42 PM
Hi @Ronit Bhattacharjee ,
This is a known limitation.
"Label allocation mode per-CE with BVI is not supported in an access network along with PE-CE protocols enabled"
Regards,
02-16-2025 07:47 PM
Thanks, I did see this, but it doesn't match our issue exactly
1. There's no issue with the BVI subnet's prefix being advertised across the network. All BVI-BVI routing works without issues with "redistribute connected". The problem is only with "redistribute static".
2. Label-allocation mode "per-CE" is the only mode that actually works for us. The problem is "per-Prefix"
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide