Unsolved
This post is more than 5 years old
3 Posts
0
11296
January 18th, 2006 16:00
Issues with VLANS and Wireless Access
I am fairly new to the 5324 switches and i am having issues with Wireless access points that can use 802.1q tagging.
i have two vlans - 100 and 200. items in both VLANS can talk to other members of the same VLAN. i now have access points with multiple ESSIDS which can be VLAN'd. i want to assign an ESSID to VLAN 100 and a ESSID to VLAN 200.
I have tried placing the units onto a trunk and giving it access to VLAN 100 and 200 and also made the gateway a trunk with the same VLANS.
im getting no connectivity between the units and the gateway though.
Thanks
i have two vlans - 100 and 200. items in both VLANS can talk to other members of the same VLAN. i now have access points with multiple ESSIDS which can be VLAN'd. i want to assign an ESSID to VLAN 100 and a ESSID to VLAN 200.
I have tried placing the units onto a trunk and giving it access to VLAN 100 and 200 and also made the gateway a trunk with the same VLANS.
im getting no connectivity between the units and the gateway though.
Thanks
No Events found!


n8than1
10 Posts
0
January 21st, 2006 01:00
Cincledon
3 Posts
0
January 21st, 2006 09:00
Any dell help would be appreciated (HINT, HINT)
This is a copy of my config for ref:
---------------------------------
no spanning-tree
interface ethernet g1-24
switchport mode general
exit
vlan database
vlan 2-4
exit
interface ethernet g1-8
switchport general pvid 2
exit
interface ethernet g9-16
switchport general pvid 3
exit
interface ethernet g20
switchport general pvid 4
exit
interface range ethernet g(1-8,20)
switchport general allowed vlan add 2 untagged
exit
interface ethernet g17
switchport general allowed vlan add 2
exit
interface range ethernet g(9-16,20)
switchport general allowed vlan add 3 untagged
exit
interface ethernet g17
switchport general allowed vlan add 3
exit
interface range ethernet g(1-16,20)
switchport general allowed vlan add 4 untagged
exit
interface ethernet g17
switchport general allowed vlan add 4
exit
interface vlan 3
ip address 192.168.1.2 255.255.255.0
exit
ip default-gateway 192.168.1.1
---------------------------------
G17 is the WAP and G20 is the gateway.
GregG1
2 Intern
•
812 Posts
0
January 23rd, 2006 11:00