I am trying to help a friend of mine with a VLAn issue. He sent me a config on a piece of paper, so I dont have access to the switch. His issue is there is no connectivity. Most of the ports looks like this: interface GigabitEthernet2/1 switchport access vlan 200 switchport trunk encapsulation dot1q switchport trunk allowed vlan 1-99,101-299,301-399,401-499,501-599,601-699 switchport trunk allowed vlan add 701-4094 The VLANs listed are vlan 1-3,100,127,200,300,400,500,600,700 I think the issue is that the because the switchport access vlan 200 is there it is allowing the port to be a access port and not a trunk port. Is this correct? Or how do I fix the issue.