Hi All,
Please bare with me as this is my first post on Dell forum :)
I am currently running a QinQ setup for a client as they require a L2 service from us.
For all intents and purposes lets say the setup is as follows: Router1 > 8024F-1 > 8024F-2 > Router2
R1 is sending tagged traffic on vlan221, and connects to SW1 on port Te1/0/24Sw1
Te1/0/9 connects to SW2 Te1/0/9
Traffic coming from Te1/0/24 should be encapsulated into Vlan999.
Vlan999 get stripped on Sw2 port Te1/0/24
S-tag: 999
C-tag: 211
Configurations I have thus far is:
SW1
configure
vlan database
vlan 999
exit
########### Accepts all incoming traffic and applies additional Vlan Tag
interface Te1/0/24
switchport mode general
switchport general pvid 999
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 999
exit
########### Accepts VLAN 999 traffic and sends as Tagged Traffic
interface Te1/0/9
switchport mode general
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 999 tagged
mode dvlan-tunnel
exit
-------------------------
SW2
configure
vlan database
vlan 999
exit
########### Accepts all incoming traffic and applies additional Vlan Tag
interface Te1/0/24
switchport mode general
switchport general pvid 999
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 999
exit
########### Accepts VLAN 999 traffic and sends as Tagged
interface Te1/0/9
switchport mode general
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 999 tagged
mode dvlan-tunnel
Please any assistance would be greatly appriciated !!
Regards
P