Unsolved

This post is more than 5 years old

3188

February 16th, 2017 00:00

Powerconnect 8024F QinQ Configuration

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

February 17th, 2017 00:00

Hi Daniel C

Thanks for the fast reply.

I used this article as reference yes, but unfortunatly it's not working.
What I can see however is that the Dell is sending untagged traffic to the Router while the router
is only accepting tagged traffic on Vlan211.

I think the configuration must be adjusted on the Dell so it strips the Vlan999, but not vlan211.

Packet sniffer:

INTERFACE    TIME    NUM DIR   SRC-MAC           DST-MAC           VLAN   SRC-ADDRESS  
ether1      34.632              44 ->  6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211                  
ether1      34.736              45 <-  5C:26:0A:E6:A3:24 01:80:C2:00:00:0E                      
ether1      36.535              46 <-  5C:26:0A:E6:A3:24 01:80:C2:00:00:00                      
ether1      36.634              47 ->  6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211                  
ether1      38.535              48 <-  5C:26:0A:E6:A3:24 01:80:C2:00:00:00                      
ether1      38.636              49 ->  6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211                  
ether1      40.535              50 <-  5C:26:0A:E6:A3:24 01:80:C2:00:00:00                      
ether1      40.638              51 ->  6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211                  
ether1      42.535              52 <-  5C:26:0A:E6:A3:24 01:80:C2:00:00:00                      
ether1      42.64                53 ->  6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211                  
ether1      44.535              54 <-  5C:26:0A:E6:A3:24 01:80:C2:00:00:00                      
ether1      44.642              55 ->  6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211                  
ether1      46.536              56 <-  5C:26:0A:E6:A3:24 01:80:C2:00:00:00                      
ether1      46.645              57 ->  6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211                  
ether1      46.737              58 <-  5C:26:0A:E6:A3:24 01:00:0C:CC:CC:CC                      
ether1      46.738              59 <-  5C:26:0A:E6:A3:24 01:00:0C:CC:CC:CC                      
ether1      48.535              60 <-  5C:26:0A:E6:A3:24 01:80:C2:00:00:00                      
ether1      48.647              61 ->  6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211                  
ether1      50.535              62 <-  5C:26:0A:E6:A3:24 01:80:C2:00:00:00                      
ether1      50.649              63 ->  6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211                  

Thanks for the help guys.

P

February 20th, 2017 05:00

Hi, 

Ok I tried but still no luck, I needed to add the Vlan211 to the vlan database but I highly doubt this will cause any problem. 

Currently switch running config: 

configure

vlan 211,999
exit
stack
member 1 2 ! PC8024F
exit
interface vlan 1 1
exit
interface vlan 999 2
ip address 100.0.0.2 255.255.255.0
exit
username "admin" password test privilege 15 encrypted
!
interface Te1/0/9
switchport mode general
switchport general allowed vlan add 999 tagged
mode dvlan-tunnel
exit
!
interface Te1/0/24
switchport mode general
switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 999
switchport general allowed vlan add 211 tagged
exit
snmp-server engineid local 
exit
!

Router uplink Packet sniffer

INTERFACE TIME NUM DIR SRC-MAC DST-MAC VLAN
ether1 0.545 2 -> 6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211
ether1 2.076 3 <- 5C:26:0A:E6:A3:24 01:80:C2:00:00:00
ether1 2.547 4 -> 6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211
ether1 4.076 5 <- 5C:26:0A:E6:A3:24 01:80:C2:00:00:00
ether1 4.549 6 -> 6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211
ether1 5.528 7 <- 5C:26:0A:E6:A3:24 01:00:0C:CC:CC:CC
ether1 5.528 8 <- 5C:26:0A:E6:A3:24 01:00:0C:CC:CC:CC
ether1 6.076 9 <- 5C:26:0A:E6:A3:24 01:80:C2:00:00:00
ether1 6.551 10 -> 6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211
ether1 8.076 11 <- 5C:26:0A:E6:A3:24 01:80:C2:00:00:00
ether1 8.553 12 -> 6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211
ether1 10.076 13 <- 5C:26:0A:E6:A3:24 01:80:C2:00:00:00
ether1 10.556 14 -> 6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211
ether1 12.076 15 <- 5C:26:0A:E6:A3:24 01:80:C2:00:00:00
ether1 12.527 16 <- 5C:26:0A:E6:A3:24 01:80:C2:00:00:0E
ether1 12.566 17 -> 6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211
ether1 14.076 18 <- 5C:26:0A:E6:A3:24 01:80:C2:00:00:00
ether1 14.568 19 -> 6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211
ether1 16.076 20 <- 5C:26:0A:E6:A3:24 01:80:C2:00:00:00
ether1 16.57 21 -> 6C:3B:6B:37:C1:46 01:80:C2:00:00:00 211

