This table lists some common system messages and their descriptions. For a complete list of system messages, see the Cisco Wireless LAN Controller System Message Guide, Release 7.0.
Table 1 System Messages and Descriptions
Error Message
Description
apf_utils.c 680: Received a CIF field without the protected bit set from mobile xx:xx:xx:xx:xx:xx
A client is sending an association request on a security-enabled WLAN with the protected bit set to 0 (in the Capability field of the association request). As designed, the controller rejects the association request, and the client sees an association failure.
dtl_arp.c 480: Got an idle-timeout message from an unknown client xx:xx:xx:xx:xx:xx
The controller’s network processing unit (NPU) sends a timeout message to the central processing unit (CPU) indicating that a particular client has timed out or aged out. This situation typically occurs when the CPU has removed a wireless client from its internal database but has not notified the NPU. Because the client remains in the NPU database, it ages out on the network processor and notifies the CPU. The CPU finds the client that is not present in its database and then sends this message.
STATION_DISASSOCIATE
The client may have intentionally terminated usage or may have experienced a service disruption.
STATION_DEAUTHENTICATE
The client may have intentionally terminated usage or this message could indicate an authentication issue.
STATION_AUTHENTICATION_FAIL
Check disable, key mismatch, or other configuration issues.
STATION_ASSOCIATE_FAIL
Check load on the Cisco radio or signal quality issues.
LRAD_ASSOCIATED
The associated lightweight access point is now managed by this controller.
LRAD_DISASSOCIATED
The lightweight access point may have associated to a different controller or may have become completely unreachable.
LRAD_UP
The lightweight access point is operational; no action required.
LRAD_DOWN
The lightweight access point may have a problem or is administratively disabled.
LRADIF_UP
The Cisco radio is UP.
LRADIF_DOWN
The Cisco radio may have a problem or is administratively disabled.
LRADIF_LOAD_PROFILE_FAILED
The client density may have exceeded system capacity.
LRADIF_NOISE_PROFILE_FAILED
The non-802.11 noise has exceeded the configured threshold.
LRADIF_INTERFERENCE_PROFILE_FAILED
802.11 interference has exceeded threshold on channel; check channel assignments.
LRADIF_COVERAGE_PROFILE_FAILED
A possible coverage hole has been detected. Check the lightweight access point history to see if it is a common problem and add lightweight access points if necessary.
LRADIF_LOAD_PROFILE_PASSED
The load is now within threshold limits.
LRADIF_NOISE_PROFILE_PASSED
The detected noise is now less than threshold.
LRADIF_INTERFERENCE_PROFILE_PASSED
The detected interference is now less than threshold.
LRADIF_COVERAGE_PROFILE_PASSED
The number of clients receiving a poor signal are within threshold.
LRADIF_CURRENT_TXPOWER_CHANGED
Informational message.
LRADIF_CURRENT_CHANNEL_CHANGED
Informational message.
LRADIF_RTS_THRESHOLD_CHANGED
Informational message.
LRADIF_ED_THRESHOLD_CHANGED
Informational message.
LRADIF_FRAGMENTATION_THRESHOLD_ CHANGED
Informational message.
RRM_DOT11_A_GROUPING_DONE
Informational message.
RRM_DOT11_B_GROUPING_DONE
Informational message.
ROGUE_AP_DETECTED
May be a security issue. Use maps and trends to investigate.
ROGUE_AP_REMOVED
A detected rogue access point has timed out. The unit might have shut down or moved out of the coverage area.
AP_MAX_ROGUE_COUNT_EXCEEDED
The current number of active rogue access points has exceeded system threshold.
LINK_UP
Positive confirmation message.
LINK_DOWN
A port may have a problem or is administratively disabled.
LINK_FAILURE
A port may have a problem or is administratively disabled.
AUTHENTICATION_FAILURE
An attempted security breech has occurred. Investigate.
STP_NEWROOT
Informational message.
STP_TOPOLOGY_CHANGE
Informational message.
IPSEC_ESP_AUTH_FAILURE
Check WLAN IPsec configuration.
IPSEC_ESP_REPLAY_FAILURE
Check for an attempt to spoof an IP address.
IPSEC_ESP_POLICY_FAILURE
Check for a IPsec configuration mismatch between WLAN and client.
IPSEC_ESP_INVALID_SPI
Informational message.
IPSEC_OTHER_POLICY_FAILURE
Check for a IPsec configuration mismatch between WLAN and client.
IPSEC_IKE_NEG_FAILURE
Check for a IPsec IKE configuration mismatch between WLAN and client.
IPSEC_SUITE_NEG_FAILURE
Check for a IPsec IKE configuration mismatch between WLAN and client.
IPSEC_INVALID_COOKIE
Informational message.
RADIOS_EXCEEDED
The maximum number of supported Cisco radios has been exceeded. Check for a controller failure in the same Layer 2 network or add another controller.
SENSED_TEMPERATURE_HIGH
Check fan, air conditioning, and/or other cooling arrangements.
SENSED_TEMPERATURE_LOW
Check room temperature and/or other reasons for low temperature.
TEMPERATURE_SENSOR_FAILURE
Replace temperature sensor as soon as possible.
TEMPERATURE_SENSOR_CLEAR
The temperature sensor is operational.
POE_CONTROLLER_FAILURE
Check ports; a possible serious failure has been detected.
MAX_ROGUE_COUNT_EXCEEDED
The current number of active rogue access points has exceeded system threshold.
SWITCH_UP
The controller is responding to SNMP polls.
SWITCH_DOWN
The controller is not responding to SNMP polls; check controller and SNMP settings.
RADIUS_SERVERS_FAILED
Check network connectivity between RADIUS and the controller.
CONFIG_SAVED
The running configuration has been saved to flash; it will be active after a reboot.
MULTIPLE_USERS
Another user with the same username has logged in.
FAN_FAILURE
Monitor controller temperature to avoid overheating.
POWER_SUPPLY_CHANGE
Check for a power-supply malfunction.
COLD_START
The controller may have been rebooted.
WARM_START
The controller may have been rebooted.
Viewing System Resources
Information About Viewing System Resources
You can determine the amount of system resources being used by the controller. Specifically, you can view the current controller CPU usage, system buffers, and web server buffers.
Guidelines and Limitations
The Cisco 5500 Series Controllers have multiple CPUs, so you can view individual CPU usage. For each CPU, you can see the percentage of the CPU in use and the percentage of the CPU time spent at the interrupt level (for example, 0%/3%).
Viewing System Resources (GUI)
On the controller GUI, choose Management > Tech Support > System Resource Information. The System Resource Information page appears.
Figure 1. System Resource Information Page
Viewing System Resources (CLI)
On the controller CLI, enter these commands:
show cpuWhere the first number is the CPU percentage that the controller spent on the user application and the second number is the CPU percentage that the controller spent on the OS services.
show tech-support
Using the CLI to Troubleshoot Problems
If you experience any problems with your controller, you can use the commands in this section to gather information and debug issues.
Step 1
show process cpu—Shows how various tasks in the system are using the CPU at that instant in time. This command is helpful in understanding if any single task is monopolizing the CPU and preventing other tasks from being performed.
The Priority field shows two values: 1) the original priority of the task that was created by the actual function call and 2) the priority of the task divided by a range of system priorities.
The CPU Use field shows the CPU usage of a particular task.
The Reaper field shows three values: 1) the amount of time for which the task is scheduled in user mode operation, 2) the amount of time for which the task is scheduled in system mode operation, and 3) whether the task is being watched by the reaper task monitor (indicated by a “T”). If the task is being watched by the reaper task monitor, this field also shows the timeout value (in seconds) before which the task needs to alert the task monitor.
Note
If you want to see the total CPU usage as a percentage, enter the show cpu command.
Step 2
show process memory—Shows the allocation and deallocation of memory from various processes in the system at that instant in time. In the example above, the following fields provide information:
The Name field shows the tasks that the CPU is to perform.
The Priority field shows two values: 1) the original priority of the task that was created by the actual function call and 2) the priority of the task divided by a range of system priorities.
The BytesInUse field shows the actual number of bytes used by dynamic memory allocation for a particular task.
The BlocksInUse field shows the chunks of memory that are assigned to perform a particular task.
The Reaper field shows three values: 1) the amount of time for which the task is scheduled in user mode operation, 2) the amount of time for which the task is scheduled in system mode operation, and 3) whether the task is being watched by the reaper task monitor (indicated by a “T”). If the task is being watched by the reaper task monitor, this field also shows the timeout value (in seconds) before which the task needs to alert the task monitor.
Step 3
show tech-support—Shows an array of information related to the state of the system, including the current configuration, last crash file, CPU utilization, and memory utilization.
Step 4
show run-config—Shows the complete configuration of the controller. To exclude access point configuration settings, use the show run-config no-ap command.
Note
If you want to see the passwords in clear text, enter the config passwd-cleartext enable command. To execute this command, you must enter an admin password. This command is valid only for this particular session. It is not saved following a reboot.
Step 5
show run-config commands—Shows the list of configured commands on the controller. This command shows only values configured by the user. It does not show system-configured default values.
Configuring System and Message Logging
Information About System and Message Logging
System logging allows controllers to log their system events to up to three remote syslog servers. The controller sends a copy of each syslog message as it is logged to each syslog server configured on the controller. Being able to send the syslog messages to multiple servers ensures that the messages are not lost due to the temporary unavailability of one syslog server. Message logging allows system messages to be logged to the controller buffer or console.
In the Syslog Server IP Address text box, enter the IP address of the server to which to send the syslog messages and click Add. You can add up to three syslog servers to the controller. The list of syslog servers that have already been added to the controller appears below this text box.
Note
If you want to remove a syslog server from the controller, click Remove to the right of the desired server.
Step 3
To set the severity level for filtering syslog messages to the syslog servers, choose one of the following options from the Syslog Level drop-down list:
Emergencies = Severity level 0
Alerts = Severity level 1 (default value)
Critical = Severity level 2
Errors = Severity level 3
Warnings = Severity level 4
Notifications = Severity level 5
Informational = Severity level 6
Debugging = Severity level 7
If you set a syslog level, only those messages whose severity is equal to or less than that level are sent to the syslog servers. For example, if you set the syslog level to Warnings (severity level 4), only those messages whose severity is between 0 and 4 are sent to the syslog servers.
Step 4
To set the facility for outgoing syslog messages to the syslog servers, choose one of the following options from the Syslog Facility drop-down list :
Kernel = Facility level 0
User Process = Facility level 1
Mail = Facility level 2
System Daemons = Facility level 3
Authorization = Facility level 4
Syslog = Facility level 5 (default value)
Line Printer = Facility level 6
USENET = Facility level 7
Unix-to-Unix Copy = Facility level 8
Cron = Facility level 9
FTP Daemon = Facility level 11
System Use 1 = Facility level 12
System Use 2 = Facility level 13
System Use 3 = Facility level 14
System Use 4 = Facility level 15
Local Use 0 = Facility level 16
Local Use 2 = Facility level 17
Local Use 3 = Facility level 18
Local Use 4 = Facility level 19
Local Use 5 = Facility level 20
Local Use 5 = Facility level 21
Local Use 5 = Facility level 22
Local Use 5 = Facility level 23
Step 5
Click Apply to commit your changes.
Step 6
To set the severity level for logging messages to the controller buffer and console, choose one of the following options from both the Buffered Log Level and Console Log Level drop-down lists:
Emergencies = Severity level 0
Alerts = Severity level 1
Critical = Severity level 2
Errors = Severity level 3 (default value)
Warnings = Severity level 4
Notifications = Severity level 5
Informational = Severity level 6
Debugging = Severity level 7
Disable— This option is available only for Console Log level. Select this option to disable console logging.
If you set a logging level, only those messages whose severity is equal to or less than that level are logged by the controller. For example, if you set the logging level to Warnings (severity level 4), only those messages whose severity is between 0 and 4 are logged.
Step 7
Select the File Info check box if you want the message logs to include information about the source file. The default value is enabled.
Step 8
Select the Trace Info check box if you want the message logs to include traceback information. The default is disabled.
Step 9
Click Apply to commit your changes.
Step 10
Click Save Configuration to save your changes.
Viewing Message Logs (GUI)
To view message logs using the controller GUI, choose Management > Logs > Message Logs. The Message Logs page appears.
Figure 3. Message Logs Page
Note
To clear the current message logs from the controller, click Clear.
Configuring System and Message Logging (CLI)
To configure system and message logging using the controller CLI, follow these steps:
Step 1
To enable system logging and set the IP address of the syslog server to which to send the syslog messages, enter this command:
config logging syslog hostserver_IP_address
You can add up to three syslog servers to the controller.
Note
To remove a syslog server from the controller, enter this command: config logging syslog hostserver_IP_addressdelete
Step 2
To set the severity level for filtering syslog messages to the syslog server, enter this command:
config logging syslog levelseverity_level
where severity_level is one of the following:
emergencies = Severity level 0
alerts = Severity level 1
critical = Severity level 2
errors = Severity level 3
warnings = Severity level 4
notifications = Severity level 5
informational = Severity level 6
debugging = Severity level 7
Note
As an alternative, you can enter a number from 0 through 7 for the severity_level parameter.
Note
If you set a syslog level, only those messages whose severity is equal to or less than that level are sent to the syslog server. For example, if you set the syslog level to Warnings (severity level 4), only those messages whose severity is between 0 and 4 are sent to the syslog server.
Step 3
To set the severity level for filtering syslog messages for a particular access point or for all access points, enter this command:
config ap logging syslog levelseverity_level {Cisco_AP | all}
where severity_level is one of the following:
emergencies = Severity level 0
alerts = Severity level 1
critical = Severity level 2
errors = Severity level 3
warnings = Severity level 4
notifications = Severity level 5
informational = Severity level 6
debugging = Severity level 7
Note
If you set a syslog level, only those messages whose severity is equal to or less than that level are sent to the access point. For example, if you set the syslog level to Warnings (severity level 4), only those messages whose severity is between 0 and 4 are sent to the access point.
Step 4
To set the facility for outgoing syslog messages to the syslog server, enter this command:
To set the severity level for logging messages to the controller buffer and console, enter these commands:
config logging bufferedseverity_level
config logging consoleseverity_level
where severity_level is one of the following:
emergencies = Severity level 0
alerts = Severity level 1
critical = Severity level 2
errors = Severity level 3
warnings = Severity level 4
notifications = Severity level 5
informational = Severity level 6
debugging = Severity level 7
Note
As an alternative, you can enter a number from 0 through 7 for the severity_level parameter.
Note
If you set a logging level, only those messages whose severity is equal to or less than that level are logged by the controller. For example, if you set the logging level to Warnings (severity level 4), only those messages whose severity is between 0 and 4 are logged.
Step 6
To save debug messages to the controller buffer, the controller console, or a syslog server, enter these commands:
config logging debug buffered {enable | disable}
config logging debug console {enable | disable}
config logging debug syslog {enable | disable}By default, the console command is enabled, and the buffered and syslog commands are disabled.
Step 7
To cause the controller to include information about the source file in the message logs or to prevent the controller from displaying this information, enter this command:
config logging fileinfo {enable | disable}
The default value is enabled.
Step 8
To cause the controller to include process information in the message logs or to prevent the controller from displaying this information, enter this command:
config logging procinfo {enable | disable}
The default value is disabled.
Step 9
To cause the controller to include traceback information in the message logs or to prevent the controller from displaying this information, enter this command:
config logging traceinfo {enable | disable}
The default value is disabled.
Step 10
To enable or disable timestamps in log messages and debug messages, enter these commands:
config service timestamps log {datetime | disable}
config service timestamps debug {datetime | disable}where
datetime = Messages are timestamped with the standard date and time. This is the default value.
disable = Messages are not timestamped.
Step 11
To save your changes, enter this command:
save config
Viewing System and Message Logs (CLI)
To see the logging parameters and buffer contents, enter this command:
show logging
Viewing Access Point Event Logs
Information About Access Point Event Logs
Access points log all system messages (with a severity level greater than or equal to notifications) to the access point event log. The event log can contain up to 1024 lines of messages, with up to 128 characters per line. When the event log becomes filled, the oldest message is removed to accommodate a new event message. The event log is saved in a file on the access point flash, which ensures that it is saved through a reboot cycle. To minimize the number of writes to the access point flash, the contents of the event log are written to the event log file during normal reload and crash scenarios only.
Viewing Access Point Event Logs (CLI)
Use these CLI commands to view or clear the access point event log from the controller:
To see the contents of the event log file for an access point that is joined to the controller, enter this command:
show ap eventlogCisco_APInformation similar to the following appears:
AP event log download has been initiated
Waiting for download to complete
AP event log download completed.
======================= AP Event log Contents =====================
*Sep 22 11:44:00.573: %CAPWAP-5-CHANGED: CAPWAP changed state to IMAGE
*Sep 22 11:44:01.514: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
*Sep 22 11:44:01.519: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to down
*Sep 22 11:44:53.539: *** Access point reloading. Reason: NEW IMAGE DOWNLOAD ***
*Mar 1 00:00:39.078: %CAPWAP-3-ERRORLOG: Did not get log server settings from DHCP.
*Mar 1 00:00:42.142: %CDP_PD-4-POWER_OK: Full power - NEGOTIATED inline power source
*Mar 1 00:00:42.151: %LINK-3-UPDOWN: Interface Dot11Radio1, changed state to up
*Mar 1 00:00:42.158: %LINK-3-UPDOWN: Interface Dot11Radio0, changed state to up
*Mar 1 00:00:43.143: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to up
*Mar 1 00:00:43.151: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
*Mar 1 00:00:48.078: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-CAPWAP-CONTROLLER
*Mar 1 00:01:42.144: %CDP_PD-4-POWER_OK: Full power - NEGOTIATED inline power source
*Mar 1 00:01:48.121: %CAPWAP-3-CLIENTERRORLOG: Set Transport Address: no more AP manager IP addresses remain
*Mar 1 00:01:48.122: %CAPWAP-5-CHANGED: CAPWAP changed state to JOIN
*Mar 1 00:01:48.122: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to administratively down
*Mar 1 00:01:48.122: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to administratively down
To delete the existing event log and create an empty event log file for a specific access point or for all access points joined to the controller, enter this command:
clear ap-eventlog {specificCisco_AP | all}
Uploading Logs and Crash Files
Prerequisites to Upload Logs and Crash Files
Follow the instructions in this section to upload logs and crash files from the controller. However, before you begin, ensure you have a TFTP or FTP server available for the file upload. Follow these guidelines when setting up a TFTP or FTP server:
If you are uploading through the service port, the TFTP or FTP server must be on the same subnet as the service port because the service port is not routable, or you must create static routes on the controller.
If you are uploading through the distribution system network port, the TFTP or FTP server can be on the same or a different subnet because the distribution system port is routable.
A third-party TFTP or FTP server cannot run on the same computer as WCS because the WCS built-in TFTP or FTP server and the third-party TFTP or FTP server require the same communication port.
Uploading Logs and Crash Files (GUI)
Step 1
Choose Command > Upload File. The Upload File from Controller page appears.
Step 2
From the File Type drop-down list, choose one of the following:
Event Log
Message Log
Trap Log
Crash File
Step 3
From the Transfer Mode drop-down list, choose from the following options:
TFTP
FTP
SFTP (available in the 7.4 and later releases)
Step 4
In the IP Address text box, enter the IP address of the server.
Step 5
In the File Path text box, enter the directory path of the log or crash file.
Step 6
In the File Name text box, enter the name of the log or crash file.
Step 7
If you chose FTP as the Transfer Mode, follow these steps:
In the Server Login Username text box, enter the FTP server login name.
In the Server Login Password text box, enter the FTP server login password.
In the Server Port Number text box, enter the port number of the FTP server. The default value for the server port is 21.
Step 8
Click Upload to upload the log or crash file from the controller. A message appears indicating the status of the upload.
Uploading Logs and Crash Files (CLI)
Step 1
To transfer the file from the controller to a server, enter this command:
transfer upload mode {tftp | ftp | sftp}
Step 2
To specify the type of file to be uploaded, enter this command:
transfer upload datatypedatatype
where datatype is one of the following options:
crashfile—Uploads the system’s crash file.
errorlog—Uploads the system’s error log.
panic-crash-file—Uploads the kernel panic information if a kernel panic occurs.
systemtrace—Uploads the system’s trace file.
traplog—Uploads the system’s trap log.
watchdog-crash-file—Uploads the console dump resulting from a software-watchdog-initiated reboot of the controller following a crash. The software watchdog module periodically checks the integrity of the internal software and makes sure that the system does not stay in an inconsistent or nonoperational state for a long period of time.
Step 3
To specify the path to the file, enter these commands:
transfer upload serveripserver_ip_address
transfer upload pathserver_path_to_file
transfer upload filenamefilename
Step 4
If you are using an FTP server, also enter these commands:
transfer upload usernameusername
transfer upload passwordpassword
transfer upload portport
Note
The default value for the port parameter is 21.
Step 5
To see the updated settings, enter this command:
transfer upload start
Step 6
When prompted to confirm the current settings and start the software upload, answer y.
Uploading Core Dumps from the Controller
Information About Uploading Core Dumps from the Controller
To help troubleshoot controller crashes, you can configure the controller to automatically upload its core dump file to an FTP server after experiencing a crash. You cannot upload the core dump file directly to an FTP or TFTP server but you can upload a crash file to an FTP or TFTP server. The controllers save the core dump file to flash memory following a crash.
Configuring the Controller to Automatically Upload Core Dumps to an FTP Server (GUI)
Step 1
Choose Management > Tech Support > Core Dump to open the Core Dump page.
Figure 4. Core Dump Page
Step 2
To enable the controller to generate a core dump file following a crash, select the Core Dump Transfer check box.
Step 3
To specify the type of server to which the core dump file is uploaded, choose FTP from the Transfer Mode drop-down list.
Step 4
In the IP Address text box, enter the IP address of the FTP server.
Note
The controller must be able to reach the FTP server.
Step 5
In the File Name text box, enter the name that the controller uses to label the core dump file.
Step 6
In the User Name text box, enter the username for FTP login.
Step 7
In the Password text box, enter the password for FTP login.
Step 8
Click Apply to commit your changes.
Step 9
Click Save Configuration to save your changes.
Configuring the Controller to Automatically Upload Core Dumps to an FTP Server (CLI)
Step 1
To enable or disable the controller to generate a core dump file following a crash, enter this command:
config coredump {enable | disable}
Step 2
To specify the FTP server to which the core dump file is uploaded, enter this command:
config coredump ftpserver_ip_address filename
where
server_ip_address is the IP address of the FTP server to which the controller sends its core dump file.
Note
The controller must be able to reach the FTP server.
filename is the name that the controller uses to label the core dump file.
Step 3
To specify the username and password for FTP login, enter this command:config coredump usernameftp_usernamepasswordftp_password
Step 4
To save your changes, enter this command:save config
Step 5
To see a summary of the controller’s core dump file, enter this command:
Example:
Information similar to the following appears:
show coredump summary
Information similar to the following appears:
Core Dump is enabled
FTP Server IP.................................... 10.10.10.17
FTP Filename..................................... file1
FTP Username..................................... ftpuser
FTP Password.................................. *********
Uploading Core Dumps from Controller to a Server (CLI)
Step 1
To see information about the core dump file in flash memory, enter this command:
show coredump summary
Information similar to the following appears:
Core Dump is disabled
Core Dump file is saved on flash
Sw Version.................................... 6.0.83.0
Time Stamp.................................... Wed Feb 4 13:23:11 2009
File Size..................................... 9081788
File Name Suffix........................... filename.gz
Step 2
To transfer the file from the controller to a server, enter these commands:
transfer upload mode {tftp | ftp | sftp}
transfer upload datatype coredump
transfer upload serveripserver_ip_address
transfer upload pathserver_path_to_file
transfer upload filenamefilename
Note
After the file is uploaded, it ends with a .gz suffix. If desired, you can upload the same core dump file multiple times with different names to different servers.
Step 3
If you are using an FTP server, also enter these commands:
transfer upload usernameusernametransfer upload passwordpassword
transfer upload portport
Note
The default value for the port parameter is 21.
Step 4
To view the updated settings, enter this command:
transfer upload start
Step 5
When prompted to confirm the current settings and start the software upload, answer y.
Uploading Packet Capture Files
Information About Uploading Packet Capture Files
When a Cisco 5500 Series Controller’s data plane crashes, it stores the last 50 packets that the controller received in flash memory. This information can be useful in troubleshooting the crash.
When a crash occurs, the controller generates a new packet capture file (*.pcap) file, and a message similar to the following appears in the controller crash file:
Last 5 packets processed at each core are stored in
"last_received_pkts.pcap" captured file.
- Frame 36,38,43,47,49, processed at core #0.
- Frame 14,27,30,42,45, processed at core #1.
- Frame 15,18,20,32,48, processed at core #2.
- Frame 11,29,34,37,46, processed at core #3.
- Frame 7,8,12,31,35, processed at core #4.
- Frame 21,25,39,41,50, processed at core #5.
- Frame 16,17,19,22,33, processed at core #6.
- Frame 6,10,13,23,26, processed at core #7.
- Frame 9,24,28,40,44, processed at core #8.
- Frame 1,2,3,4,5, processed at core #9.
You can use the controller GUI or CLI to upload the packet capture file from the controller. You can then use Wireshark or another standard packet capture tool to view and analyze the contents of the file.
Figure 5. Sample Output of Packet Capture File in Wireshark. Sample output of the packet capture in Wireshark
Guidelines and Limitations
Only Cisco 5500 Series Controllers generate packet capture files. This feature is not available on other controller platforms.
Ensure that you have a TFTP or FTP server available for the file upload. Follow these guidelines when setting up a TFTP or FTP server:
If you are uploading through the service port, the TFTP or FTP server must be on the same subnet as the service port because the service port is not routable, or you must create static routes on the controller.
If you are uploading through the distribution system network port, the TFTP or FTP server can be on the same or a different subnet because the distribution system port is routable.
A third-party TFTP or FTP server cannot run on the same computer as WCS because the WCS built-in TFTP or FTP server and the third-party TFTP or FTP server require the same communication port.
Uploading Packet Capture Files (GUI)
Step 1
Choose Commands > Upload File to open the Upload File from Controller page.
Step 2
From the File Type drop-down list, choose Packet Capture.
Step 3
From the Transfer Mode drop-down list, choose from the following options:
TFTP
FTP
SFTP (available in the 7.4 and later releases)
Step 4
In the IP Address text box, enter the IP address of the server.
Step 5
In the File Path text box, enter the directory path of the packet capture file.
Step 6
In the File Name text box, enter the name of the packet capture file. These files have a .pcap extension.
Step 7
If you are using an FTP server, follow these steps:
In the Server Login Username text box, enter the username to log into the FTP server.
In the Server Login Password text box, enter the password to log into the FTP server.
In the Server Port Number text box, enter the port number on the FTP server through which the upload occurs. The default value is 21.
Step 8
Click Upload to upload the packet capture file from the controller. A message appears indicating the status of the upload.
Step 9
Use Wireshark or another standard packet capture tool to open the packet capture file and see the last 50 packets that were received by the controller.
Uploading Packet Capture Files (CLI)
Step 1
Log on to the controller CLI.
Step 2
Enter the transfer upload mode {tftp | ftp | sftp} command.
Step 3
Enter the transfer upload datatype packet-capture command.
Step 4
Enter the transfer upload serveripserver-ip-address command.
Step 5
Enter the transfer upload pathserver-path-to-file command.
Step 6
Enter the transfer upload filenamelast_received_pkts.pcap command.
Step 7
If you are using an FTP server, enter these commands:
transfer upload usernameusername
transfer upload passwordpassword
transfer upload portport
Note
The default value for the port parameter is 21.
Step 8
Enter the transfer upload start command to see the updated settings and then answer y when prompted to confirm the current settings and start the upload process. This example shows the upload command output:
Step 9
Use Wireshark or another standard packet capture tool to open the packet capture file and see the last 50 packets that were received by the controller.
Monitoring Memory Leaks
This section provides instructions for troubleshooting hard-to-solve or hard-to-reproduce memory problems.
Caution
The commands in this section can be disruptive to your system and should be run only when you are advised to do so by the Cisco Technical Assistance Center (TAC).
To enable or disable monitoring for memory errors and leaks, enter this command:
config memory monitor errors {enable | disable}
The default value is disabled.
Note
Your changes are not saved across reboots. After the controller reboots, it uses the default setting for this feature.
Step 2
If you suspect that a memory leak has occurred, enter this command to configure the controller to perform an auto-leak analysis between two memory thresholds (in kilobytes):
config memory monitor leakslow_thresh high_thresh
If the free memory is lower than the low_thresh threshold, the system crashes, generating a crash file. The default value for this parameter is 10000 kilobytes, and you cannot set it below this value.
Set the high_thresh threshold to the current free memory level or higher so that the system enters auto-leak-analysis mode. After the free memory reaches a level lower than the specified high_thresh threshold, the process of tracking and freeing memory allocation begins. As a result, the debug memory events enable command shows all allocations and frees, and the show memory monitor detail command starts to detect any suspected memory leaks. The default value for this parameter is 30000 kilobytes.
Step 3
To see a summary of any discovered memory issues, enter this command:
show memory monitor
Information similar to the following appears:
Memory Leak Monitor Status:
low_threshold(10000), high_threshold(30000), current status(disabled)
-------------------------------------------
Memory Error Monitor Status:
Crash-on-error flag currently set to (disabled)
No memory error detected.
Step 4
To see the details of any memory leaks or corruption, enter this command:
If a memory leak occurs, enter this command to enable debugging of errors or events during memory allocation:debug memory {errors | events} {enable | disable}
Troubleshooting CCXv5 Client Devices
Information About Troubleshooting CCXv5 Client Devices
The controller supports three features designed to help troubleshoot communication problems with CCXv5 clients: diagnostic channel, client reporting, and roaming and real-time diagnostics.
Guidelines and Limitations
These features are supported only on CCXv5 clients. They are not supported for use with non-CCX clients or with clients running an earlier version of CCX.
Configuring Diagnostic Channel
You can choose a diagnostic channel to troubleshoot why the client is having communication problems with a WLAN. You can test the client and access points to identify the difficulties that the client is experiencing and allow corrective measures to be taken to make the client operational on the network. You can use the controller GUI or CLI to enable the diagnostic channel, and you can use the controller CLI to run the diagnostic tests.
Note
We recommend that you enable the diagnostic channel feature only for nonanchored SSIDs that use the management interface.
Create a new WLAN or click the ID number of an existing WLAN.
Note
We recommend that you create a new WLAN on which to run the diagnostic tests.
Step 3
When the WLANs > Edit page appears, choose the Advanced tab to open the WLANs > Edit (Advanced) page.
Figure 6. WLANs > Edit (Advanced) Page
Step 4
If you want to enable diagnostic channel troubleshooting on this WLAN, select the Diagnostic Channel check box. Otherwise, leave this check box unselected, which is the default value.
Note
You can use the CLI to initiate diagnostic tests on the client.
Step 5
Click Apply to commit your changes.
Step 6
Click Save Configuration to save your changes.
Configuring the Diagnostic Channel (CLI)
Step 1
To enable diagnostic channel troubleshooting on a particular WLAN, enter this command:
The profile_id should be from one of the client profiles for which client reporting is enabled.
Note
Users are redirected back to the parent WLAN, not to any other profile. The only profile shown is the user’s parent profile. Note however that parent WLAN profiles can have one child diagnostic WLAN.
Step 10
Use these commands if necessary to abort or clear a test:
To send a request to the client to abort the current test, enter this command:
config client ccx test-abortclient_mac_addressOnly one test can be pending at a time, so this command aborts the current pending test.
To clear the test results on the controller, enter this command:
config client ccx clear-resultsclient_mac_address
Step 11
To send a message to the client, enter this command:
24 = Cancel diagnostic channel operation or select a WLAN profile to resume normal operation.
25 = Log retrieval refused by the client.
26 = Client report retrieval refused by the client.
27 = Test request refused by the client.
28 = Invalid network (IP) setting.
29 = There is a known outage or problem with the network.
30 = Scheduled maintenance period.
31 = The WLAN security method is not correct.
32 = The WLAN encryption method is not correct.
33 = The WLAN authentication method is not correct.
Step 12
To see the status of the last test, enter this command:show client ccx last-test-statusclient_mac_address
Information similar to the following appears for the default gateway ping test:
Test Type........................................ Gateway Ping Test
Test Status...................................... Pending/Success/Timeout
Dialog Token..................................... 15
Timeout.......................................... 15000 ms
Request Time..................................... 1329 seconds since system boot
Step 13
To see the status of the last test response, enter this command:
show client ccx last-response-statusclient_mac_address
Information similar to the following appears for the 802.1X authentication test:
Test Status...................................... Success
Response Dialog Token............................ 87
Response Status.................................. Successful
Response Test Type............................... 802.1x Authentication Test
Response Time.................................... 3476 seconds since system boot
Step 14
To see the results from the last successful diagnostics test, enter this command:
show client ccx resultsclient_mac_address
Information similar to the following appears for the 802.1X authentication test:
The client reporting protocol is used by the client and the access point to exchange client information. Client reports are collected automatically when the client associates. You can use the controller GUI or CLI to send a client report request to any CCXv5 client any time after the client associates. There are four types of client reports:
Client profile—Provides information about the configuration of the client.
Operating parameters—Provides the details of the client’s current operational modes.
Manufacturers’ information—Provides data about the wireless LAN client adapter in use.
Client capabilities—Provides information about the client’s capabilities.
Choose Monitor > Clients to open the Clients page.
Step 2
Click the MAC address of the desired client. The Clients > Detail page appears.
Figure 7. Clients > Detail Page
Step 3
To send a report request to the client, click Send CCXV5 Req.
Note
You must create a Trusted Profile using ACAU for Cisco CB21AG or equivalent software from your CCXv5 vendor.
Step 4
To view the parameters from the client, click Display. The Client Reporting page appears.
Figure 8. Client Reporting Page
This page lists the client profiles and indicates if they are currently in use. It also provides information on the client’s operating parameters, manufacturer, and capabilities.
Step 5
Click the link for the desired client profile. The Profile Details page appears displaying the client profile details, including the SSID, power save mode, radio channel, data rates, and 802.11 security settings.
Configuring Client Reporting (CLI)
Step 1
To send a request to the client to send its profiles, enter this command:
config client ccx get-profilesclient_mac_address
Step 2
To send a request to the client to send its current operating parameters, enter this command:
To clear the client reporting information, enter this command:
config client ccx clear-reportsclient_mac_address
Step 6
To see the client profiles, enter this command:
show client ccx profilesclient_mac_address
Step 7
To see the client operating parameters, enter this command:
show client ccx operating-parametersclient_mac_address
Step 8
To see the client manufacturer information, enter this command:
show client ccx manufacturer-infoclient_mac_address
Step 9
To see the client’s capability information, enter this command:
show client ccx client-capabilityclient_mac_address
Note
This command displays the client’s available capabilities, not current settings for the capabilities.
Configuring Roaming and Real-Time Diagnostics
You can use roaming and real-time logs and statistics to solve system problems. The event log enables you to identify and track the behavior of a client device. It is especially useful when attempting to diagnose difficulties that a user may be having on a WLAN. The event log provides a log of events and reports them to the access point. There are three categories of event logs:
Roaming log—This log provides a historical view of the roaming events for a given client. The client maintains a minimum of five previous roaming events including failed attempts and successful roams.
Robust Security Network Association ( RSNA) log—This log provides a historical view of the authentication events for a given client. The client maintains a minimum of five previous authentication attempts including failed attempts and successful ones.
Syslog—This log provides internal system information from the client. For example, it may indicate problems with 802.11 operation, system operation, and so on.
The statistics report provides 802.1X and security information for the client. You can use the controller CLI to send the event log and statistics request to any CCXv5 client any time after the client associates.
Information similar to the following appears for a log response with a log_type of rsna:
Tue Jun 26 18:24:09 2007 RSNA Response LogID=132: Status=Successful
Event Timestamp=0d 00h 00m 00s 246578us
Target BSSID=00:14:1b:58:86:cd
RSNA Version=1
Group Cipher Suite=00-0f-ac-02
Pairwise Cipher Suite Count = 1
Pairwise Cipher Suite 0 = 00-0f-ac-04
AKM Suite Count = 1
AKM Suite 0 = 00-0f-ac-01
RSN Capability = 0x0
RSNA Result: Success
Tue Jun 26 18:24:09 2007 RSNA Response LogID=132: Status=Successful
Event Timestamp=0d 00h 00m 00s 246625us
Target BSSID=00:14:1b:58:86:cd
RSNA Version=1
Group Cipher Suite=00-0f-ac-02
Pairwise Cipher Suite Count = 1
Pairwise Cipher Suite 0 = 00-0f-ac-04
AKM Suite Count = 1
AKM Suite 0 = 00-0f-ac-01
RSN Capability = 0x0
RSNA Result: Success
Tue Jun 26 18:24:09 2007 RSNA Response LogID=132: Status=Successful
Event Timestamp=0d 00h 00m 01s 624375us
Target BSSID=00:14:1b:58:86:cd
RSNA Version=1
Group Cipher Suite=00-0f-ac-02
Pairwise Cipher Suite Count = 1
Pairwise Cipher Suite 0 = 00-0f-ac-04
AKM Suite Count = 1
AKM Suite 0 = 00-0f-ac-01
RSN Capability = 0x0
RSNA Result: Success
Information similar to the following appears for a log response with a log_type of syslog:
Tue Jun 26 18:07:48 2007 SysLog Response LogID=131: Status=Successful
Event Timestamp=0d 00h 19m 42s 278987us
Client SysLog = '<11> Jun 19 11:49:47 uraval3777 Mandatory elements missing in the OID response'
Event Timestamp=0d 00h 19m 42s 278990us
Client SysLog = '<11> Jun 19 11:49:50 uraval3777 Mandatory elements missing in the OID response'
Tue Jun 26 18:07:48 2007 SysLog Response LogID=131: Status=Successful
Event Timestamp=0d 00h 19m 42s 278993us
Client SysLog = '<11> Jun 19 11:49:53 uraval3777 Mandatory elements missing in the OID response'
Event Timestamp=0d 00h 19m 42s 278996us
Client SysLog = '<11> Jun 19 11:49:56 uraval3777 Mandatory elements missing in the OID response'
Tue Jun 26 18:07:48 2007 SysLog Response LogID=131: Status=Successful
Event Timestamp=0d 00h 19m 42s 279000us
Client SysLog = '<11> Jun 19 11:50:00 uraval3777 Mandatory elements missing in the OID response'
Event Timestamp=0d 00h 19m 42s 279003us
Client SysLog = '<11> Jun 19 11:50:03 uraval3777 Mandatory elements missing in the OID response'
Tue Jun 26 18:07:48 2007 SysLog Response LogID=131: Status=Successful
Event Timestamp=0d 00h 19m 42s 279009us
Client SysLog = '<11> Jun 19 11:50:09 uraval3777 Mandatory elements missing in the OID response'
Event Timestamp=0d 00h 19m 42s 279012us
Client SysLog = '<11> Jun 19 11:50:12 uraval3777 Mandatory elements missing in the OID response'
Step 3
To send a request for statistics, enter this command:
The debug facility enables you to display all packets going to and from the controller CPU. You can enable it for received packets, transmitted packets, or both. By default, all packets received by the debug facility are displayed. However, you can define access control lists (ACLs) to filter packets before they are displayed. Packets not passing the ACLs are discarded without being displayed.
Each ACL includes an action (permit, deny, or disable) and one or more fields that can be used to match the packet. The debug facility provides ACLs that operate at the following levels and on the following values:
Driver ACL
NPU encapsulation type
Port
Ethernet header ACL
Destination address
Source address
Ethernet type
VLAN ID
IP header ACL
Source address
Destination address
Protocol
Source port (if applicable)
Destination port (if applicable)
EoIP payload Ethernet header ACL
Destination address
Source address
Ethernet type
VLAN ID
EoIP payload IP header ACL
Source address
Destination address
Protocol
Source port (if applicable)
Destination port (if applicable)
CAPWAP payload 802.11 header ACL
Destination address
Source address
BSSID
SNAP header type
CAPWAP payload IP header ACL
Source address
Destination address
Protocol
Source port (if applicable)
Destination port (if applicable)
At each level, you can define multiple ACLs. The first ACL that matches the packet is the one that is selected.
rule_index is a value between 1 and 6 (inclusive).
action is permit, deny, or disable.
npu_encap specifies the NPU encapsulation type, which determines how packets are filtered. The possible values include dhcp, dot11-mgmt, dot11-probe, dot1x, eoip-ping, iapp, ip, lwapp, multicast, orphan-from-sta, orphan-to-sta, rbcp, wired-guest, or any.
port is the physical port for packet transmission or reception.
Use these commands to configure packet-logging ACLs:
debug packet logging acl ethrule_index action dst src type vlanwhere
rule_index is a value between 1 and 6 (inclusive).
action is permit, deny, or disable.
dst is the destination MAC address.
src is the source MAC address.
type is the two-byte type code (such as 0x800 for IP, 0x806 for ARP). This parameter also accepts a few common string values such as “ip” (for 0x800) or “arp” (for 0x806).
proto is a numeric or any string recognized by getprotobyname(). The controller supports the following strings: ip, icmp, igmp, ggp, ipencap, st, tcp, egp, pup, udp, hmp, xns-idp, rdp, iso-tp4, xtp, ddp, idpr-cmtp, rspf, vmtp, ospf, ipip, and encap.
src_port is the UDP/TCP two-byte source port (for example, telnet, 23) or “any.” The controller accepts a numeric or any string recognized by getservbyname(). The controller supports the following strings: tcpmux, echo, discard, systat, daytime, netstat, qotd, msp, chargen, ftp-data, ftp, fsp, ssh, telnet, smtp, time, rlp, nameserver, whois, re-mail-ck, domain, mtp, bootps, bootpc, tftp, gopher, rje, finger, www, link, kerberos, supdup, hostnames, iso-tsap, csnet-ns, 3com-tsmux, rtelnet, pop-2, pop-3, sunrpc, auth, sftp, uucp-path, nntp, ntp, netbios-ns, netbios-dgm, netbios-ssn, imap2, snmp, snmp-trap, cmip-man, cmip-agent, xdmcp, nextstep, bgp, prospero, irc, smux, at-rtmp, at-nbp, at-echo, at-zis, qmtp, z3950, ipx, imap3, ulistserv, https, snpp, saft, npmp-local, npmp-gui, and hmmp-ind.
dst_port is the UDP/TCP two-byte destination port (for example, telnet, 23) or “any.” The controller accepts a numeric or any string recognized by getservbyname(). The controller supports the same strings as those for the src_port.
debug packet logging acl eoip-ethrule_index action dst src type vlan
To remove all configured ACLs, enter this command: debug packet logging acl clear-all.
Step 2
To configure the format of the debug output, enter this command:
debug packet logging format {hex2pcap | text2pcap}
The debug facility supports two output formats: hex2pcap and text2pcap. The standard format used by IOS supports the use of hex2pcap and can be decoded using an HTML front end. The text2pcap option is provided as an alternative so that a sequence of packets can be decoded from the same console log file.
Figure 9. Sample Hex2pcap Output. This figure shows an example of hex2pcap output.
Figure 10. Sample Text2pcap Output. This figure shows an example of text2pcap output.
Step 3
To determine why packets might not be displayed, enter this command:debug packet error {enable | disable}
Step 4
To display the status of packet debugging, enter this command:
The controller enables you to configure an access point as a network “sniffer,” which captures and forwards all the packets on a particular channel to a remote machine that runs packet analyzer software. These packets contain information on time stamps, signal strength, packet sizes, and so on. Sniffers allow you to monitor and record network activity and to detect problems.
Guidelines and Limitations
Supported third-party network analyzer software applications are as follows:
Wildpackets Omnipeek or Airopeek
AirMagnet Enterprise Analyzer
Wireshark
The latest version of Wireshark can decode the packets by going to the Analyze mode. Select decode as, and switch UDP5555 to decode as AIROPEEK.
You must disable IP-MAC address binding in order to use an access point in sniffer mode if the access point is joined to a Cisco 5500 Series Controller. To disable IP-MAC address binding, enter the config network ip-mac-binding disable command in the controller CLI.
You must enable WLAN 1 in order to use an access point in sniffer mode if the access point is joined to a Cisco 5500 Series Controller. If WLAN 1 is disabled, the access point cannot send packets.
Prerequisites for Wireless Sniffing
To perform wireless sniffing, you need the following hardware and software:
A dedicated access point—An access point configured as a sniffer cannot simultaneously provide wireless access service on the network. To avoid disrupting coverage, use an access point that is not part of your existing wireless network.
A remote monitoring device—A computer capable of running the analyzer software.
Windows XP or Linux operating system—The controller supports sniffing on both Windows XP and Linux machines.
Software and supporting files, plug-ins, or adapters—Your analyzer software may require specialized files before you can successfully enable
Configuring Sniffing on an Access Point (GUI)
Step 1
Choose Wireless > Access Points > All APs to open the All APs page.
Step 2
Click the name of the access point that you want to configure as the sniffer. The All APs > Details for page appears.
Figure 11. All APs > Details for Page
Step 3
From the AP Mode drop-down list, choose Sniffer.
Step 4
Click Apply to commit your changes.
Step 5
Click OK when warned that the access point will be rebooted.
Step 6
Choose Wireless > Access Points > Radios > 802.11a/n (or 802.11b/g/n) to open the 802.11a/n (or 802.11b/g/n) Radios page.
Step 7
Hover your cursor over the blue drop-down arrow for the desired access point and choose Configure. The 802.11a/n (or 802.11b/g/n) Cisco APs > Configure page appears.
Figure 12. 802.11a/n Cisco APs > Configure Page
Step 8
Select the Sniff check box to enable sniffing on this access point, or leave it unselected to disable sniffing. The default value is unchecked.
Step 9
If you enabled sniffing in Step 8, follow these steps:
From the Channel drop-down list, choose the channel on which the access point sniffs for packets.
In the Server IP Address text box, enter the IP address of the remote machine running Omnipeek, Airopeek, AirMagnet, or Wireshark.
Step 10
Click Apply to commit your changes.
Step 11
Click Save Configuration to save your changes.
Configuring Sniffing on an Access Point (CLI)
Step 1
To configure the access point as a sniffer, enter this command:
config ap mode sniffer Cisco_AP
where Cisco_AP is the access point configured as the sniffer.
Step 2
When warned that the access point will be rebooted and asked if you want to continue, enter Y. The access point reboots in sniffer mode.
Step 3
To enable sniffing on the access point, enter this command:
config ap sniff {802.11a | 802.11b} enablechannel server_IP_address Cisco_AP
where
channel is the radio channel on which the access point sniffs for packets. The default values are 36 (802.11a/n) and 1 (802.11b/g/n).
server_IP_address is the IP address of the remote machine running Omnipeek, Airopeek, AirMagnet, or Wireshark.
Cisco_AP is the access point configured as the sniffer.
Note
To disable sniffing on the access point, enter the config ap sniff {802.11a | 802.11b} disableCisco_AP command.
Step 4
To save your changes, enter this command:
save config
Step 5
To view the sniffer configuration settings for an access point, enter this command:
show ap config {802.11a | 802.11b} Cisco_AP
Troubleshooting Access Points Using Telnet or SSH
Information About Troubleshooting Access Points Using Telnet or SSH
The controller supports the use of the Telnet and Secure Shell (SSH) protocols to troubleshoot lightweight access points. Using these protocols makes debugging easier, especially when the access point is unable to connect to the controller.
To avoid potential conflicts and security threats to the network, the following commands are unavailable while a Telnet or SSH session is enabled: config terminal, telnet, ssh, rsh, ping, traceroute, clear, clock, crypto, delete, fsck, lwapp, mkdir, radius, release, reload, rename, renew, rmdir, save, set, test, upgrade.
Commands available during a Telnet or SSH session include debug,
disable, enable, help, led, login, logout, more, no debug, show, systat,
undebug and where.
You can configure Telnet or SSH by using the controller CLI in software release 5.0 or later releases or using the controller GUI in software release 6.0 or later releases.
Troubleshooting Access Points Using Telnet or SSH (GUI)
Step 1
Choose Wireless > Access Points > All APs to open the All APs page.
Step 2
Click the name of the access point for which you want to enable Telnet or SSH.
Step 3
Choose the Advanced tab to open the All APs > Details for (Advanced) page.
Figure 13. All APs > Details for (Advanced) Page
Step 4
To enable Telnet connectivity on this access point, select the Telnet check box. The default value is unchecked.
Step 5
To enable SSH connectivity on this access point, select the SSH check box. The default value is unchecked.
Step 6
Click Apply to commit your changes.
Step 7
Click Save Configuration to save your changes.
Troubleshooting Access Points Using Telnet or SSH (CLI)
Step 1
To enable Telnet or SSH connectivity on an access point, enter this command:
config ap {telnet | ssh} enableCisco_AP
The default value is disabled.
Note
To disable Telnet or SSH connectivity on an access point, enter this command: config ap {telnet | ssh} disableCisco_AP
Step 2
To save your changes, enter this command:
save config
Step 3
To see whether Telnet or SSH is enabled on an access point, enter this command:
show ap config generalCisco_AP
Information similar to the following appears:
Cisco AP Identifier.............................. 5
Cisco AP Name.................................... AP33
Country code..................................... Multiple Countries:US,AE,AR,AT,AU,BH
Reg. Domain allowed by Country................... 802.11bg:-ABCENR 802.11a:-ABCEN
AP Country code.................................. US - United States
AP Regulatory Domain............................. 802.11bg:-A 802.11a:-A
Switch Port Number .............................. 2
MAC Address...................................... 00:19:2f:11:16:7a
IP Address Configuration......................... Static IP assigned
IP Address....................................... 10.22.8.133
IP NetMask....................................... 255.255.248.0
Gateway IP Addr.................................. 10.22.8.1
Domain...........................................
Name Server......................................
Telnet State..................................... Enabled
Ssh State........................................ Enabled
...
Debugging the Access Point Monitor Service
Information About Debugging the Access Point Monitor Service
The controller sends access point status information to the Cisco 3300 Series Mobility Services Engine (MSE) using the access point monitor service.
The MSE sends a service subscription and an access point monitor service request to get the status of all access points currently known to the controller. When any change is made in the status of an access point, a notification is sent to the MSE.
Debugging Access Point Monitor Service Issues (CLI)
If you experience any problems with the access point monitor service, enter this command:
The LED patterns are different for 1130 series and 1140 series OfficeExtend access points. See the Cisco OfficeExtend Access Point Quick Start Guide for a description of the LED patterns. You can find this guide at this URL:
Positioning OfficeExtend Access Points for Optimal RF Coverage
Troubleshooting Common Problems
Most of the problems experienced with OfficeExtend access points are one of the following:
The access point cannot join the controller because of
network or firewall issues.Resolution: Follow the instructions in the
Viewing Access Point Join Information section to see join statistics for the OfficeExtend access point, or find the access point’s
public IP address and perform pings of different packet sizes from inside the
company.
The access point joins but keeps dropping off.
This behavior usually occurs because of network problems or when the network
address translation (NAT) or firewall ports close because of short timeouts.
Resolution: Ask the teleworker for the LED
status.
Clients cannot associate because of NAT issues.
Resolution: Ask the teleworker to perform a speed test and a ping test. Some servers do not return big packet pings.
Clients keep dropping data. This behavior usually occurs because the home router closes the port because of short timeouts.
Resolution: Perform client troubleshooting in WCS to determine if the problem is related to the OfficeExtend access point or the client.
The access point is not broadcasting the enterprise WLAN.
Resolution: Ask the teleworker to check the cables, power supply, and LED status. If you still cannot identify the problem, ask the teleworker to try the following:
Connect to the home router directly and see if the PC is able to connect to an Internet website such as http://www.cisco.com/. If the PC cannot connect to the Internet, check the router or modem. If the PC can connect to the Internet, check the home router configuration to see if a firewall or MAC-based filter is enabled that is blocking the access point from reaching the Internet.
Log on to the home router and check to see if the access point has obtained an IP address. If it has, the access point’s LED normally blinks orange.
The access point cannot join the controller, and you cannot identify the problem.
Resolution: A problem could exist with the home router. Ask the teleworker to check the router manual and try the following:
Assign the access point a static IP address based on the access point’s MAC address.
Put the access point in a demilitarized zone (DMZ), which is a small network inserted as a neutral zone between a company’s private network and the outside public network. It prevents outside users from getting direct access to a server that has company data.
If problems still occur, contact your company’s IT department for assistance.
The teleworker experiences problems while configuring a personal SSID on the access point.
Resolution: Clear the access point configuration and return it to factory default settings by clicking Clear Config on the access point GUI or by entering the clear ap config Cisco_AP command and then configuring a personal SSID on an OfficeExtend Access Point. If problems still occur, contact your company’s IT department for assistance.
The home network needs to be rebooted.
Resolution: Ask the teleworker to follow these steps:
Leave all devices networked and connected, and then power down all the devices.
Turn on the cable or DSL modem, and then wait for 2 minutes. (Check the LED status.)
Turn on the home router, and then wait for 2 minutes. (Check the LED status.)
Turn on the access point, and then wait for 5 minutes. (Check the LED status.)
Turn on the client.