System Log
Using the CLI to Configure System Log
To enable logging on the access point, use the logging on command from the global configuration mode. The logging level command sets the minimum level of message to log. Use the logging console command to enable logging to the console. Use the logging host command to specify the Syslog servers. The logging facility‐type command sets the facility‐type number to use on the Syslog server. To view the current logging settings, use the show logging command.
Examples
RoamAbout 4102#configure
Enter configuration commands, one per line. End with CTRL/Z
RoamAbout 4102(config)#logging on
RoamAbout 4102(config)#logging level alert
RoamAbout 4102(config)#logging console
RoamAbout 4102(config)#logging host 1 10.1.0.3 1024
RoamAbout 4102(config)#logging
RoamAbout 4102(config)#exit
RoamAbout 4102#show logging
Logging Information
============================================
Syslog State | : Enabled | |
Logging Console State | : Enabled | |
Logging Level |
| : Alert |
Logging Facility Type | : 19 | |
Servers |
|
|
1:10.1.0.3, UDP Port: 1024, State: Enabled
2:0.0.0.0, UDP Port: 514, State: Disabled
3:0.0.0.0, UDP Port: 514, State: Disabled
4:0.0.0.0, UDP Port: 514, State: Disabled
=============================================
RoamAbout 4102#
RoamAbout