I'm trying to get a 300 Series 8 port switch to trunk to my 1140 Access Points. I"ve added two VLAN's to the AP's and I believe I have them setup properly, I"m having trouble with understanding the gui config on the switch, and how to setup VLAN's and trunk ports.
I have a successful trunk link fom the switch to the router and can pass traffic on both VLAN's, the problem I'm having is that VLAN 2 isn't traversing from the AP's to the switch.
Here's the setup:
VLAN 1 native, used for private SSID
VLAN 2 used for guest SSID
If I had a catalyst swich I would need these commands on that trunk interface:
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk native vlan 1
switchport trunk allowed vlan 1,2
switchport nonegotiate
How can I do that in the 300 series gui??
(I think the nonegotiate command may be where the issue is. The AP's require trunks to be setup statically and the switch is trying to negotiate the link)
Thanks for any input.