10-13-2017 04:35 PM - edited 03-01-2019 02:03 PM
Hi Guys
I'm having a bit of trouble with L2 over MPLS via an EVC, one end connecting to a L2 WAN circuit over to a customer through a carrier, and therefore has an S-TAG (2096). Connected to our other PE is a circuit directly connected from out ASR to a customer's switch stack.
Please could someone assist in reviewing the attached visio diagram and explaining how this can be configured correctly!
Many thanks!
Tom
10-15-2017 05:19 PM
10-16-2017 03:32 AM
Hi
R1:
int gi1
service instance 7000 ethernet
encapsulation dot1q 2096 second-dot1q 120
rewrite ingress tag pop 1 symmetric
xconnect 192.168.212.3 7000 encapsulation mpls
R2:
int gi1
service instance 7000 ethernet
encapsulation dot1q 120
xconnect 192.168.212.3 7000 encapsulation mpls
my thinking was just to pop the carrier tag off as it enters the network and add it back on symmetrically when it leaves, but to no avail...
Any help is appreciated.
Thanks
10-16-2017 03:33 AM
***CORRECTION***
R2:
service instance 7000 ethernet
encapsulation dot1q 120
rewrite ingress tag pop 1 symmetric
xconnect 192.168.212.2 7000 encapsulation mpls
10-16-2017 09:40 AM
10-16-2017 11:25 AM
Hi
VLAN 2096 is the tag imposed by the carrier, so we have no choice in that. Lots of circuits terminate on this interface with VLANs.
Thanks
Tom
10-16-2017 01:59 PM
10-17-2017 08:39 AM
Hi
We have to use it as that is the VLAN that our carrier uses to terminate the service. The carrier allows for secondary VLANs to be piped through.
As a bit of back ground, both sides will be trunk ports, we are wanting to run several VLANs across our MPLS cloud. Xconnect's are up:
service instance 7000 ethernet
encapsulation dot1q 2096 second-dot1q 120
rewrite ingress tag pop 1 symmetric
l2protocol forward stp lldp
xconnect 192.168.212.2 7000 encapsulation mpls
TE-CR-1#sh mpls l2transport vc
Local intf Local circuit Dest address VC ID Status
------------- -------------------------- --------------- ---------- ----------
Gi0/1/3 Eth VLAN 2096/120 192.168.212.2 7000 UP
!
!
!
service instance 7000 ethernet
encapsulation dot1q 120
l2protocol forward stp lldp
xconnect 192.168.212.3 7000 encapsulation mpls
TN-CR-1#sh mpls l2transport vc
Local intf Local circuit Dest address VC ID Status
------------- -------------------------- --------------- ---------- ----------
Gi0/1/0 Eth VLAN 120 192.168.212.3 7000 UP
Regards
Tom
10-17-2017 03:07 PM
10-18-2017 02:10 AM
10-18-2017 04:56 AM
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