Wednesday, October 8, 2008

QinQ

5003A:
Custom -------(f2)5003A(f3)-------serviceProvider
BCM.1> dtag mode xe14 external
BCM.1> dtag mode xe15 internal
BCM.1> dtag show
port 1:xe0 double tag mode external (customer), tpid 0x8100
port 1:xe1 double tag mode external (customer), tpid 0x8100
port 1:xe2 double tag mode external (customer), tpid 0x8100
port 1:xe3 double tag mode external (customer), tpid 0x8100
port 1:xe4 double tag mode external (customer), tpid 0x8100
port 1:xe5 double tag mode external (customer), tpid 0x8100
port 1:xe6 double tag mode external (customer), tpid 0x8100
port 1:xe7 double tag mode external (customer), tpid 0x8100
port 1:xe8 double tag mode external (customer), tpid 0x8100
port 1:xe9 double tag mode external (customer), tpid 0x8100
port 1:xe10 double tag mode external (customer), tpid 0x8100
port 1:xe11 double tag mode external (customer), tpid 0x8100
port 1:xe12 double tag mode external (customer), tpid 0x8100
port 1:xe13 double tag mode external (customer), tpid 0x8100
port 1:xe14 double tag mode external (customer), tpid 0x8100
port 1:xe15 double tag mode internal (service provider), tpid 0x8100
port 1:xe16 double tag mode external (customer), tpid 0x8100
port 1:xe17 double tag mode external (customer), tpid 0x8100
port 1:xe18 double tag mode external (customer), tpid 0x8100
port 1:xe19 double tag mode external (customer), tpid 0x8100
BCM.1> exit

5003A-L-87 # sh switch fabric-channel interface f2
config switch fabric-channel interface
edit "f2"
set native-vlan 1901
set allowed-vlans 1,101-200,901-910,1901
next
end

5003A-L-87 # sh switch fabric-channel interface f3
config switch fabric-channel interface
edit "f3"
set allowed-vlans 1,60,901,1901
next
end

On FortiOS side, by default vlanforward is enabled that means when the interface got 802.1q packet and no vlan interface under it, it will just forward out to other interface.

==============================

Cisco 3550

interface FastEthernet0/21
switchport access vlan 1901
switchport mode dot1q-tunnel


HP:
As HP procurve got double vlan packet, it will change the vlanID to 4096 and that is.
In another word, it does not support dtag.
Avalanche can send out DTAG traffic, but only on client side.

No comments: