Tagged VLANs not working on JetStream switches?
I have a problem where JetStream switches (T1700X-16TS and T1700G-28TQ) are not properly passing traffic when using ports with tagged 802.1Q VLANs. When using untagged VLANs, there are no problems.
With the following setup:
Switch A: T1700X-16TS (ports 13-16 are using SFP+ copper and fiber)
Switch B: T1700G-28TQ (ports 25-28 are using SFP+ copper and fiber)
Switch C: T1700X-16TS (ports 13-16 are using SFP+ copper and fiber)
For example, this works:
Workstation 1 (Windows 10) 1gig -> Port B2 (Untagged VLAN 1, PVID 1) -> Port B25 (Untagged VLAN 1, PVID 1) -> Port A13 (Untagged VLAN 1, PVID 1) -> Port A11 (Untagged VLAN 1, PVID 1) -> Server 1 (Linux) 10gig
Workstation 2 (MacOS) 1gig -> Port B3 (Untagged VLAN 1, PVID 1) -> Port B25 (Untagged VLAN 1, PVID 1) -> Port A13 (Untagged VLAN 1, PVID 1) -> Port A11 (Untagged VLAN 1, PVID 1) -> Server 1 (Linux) 10gig
But this doesn’t work:
Workstation 1 (Windows 10) 1gig -> Port B2 (Untagged VLAN 111, PVID 111) -> Port B25 (Tagged VLAN 111, PVID 111) -> Port A13 (Tagged VLAN 111, PVID 111) -> Port A11 (Tagged VLAN 111, PVID 111) -> Server 1 (Linux, VLAN setup using networkd) 10gig
Workstation 1 can ping Server 1, and vice versa, but copying a file (scp) or simply running the “top” command from a ssh session will both hang.
Same problem when trying workstation 2; can ping, but traffic doesn’t seem to pass for more than a second.
This also doesn’t work:
Workstation 1 (Windows 10) 1gig -> Port B2 (Untagged VLAN 111, PVID 111) -> Port B25 (Tagged VLAN 111, Untagged VLAN 1, PVID 1) -> Port A13 (Tagged VLAN 111, Untagged VLAN 1, PVID 1) -> Port A11 (Untagged VLAN 111, PVID 111) -> Server 1 (Linux) 10gig
Has anyone else successfully used tagged VLANs with these switches?