Logread | VTU member violation for vid 1, source port 1

I have some kern.err entries in my log (logread) that I don't understand.
Can someone tell me exactly what these errors mean and how to fix them.
The Google search did not bring any result that I could understand.

Mon Nov 22 20:23:00 2021 kern.err kernel: [ 2634.635582] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:23:10 2021 kern.err kernel: [ 2644.715466] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:23:20 2021 kern.err kernel: [ 2654.605347] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:23:30 2021 kern.err kernel: [ 2664.685242] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:23:40 2021 kern.err kernel: [ 2674.645128] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:23:47 2021 kern.err kernel: [ 2680.805060] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:23:50 2021 kern.err kernel: [ 2684.655018] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:24:00 2021 kern.err kernel: [ 2694.664904] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:24:10 2021 kern.err kernel: [ 2704.674749] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:24:20 2021 kern.err kernel: [ 2714.684602] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:24:30 2021 kern.err kernel: [ 2724.704456] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:24:40 2021 kern.err kernel: [ 2734.624314] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:24:46 2021 kern.err kernel: [ 2740.774232] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:24:50 2021 kern.err kernel: [ 2744.644173] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1
Mon Nov 22 20:25:00 2021 kern.err kernel: [ 2754.654043] mv88e6085 f1072004.mdio-mii:00: VTU member violation for vid 1, source port 1

Here are links to my full config files:
/etc/config/network
/etc/config/wireless

Regards,
Ronny

please post output of

root@OpenWrt:~# ubus call system board

root@OpenWrt:~# ubus call system board
{
        "kernel": "5.4.154",
        "hostname": "OpenWrt",
        "system": "ARMv7 Processor rev 1 (v7l)",
        "model": "Linksys WRT1900ACS",
        "board_name": "linksys,wrt1900acs",
        "release": {
                "distribution": "OpenWrt",
                "version": "21.02.1",
                "revision": "r16325-88151b8303",
                "target": "mvebu/cortexa9",
                "description": "OpenWrt 21.02.1 r16325-88151b8303"
        }
}
root@OpenWrt:~#

Are you using VLAN tagging with DSA?

Did you check the DSA tutorial on the wiki?

Yes, I use VLAN tagging with DSA and checked the DSA tutorial before I've done this.
See the 3 pics attaced below.

This is just a guess, but it might be worth checking.

This error is specific to Marvell 88E6xxx compatible switch chips and it occurs when the incoming frame’s VID is available in the VTU (VLAN Translation Unit), but the source port of the frame is not a member of the frame’s VLAN.

You didn't set the PVID on lan4.

If (and it’s a very big if) the port numbers are reversed and port 1 corresponds to lan4, you should check what VID is assigned to the untagged traffic, coming through lan4.

Install tcpdump, run tcpdump -ennqty lan4 and look for the packet's assigned VID.

It's not much, but it's a start...

1 Like

Here are the results:

