Hi,
I have two Aironets setup as below. They both have the radio configured and up. I suspect the issue is with the security. I am unfamiliar with how it works - if anyone can provide me any pointers, it would be much appreciated!
thanks,
Mark
dot11 vlan-name BRIDGE1 vlan 153
dot11 vlan-name BRIDGE2 vlan 254
dot11 vlan-name BRIDGE3 vlan 154
!
dot11 ssid BRIDGE1
vlan 153
!
dot11 ssid BRIDGE2
vlan 254
authentication open
authentication key-management wpa
infrastructure-ssid
wpa-psk ascii 7 <key here>
!
dot11 ssid BRIDGE3
vlan 154
!
!
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption key 3 size 128bit 7 <key here> transmit-key
encryption mode ciphers wep128
!
encryption vlan 254 mode ciphers tkip
!
ssid BRIDGE1
!
ssid BRIDGE2
!
ssid BRIDGE3
!
speed basic-1.0 basic-2.0 basic-5.5 basic-6.0 basic-9.0 basic-11.0 basic-12.0 b
asic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
station-role root bridge
cca 75
concatenation
infrastructure-client
!
interface Dot11Radio0.153
encapsulation dot1Q 153
no ip route-cache
bridge-group 153
!
interface Dot11Radio0.154
encapsulation dot1Q 154
no ip route-cache
bridge-group 154
!
interface Dot11Radio0.254
encapsulation dot1Q 254 native
no ip route-cache
bridge-group 1
!
interface FastEthernet0
no ip address
no ip route-cache
!
interface FastEthernet0.153
encapsulation dot1Q 153
no ip route-cache
bridge-group 153
!
interface FastEthernet0.154
encapsulation dot1Q 154
no ip route-cache
bridge-group 154
!
interface FastEthernet0.254
encapsulation dot1Q 254 native
no ip route-cache
bridge-group 1
!
interface BVI1
ip address 10.0.254.203 255.255.255.0
no ip route-cache
!