Browse Community
Help
Log In
Responses(6)
Solutions(0)
DELL-Sam L
Moderator
•
7.8K Posts
0
July 3rd, 2020 15:00
Hello lugcxl,
Here is a link to the latest admin guide. https://dell.to/3gqkCNG
lugcxl
4 Posts
July 6th, 2020 01:00
Hi @DELL-Sam L,
thanks for your reply, but I'm pretty sure 6.3.x is older than 6.5.x, if not, the version numbering is pretty confusing
(here's the link for 6.5.2.x https://downloads.dell.com/manuals/all-products/esuprt_ser_stor_net/esuprt_networking/esuprt_net_fxd_prt_swtchs/networking-n4000-series_user%27s-guide10_en-us.pdf I don't know if there are any differences in 6.5.4.x)
Nevertheless, there are some things which are still unclear after reading the manual, like is it possible to send double tagged and single tagged traffic both via Te1/0/24 like in my initial post.
DELL-Josh Cr
9.5K Posts
July 6th, 2020 10:00
Page 792 https://dell.to/2O1jRys
It looks like the port is either doing QinQ or not, not being able to do both.
July 8th, 2020 23:00
Hi @DELL-Josh Cr, I was talking about Te1/0/24 - which is just a regular trunk port. (It's all in the config I posted...)
July 10th, 2020 01:00
After some more hours of testing I can tell - the Q-in-Q config works.
What doesn't work is the uplink from Te1/0/1 to Te1/0/2.
If I go from another switch to Te1/0/2 directly the tagged frames are getting a second tag.
So, I guess some protocol detects a loop?
Just for testing purposes I use VLAN 500 as inner VLAN, and 1000 as outer vlan (q-in-q).
Does anyone have any idea why the tagged packets from Te1/0/1 do not get to Te1/0/2?
July 10th, 2020 09:00
Do the spanning tree logs show that it is putting the port in a blocking state?
Dell Support Resources
View All
Top
DELL-Sam L
Moderator
•
7.8K Posts
0
July 3rd, 2020 15:00
Hello lugcxl,
Here is a link to the latest admin guide. https://dell.to/3gqkCNG
lugcxl
4 Posts
0
July 6th, 2020 01:00
Hi @DELL-Sam L,
thanks for your reply, but I'm pretty sure 6.3.x is older than 6.5.x, if not, the version numbering is pretty confusing
(here's the link for 6.5.2.x https://downloads.dell.com/manuals/all-products/esuprt_ser_stor_net/esuprt_networking/esuprt_net_fxd_prt_swtchs/networking-n4000-series_user%27s-guide10_en-us.pdf I don't know if there are any differences in 6.5.4.x)
Nevertheless, there are some things which are still unclear after reading the manual, like is it possible to send double tagged and single tagged traffic both via Te1/0/24 like in my initial post.
DELL-Josh Cr
Moderator
•
9.5K Posts
0
July 6th, 2020 10:00
Page 792 https://dell.to/2O1jRys
It looks like the port is either doing QinQ or not, not being able to do both.
lugcxl
4 Posts
0
July 8th, 2020 23:00
Hi @DELL-Josh Cr, I was talking about Te1/0/24 - which is just a regular trunk port. (It's all in the config I posted...)
lugcxl
4 Posts
0
July 10th, 2020 01:00
After some more hours of testing I can tell - the Q-in-Q config works.
What doesn't work is the uplink from Te1/0/1 to Te1/0/2.
If I go from another switch to Te1/0/2 directly the tagged frames are getting a second tag.
So, I guess some protocol detects a loop?
!
interface Te1/0/1
switchport general pvid 500
switchport general allowed vlan add 500 tagged
switchport access vlan 500
exit
!
interface Te1/0/2
spanning-tree tcnguard
spanning-tree guard root
switchport mode dot1q-tunnel
switchport access vlan 1000
exit
!
Just for testing purposes I use VLAN 500 as inner VLAN, and 1000 as outer vlan (q-in-q).
Does anyone have any idea why the tagged packets from Te1/0/1 do not get to Te1/0/2?
DELL-Josh Cr
Moderator
•
9.5K Posts
0
July 10th, 2020 09:00
Do the spanning tree logs show that it is putting the port in a blocking state?