Options

Hello Happy people. Problem with an Aironet...

woleiumwoleium Member Posts: 1 ■□□□□□□□□□
I'm studying for CCIE atm, but i've run into a problem in the real world with a cisco aironet 1100 unit (i don't normally do wireless). I wondered if any of you guys could lend me your opinion...

The unit connects to laptops fine (802.11g, buffalo & intel chipsets) but refuses to connect to HP PDA's (at 11.b)

I'm stumped by this one, although my next step is to try connecting a laptop at 11b and see if it's a speed thing, but the speed command says is should be ok:
speed basic-1.0 basic-2.0 basic-5.5 basic-6.0 basic-9.0 basic-11.0 basic-12.0 basic-18.0 basic-24.0
 basic-36.0 basic-48.0 basic-54.0

Anyway, here is the running config:
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname DHall-1100
!
no logging console
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxx
!
username root password 7 xxxxxxxxxxxxxxxxx
ip subnet-zero
!
!
no aaa new-model
!
dot11 ssid K345
   authentication open
   authentication key-management wpa
   guest-mode
   wpa-psk ascii 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
dot11 ssid WILL
   authentication open
   authentication key-management wpa
   wpa-psk ascii 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
!
!
!
bridge irb
!
!
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 encryption mode ciphers tkip
 !
 ssid K345
 !
 ssid WILL
 !
 short-slot-time
 speed basic-1.0 basic-2.0 basic-5.5 basic-6.0 basic-9.0 basic-11.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
 channel 2437
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
 bridge-group 1 spanning-disabled
!
interface FastEthernet0
 no ip address
 no ip route-cache
 duplex auto
 speed 100
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
!
interface BVI1
 ip address 10.0.7.108 255.0.0.0
 no ip route-cache
!
ip default-gateway 10.1.0.1
ip http server
no ip http secure-server
ip http help-path [url]http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag[/url]
ip radius source-interface BVI1
!
logging snmp-trap emergencies
logging snmp-trap alerts
logging snmp-trap critical
logging snmp-trap errors
logging snmp-trap warnings
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
 transport preferred all
 transport output all
line vty 0 4
 login local
 transport preferred all
 transport input all
 transport output all
line vty 5 15
 login
 transport preferred all
 transport input all
 transport output all
!
sntp server 10.1.0.1
sntp broadcast client
end

Any help you could give me would be hugely appreciated.

Cheers,

Will

oh, and it's not a MTU thing (1500) it's the same as the other linksys unis on site (that the PDA's work fine with)
D'oh.

Comments

Sign In or Register to comment.