Regards

P

 

March 3rd, 2017 04:00

Apologies only responding now, had another project to attend to. 

Output from Dell is as follows: 

console#show dvlan-tunnel 

Primary TPID.......................................................802.1Q
Secondary TPIDs Configured..............................
Interfaces Enabled for DVLAN Tunneling............Te1/0/9

Hope this helps

March 7th, 2017 05:00

Hi Daniel, 

Ok I tried to apply these configuration, still with no luck. 

Printout from the Router

[admin@R2] > /tool sniffer quick interface=ether1
INTERFACE                                  TIME    NUM  SRC-MAC           DST-MAC           VLAN  
ether1                                             0.89      2 ->  6C:3B:6B:37:C1:46     01:80:C2:00:00:00 211
ether1                                            2.367      3 <-  5C:26:0A:EC:85:AA   01:80:C2:00:00:00
ether1                                            2.892      4 ->  6C:3B:6B:37:C1:46    01:80:C2:00:00:00 211
ether1                                            4.367      5 <-  5C:26:0A:EC:85:AA    01:80:C2:00:00:00
ether1                                            4.894      6 ->  6C:3B:6B:37:C1:46    01:80:C2:00:00:00 211
ether1                                            6.367      7 <-  5C:26:0A:EC:85:AA    01:80:C2:00:00:00 
ether1                                            6.896      8 ->  6C:3B:6B:37:C1:46    01:80:C2:00:00:00 211
ether1                                            8.367      9 <-  5C:26:0A:EC:85:AA    01:80:C2:00:00:00
ether1                                            8.898     10 ->  6C:3B:6B:37:C1:46    01:80:C2:00:00:00 211
ether1                                            9.249     11 ->  6C:3B:6B:37:C1:46    FF:FF:FF:FF:FF:FF         0.0.0.0:5678 (discovery)             255.255.255.255:5678 (discovery)    ip:udp      167   0 no 
ether1                                            9.249     12 ->  6C:3B:6B:37:C1:46    01:00:0C:CC:CC:CC 
ether1                                            9.249     13 ->  6C:3B:6B:37:C1:4A    FF:FF:FF:FF:FF:FF 211     192.168.0.2:56274                    255.255.255.255:5678 (discovery)    ip:udp      179   0 no 
ether1                                            9.249     14 ->  6C:3B:6B:37:C1:4A    33:33:00:00:00:01 211
ether1                                            9.249     15 ->  6C:3B:6B:37:C1:4A    01:00:0C:CC:CC:CC 211
ether1                                           10.367     16 <-  5C:26:0A:EC:85:AA   01:80:C2:00:00:00 
ether1                                             10.9     17 ->  6C:3B:6B:37:C1:46    01:80:C2:00:00:00 211
ether1                                           12.367     18 <-  5C:26:0A:EC:85:AA    01:80:C2:00:00:00
ether1                                           12.903     19 ->  6C:3B:6B:37:C1:46    01:80:C2:00:00:00 211
ether1                                           14.367     20 <-  5C:26:0A:EC:85:AA    01:80:C2:00:00:00 
ether1                                           14.905     21 ->  6C:3B:6B:37:C1:46    01:80:C2:00:00:00 211
Side-note we are using vlan211 not 221 :)
Thanks for trying to help me get this sorted.
Kind Regards
P
No Events found!

Top