Aruba & ProVision-based
1753959 Members
7387 Online
108811 Solutions
New Discussion

Forward 802.1ad QinQ frames on tagged vlans on ProCurve 2810

 
stbuehler
Occasional Visitor

Forward 802.1ad QinQ frames on tagged vlans on ProCurve 2810

Hi,

I'd like to use 802.1ad VLANs on top of 802.1Q VLANs; the switch only needs to understand 802.1Q (I think).

If I send 802.1ad-tagged frames on an untagged port, the switch will insert the 802.1Q-tag when the frame leaves on a tagged port just fine, but it drops frames going the other way (i.e. coming in on a tagged port, doesn't matter whether they leave tagged or untagged).

The frame with both tags lists the 802.1Q tag first, then the 802.1ad tag (which isn't what the wikipedia pages calls "typical", but should imho work better with devices that don't support 802.1ad).

tcpdump on the system attached to the untagged port:

00:25:90:XX:XX:XX > ff:ff:ff:ff:ff:ff,
    ethertype 802.1Q-QinQ (0x88a8), length 46: vlan 180, p 0,
    ethertype ARP, Ethernet (len 6), IPv4 (len 4),
    Request who-has 10.180.0.7 tell 10.180.0.8, length 28

(response missing)

 tcpdump on the system attached to the tagged (vlan 11) port:

00:25:90:XX:XX:XX > ff:ff:ff:ff:ff:ff,
    ethertype 802.1Q (0x8100), length 64: vlan 11, p 0,
    ethertype 802.1Q-QinQ, vlan 180, p 0,
    ethertype ARP, Ethernet (len 6), IPv4 (len 4),
    Request who-has 10.180.0.7 tell 10.180.0.8, length 42

0c:c4:7a:XX:XX:XX > 00:25:90:XX:XX:XX,
    ethertype 802.1Q (0x8100), length 50: vlan 11, p 0,
    ethertype 802.1Q-QinQ, vlan 180, p 0,
    ethertype ARP, Ethernet (len 6), IPv4 (len 4),
    Reply 10.180.0.7 is-at 0c:c4:7a:XX:XX:XX, length 28

The systems are both linux (debian stable); for the tagged port the linux box has a vlan11 (802.1Q) on the ethernet device and a vlan180 (802.1ad) on the vlan11 device; I also disabled txvlan and vxlan offloading features to make sure they don't interfere with the order.

Is there any way I can tell the switch to forward those packets? As far as I can tell it doesn't need to actually understand 8021.ad for this, is just needs to handle the outer tag.

(The same setup works just fine on an Aruba 2530 switch)