Please tell me, a regular(uncontrolled) switch with several ports is connected to my Mikrotik in lan1, regular clients are connected to this switch, as well as clients that have VLAN 10 installed on their network cards, how can I get them all in one bridge on Mikrotik? When I install on mikrotik PVID 10 for ether1 and add tagged and untagged in one vlan table, I get an error that they cannot be at the same time.
/interface bridge
add name=bridge1 vlan-filtering=yes
/interface bridge port
add bridge=bridge1 interface=ether1 pvid=10
/interface bridge vlan
add bridge=bridge1 tagged=bridge1,ether1 untagged=ether1 vlan-ids=10