facility

Use the facility command to send update application, service, audit, and station event log information to the syslog server. Application logs and service logs cannot use the same log level at the same time.

facility (application|service|audit|station) (0|1|3|4|5|6)

Parameters

application Specifies that application logs are to be updated.
service Specifies that service logs are to be updated.
audit Specifies that audit logs are to be updated.
station Specifies that station event logs are to be updated.
0 Sends the log with the Emergency severity level to the syslog server.
1 Sends the log with the Alert severity level to the syslog server.
3 Sends the log with the Error severity level to the syslog server.
4 Sends the log with the Warning severity level to the syslog server.
5 Sends the log with the Notice severity level to the syslog server.
6 Sends the log with the Info severity level to the syslog server.

Example

The following example sets the application log level 3 to be sent to the syslog server:

EWC.extremenetworks.com:syslog# facility application 3
Successfully updated application logs to 3.

The following example sets the station event log level 2 to be sent to the syslog server:

EWC.extremenetworks.com:syslog# facility station 2
Successfully updated station logs to 2.