cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
313
Views
1
Helpful
3
Replies

QinQ NCS-5501

Rob Sciarrino
Level 1
Level 1

I'm trying to configure two NCS-5501's running IOS-XR with a QinQ interface for a customer on each end.  Apologies if I'm getting my Encaps types wrong, but essentially we are tagging any traffic from the customer with VLAN200 internally. 

I've been looking at Cisco docs and feel I'm overcomplicating things.  Can someone point me to the correct publication or give a quick config example?  

 

RobSciarrino_0-1742931325979.png

Thanks in advance

 

1 Accepted Solution

Accepted Solutions

M02@rt37
VIP
VIP

Hello @Rob Sciarrino 

On NCS-5501#1 (Customer Facing)

interface GigabitEthernet0/0/0/1
description customer-facing-int
encapsulation dot1q 200 second-dot1q any
rewrite ingress tag pop 1 symmetric
l2transport

 

On NCS-5501#2 (Customer Facing)

interface GigabitEthernet0/0/0/1
description cust-facing-int
encapsulation dot1q 200 second-dot1q any
rewrite ingress tag pop 1 symmetric
l2transport

 

On Internal Link Between NCS-5501 #1 and NCS-5501#2:

interface GigabitEthernet0/0/0/2
description internal-QinQ
encapsulation dot1q 200
l2transport

---

sources:https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5500/vpn/75x/b-l2vpn-cg-ncs5500-75x/configure-virtual-LANs-in-layer-2-VPNs.html

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

3 Replies 3

M02@rt37
VIP
VIP

Hello @Rob Sciarrino 

On NCS-5501#1 (Customer Facing)

interface GigabitEthernet0/0/0/1
description customer-facing-int
encapsulation dot1q 200 second-dot1q any
rewrite ingress tag pop 1 symmetric
l2transport

 

On NCS-5501#2 (Customer Facing)

interface GigabitEthernet0/0/0/1
description cust-facing-int
encapsulation dot1q 200 second-dot1q any
rewrite ingress tag pop 1 symmetric
l2transport

 

On Internal Link Between NCS-5501 #1 and NCS-5501#2:

interface GigabitEthernet0/0/0/2
description internal-QinQ
encapsulation dot1q 200
l2transport

---

sources:https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5500/vpn/75x/b-l2vpn-cg-ncs5500-75x/configure-virtual-LANs-in-layer-2-VPNs.html

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Thanks!  What I was looking for!

This configuration works for tagged and untagged packets on the attachment circuit for the XRv9000. No guarantees that it is a platform independent config that will also work on the NCS 5500.

!
interface GigabitEthernet0/0/0/2.200 l2transport
description QinQ trunk
encapsulation dot1q 200
rewrite ingress tag pop 1 symmetric
!
interface GigabitEthernet0/0/0/4
description Attachment circuit
l2transport
!
!
l2vpn
xconnect group s-tag-200
p2p ac2trunk
interface GigabitEthernet0/0/0/4
interface GigabitEthernet0/0/0/2.200
!
!
!

 

Disclaimers: I am long in CSCO. Bad answers are my own fault as they are not AI generated.