root@OpenWrt:~# tcpdump -ennqty EN10MB -i lan4 -vv
tcpdump: data link type EN10MB
tcpdump: listening on lan4, link-type EN10MB (Ethernet), capture size 262144 bytes
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 564: (tos 0x0, ttl 126, id 12390, offset 0, flags [DF], proto TCP (6), length 550)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 510
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 62296, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62297, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62299, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12391, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12392, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62301, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12393, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 62303, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 251
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12394, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 564: (tos 0x0, ttl 126, id 12395, offset 0, flags [DF], proto TCP (6), length 550)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 510
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 62304, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62305, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62307, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12396, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12397, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62309, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12398, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 62311, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 251
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12399, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 564: (tos 0x0, ttl 126, id 12400, offset 0, flags [DF], proto TCP (6), length 550)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 510
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 62312, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 4434: (tos 0x0, ttl 64, id 62313, offset 0, flags [DF], proto TCP (6), length 4420)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 4380
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12401, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62316, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12402, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1514: (tos 0x0, ttl 64, id 62318, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 1460
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12403, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 62319, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 251
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12404, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, ARP, length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.178.1 tell 192.168.178.2, length 28
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, ARP, length 60: Ethernet (len 6), IPv4 (len 4), Reply 192.168.178.1 is-at 2c:91:ab:93:02:a4, length 46
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 564: (tos 0x0, ttl 126, id 12405, offset 0, flags [DF], proto TCP (6), length 550)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 510
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 62320, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 4434: (tos 0x0, ttl 64, id 62321, offset 0, flags [DF], proto TCP (6), length 4420)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 4380
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12406, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62324, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12407, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1514: (tos 0x0, ttl 64, id 62326, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 1460
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12408, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 62327, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 251
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12409, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 564: (tos 0x0, ttl 126, id 12410, offset 0, flags [DF], proto TCP (6), length 550)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 510
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 62328, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62329, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1514: (tos 0x0, ttl 64, id 62331, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 1460
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12411, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62332, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12412, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1514: (tos 0x0, ttl 64, id 62334, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 1460
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12413, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 62335, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 251
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12414, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 564: (tos 0x0, ttl 126, id 12415, offset 0, flags [DF], proto TCP (6), length 550)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 510
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 62336, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62337, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1514: (tos 0x0, ttl 64, id 62339, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 1460
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12416, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62340, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12417, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1514: (tos 0x0, ttl 64, id 62342, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 1460
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12418, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 62343, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 251
2c:91:ab:93:02:a4 > 01:80:c2:00:00:0e, LLDP, length 118: LLDP, length 104
        Chassis ID TLV (1), length 7
          Subtype MAC address (4): 2c:91:ab:93:02:a4
          0x0000:  042c 91ab 9302 a4
        Port ID TLV (2), length 7
          Subtype MAC address (3): 2c:91:ab:93:02:a4
          0x0000:  032c 91ab 9302 a4
        Time to Live TLV (3), length 2: TTL 60s
          0x0000:  003c
        Port Description TLV (4), length 5: LAN:1
          0x0000:  4c41 4e3a 31
        System Name TLV (5), length 9: fritz.box
          0x0000:  6672 6974 7a2e 626f 78
        System Description TLV (6), length 40
          AVM FRITZ!Box 6591 Cable (lgi) 161.07.27
          0x0000:  4156 4d20 4652 4954 5a21 426f 7820 3635
          0x0010:  3931 2043 6162 6c65 2028 6c67 6929 2031
          0x0020:  3631 2e30 372e 3237
        System Capabilities TLV (7), length 4
          System  Capabilities [Bridge, WLAN AP, Router, Docsis] (0x005c)
          Enabled Capabilities [Bridge, WLAN AP, Router, Docsis] (0x005c)
          0x0000:  005c 005c
        Management Address TLV (8), length 12
          Management Address length 5, AFI IPv4 (1): 192.168.178.1
          Interface Index Interface Numbering (2): 31
          0x0000:  0501 c0a8 b201 0200 0000 1f00
        End TLV (0), length 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12419, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 564: (tos 0x0, ttl 126, id 12420, offset 0, flags [DF], proto TCP (6), length 550)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 510
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 62344, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62345, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62347, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12421, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12422, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 62349, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12423, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 62351, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.61809: tcp 251
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 12424, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 55: (tos 0x0, ttl 126, id 12425, offset 0, flags [DF], proto TCP (6), length 41)
    10.10.100.101.63017 > 192.168.178.1.80: tcp 1
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 55: (tos 0x0, ttl 126, id 12426, offset 0, flags [DF], proto TCP (6), length 41)
    10.10.100.101.61787 > 192.168.178.1.80: tcp 1
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 55: (tos 0x0, ttl 126, id 12428, offset 0, flags [DF], proto TCP (6), length 41)
    10.10.100.101.62076 > 192.168.178.1.80: tcp 1
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 55: (tos 0x0, ttl 126, id 12427, offset 0, flags [DF], proto TCP (6), length 41)
    10.10.100.101.63018 > 192.168.178.1.80: tcp 1
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 55: (tos 0x0, ttl 126, id 12429, offset 0, flags [DF], proto TCP (6), length 41)
    10.10.100.101.63019 > 192.168.178.1.80: tcp 1
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 48979, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.63017: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 61023, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.61787: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 18178, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.62076: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 41742, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.63018: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 59887, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.63019: tcp 0
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
1 Like

There is something wrong here. If a port is a VLAN member and it is set as untagged, you should see the VLAN tag automatically added for the incoming packets, and removed for the outgoing.

I have a MT7621 device, and I can see the VLAN tags no matter if the PVID is set, or not.

root@OpenWrt:~# tcpdump icmp -ennqti lan2
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on lan2, link-type EN10MB (Ethernet), capture size 262144 bytes
90:9a:4a:96:c5:8a > 8c:de:f9:a4:1e:54, 802.1Q, length 102: vlan 10, p 0, ethertype IPv4, 192.168.92.15 > 192.168.92.139: ICMP echo request, id 18939, seq 0, length 64
8c:de:f9:a4:1e:54 > 90:9a:4a:96:c5:8a, IPv4, length 98: 192.168.92.139 > 192.168.92.15: ICMP echo reply, id 18939, seq 0, length 64
90:9a:4a:96:c5:8a > 8c:de:f9:a4:1e:54, 802.1Q, length 102: vlan 10, p 0, ethertype IPv4, 192.168.92.15 > 192.168.92.139: ICMP echo request, id 18939, seq 1, length 64
8c:de:f9:a4:1e:54 > 90:9a:4a:96:c5:8a, IPv4, length 98: 192.168.92.139 > 192.168.92.15: ICMP echo reply, id 18939, seq 1, length 64

In your case I don't see any tags at all. Probably if there is no tag set, it is assumed that the packet is a member of the default VLAN 1 (hence the error).

Set the PVID (list ports 'lan4:u*') and if the 802.1q tag doesn't show up, install the ip-bridge package and post the output of bridge vlan.

Sorry, i've corrected this instantly after reading your last post.

Screenshot br-lan

Screenshot VLAN (802.1q): br-lan.50

2021-11-27 09_53_11-OpenWrt - Interfaces - LuCI

Screenshot installed package ip-bridge

2021-11-27 09_54_18-OpenWrt - Software - LuCI

After installing the ip-bridge package, the router was rebooted.

root@OpenWrt:~# bridge vlan
port              vlan-id
lan4              50 PVID Egress Untagged
lan3              60 PVID Egress Untagged
                  70
                  80
lan1              5 PVID Egress Untagged
br-lan            5
                  50
                  60
                  70
                  80
br-wifi-intern    1 PVID Egress Untagged
wlan0             1 PVID Egress Untagged
wlan1-2           1 PVID Egress Untagged

Here are the tcpdump results.

root@OpenWrt:~# tcpdump -ennqty EN10MB -i lan4 -vv
tcpdump: data link type EN10MB
tcpdump: listening on lan4, link-type EN10MB (Ethernet), capture size 262144 bytes
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 536: (tos 0x0, ttl 126, id 54101, offset 0, flags [DF], proto TCP (6), length 522)
    10.10.100.101.61899 > 192.168.178.1.80: tcp 482
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 18647, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61899: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 18648, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61899: tcp 2920
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1514: (tos 0x0, ttl 64, id 18650, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.178.1.80 > 10.10.100.101.61899: tcp 1460
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54102, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61899 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 18651, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61899: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54103, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61899 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1514: (tos 0x0, ttl 64, id 18653, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.178.1.80 > 10.10.100.101.61899: tcp 1460
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 18654, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.61899: tcp 251
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54104, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61899 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 493: (tos 0x0, ttl 126, id 54105, offset 0, flags [DF], proto TCP (6), length 479)
    10.10.100.101.61899 > 192.168.178.1.80: tcp 439
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 475: (tos 0x0, ttl 126, id 54106, offset 0, flags [DF], proto TCP (6), length 461)
    10.10.100.101.61897 > 192.168.178.1.80: tcp 421
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 18655, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61899: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 483: (tos 0x0, ttl 126, id 54107, offset 0, flags [DF], proto TCP (6), length 469)
    10.10.100.101.61896 > 192.168.178.1.80: tcp 429
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 482: (tos 0x0, ttl 126, id 54108, offset 0, flags [DF], proto TCP (6), length 468)
    10.10.100.101.61895 > 192.168.178.1.80: tcp 428
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 474: (tos 0x0, ttl 126, id 54109, offset 0, flags [DF], proto TCP (6), length 460)
    10.10.100.101.61900 > 192.168.178.1.80: tcp 420
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 3532, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61897: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 477: (tos 0x0, ttl 126, id 54110, offset 0, flags [DF], proto TCP (6), length 463)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 423
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 57857, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61896: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 981: (tos 0x0, ttl 64, id 18656, offset 0, flags [DF], proto TCP (6), length 967)
    192.168.178.1.80 > 10.10.100.101.61899: tcp 927
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 21325, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61895: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 40251, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61900: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 58682, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 481: (tos 0x0, ttl 126, id 54111, offset 0, flags [DF], proto TCP (6), length 467)
    10.10.100.101.61899 > 192.168.178.1.80: tcp 427
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 3533, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.61897: tcp 955
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 57858, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.61896: tcp 955
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 21326, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.61895: tcp 955
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 18657, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.61899: tcp 955
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 40252, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.61900: tcp 955
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 58683, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 955
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 546: (tos 0x0, ttl 126, id 54112, offset 0, flags [DF], proto TCP (6), length 532)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 492
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 573: (tos 0x0, ttl 126, id 54113, offset 0, flags [DF], proto TCP (6), length 559)
    10.10.100.101.61900 > 192.168.178.1.80: tcp 519
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 577: (tos 0x0, ttl 126, id 54114, offset 0, flags [DF], proto TCP (6), length 563)
    10.10.100.101.61899 > 192.168.178.1.80: tcp 523
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1000: (tos 0x0, ttl 64, id 58684, offset 0, flags [DF], proto TCP (6), length 986)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 946
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 519: (tos 0x0, ttl 126, id 54115, offset 0, flags [DF], proto TCP (6), length 505)
    10.10.100.101.61895 > 192.168.178.1.80: tcp 465
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 523: (tos 0x0, ttl 126, id 54116, offset 0, flags [DF], proto TCP (6), length 509)
    10.10.100.101.61896 > 192.168.178.1.80: tcp 469
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 520: (tos 0x0, ttl 126, id 54117, offset 0, flags [DF], proto TCP (6), length 506)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 466
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1000: (tos 0x0, ttl 64, id 18658, offset 0, flags [DF], proto TCP (6), length 986)
    192.168.178.1.80 > 10.10.100.101.61899: tcp 946
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1000: (tos 0x0, ttl 64, id 40253, offset 0, flags [DF], proto TCP (6), length 986)
    192.168.178.1.80 > 10.10.100.101.61900: tcp 946
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 552: (tos 0x0, ttl 126, id 54118, offset 0, flags [DF], proto TCP (6), length 538)
    10.10.100.101.61897 > 192.168.178.1.80: tcp 498
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 997: (tos 0x0, ttl 64, id 21327, offset 0, flags [DF], proto TCP (6), length 983)
    192.168.178.1.80 > 10.10.100.101.61895: tcp 943
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 997: (tos 0x0, ttl 64, id 57859, offset 0, flags [DF], proto TCP (6), length 983)
    192.168.178.1.80 > 10.10.100.101.61896: tcp 943
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1000: (tos 0x0, ttl 64, id 3534, offset 0, flags [DF], proto TCP (6), length 986)
    192.168.178.1.80 > 10.10.100.101.61897: tcp 946
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 997: (tos 0x0, ttl 64, id 58685, offset 0, flags [DF], proto TCP (6), length 983)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 943
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 534: (tos 0x0, ttl 126, id 54119, offset 0, flags [DF], proto TCP (6), length 520)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 480
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 985: (tos 0x0, ttl 64, id 58686, offset 0, flags [DF], proto TCP (6), length 971)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 931
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54120, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61899 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54123, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61895 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54122, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61900 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54121, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61896 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54124, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61897 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54125, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 536: (tos 0x0, ttl 126, id 54126, offset 0, flags [DF], proto TCP (6), length 522)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 482
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 58687, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 58688, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 2920
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 58690, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54127, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54128, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 58692, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54129, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 58694, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 251
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54130, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 536: (tos 0x0, ttl 126, id 54131, offset 0, flags [DF], proto TCP (6), length 522)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 482
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 58695, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 4434: (tos 0x0, ttl 64, id 58696, offset 0, flags [DF], proto TCP (6), length 4420)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 4380
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 58699, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 2920
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54132, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54133, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1514: (tos 0x0, ttl 64, id 58701, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 1460
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54134, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 58702, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.61898: tcp 251
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54135, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.61898 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
root@OpenWrt:~# tcpdump icmp -ennqty EN10MB -i lan4 -vv
tcpdump: data link type EN10MB
tcpdump: listening on lan4, link-type EN10MB (Ethernet), capture size 262144 bytes
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 74: (tos 0x0, ttl 126, id 54184, offset 0, flags [none], proto ICMP (1), length 60)
    10.10.100.101 > 192.168.178.1: ICMP echo request, id 3, seq 43559, length 40
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 74: (tos 0x0, ttl 64, id 65184, offset 0, flags [none], proto ICMP (1), length 60)
    192.168.178.1 > 10.10.100.101: ICMP echo reply, id 3, seq 43559, length 40
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 74: (tos 0x0, ttl 126, id 54185, offset 0, flags [none], proto ICMP (1), length 60)
    10.10.100.101 > 192.168.178.1: ICMP echo request, id 3, seq 43560, length 40
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 74: (tos 0x0, ttl 64, id 96, offset 0, flags [none], proto ICMP (1), length 60)
    192.168.178.1 > 10.10.100.101: ICMP echo reply, id 3, seq 43560, length 40
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 74: (tos 0x0, ttl 126, id 54186, offset 0, flags [none], proto ICMP (1), length 60)
    10.10.100.101 > 192.168.178.1: ICMP echo request, id 3, seq 43561, length 40
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 74: (tos 0x0, ttl 64, id 910, offset 0, flags [none], proto ICMP (1), length 60)
    192.168.178.1 > 10.10.100.101: ICMP echo reply, id 3, seq 43561, length 40
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 74: (tos 0x0, ttl 126, id 54187, offset 0, flags [none], proto ICMP (1), length 60)
    10.10.100.101 > 192.168.178.1: ICMP echo request, id 3, seq 43562, length 40
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 74: (tos 0x0, ttl 64, id 1624, offset 0, flags [none], proto ICMP (1), length 60)
    192.168.178.1 > 10.10.100.101: ICMP echo reply, id 3, seq 43562, length 40

root@OpenWrt:~# tcpdump -ennqty EN10MB -i br-lan.50 -vv
tcpdump: data link type EN10MB
tcpdump: listening on br-lan.50, link-type EN10MB (Ethernet), capture size 262144 bytes
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 66: (tos 0x0, ttl 126, id 54188, offset 0, flags [DF], proto TCP (6), length 52)
    10.10.100.101.62808 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.62808: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54189, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62808 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 536: (tos 0x0, ttl 126, id 54190, offset 0, flags [DF], proto TCP (6), length 522)
    10.10.100.101.62808 > 192.168.178.1.80: tcp 482
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 27663, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.62808: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 2974: (tos 0x0, ttl 64, id 27664, offset 0, flags [DF], proto TCP (6), length 2960)
    192.168.178.1.80 > 10.10.100.101.62808: tcp 2920
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 5894: (tos 0x0, ttl 64, id 27666, offset 0, flags [DF], proto TCP (6), length 5880)
    192.168.178.1.80 > 10.10.100.101.62808: tcp 5840
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54191, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62808 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 305: (tos 0x0, ttl 64, id 27670, offset 0, flags [DF], proto TCP (6), length 291)
    192.168.178.1.80 > 10.10.100.101.62808: tcp 251
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 493: (tos 0x0, ttl 126, id 54192, offset 0, flags [DF], proto TCP (6), length 479)
    10.10.100.101.62808 > 192.168.178.1.80: tcp 439
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 27671, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.62808: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 981: (tos 0x0, ttl 64, id 27672, offset 0, flags [DF], proto TCP (6), length 967)
    192.168.178.1.80 > 10.10.100.101.62808: tcp 927
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 66: (tos 0x0, ttl 126, id 54193, offset 0, flags [DF], proto TCP (6), length 52)
    10.10.100.101.62809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 66: (tos 0x0, ttl 126, id 54194, offset 0, flags [DF], proto TCP (6), length 52)
    10.10.100.101.62810 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 66: (tos 0x0, ttl 126, id 54195, offset 0, flags [DF], proto TCP (6), length 52)
    10.10.100.101.62811 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.62809: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54196, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 475: (tos 0x0, ttl 126, id 54197, offset 0, flags [DF], proto TCP (6), length 461)
    10.10.100.101.62809 > 192.168.178.1.80: tcp 421
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.62810: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.62811: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54198, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62810 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54199, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62811 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 66: (tos 0x0, ttl 126, id 54200, offset 0, flags [DF], proto TCP (6), length 52)
    10.10.100.101.62812 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 66: (tos 0x0, ttl 126, id 54201, offset 0, flags [DF], proto TCP (6), length 52)
    10.10.100.101.62813 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 483: (tos 0x0, ttl 126, id 54202, offset 0, flags [DF], proto TCP (6), length 469)
    10.10.100.101.62808 > 192.168.178.1.80: tcp 429
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.62812: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 508, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.62809: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 482: (tos 0x0, ttl 126, id 54203, offset 0, flags [DF], proto TCP (6), length 468)
    10.10.100.101.62810 > 192.168.178.1.80: tcp 428
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 66: (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 52)
    192.168.178.1.80 > 10.10.100.101.62813: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 474: (tos 0x0, ttl 126, id 54204, offset 0, flags [DF], proto TCP (6), length 460)
    10.10.100.101.62811 > 192.168.178.1.80: tcp 420
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 17919, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.62810: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 40858, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.62811: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 509, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.62809: tcp 955
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 27673, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.62808: tcp 955
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 17920, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.62810: tcp 955
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 40859, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.62811: tcp 955
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54205, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62812 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54206, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62813 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 477: (tos 0x0, ttl 126, id 54207, offset 0, flags [DF], proto TCP (6), length 463)
    10.10.100.101.62812 > 192.168.178.1.80: tcp 423
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 481: (tos 0x0, ttl 126, id 54208, offset 0, flags [DF], proto TCP (6), length 467)
    10.10.100.101.62813 > 192.168.178.1.80: tcp 427
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 55477, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.62812: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 60: (tos 0x0, ttl 64, id 30323, offset 0, flags [DF], proto TCP (6), length 40)
    192.168.178.1.80 > 10.10.100.101.62813: tcp 0
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 55478, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.62812: tcp 955
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1009: (tos 0x0, ttl 64, id 30324, offset 0, flags [DF], proto TCP (6), length 995)
    192.168.178.1.80 > 10.10.100.101.62813: tcp 955
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 546: (tos 0x0, ttl 126, id 54209, offset 0, flags [DF], proto TCP (6), length 532)
    10.10.100.101.62813 > 192.168.178.1.80: tcp 492
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 573: (tos 0x0, ttl 126, id 54210, offset 0, flags [DF], proto TCP (6), length 559)
    10.10.100.101.62812 > 192.168.178.1.80: tcp 519
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 577: (tos 0x0, ttl 126, id 54211, offset 0, flags [DF], proto TCP (6), length 563)
    10.10.100.101.62808 > 192.168.178.1.80: tcp 523
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 519: (tos 0x0, ttl 126, id 54212, offset 0, flags [DF], proto TCP (6), length 505)
    10.10.100.101.62809 > 192.168.178.1.80: tcp 465
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1000: (tos 0x0, ttl 64, id 30325, offset 0, flags [DF], proto TCP (6), length 986)
    192.168.178.1.80 > 10.10.100.101.62813: tcp 946
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1000: (tos 0x0, ttl 64, id 55479, offset 0, flags [DF], proto TCP (6), length 986)
    192.168.178.1.80 > 10.10.100.101.62812: tcp 946
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 523: (tos 0x0, ttl 126, id 54213, offset 0, flags [DF], proto TCP (6), length 509)
    10.10.100.101.62813 > 192.168.178.1.80: tcp 469
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 520: (tos 0x0, ttl 126, id 54214, offset 0, flags [DF], proto TCP (6), length 506)
    10.10.100.101.62811 > 192.168.178.1.80: tcp 466
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1000: (tos 0x0, ttl 64, id 27674, offset 0, flags [DF], proto TCP (6), length 986)
    192.168.178.1.80 > 10.10.100.101.62808: tcp 946
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 552: (tos 0x0, ttl 126, id 54215, offset 0, flags [DF], proto TCP (6), length 538)
    10.10.100.101.62812 > 192.168.178.1.80: tcp 498
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 997: (tos 0x0, ttl 64, id 510, offset 0, flags [DF], proto TCP (6), length 983)
    192.168.178.1.80 > 10.10.100.101.62809: tcp 943
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 997: (tos 0x0, ttl 64, id 30326, offset 0, flags [DF], proto TCP (6), length 983)
    192.168.178.1.80 > 10.10.100.101.62813: tcp 943
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 997: (tos 0x0, ttl 64, id 40860, offset 0, flags [DF], proto TCP (6), length 983)
    192.168.178.1.80 > 10.10.100.101.62811: tcp 943
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 1000: (tos 0x0, ttl 64, id 55480, offset 0, flags [DF], proto TCP (6), length 986)
    192.168.178.1.80 > 10.10.100.101.62812: tcp 946
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54216, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62810 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 534: (tos 0x0, ttl 126, id 54217, offset 0, flags [DF], proto TCP (6), length 520)
    10.10.100.101.62811 > 192.168.178.1.80: tcp 480
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 985: (tos 0x0, ttl 64, id 40861, offset 0, flags [DF], proto TCP (6), length 971)
    192.168.178.1.80 > 10.10.100.101.62811: tcp 931
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54218, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62808 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54219, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62813 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54222, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62811 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54220, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62809 > 192.168.178.1.80: tcp 0
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 54: (tos 0x0, ttl 126, id 54221, offset 0, flags [DF], proto TCP (6), length 40)
    10.10.100.101.62812 > 192.168.178.1.80: tcp 0
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
2c:91:ab:93:02:a4 > 00:b0:52:00:00:01, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x88e1), length 60:
2c:91:ab:93:02:a4 > ff:ff:ff:ff:ff:ff, Unknown Ethertype (0x8912), length 60:
root@OpenWrt:~# tcpdump icmp -ennqty EN10MB -i br-lan.50 -vv
tcpdump: data link type EN10MB
tcpdump: listening on br-lan.50, link-type EN10MB (Ethernet), capture size 262144 bytes
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 74: (tos 0x0, ttl 126, id 54229, offset 0, flags [none], proto ICMP (1), length 60)
    10.10.100.101 > 192.168.178.1: ICMP echo request, id 3, seq 43563, length 40
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 74: (tos 0x0, ttl 64, id 20755, offset 0, flags [none], proto ICMP (1), length 60)
    192.168.178.1 > 10.10.100.101: ICMP echo reply, id 3, seq 43563, length 40
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 74: (tos 0x0, ttl 126, id 54230, offset 0, flags [none], proto ICMP (1), length 60)
    10.10.100.101 > 192.168.178.1: ICMP echo request, id 3, seq 43564, length 40
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 74: (tos 0x0, ttl 64, id 20782, offset 0, flags [none], proto ICMP (1), length 60)
    192.168.178.1 > 10.10.100.101: ICMP echo reply, id 3, seq 43564, length 40
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 74: (tos 0x0, ttl 126, id 54231, offset 0, flags [none], proto ICMP (1), length 60)
    10.10.100.101 > 192.168.178.1: ICMP echo request, id 3, seq 43565, length 40
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 74: (tos 0x0, ttl 64, id 21234, offset 0, flags [none], proto ICMP (1), length 60)
    192.168.178.1 > 10.10.100.101: ICMP echo reply, id 3, seq 43565, length 40
14:91:82:32:88:c8 > 2c:91:ab:93:02:a4, IPv4, length 74: (tos 0x0, ttl 126, id 54232, offset 0, flags [none], proto ICMP (1), length 60)
    10.10.100.101 > 192.168.178.1: ICMP echo request, id 3, seq 43566, length 40
2c:91:ab:93:02:a4 > 14:91:82:32:88:c8, IPv4, length 74: (tos 0x0, ttl 64, id 21589, offset 0, flags [none], proto ICMP (1), length 60)
    192.168.178.1 > 10.10.100.101: ICMP echo reply, id 3, seq 43566, length 40

I wonder little about this because it implies that the two devices connected to each other doesn’t have the same gateway setup. And if that happens you usually don’t have any workin network traffic at all.

What is on the other side of the cable on LAN4?

You could try power cycle the complete network so the dhcp leases are renewed if the clients run dhcp client mode and are stuck with some old leases.

The only way to overcome this different gateway dilemma is to run VLAN tagged trunk mode between two devices, router to switch for example.

You can use lan1, lan3 and lan4 as standalone interfaces. No need to put them in a bridge and separate them again with VLANs.

2 Likes

A Fritzbox is located on port 4 as an access device. Why should I make a trunk on port 4 when the Fritzbox is an access device from the port4 point of view? Apart from the fact that the Fritzbox cannot trunking.

How can I group multiple VLANs on port 3 if I have to use each port standalone?
Do you have a tip or an example?

Create new interfaces such as lan3.70, lan3.80

Sorry, but I have no Idea what u mean :slight_smile:
Can u give an example or screenshot?

I am at a loss at the moment... :confused:

How are you going to use the VLANs on lan3?

For LAN3, I need VLAN 60 as a native VLAN, and VLAN 70 and 80 as tagged VLANs.
This is because a Cisco access point (AP1) is connected to port 3 in root WGB (Work Group Bridge) mode.
The Cisco AP (AP1) provides three VLANS 60,70,80. VLAN 60 is AP1&2 management network, VLAN 70 is internal CLient network and VLAN 80 is client guest network.
Another Cisco AP (AP2) is connected to (AP1) as a WGB client and then an access switch is connected to AP2.

If you were using VLAN before, there should be interfaces named br-lan.5 br-lan.50 br-lan.60 br-lan.70 br-lan.80 for each VLAN.
As there is only one member per VLAN, you can just use standalone port mode;

br-lan.5 -> lan1
br-lan.50 -> lan4
br-lan.60 -> lan3
br-lan.70 -> lan3.70
br-lan.80 -> lan3.80
2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.