02-11-2019 06:36 PM
Here is the output of 'show logging host'
Index IP Address/Hostname Severity Port Status Mode Auth Cert#
----- --------------------- ---------- ------ --------- ----- -------- -----
1 10.2.2.100 critical 514 Active udp
How do I change the Severity to Info using the CLI?
02-11-2019 09:07 PM
The command to change that should be "logging server <syslogIP> level <level>". The level options are:
emergency Send emergency-level log entries
alert Send log entries from alert to emergency levels
critical Send log entries from critical to emergency levels
error Send log entries from error to emergency levels
warning Send log entries from warning to emergency levels
notification Send log entries from notification to emergency levels
info Send log entries from info to emergency levels
debug Send log entries for all severity levels
So for example, if the syslog server IP address was 10.2.2.100, and you wanted to set it to info level, the command would be "logging server 10.2.2.100 level info".