Anyone have any expertise with Q-in-Q Stacking VLANS?
I have a 6506 trunked to a 4848 (which supports stacked vlans) and the 6506 trunked to a 7513 NAT'ing to an outside GW.
CE --- 7513 (NAT'ing) --- 6506 --- 4948 --- CE
Like I said earlier, I need to implement this to traverse another hop out to the 7513. My questions are...
1) What do I need to change (if anything) on my trunk between the 6506 and 4948?
2) Do I need to create a tunnel or another trunk between the 6506 and 4948 only allowing the vlan I need to pass through to the 7513?
Please see configs below on both 6506/4948.
interface GigabitEthernet1/47
description trunk to Cisco 6506
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-7,9-11,13-800,802-4094
switchport mode trunk
switchport nonegotiate
spanning-tree portfast trunk
end
Cisco4948#sh run int g1/8
Building configuration...
Current configuration : 132 bytes
!
interface GigabitEthernet1/8
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 801
switchport mode trunk
end
interface GigabitEthernet3/1
description Trunk Port to Cisco 4948 QT-Test
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-7,9-11,13-799,801-4094
switchport mode trunk
switchport nonegotiate
spanning-tree portfast trunk
end
Cisco6500IOS#sh run int f4/8
Building configuration...
Current configuration : 141 bytes
!
interface FastEthernet4/8
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 800
switchport mode trunk
end
I have a 6506 trunked to a 4848 (which supports stacked vlans) and the 6506 trunked to a 7513 NAT'ing to an outside GW.
CE --- 7513 (NAT'ing) --- 6506 --- 4948 --- CE
Like I said earlier, I need to implement this to traverse another hop out to the 7513. My questions are...
1) What do I need to change (if anything) on my trunk between the 6506 and 4948?
2) Do I need to create a tunnel or another trunk between the 6506 and 4948 only allowing the vlan I need to pass through to the 7513?
Please see configs below on both 6506/4948.
interface GigabitEthernet1/47
description trunk to Cisco 6506
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-7,9-11,13-800,802-4094
switchport mode trunk
switchport nonegotiate
spanning-tree portfast trunk
end
Cisco4948#sh run int g1/8
Building configuration...
Current configuration : 132 bytes
!
interface GigabitEthernet1/8
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 801
switchport mode trunk
end
interface GigabitEthernet3/1
description Trunk Port to Cisco 4948 QT-Test
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-7,9-11,13-799,801-4094
switchport mode trunk
switchport nonegotiate
spanning-tree portfast trunk
end
Cisco6500IOS#sh run int f4/8
Building configuration...
Current configuration : 141 bytes
!
interface FastEthernet4/8
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 800
switchport mode trunk
end