07-06-2021 09:53 AM
i configured mpls network,
and router has mpls table, but i cannnot ping... (router 1 → router 2)
what is problem?
i will upload my config and network map.
please help me.
07-06-2021 10:55 AM - edited 07-06-2021 11:29 AM
Hi @nozomiislove ,
You need to change the PEs (R3 and R8) loopback interface addresses to 255.255.255.255 (/32). This is a requirement for MPLS VPN.
Regards,
07-06-2021 02:52 PM - edited 07-06-2021 03:08 PM
Hi @nozomiislove ,
I just noticed that you are using BGP between R5 and R6, which means you don't have an end to end LSP between R3 and R8, as BGP is not advertising labels by default. You would need to use BGP label unicast to complete your design. For this, you need to add the following commands on R5 and R6:
R5:
router bgp 2
neighbor 10.0.0.2 send-label
R6:
router bgp 3
neighbor 10.0.0.1 send-label
Regards,
07-06-2021 05:23 PM
thank you.
I retry it, and success.
thank you.
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