01-05-2021 01:20 PM - edited 01-07-2021 08:17 AM
Hi Community
I'm stucked with QinQ. Let's say you have 1 router and 3 switches A,B and C which are connected in this order:
RtoAtoBtoC.
You have to remove the switch B and then your new diagram will be like this;
RtoAtoC.
Here you are the current port modes and Vlan IDs.
Port modes/Vlans between A&B;
R:Encapsulation dot1Q ,subinterface with S-Vlan
A:Trunk mode(S-Vlan)
Port modes&Vlans between A&B;
A:Trunk mode(S-Vlan)
B:Dot1q-tunnelling mode(C-Vlan)
Port modes&Vlans between B&C;
B:Trunk mode(C-Vlan)
C:Trunk mode(C-Vlan)
After removing Switch B, how could it be possible to keep giving QinQ services on switch A without wasting extra ports? What might be the possible port configuration options on this new path? Does Vlan-Mapping works /how?
Hint: You are not allowed to get some additional ports on R and C. (Only one port is allowed to use) BTW, A is a 4500 Swicth.
01-05-2021 02:43 PM
Hello,
Vlan mapping is probably what they are looking for. On the 4500, configure the port like this:
switchport mode trunk
switchport vlan mapping C-VLAN S-VLAN
Have a look at the link below:
01-06-2021 02:50 AM - edited 01-06-2021 03:01 AM
Hi Georg
Thanks for your reply. Yes l have read this link previously but I feel confused just right at this point and couldn't see any detailed example about implementing vlan-mapping on qinq config on the internet.
As you know, qinq must be set on the other far end of the path. The current structure is like below;
Cust1LondonSide------>Z[QinQ]>>>>>>[T]Y[T]>>>>>>>[T]R[T]>>>>>>[T]A[T]>>>>>>[T]B[T]>>>>>>[QinQ]C[T]<------Cust1TokyoSide
Do you have any idea Where to exactly apply vlan mapping config on the new topo below?
Cust1LondonSide------>Z[QinQ?]>>>>>>[T]Y[T]>>>>>>>[T]R[T]>>>>>>[?]A[?]>>>>>>[?]C[T]<------Cust1TokyoSide
After applying Vlan-Mapping, is it required to change any config on the above QinQ topology on Z node?
BR
Caner
01-06-2021 03:22 AM
Hello,
the far end is the C switch, right ? Does that switch support the same trunk configuration as switch A (the 4500) ?
switchport mode trunk
switchport vlan mapping C-VLAN S-VLAN
01-06-2021 08:21 AM
Nope, l mean Z switch for the term "far end". C is my ISP's switch(huawei s5700) and yes it is in trunk mode. (All vlans are carried out here.)
01-06-2021 04:06 AM - edited 01-06-2021 04:06 AM
Hello
Maybe a couple of topology digrams pre-post changes would say a thousand words?
01-06-2021 08:22 AM - edited 01-07-2021 08:26 AM
Hi Paul
l have uploaded before and after topologies. The point is how to configure QinQ in new topology by using only one port on each device. No extra ports are allowed on R and C. Your valuable comment is appreciated.
BR
Caner
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