10-24-2024 05:54 PM
Hello
I am working with cisco IOS XR and ASR 9K router. We are trying to set up a new client with Layer 2 transport with the below config. We are using ASR 9K as our main router in the data center and cisco 4500x units still in our sub site locations. We are working on upgrading our 4500x units but this still has not happened yet. On the 4500x side we are handing off a port from our switch in access vlan 600 and then tunneling them back to our core and then off our core back out to another 4500x that has the same config on it. the customer seems not to be able to pass all vlans across our network. Please see below config for both 4500x units and our core ASR.
ASR CONFIG
interface TenGigE0/0/0/30.600 l2transport
description CUST-A-TRANSPORT
encapsulation dot1q 600
interface TenGigE0/0/0/22.600 l2transport
description CUST-A-TRANSPORT
encapsulation dot1q 600
l2vpn
bridge group CUST-1
bridge-domain CUST-A
interface TenGigE0/0/0/22.600
!
interface TenGigE0/0/0/30.600
4500-X SITE ONE
interface TenGigabitEthernet1/1
description CUST-A-TRANSPORT
switchport access vlan 600
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
l2protocol-tunnel lldp
l2protocol-tunnel stp
4500-X SITE TWO
interface TenGigabitEthernet1/1
description CUST-A-TRANSPORT
switchport access vlan 600
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
l2protocol-tunnel lldp
l2protocol-tunnel stp
10-27-2024 06:37 AM
under your l2transport interfaces please add
rewrite ingress tag pop 1 symmetric
then test again, this should push the vlan tag out
10-28-2024 10:26 PM
So if i am using vlan 100 and the customer is using vlan 100 will that be an overlap on my network with this setup?
Should i move over to a higher vlan number?
10-29-2024 04:42 AM
As role you need to use rewrite with any bridge if the ASR recieve vlan tag frame.
MHM
10-29-2024 08:35 AM
I think you also need to switch port to trunk as on ASR9k side you expect encapsulated packets. Access port does not tag the packets thus you my not hit thr proper sub-interface on the ASR9k side.
As you dont have an IRB you may not even need to stip the VLAN - but thats upon your choice.
HTH
Niko
10-29-2024 09:57 PM
Our main uplink port to our asr 9k is a trunk port.
My main question is if i am using vlan 100 and the customer is using vlan 100 can this cause issues ?
10-29-2024 11:03 PM
Please I am confuse here
Your original post show 4500 use access port and you then mention you use trunk can you elaborate
Thanks alot
MHM
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