07-24-2006 07:53 AM - edited 07-04-2021 12:43 PM
Hy to everibody.
I have a 1310 Wireless Bridge, configured as a "Root bridge with client" and on VLAN-1 I have 2 different SSIDs with two different security policies.This configuration seems to be working.I read that this mode is a misconfiguration.
Somebody can help me to understand what is wrong and why?
Thanks.
07-24-2006 12:05 PM
Hello,
in theory, only one SSID can be mapped to one VLAN (see the link below). Now since you appear to have it working with two SSID's, can you post your configuration, and indicate which IOS version you are running on your wireless bridge ?
http://www.cisco.com/univercd/cc/td/doc/product/wireless/airo1300/brsc1237/b37ssid.htm#wp1053507
Regards,
GNT
07-25-2006 12:55 AM
07-25-2006 04:04 AM
Hello Fabiano,
looking at your configuration, it seems to me that it adheres to the standard. You have 4 VLAN's, and for each VLAN, you have one SSID:
dot11 ssid AAA
vlan 1
authentication open
guest-mode
dot11 ssid BBB
vlan 20
authentication open
dot11 ssid CCC
vlan 30
authentication open
dot11 ssid DDD
vlan 10
authentication open
authentication key-management wpa
wpa-psk ascii 7 XXXXXXXXXXXXXXXXX
I don't think the system lets you type in more than one, try e.g."
dot11 ssid AAA BBB CCC
and you will probably get a syntax error (I do not have a wireless router to test this myself, unfortunately...).
HTH,
GNT
07-25-2006 04:23 AM
In my configuration, I use "bridge-groupe 1" under the four subinterfaces Dot11Radio.
Do you think that this configuration is correct?
interface Dot11Radio0.1
encapsulation dot1Q 1 native
no ip route-cache
bridge-group 1
interface Dot11Radio0.10
encapsulation dot1Q 10
no ip route-cache
bridge-group 1
bridge-group 1 spanning-disabled
interface Dot11Radio0.20
encapsulation dot1Q 20
no ip route-cache
bridge-group 1
bridge-group 1 spanning-disabled
interface Dot11Radio0.30
encapsulation dot1Q 30
no ip route-cache
bridge-group 1
bridge-group 1 spanning-disabled
interface FastEthernet0
no ip address
no ip route-cache
interface FastEthernet0.1
encapsulation dot1Q 1 native
no ip route-cache
bridge-group 1
........................
interface FastEthernet0
no ip address
no ip route-cache
interface FastEthernet0.1
encapsulation dot1Q 1 native
no ip route-cache
bridge-group 1
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide