04-12-2012 12:54 PM - edited 07-03-2021 09:59 PM
Hello folks,
I really feel sorry for bringing up this discussion again. I wouldn't dare to ask this question if I find someone's clear cut suggestion/solution or an overview giving a detailed step-by-step procedure. People just suggest jumping through so many hoops like resetting the AP or converting it back to standalone mode and then back to LWAPP.
Hence I have so many questions and hope that we can make a good guide covering all possible problems.
1) AP was originally running a standalone image. I booted it into a so-called ROMMON or AP mode (ESC is the right key to make it boot into this mode)
I found a recovery image in its flash - c1140-rcvk9w8-mx. I made the AP boot from it by using "set" command and I see that it start booting using this recovery image. Here goes the question. Do all AP settings matter ? E.g. when I run "set" command from AP I see the following:
ap: set
?=
DEFAULT_ROUTER=10.0.0.1
Default_router=10.9.99.1
ENABLE_BREAK=yes
IP_ADDR=10.0.0.1
IP_AddR=10.9.99.9
MANUAL_BOOT=no
NETMASK=255.255.255.224
NEW_IMAGE=yes
PWR_INJECTOR_DETECT=0016.c7fa.b394
RELOAD_REASON=9
ROM_PERSISTENT_UTC=1014941470
TERMLINES=0
netmask=255.255.255.0
2) How would do something like "write erase" or even recover the enable password while being in AP mode? Do I really need to do it ? What I see next makes me believe there's something with the AP configuration (particularly SSH) that prevents an AP join WLC.
3) The AP is powered on, connected to the switchport on the same L2 VLAN where WLC management interface. Then it boots and gets an IP address from the DHCP server located on the other switch.
*Mar 1 00:00:08.695: %CAPWAP-5-CHANGED: CAPWAP changed state to DISCOVERY
*Mar 1 00:00:08.705: %CDP_PD-2-POWER_LOW: All radios disabled - AC_ADAPTOR (0000.0000.0000)
*Mar 1 00:00:09.629: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
*Mar 1 00:00:17.534: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0 assigned DHCP address 192.168.1.122, mask 255.255.255.0, hostname AP2
Here comes the question, why do I see this on the console (pay attention at "transport input ssh" line)? Does it have anything to do with an error for DTLS ?
*Apr 12 12:44:21.034: %CAPWAP-5-CHANGED: CAPWAP changed state to DISCOVERY
*Apr 12 12:44:31.000: %CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 192.168.1.141 peer_port: 5246
*Apr 12 12:44:55.000: DTLS_CLIENT_ERROR: ../dtls/dtls_connection_db.c:1924 Max retransmission count reached!
*Apr 12 12:44:55.000: %DTLS-3-HANDSHAKE_RETRANSMIT: Max retransmit count for 192.168.1.141 is reached.
transport input ssh
^
% Invalid input detected at '^' marker.
4) Do I have to connect the controller ap-manager interface to the network or I can rely on the AP find the WLC via its management interface. I have never worked with 4400 series controllers. Just started with 5500 and they don't have the ap-manager interface.
Cisco guide says: "The management interface is also used for layer two communications between the WLC and access points", so I can safely assume that it is enough. Moreover I can ping the AP from the WLC while connected to WLC via SSH and its management interface.
5) And finally, what's wrong with the discovery? This is what I see on the controller while debugging capwap packets:
(Cisco Controller) debug>*spamReceiveTask: Apr 12 12:53:52.253: <<<< Start of CAPWAP Packet >>>>
*spamReceiveTask: Apr 12 12:53:52.253: CAPWAP Control mesg Recd from 192.168.1.122, Port 57046
*spamReceiveTask: Apr 12 12:53:52.253: HLEN 4, Radio ID 0, WBID 1
*spamReceiveTask: Apr 12 12:53:52.253: Msg Type : CAPWAP_DISCOVERY_REQUEST
*spamReceiveTask: Apr 12 12:53:52.253: Msg Length : 29
*spamReceiveTask: Apr 12 12:53:52.253: Msg SeqNum : 0
*spamReceiveTask: Apr 12 12:53:52.253:
*spamReceiveTask: Apr 12 12:53:52.253: Type : CAPWAP_MSGELE_DISCOVERY_TYPE, Length 1
*spamReceiveTask: Apr 12 12:53:52.253: Discovery Type : CAPWAP_DISCOVERY_TYPE_UNKNOWN
*spamReceiveTask: Apr 12 12:53:52.253:
*spamReceiveTask: Apr 12 12:53:52.253: Type : CAPWAP_MSGELE_WTP_FRAME_TUNNEL, Length 1
*spamReceiveTask: Apr 12 12:53:52.253: WTP Frame Tunnel Mode : NATIVE_FRAME_TUNNEL_MODE
*spamReceiveTask: Apr 12 12:53:52.253:
*spamReceiveTask: Apr 12 12:53:52.253: Type : CAPWAP_MSGELE_WTP_MAC_TYPE, Length 1
*spamReceiveTask: Apr 12 12:53:52.253: WTP Mac Type : SPLIT_MAC
*spamReceiveTask: Apr 12 12:53:52.253:
*spamReceiveTask: Apr 12 12:53:52.253: Type : CAPWAP_MSGELE_VENDOR_SPECIFIC_PAYLOAD, Length 10
*spamReceiveTask: Apr 12 12:53:52.253: Vendor Identifier : 0x00409600
*spamReceiveTask: Apr 12 12:53:52.254:
What discovery mode are we in? L2 or L3 ?
Solved! Go to Solution.
04-12-2012 10:45 PM
As far as the rest of this thread going all over the place....:
Can you confirm that the Management Interface and the AP-Manager are both in the same vlan, same subnet, and are configured with the same Port Number?
All this business about 1 SFP and which port to plug in has me concerned you split the ports or something.....
The first logs provided imply the AP couldn't attach to the AP-Manager address (but that the Management Interface discovery was fine)
The second logs provided imply the AP never discovered a WLC at all (no attempt to join)...
But then again, as Leo referenced, the Canada domain I guess is a -A not -N..... so perhaps that was your original problem all along, and the 3600 won't join just because it isn't compatible.
04-12-2012 11:55 PM
just think of the 4402 similar to the 5508. The only difference is that on the 4402 you need to use 2 IP addresses in the management vlan on the same port (1 for Management, 1 for AP-Manager).
You can do as many dynamic interfaces you want on port 1, its just a trunk port. But the Management+AP-Manager are the only two that can share a vlan ID.
04-12-2012 03:17 PM
Please post the output to the following command:
1. WLC: sh sysinfo
2. WAP: sh inventory
3. Console into the WAP and reboot the WAP. Post the entire bootup process and the WLC discovery process.
04-12-2012 03:39 PM
(Cisco Controller) >show sysinfo
Manufacturer's Name.............................. Cisco Systems Inc.
Product Name..................................... Cisco Controller
Product Version.................................. 7.0.230.0
RTOS Version..................................... 7.0.230.0
Bootloader Version............................... 4.0.219.0
Emergency Image Version.......................... N/A
Build Type....................................... DATA + WPS
System Name...................................... Cisco_8b:83:03
System Location..................................
System Contact...................................
System ObjectID.................................. 1.3.6.1.4.1.14179.1.1.4.3
IP Address....................................... 192.168.1.140
System Up Time................................... 0 days 19 hrs 9 mins 20 secs
System Timezone Location.........................
Configured Country............................... CA - Canada
Operating Environment............................ Commercial (0 to 40 C)
Internal Temp Alarm Limits....................... 0 to 65 C
Internal Temperature............................. +41 C
--More-- or (q)uit
State of 802.11b Network......................... Enabled
State of 802.11a Network......................... Enabled
Number of WLANs.................................. 1
Number of Active Clients......................... 0
Burned-in MAC Address............................ 00:23:5E:8B:83:00
Crypto Accelerator 1............................. Absent
Crypto Accelerator 2............................. Absent
Power Supply 1................................... Absent
Power Supply 2................................... Present, OK
Maximum number of APs supported.................. 12
"Show inventory" on the AP doesn't give any output. Giving you the "show version" instead omitting some legal stuff
AP2>sh ver
Cisco IOS Software, C1140 Software (C1140-RCVK9W8-M), Version 12.4(18a)JA, RELEASE SOFTWARE (fc4)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Fri 21-Nov-08 01:28 by prod_rel_team
ROM: Bootstrap program is C1140 boot loader
BOOTLDR: C1140 Boot Loader (C1140-BOOT-M) Version 12.4(18a)JA, RELEASE SOFTWARE (fc4)
AP2 uptime is 1 hour, 42 minutes
System returned to ROM by reload
System image file is "flash:/c1140-rcvk9w8-mx/c1140-rcvk9w8-mx"
Last reload reason:
cisco AIR-LAP1142N-N-K9 (PowerPC405ex) processor (revision A0) with 98294K/32768K bytes of memory.
Processor board ID FTX1329S9NB
PowerPC405ex CPU at 586Mhz, revision number 0x147E
Last reset from reload
LWAPP image version 3.0.51.0
1 Gigabit Ethernet interface
32K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: 00:22:BD:18:ED:66
Part Number : 73-11451-06
PCA Assembly Number : 800-30554-03
PCA Revision Number : A0
PCB Serial Number : FOC13282UKM
Top Assembly Part Number : 800-31273-01
Top Assembly Serial Number : FTX1329S9NB
Top Revision Number : A0
Product/Model Number : AIR-LAP1142N-N-K9
Configuration register is 0xF
And the full boot process on WAP:
IOS Bootloader - Starting system.
Xmodem file system is available.
DDR values used from system serial eeprom.
WRDTR,CLKTR: 0x84000800, 0x40000000
RQDC, RFDC : 0x80000038, 0x0000020a
PCIE0: link is up.
PCIE0: VC0 is active
PCIE1: link is up.
PCIE1: VC0 is active
PCIEx: initialization done
flashfs[0]: 149 files, 8 directories
flashfs[0]: 0 orphaned files, 0 orphaned directories
flashfs[0]: Total bytes: 32385024
flashfs[0]: Bytes used: 7901696
flashfs[0]: Bytes available: 24483328
flashfs[0]: flashfs fsck took 16 seconds.
Reading cookie from system serial eeprom...Done
Base Ethernet MAC address: 00:22:bd:18:ed:66
Ethernet speed is 100 Mb - FULL duplex
Loading "flash:/c1140-rcvk9w8-mx/c1140-rcvk9w8-mx"...#############################################################################################################################################################################################################################
File "flash:/c1140-rcvk9w8-mx/c1140-rcvk9w8-mx" uncompressed and installed, entry point: 0x4000
executing...
enet halted
Cisco IOS Software, C1140 Software (C1140-RCVK9W8-M), Version 12.4(18a)JA, RELEASE SOFTWARE (fc4)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Fri 21-Nov-08 01:28 by prod_rel_team
Image text-base: 0x00004000, data-base: 0x00430000
Proceeding with system init
Proceeding to unmask interrupts
Initializing flashfs...
flashfs[1]: 149 files, 8 directories
flashfs[1]: 0 orphaned files, 0 orphaned directories
flashfs[1]: Total bytes: 32385024
flashfs[1]: Bytes used: 7901696
flashfs[1]: Bytes available: 24483328
flashfs[1]: flashfs fsck took 4 seconds.
flashfs[1]: Initialization complete....done Initializing flashfs.
Ethernet speed is 100 Mb - FULL duplex
cisco AIR-LAP1142N-N-K9 (PowerPC405ex) processor (revision A0) with 98294K/32768K bytes of memory.
Processor board ID FTX1329S9NB
PowerPC405ex CPU at 586Mhz, revision number 0x147E
Last reset from power-on
LWAPP image version 3.0.51.0
1 Gigabit Ethernet interface
32K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: 00:22:BD:18:ED:66
Part Number : 73-11451-06
PCA Assembly Number : 800-30554-03
PCA Revision Number : A0
PCB Serial Number : FOC13282UKM
Top Assembly Part Number : 800-31273-01
Top Assembly Serial Number : FTX1329S9NB
Top Revision Number : A0
Product/Model Number : AIR-LAP1142N-N-K9
% Please define a domain-name first.
ip ssh version 2
^
% Invalid input detected at '^' marker.
transport input ssh
^
% Invalid input detected at '^' marker.
aaa new-model
^
% Invalid input detected at '^' marker.
aaa authentication login default local
^
% Invalid input detected at '^' marker.
login authentication default
^
% Invalid input detected at '^' marker.
transport input ssh
^
% Invalid input detected at '^' marker.
RS
Press RETURN to get started!
SI IDB null
RSSI IDB null
*Mar 1 00:00:05.992: *** CRASH_LOG = YES
Base Ethernet MAC address: 00:22:BD:18:ED:66
*Mar 1 00:00:06.203: %LWAPP-3-CLIENTEVENTLOG: Read and initialized AP event log (contains, 1024 messages)
*Mar 1 00:00:08.251: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state to up
*Mar 1 00:00:08.292: %SYS-5-RESTART: System restarted --
Cisco IOS Software, C1140 Software (C1140-RCVK9W8-M), Version 12.4(18a)JA, RELEASE SOFTWARE (fc4)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Fri 21-Nov-08 01:28 by prod_rel_team
*Mar 1 00:00:08.318: %CAPWAP-5-CHANGED: CAPWAP changed state to DISCOVERY
*Mar 1 00:00:08.327: %CDP_PD-2-POWER_LOW: All radios disabled - AC_ADAPTOR (0000.0000.0000)
*Mar 1 00:00:09.251: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
*Mar 1 00:00:17.157: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0 assigned DHCP address 192.168.1.123, mask 255.255.255.0, hostname AP2
logging origin-id string AP:0022.bd18.ed66
^
% Invalid input detected at '^' marker.
logging 255.255.255.255
^
% Invalid input detected at '^' marker.
logging trap 3
^
% Invalid input detected at '^' marker.
*Mar 1 00:00:27.230: %CAPWAP-3-ERRORLOG: Not sending discovery request AP does not have an Ip !!
*Mar 1 00:00:27.343: Logging LWAPP message to 255.255.255.255.
Translating "CISCO-LWAPP-CONTROLLER"...domain server (192.168.1.40)
*Mar 1 00:00:38.267: %CAPWAP-3-ERRORLOG: Did not get log server settings from DHCP.
*Mar 1 00:00:39.267: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-LWAPP-CONTROLLER
*Apr 12 15:39:49.000: %CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 192.168.1.141 peer_port: 5246
04-12-2012 04:30 PM
Well you do need to connect the AP manager to the network and it should also be on the same subnet as the management. The 5508 uses a dynamic ap manager that is enabled on the management interface which is different from the 5508. Configure the AP manager interface and have that on the network and see if the AP joins.
Thanks,
Scott Fella
Sent from my iPhone
04-12-2012 05:02 PM
Absolutely no luck at all.
Starting the drill again, reset the AP, had it booted and receive the IP address. Now I don't see the previously shown DTLS errors. This is what I see on the AP console this time:
*Mar 1 00:00:08.314: %CAPWAP-5-CHANGED: CAPWAP changed state to DISCOVERY
*Mar 1 00:00:09.248: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
*Mar 1 00:00:17.153: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0 assigned DHCP address 192.168.1.124, mask 255.255.255.0, hostname AP2
*Mar 1 00:00:27.228: %CAPWAP-3-ERRORLOG: Not sending discovery request AP does not have an Ip !!
*Mar 1 00:00:27.340: Logging LWAPP message to 255.255.255.255.
*Mar 1 00:00:30.256: %CDP_PD-2-POWER_LOW: All radios disabled - NEGOTIATED WS-C3560-8PC (0025.8351.9009)
Translating "CISCO-LWAPP-CONTROLLER"...domain server (192.168.1.40)
*Mar 1 00:00:38.272: %CAPWAP-3-ERRORLOG: Did not get log server settings from DHCP.
*Mar 1 00:00:39.272: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-LWAPP-CONTROLLER
*Mar 1 00:01:30.262: %CDP_PD-2-POWER_LOW: All radios disabled - NEGOTIATED WS-C3560-8PC (0025.8351.9009)
On the other hand the controller does report some activity, see below the output of "debug capwap packets/events enable". But this doesn't go anywhere, the LWAPP discovery requests rotate after validating the request from AP (192.168.1.124)
*spamReceiveTask: Apr 12 16:59:16.394: 00:22:bd:18:ed:66 Received LWAPP DISCOVERY REQUEST to ff:ff:ff:ff:ff:ff on port '2'
*spamReceiveTask: Apr 12 16:59:26.394: 00:22:bd:18:ed:66 Received LWAPP DISCOVERY REQUEST to ff:ff:ff:ff:ff:ff on port '2'
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 CAPWAP Control Msg Received from 192.168.1.124:57046
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 packet received of length 53 from 192.168.1.124:57046
*spamReceiveTask: Apr 12 16:59:46.394: <<<< Start of CAPWAP Packet >>>>
*spamReceiveTask: Apr 12 16:59:46.394: CAPWAP Control mesg Recd from 192.168.1.124, Port 57046
*spamReceiveTask: Apr 12 16:59:46.394: HLEN 4, Radio ID 0, WBID 1
*spamReceiveTask: Apr 12 16:59:46.394: Msg Type : CAPWAP_DISCOVERY_REQUEST
*spamReceiveTask: Apr 12 16:59:46.394: Msg Length : 29
*spamReceiveTask: Apr 12 16:59:46.394: Msg SeqNum : 0
*spamReceiveTask: Apr 12 16:59:46.394:
*spamReceiveTask: Apr 12 16:59:46.394: Type : CAPWAP_MSGELE_DISCOVERY_TYPE, Length 1
*spamReceiveTask: Apr 12 16:59:46.394: Discovery Type : CAPWAP_DISCOVERY_TYPE_UNKNOWN
*spamReceiveTask: Apr 12 16:59:46.394:
*spamReceiveTask: Apr 12 16:59:46.394: Type : CAPWAP_MSGELE_WTP_FRAME_TUNNEL, Length 1
*spamReceiveTask: Apr 12 16:59:46.394: WTP Frame Tunnel Mode : NATIVE_FRAME_TUNNEL_MODE
*spamReceiveTask: Apr 12 16:59:46.394:
*spamReceiveTask: Apr 12 16:59:46.394: Type : CAPWAP_MSGELE_WTP_MAC_TYPE, Length 1
*spamReceiveTask: Apr 12 16:59:46.394: WTP Mac Type : SPLIT_MAC
*spamReceiveTask: Apr 12 16:59:46.394:
*spamReceiveTask: Apr 12 16:59:46.394: Type : CAPWAP_MSGELE_VENDOR_SPECIFIC_PAYLOAD, Length 10
*spamReceiveTask: Apr 12 16:59:46.394: Vendor Identifier : 0x00409600
*spamReceiveTask: Apr 12 16:59:46.394:
IE : UNKNOWN IE 207
*spamReceiveTask: Apr 12 16:59:46.394: IE Length : 4
*spamReceiveTask: Apr 12 16:59:46.394: Decode routine not available, Printing Hex Dump
*spamReceiveTask: Apr 12 16:59:46.394: 00000000: 01 00 00 01 ....
*spamReceiveTask: Apr 12 16:59:46.394: <<<< End of CAPWAP Packet >>>>
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 Msg Type = 1 Capwap state = 0
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 Discovery Request from 192.168.1.124:57046
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 msgEleLength = 1 msgEleType = 20
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 Total msgEleLen = 24
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 msgEleLength = 1 msgEleType = 41
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 Total msgEleLen = 19
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 msgEleLength = 1 msgEleType = 44
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 Total msgEleLen = 14
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 msgEleLength = 10 msgEleType = 37
*spamReceiveTask: Apr 12 16:59:46.394: 00:22:bd:18:ed:66 Vendor specific payload from AP 00:22:BD:18:ED:66 validated
04-12-2012 05:07 PM
That is all you have from the console?
Thanks,
Scott Fella
Sent from my iPhone
04-12-2012 05:14 PM
That's it, Scott.
No more activity on AP console. Just sits idle after the lines I already posted:
*Mar 1 00:00:38.272: %CAPWAP-3-ERRORLOG: Did not get log server settings from DHCP.
*Mar 1 00:00:39.272: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-LWAPP-CONTROLLER
*Mar 1 00:01:30.262: %CDP_PD-2-POWER_LOW: All radios disabled - NEGOTIATED WS-C3560-8PC (0025.8351.9009)
AP2>
A quick question, though. Should I have management interface connected at the same time or not? The thing is that I have only one SFP module and I plugged it into the AP Management interface. There's a PC connected to the Service interface and I can SSH into the controller.
09-08-2015 12:41 PM
Hello
I don't know if someone has already found some other way around or not.. In my case I tried everything and troubleshooting several hours, this is what worked for me. And I did that 4 global site having similar issues and all working now
These AP's cannot be downgraded, and this version would not register to any WLC below ver 8.0, so I upgraded Wireless Controllers to 8.0.120.0 which is current stable version , Once its done you will see AP's will start registering . take 20 to 30 minutes.
Thanks
04-12-2012 05:43 PM
Configured Country............................... CA - Canada
Product/Model Number : AIR-LAP1142N-N-K9
Here's the reason why.
Country code configured for the WLC is "A" while the WAP is configured for an "N" regulatory domain.
let's make a good guide!
This is in the guide but alot of people don't bother reading the guide.
04-12-2012 06:27 PM
The irony is that I grabbed these two devices from our regional Cisco office which is Vancouver BC Canada and we are across the street from them. Why would one even pay attention at these details?
Moreover, I studiously read the following troubleshooting guide
http://www.cisco.com/en/US/products/ps6366/products_tech_note09186a00808f8599.shtml#p2
and didn't find any clue that would prompt me to look at the regulatory domains. I didn't see anything on the debugs.
Thanks, anyway. Let's try the right AP. I have AIR-CAP3602E-A-K6 now running AP3G2-RCVK9W8-M image.
We eliminated all regulatory domain problems, correct?
What the heck is going on now ?
IOS Bootloader - Starting system.
flash is writable
FLASH CHIP: Spansion Mirrorbit (0001)
Xmodem file system is available.
flashfs[0]: 4 files, 2 directories
flashfs[0]: 0 orphaned files, 0 orphaned directories
flashfs[0]: Total bytes: 31997952
flashfs[0]: Bytes used: 3359232
flashfs[0]: Bytes available: 28638720
flashfs[0]: flashfs fsck took 12 seconds.
Reading cookie from SEEPROM
Base Ethernet MAC address: 44:d3:ca:42:52:12
Ethernet speed is 100 Mb - FULL Duplex
Loading "flash:/ap3g2-rcvk9w8-mx.124-23c.JY/ap3g2-rcvk9w8-mx.124-23c.JY"...###################################################################################################################################################################
File "flash:/ap3g2-rcvk9w8-mx.124-23c.JY/ap3g2-rcvk9w8-mx.124-23c.JY" uncompressed and installed, entry point: 0x2003000
executing...
Cisco IOS Software, C3600 Software (AP3G2-RCVK9W8-M), Version 12.4(23c)JY, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2011 by Cisco Systems, Inc.
Compiled Wed 26-Oct-11 19:21 by prod_rel_team
Proceeding with system init
Proceeding to unmask interrupts
Initializing flashfs...
FLASH CHIP: Spansion Mirrorbit (0001)
flashfs[1]: 4 files, 2 directories
flashfs[1]: 0 orphaned files, 0 orphaned directories
flashfs[1]: Total bytes: 31739904
flashfs[1]: Bytes used: 3359232
flashfs[1]: Bytes available: 28380672
flashfs[1]: flashfs fsck took 7 seconds.
flashfs[1]: Initialization complete.
flashfs[2]: 0 files, 1 directories
flashfs[2]: 0 orphaned files, 0 orphaned directories
flashfs[2]: Total bytes: 11999232
flashfs[2]: Bytes used: 1024
flashfs[2]: Bytes available: 11998208
flashfs[2]: flashfs fsck took 0 seconds.
flashfs[2]: Initialization complete....done Initializing flashfs.
%Error opening flash:/ap3g2-rcvk9w8-mx/info (No such file or directory)cisco AIR-CAP3602E-A-K9 (PowerPC) processor (revision B0) with 167926K/81920K bytes of memory.
Processor board ID FGL1609P02C
PowerPC CPU at 800Mhz, revision number 0x2151
Last reset from power-on
LWAPP image version 7.0.114.214
1 Gigabit Ethernet interface
32K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: 44:D3:CA:42:52:12
Part Number : 73-14521-01
PCA Assembly Number : 800-37501-01
PCA Revision Number : A0
PCB Serial Number : FOC15457BDF
Top Assembly Part Number : 800-35874-02
Top Assembly Serial Number : FGL1609P02C
Top Revision Number : A0
Product/Model Number : AIR-CAP3602E-A-K9
% Please define a domain-name first.
Press RETURN to get started!
*Mar 1 00:00:09.323: %LWAPP-3-CLIENTEVENTLOG: Unable to open event log file flash:/event.log
*Mar 1 00:00:09.323: %LWAPP-3-CLIENTEVENTLOG: Read and initialized AP event log (contains, 0 messages)
*Mar 1 00:00:11.243: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state to up
*Mar 1 00:00:11.251: %SYS-5-RESTART: System restarted --
Cisco IOS Software, C3600 Software (AP3G2-RCVK9W8-M), Version 12.4(23c)JY, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2011 by Cisco Systems, Inc.
Compiled Wed 26-Oct-11 19:21 by prod_rel_team
*Nov 18 22:44:30.031: %CAPWAP-5-CHANGED: CAPWAP changed state to DISCOVERY
*Nov 18 22:44:30.991: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to downDPAA Initialization Complete
*Nov 18 22:44:32.575: %SYS-3-HARIKARI: Process DPAA INIT top-level routine exited
*Nov 18 22:44:33.575: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
*Nov 18 22:44:43.199: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0 assigned DHCP address 192.168.1.131, mask 255.255.255.0, hostname AP44d3.ca42.5212
*Nov 18 22:44:51.991: %CDP_PD-2-POWER_LOW: All radios disabled - NEGOTIATED WS-C3560-8PC (0025.8351.9009)
Translating "CISCO-CAPWAP-CONTROLLER"...domain server (192.168.1.40)
Translating "CISCO-LWAPP-CONTROLLER"...domain server (192.168.1.40)
*Nov 18 22:45:50.995: %CAPWAP-3-DHCP_RENEW: Could not discover WLC using DHCP IP. Renewing DHCP IP.
*Nov 18 22:45:51.995: %CDP_PD-2-POWER_LOW: All radios disabled - NEGOTIATED WS-C3560-8PC (0025.8351.9009)
Not in Bound state.
*Nov 18 22:46:01.507: %CAPWAP-3-ERRORLOG: Invalid event 38 & state 2 combination.
*Nov 18 22:46:01.615: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0 assigned DHCP address 192.168.1.132, mask 255.255.255.0, hostname AP44d3.ca42.5212
Translating "CISCO-CAPWAP-CONTROLLER"...domain server (192.168.1.40)
Translating "CISCO-LWAPP-CONTROLLER"...domain server (192.168.1.40)
The AP keeps requesting an IP address from the DHCP server and drops it. How many guides and documents one is supposed to read before bothering other people ?
04-12-2012 06:38 PM
Can you attach your show run-config an also the switchport configuration the WLC and AP is connected to.
Thanks,
Scott Fella
Sent from my iPhone
04-12-2012 06:41 PM
*Nov 18 22:45:50.995: %CAPWAP-3-DHCP_RENEW: Could not discover WLC using DHCP IP. Renewing DHCP IP.
Ok, now you've eliminated the regulatory domain, can I ask if you can set the CORRECT TIME & DATE of the WLC?
*Nov 18 22:45:51.995: %CDP_PD-2-POWER_LOW: All radios disabled - NEGOTIATED WS-C3560-8PC (0025.8351.9009)
Can I also ask if you can use a power injector please?
04-12-2012 08:21 PM
Of course I will try to use the power injector and verify the time and date on the controller tomorrow.
A quick question. How is a power injector going to help? I remember we deployed about 20 AP with 5508 controller and we didn't have to jump through many hoops. The AP just smoothly joined the controller and got primed.
Secondly, the wrong time that we see on outputs for AP is absolutely weird and insane. The new AP boots and we see the time as of 1 March and then it is set to Nov 18. The time on the controller was set correctly when I did a basic setup and the previous output above confirm it.
04-12-2012 08:31 PM
A quick question. How is a power injector going to help? I remember we deployed about 20 AP with 5508 controller and we didn't have to jump through many hoops. The AP just smoothly joined the controller and got primed.
Says in the log that the WAP is plugged into a 3560 with 8 PoE ports. I don't know what's there but maybe the 3560 may have ran out of power.
Secondly, the wrong time that we see on outputs for AP is absolutely weird and insane. The new AP boots and we see the time as of 1 March and then it is set to Nov 18. The time on the controller was set correctly when I did a basic setup and the previous output above confirm it.
I understand the 01 March date and this is expected but the fact that it went to 18 November is weird if you are saying your WLC has time and date set correctly. Can I ask HOW is the time-and-date of the WLC set?
Another thing, console into the WAP, and enter the commands:
clear capwap private
clear capwap controller ip address
Reboot the WAP.
After the reboot, wait until the WAP gets an IP address and try if you can ping the Management IP address of the WLC. If you can, then enter this command into the WAP "capwap ap controller ip address
Bootloader Version............................... 4.0.219.0
You borrowed the the 4402 from Cisco? I wonder how they were able to load the firmware without loading the bootstrap. I am not sure if this is related but the output below is from my 4402.
(Cisco Controller) >show sysinfo
Manufacturer's Name.............................. Cisco Systems Inc.
Product Name..................................... Cisco Controller
Product Version.................................. 7.0.230.0
RTOS Version..................................... 7.0.230.0
Bootloader Version............................... 7.0.230.0
Emergency Image Version.......................... 7.0.230.0
04-12-2012 10:35 PM
Never in our life time will you get a AIR-CAP3602E-A-K6 to join the 4402. It will only join 7.1 and 7.2+ WLC code.
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