I've a question about VLANs....
When hosts transmit frames inside the vlan, are these tagged (by 802.1q protocol) or not?
I think that tag are only used in trunks, for recognize the different destination VLAN; frames are untagged when flows on the access port of the vlan.
If this vere true (frames inside a VLAN are untagged), connecting two VLAN together with a crossover cable (on access ports, not by a trunk) should connect two different hosts and be able to ping each other, if they are in the same subnet.
HOST A (192.168.1.1/24, VLAN 1) -->cross cable--> HOST B (192.168.1.2/24, VLAN 2)
I did this test, but it doesn't work.
What's wrong?
Thanks guys