HelloI have scoured the forums and made a bazzilion edits, but I am still not able to correctly configure vlans from a cisco switch. I was able to configure vlans with no problem on a netgear accesspoint and opnsense.Setup:OPNsense 23.1.1_2-amd64Switch Cisco SG200-26Firmware Version: 1.4.11.5Boot Version: 1.3.5.06Interfaces on OPNSenseIoT (opt3) vlan01 IoT (Parent: igc0, Tag: 3) *Trying to get workingIoTwifi (opt4) vlan02 IoT-Wifi (Parent: igc2, Tag: 5) *This works great and connected to netgear access point with vlan tagging (1 & 5)LAN (lan) igc0 LAN25 (opt1) igc2 *This works greatOPT2 (opt2) igc3 WAN (wan) igc1 Lan Firewall Protocol Source Port Destination Port Gateway Schedule Description IPv4 * LAN net * * * * * Default allow LAN to any rule IPv6 * LAN net * * * * * Default allow LAN IPv6 to any rule IOT Firewall Protocol Source Port Destination Port Gateway Schedule Description IPv6 * IoT net * * * * * Default allow LAN IPv6 to any rule IPv4 * IoT net * * * * * Default allow LAN to any rule I have LAN (interface) plugged into port 25 on cisco switch X X X X X X X X X X X X * X X X X X X X X X X X X XSwitch configuration (Cisco SG200-26)Default VLAN ID After Reboot: 1VLAN TableVLAN ID VLAN Name Originators VLAN Interface State Link Status SNMP Traps1 Default Enabled Enabled 3 IOTLAN Static Enabled Enabled I am trying to tag port 11 and 18 with vlan3 in the following configurationport 11 and 18 are smart hubs/tv that I would like to isolate from base network() represents default of mode: TrunkAdmin: 1UPOperation VLAN: 1UP1 2 3 4 5 6 7 8 9 10 11 12 25 () () () () () () () () () () Trunk/1UP,3T () ()13 14 15 16 17 18 19 20 21 22 23 24 26() () () () () Trunk/1UP,3T () () () () () () () The symptom is that the devices on port 11/18 are not put on the IOT interface but rather the LAN interface. From my homework it seems that there might be an issue with tagged and untagged on the same interface, but I am not sure how to test/resolve.Any insight is appreciated!