Ruckus wireless AP and Dell PowerConnect configuration problems
- by DanielJay
We are working on trying to get some Ruckus Access Points to work correctly on our network. Currently our network is as follows:
VLAN 10 - Servers
VLAN 11 – Computers/DHCP
VLAN 12 – Voice
VLAN 13 – Guest
We use Dell PowerConnect 6248P switches for our switches.
Port settings are as follows:
ZoneDirector 1100 is plugged into this port. Should be accessing the server VLAN and then allowing all other traffic.
interface ethernet 1/g2
classofservice trust ip-dscp
description 'Ruckus ZoneDirector 1100'
switchport mode general
switchport general pvid 10
switchport general allowed vlan add 10
switchport general allowed vlan add 11-13 tagged
exit
Access point is plugged into this port. The port has to be on VLAN 11 in order to get DHCP.
interface ethernet 1/g16
classofservice trust ip-dscp
description 'Ruckus - IT'
switchport mode general
switchport general pvid 11
switchport general allowed vlan add 10-12
switchport general allowed vlan add 13 tagged
exit
If we tag the traffic from the SSID as VLAN 11 data fails. If we leave the SSID tagged as 1 the data flows correctly.
Are there problems with passing tagged traffic to untagged ports? We are looking to see what we can do to get the SSID tagged as 11 instead of 1.
Any suggestions?