I am having some trouble with VLANs across 2 SSIDs. I have a corporate SSID, on VLAN 25. I need a guest SSID on VLAN 6. My Cisco 4510 port configs are:
interface GigabitEthernet8/47
description Wi-fi Test Port
switchport trunk encapsulation dot1q
switchport trunk native vlan 25
switchport mode trunk
end
interface GigabitEthernet8/48
description ZoneDirector
switchport trunk encapsulation dot1q
switchport trunk native vlan 25
switchport mode trunk
end
I'm getting traffic in VLAN 25, and on the correct SSID just fine. However, I cannot seem to get any traffic (even DHCP) across VLAN 6. The A.P. shows up in the ZD3100 just fine as well. The only odd thing is that the tag for access on the ZD and on the A.P. for the VLAN 25 subnet is showing as VLAN 1.
Thoughts?