Hello, my infrastructure looks like attached image shows. I utilize two WLANs on different subnets (192.168.5.0 and 192.168.11.0) with 2 VLANs (5 and 11). However I had to get rid of tagging in my network. Unfortunatelly now I'm not sure how to be able to connect to router through both VLANS with one cable and no tagging. I have both of my ports set as trunk (one connected to all my switches and APs and one connected to main router), like this:
interface gigabitethernet 0/0/0
description "GE0/0/0"
trusted
trusted vlan 1-4094
no poe
switchport mode trunk
switchport access vlan 5
switchport trunk native vlan 5
switchport trunk allowed vlan 1-4094
lldp transmit
lldp receive
!
If I use VID on my router it works fine but I can't. Any help?