We use 2 TDA4s for Ethernet communication, SDK version 8.6.
Two TDA4 eth0 nics on Linux based on undivided VLAN,
Run the ‘ip link add link eth0 name eth0.3 type vlan id 3’ command to create network adapter eth0.3 on VLAN3.
We expected that eth0 would not ping eth0.3 from another tda4, but it did.
Virtual logical isolation is not implemented in vlans. How can I enable VLAN isolation so that eth0 cannot ping eth0.3?