QinQ in 1.3.x
-
mike99 - Associate
- Posts: 837
- Joined: Tue Nov 25, 2014 10:53 am
- Location: Quebec, Canada
- Has thanked: 95 times
- Been thanked: 245 times
QinQ in 1.3.x
Is it available or only the support was added without possibility to configure it ? I wanted to test it and don't see any option via CLI or WebUI to configure it.
-
sirhc - Employee
- Posts: 7415
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: QinQ in 1.3.x
Right now just the basics that should handle most people are there in the UI but it does function, we do not want to put in every bell and whistle and clog up the interface so we are looking for feedback for what people want or need to achieve their goal. There are SOOOOOO many knobs and dials and if we put them in then the interface turns into that of the EdgeMAX Switch and it then drives like a Mack Truck IMO.
On the VLAN Tab there is now an option for Q
So lets say you have a router setup with QinQ that is connected to port 1 of the switch
In the router you have VLAN20 inside VLAN10 (QinQ) and you want to pass VLAN20 out port 4
So you would define VLAN10 in the router with a T on port 1 and a Q on port 4
Now when a packet leaves port 4 since it has a Q the switch will strip off the outer VLAN tag 10 and just pass the packet with a single VLAN tag of 20
On the VLAN Tab there is now an option for Q
So lets say you have a router setup with QinQ that is connected to port 1 of the switch
In the router you have VLAN20 inside VLAN10 (QinQ) and you want to pass VLAN20 out port 4
So you would define VLAN10 in the router with a T on port 1 and a Q on port 4
Now when a packet leaves port 4 since it has a Q the switch will strip off the outer VLAN tag 10 and just pass the packet with a single VLAN tag of 20
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
-
mike99 - Associate
- Posts: 837
- Joined: Tue Nov 25, 2014 10:53 am
- Location: Quebec, Canada
- Has thanked: 95 times
- Been thanked: 245 times
Re: QinQ in 1.3.x
Thanks, I didn't saw the Q option in the VLANs tab. I really like it, easy to configure. I will do some test.
-
mike99 - Associate
- Posts: 837
- Joined: Tue Nov 25, 2014 10:53 am
- Location: Quebec, Canada
- Has thanked: 95 times
- Been thanked: 245 times
Re: QinQ in 1.3.x
QinQ seem to work between 2 ports of the same switch configured with Q on port to acces the queue. Now, how can I pass the queue between switchs ?
-
mike99 - Associate
- Posts: 837
- Joined: Tue Nov 25, 2014 10:53 am
- Location: Quebec, Canada
- Has thanked: 95 times
- Been thanked: 245 times
Re: QinQ in 1.3.x
Ok, found it, we must tagged (T) between switch.
Here my config If it could help anyone to understand how to configure QinQ:
ERL eth0 192.168.1.1/24 eth0.1317 10.8.254.1/29
WS-24-400A port 15 S-TAG (Q) VLAN 100 / port 25 C-TAG (T) VLAN 100
WS-12-250A port 14 C-TAG (T) VLAN 100 / port 13 C-TAG (T) VLAN 100
WS-12-250A port 13 C-TAG (T) VLAN 100 / port 11 S-TAG (Q) VLAN 100
Linux PC eth1 192.168.1.19/24 eth1.1317 10.8.254.2/29
ERL is pluged to eth0 to WS-24-400A port 15
Linux PC is pluged to last WS-12-250A port 11
Both can ping each other via untag and tagged VLAN 1317 paquets, the VLAN 1317 not being configured on any switch.
Here my config If it could help anyone to understand how to configure QinQ:
ERL eth0 192.168.1.1/24 eth0.1317 10.8.254.1/29
WS-24-400A port 15 S-TAG (Q) VLAN 100 / port 25 C-TAG (T) VLAN 100
WS-12-250A port 14 C-TAG (T) VLAN 100 / port 13 C-TAG (T) VLAN 100
WS-12-250A port 13 C-TAG (T) VLAN 100 / port 11 S-TAG (Q) VLAN 100
Linux PC eth1 192.168.1.19/24 eth1.1317 10.8.254.2/29
ERL is pluged to eth0 to WS-24-400A port 15
Linux PC is pluged to last WS-12-250A port 11
Both can ping each other via untag and tagged VLAN 1317 paquets, the VLAN 1317 not being configured on any switch.
-
StrataNet - Member
- Posts: 28
- Joined: Sun Nov 22, 2015 10:53 pm
- Location: New Zealand
- Has thanked: 5 times
- Been thanked: 4 times
Re: QinQ in 1.3.x
Heads up, if anyone is using MikroTik and having the same issues as me and simply could not get the above config to work (I set it up exactly as above in a lab), try using D on port 4 instead of Q. I'm not sure why this is, but I think MikroTik uses a different method of tagging inner VLANs.
Also Chris I think there's a small typo - "So you would define VLAN10 in the router with a T on port 1 and a Q on port 4". I think this should say switch, and not router?
Anyway, I've got my head around this now. Cheers!
Also Chris I think there's a small typo - "So you would define VLAN10 in the router with a T on port 1 and a Q on port 4". I think this should say switch, and not router?
Anyway, I've got my head around this now. Cheers!
-
StrataNet - Member
- Posts: 28
- Joined: Sun Nov 22, 2015 10:53 pm
- Location: New Zealand
- Has thanked: 5 times
- Been thanked: 4 times
Re: QinQ in 1.3.x
Also just to add, I presume that using Q or D in essence means that all inner VLANs are trunked to that port? It seems to work that way anyway.
-
mike99 - Associate
- Posts: 837
- Joined: Tue Nov 25, 2014 10:53 am
- Location: Quebec, Canada
- Has thanked: 95 times
- Been thanked: 245 times
Re: QinQ in 1.3.x
Yes, all inner VLAN are encapsuled in a QinQ or double VLAN. Their currently no way to configure anything about inner vlan.
Who is online
Users browsing this forum: Google [Bot] and 24 guests