cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
587
Views
0
Helpful
1
Replies

Catalyst 9500 xconnect over mpls. No traffic. Following documentation

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

1 Reply 1

Mpls router id must config in both side.
also MPLS router-ID must be routing and reachable by both side