Link to home
Start Free TrialLog in
Avatar of dhuff2012
dhuff2012Flag for United States of America

asked on

Cant connect to cisco AIR-AP1041N-A-K9

I have a Cisco ASA 5505 connected to this AP.  The ASA is not dishing off DHCP and the AP has a static IP address.  I can't find the correct documentation to make this work.  I can see the SSID but can't connect to the AP.  The only connection I have to it is console.  Can anybody see what is wrong with my config?

Thanks.


ap#show ver
Cisco IOS Software, C1040 Software (C1140-K9W7-M), Version 12.4(25d)JA1, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2011 by Cisco Systems, Inc.
Compiled Thu 11-Aug-11 02:58 by prod_rel_team

ROM: Bootstrap program is C1040 boot loader
BOOTLDR: C1040 Boot Loader (C1140-BOOT-M) Version 12.4(23c)JA3, RELEASE SOFTWARE (fc1)

ap uptime is 57 minutes
System returned to ROM by reload
System image file is "flash:/c1140-k9w7-mx.124-25d.JA1/c1140-k9w7-mx.124-25d.JA1"

cisco AIR-AP1041N-A-K9     (PowerPC405ex) processor (revision A0) with 98294K/32768K bytes of memory.
Processor board ID FGL1626S1C9
PowerPC405ex CPU at 333Mhz, revision number 0x147E
Last reset from reload
1 Gigabit Ethernet interface
1 802.11 Radio(s)

32K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: D4:8C:B5:2F:45:25
Part Number                          : 73-14034-05
PCA Assembly Number                  : 800-34273-06
PCA Revision Number                  : A0
PCB Serial Number                    : FOC16253MEP
Top Assembly Part Number             : 800-34284-04
Top Assembly Serial Number           : FGL1626S1C9
Top Revision Number                  : A0
Product/Model Number                 : AIR-AP1041N-A-K9

Configuration register is 0xF


__________________________________________________________________________
Building configuration...

Current configuration : 1159 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
logging rate-limit console 9
enable secret 5 $1$6TRr$PnIQlxzIB9bc9fjZmkBS8/
!
no aaa new-model
!
!
dot11 syslog
!
dot11 ssid Hors
!
!
!
username Cisco password 7 00271A150754
!
!
bridge irb
!
!
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 ssid Hors
 !
 antenna gain 0
 speed  basic-11.0 18.0 24.0 36.0 48.0 54.0
 station-role root access-point
 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 GigabitEthernet0
 no ip address
 no ip route-cache
 duplex auto
 speed auto
 no keepalive
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
!
interface BVI1
 ip address 192.168.2.2 255.255.255.0
 no ip route-cache
!
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
 login local
!
end
ASKER CERTIFIED SOLUTION
Avatar of Craig Beck
Craig Beck
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dhuff2012

ASKER

Thanks I'll try it and let you know.
Thank you