System Log
4-46 Advanced Configuration
Using the CLI to Configure System Log
Toenableloggingontheaccesspoint,usetheloggingoncommandfromtheglobalconfiguration
mode.Thelogginglevelcommandsetstheminimumlevelofmessagetolog.Usethelogging
consolecommandtoenableloggingtotheconsole.Usethelogginghostcommandtospecifythe
Syslogservers.The
loggingfacility‐typecommandsetsthefacility‐typenumbertouseonthe
Syslogserver.Toviewthecurrentloggingsettings,usetheshowloggingcommand.
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 facility-type 19
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#