Compact T1 - Release 6.1 5-199
CLI Commands
set
set syslog server all level
Use the set syslog server all level command to set the syslog severity level threshold.
Events of all severity levels will be sent to the syslog server.
Syntax: set syslog level all facility {severity}
Example: set syslog server all level 4
The example will set the threshold for sending syslog messages to include
critical, major and minor alarms only, for all three syslog servers.
{severity}
The syslog severity level threshold. Range 0 - 7, with a default of 3.
set syslog server address
Use the set syslog server address command to specify the IP address of the external syslog
servers. Up to three different syslog servers can be configured, with all messages sent to all
configured servers, based on server threshold level.
Syntax: set syslog server {1|2|3} address {ip-addr}
Example: set syslog server 2 address 192.168.23.56
The example will set the IP address to be used to access syslog server 2 to
192.168.23.56.
{1|2|3}
The syslog server entry to modify.
{ip-addr}
Set the IP address of the syslog server, in the form xxx.xxx.xxx.xxx, where xxx is a number
from 0 to 255, or 0.0.0.0 for none. The default is 0.0.0.0. Note: all 3 servers cannot be set
to 0.0.0.0 if the syslog enable setting is enabled.
0
1
2Only critical alarms will be sent
3Only critical and major alarms will be sent
4Only critical, major and minor alarms will be sent
5Only critical, major, minor alarms and alert events will be sent
6Only critical, major, minor alarms, alert and informational events will be sent
7