We have followed the guide but we can not make it work.
https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9500/software/release/17-6/configuration_guide/mpls/b_176_mpls_9500_cg/configuring___ethernet_over_mpls__eompls__and_pseudowire_redundancy__pwr_.html
Configure xconnect (EoMPLS) between two catalyst 9500 Switch. Configuration and status it shows green.
(xconnect up, mpls-ping works) But no traffic shows over xconnect-tunnel between two switches.
Have we missed something or what can be the problem?
I do not find a lot on the forums on xcennect over mpls.
---- Config----
# SW1 #
interface Loopback 0
ip address 1.1.1.1 255.255.255.255
interface TwentyFiveGigE1/0/48
no switchport
mtu 9216
ip address 10.0.0.1 255.255.255.0
mpls ip
mpls label protocol ldp
ip route 0.0.0.0 0.0.0.0 10.0.0.2
interface TwentyFiveGigE1/0/2
no switchport
no ip address
no keepalive
xconnect 2.2.2.2 100 encapsulation mpls
# SW2 #
interface Loopback 0
ip address 2.2.2.2 255.255.255.255
interface TwentyFiveGigE1/0/48
no switchport
mtu 9216
ip address 10.0.0.2 255.255.255.0
mpls ip
mpls label protocol ldp
ip route 0.0.0.0 0.0.0.0 10.0.0.1
interface TwentyFiveGigE1/0/2
no switchport
no ip address
no keepalive
xconnect 1.1.1.1 100 encapsulation mpls