MPLS l2 xconnect configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2017 10:09 AM
I need to create a xconnect between 2 ASR 920 routers in our network - I've previously created l2vpns using bridge domains (E-LAN) but I want this to be a l2 xconnect (E-Line). We have it configured, and the status show UP UP, but the customer is having problems pinging across this link - is there an issue in the configuration or are there other commands I could use to figure out the problem with this circuit?
Current config :
Router 1:
interface GigabitEthernet0/0/13
description VVT-BRW-ETH-01
mtu 9000
no ip address
negotiation auto
no keepalive
service-policy input 110mb
service-policy output 110mb
service instance 299 ethernet
encapsulation default
l2protocol tunnel
xconnect 10.255.255.13 299 encapsulation mpls
!
end
Router 2:
interface GigabitEthernet0/0/13
description VVT-BRW-ETH-01
mtu 9000
no ip address
negotiation auto
no keepalive
service-policy input 110mb
service-policy output 110mb
service instance 299 ethernet
encapsulation default
l2protocol tunnel
xconnect 10.255.255.2 299 encapsulation mpls
!
end
Router 1#sh xconnect int g0/0/13 det
Legend: XC ST=Xconnect State S1=Segment1 State S2=Segment2 State
UP=Up DN=Down AD=Admin Down IA=Inactive
SB=Standby HS=Hot Standby RV=Recovering NH=No Hardware
XC ST Segment 1 S1 Segment 2 S2
------+--------------------------+--+--------------------------+--
UP pri ac Gi0/0/13:299(Ethernet) UP mpls 10.255.255.13:299 UP
Interworking: none Local VC label 22
Remote VC label 72
Router 2#sh xconnect int g0/0/13 det
Legend: XC ST=Xconnect State S1=Segment1 State S2=Segment2 State
UP=Up DN=Down AD=Admin Down IA=Inactive
SB=Standby HS=Hot Standby RV=Recovering NH=No Hardware
XC ST Segment 1 S1 Segment 2 S2
------+-------------------------+--+---------------------------+--
UP pri ac Gi0/0/13:299(Ethernet) UP mpls 10.255.255.2:299 UP
Interworking: none Local VC label 72
Remote VC label 22
Thanks in advance!
- Labels:
-
MPLS
