Hi all,
have two procuve V1920-48G switches, have done this simple setup.
VLAN 1 Default VLAN
VLAN 2 LAN
VLAN 200 PRIVATE LAN
Have made the ports connecting the two hybrid, with vlan 2 untagged and vlan 200 tagged.
I have selected so VLAN 1 has NO member on both switches.
But the result is that ports tagged/untagged with vlan 200 works on both sides, but the vlan2 which is ONLY untagged on all ports, does not go from switch 1 to switch 2
When using vlan 1 and deselecting all vlan 2, it works ?!
Odd or just me :-)
best regards
Martin
Solved! Go to Solution.
Hello Martin,
Make sure the untagged VLAN should be the same as the default VLAN on both devices like below.
interface Ethernet1/0/1
port link-type hybrid
port hybrid vlan 200 tagged
port hybrid vlan 2 untagged
undo port hybrid vlan 1
port hybrid pvid vlan 2
Thanks for your reply :-)
I forgot about the PVID!
best regards
Martin