System information

General System Configuration
Enabling System Logging
The following example shows how to enable logging, set the minimum severity
level of messages to be logged, and send messages to the console.
HP420(config)#logging on
HP420(config)#logging level critical
HP420(config)#logging console
HP420(config)#
The following example shows how to configure the access point to send
logging messages to a Syslog server. The CLI also provides a command to
specify the facility type tag sent in Syslog messages. (See RFC 3164.) This type
has no effect on the kind of messages reported by the access point. However,
it may be used by the Syslog server to sort messages or to store messages in
the corresponding database.
HP420(config)#logging host 1 10.1.0.3
HP420(config)#logging facility-type 19
HP420(config)#
To display the current logging settings from the Exec level, use the show
logging command, as shown in the following example.
HP420#show logging
Logging Information
=============================================
Syslog State : Enabled
Logging Console State : Enabled
Logging Level : Critical
Logging Facility Type : 19
Servers
1: 10.1.0.3, UDP Port: 514, 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
=============================================
HP420#
5-43