Vyos 1.3 mpls ldp issues

Hi All,

I tested MPLS in Version, I find some issues. My network diagram and configuration:-

I cannot ping from vyos13-1 to vyos13-3 and the next-hop address (i think the next-hop address is the opposite router interface ip) are not correct in all routers. Please give me some suggestions

Thanks,
Tom

What IPs specifically are you trying to ping?

edit:

Are you pinging the loopbacks, and properly sourcing from the loopback?

I try to ping 3.3.3.3 from source 1.1.1.1 or 12…0.0.1.

Hi Sinilli,

Could you set the following command?:

set protocols mpls interface 'ethX'

where ethX are the interfaces connected to p/pe routers .

It can work.

set protocols mpls interface ‘ethX’

Thanks.