Cisco WLC
Cisco Wireless Controllers (WLC) help reduce overall operational expenses by simplifying network deployment, operations, and management. Extending the same Cisco Borderless Networks policy and security from the wired network core to the wireless edge, Cisco Wireless Controllers deliver the industry’s most scalable and highest performing controller solution. These controllers provide unique network security and optimization for IPv6-enabled mobile clients, and next-generation hotspot functionality.
-
Login to Cisco WLC device via SSH
-
Set sending data into the Logmanager:
config syslog <Logmanager_IP_address>
Logmanager_IP_address is IP address of your Logmanager server. -
Set the facility level of sending messages. If you want to set all messages, select verbose
config msglog level <msg_level>
For msg_level, you can enter one of the following five values:
Available msg_level values:
msg_level Description critical Critical hardware or software failure error Non-critical software errors security Authentication- or security-related errors warning Unexpected software events verbose Significant system events -
To view the current syslog status, enter the command:
show syslog
-
To view the message logs, enter the command:
show msglog
Use this process on the controller with software version 5.0.148.0 and above.
-
Login to Cisco WLC device via SSH
-
Set sending data into the Logmanager:
config logging syslog host <Logmanager_IP_address>
Logmanager_IP_address is IP address of your Logmanager server. -
Set the level of logging messages. In order to set the severity level to filter syslog messages into the Logmanager, enter the command:
config logging syslog level <severity_level>
For severity_level, you can enter one of the following values:
Available severity level values:
severity_level Description 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 -
If you want to set the facility level of sending messages, you can use:
config logging syslog facility <facility_code>
-
In order to verify the syslog configuration, use the command:
show logging
- Choose
MANAGEMENT ‣ Logs ‣ Config
. - Enter the Logmanager server IP address and click Add.
- Under Syslog Level, set the severity level to filter syslog messages to the syslog servers.
- Under Syslog Facility, set the facility for outbound syslog messages to the syslog servers.
- Click Apply.