Event and Accounting Logs
7705 SAR OS System Management Guide Page 233
Modifying a Syslog ID
Use the following CLI syntax to modify syslog ID parameters:
CLI Syntax: config>log
syslog syslog-id
description description-string
address ip-address
log-prefix log-prefix-string
port port
level {emergency | alert | critical | error | warning
| notice | info | debug}
facility syslog-facility
The following displays an example of the syslog ID modifications:
Example: config# log
config>log# syslog 1
config>log>syslog$ description "Test syslog."
config>log>syslog# address 10.10.0.91
config>log>syslog# facility mail
config>log>syslog# level info
The following displays the syslog configuration:
ALU-12>config>log# info
----------------------------------------------
...
syslog 1
description "Test syslog."
address 10.10.10.91
facility mail
level info
exit
...
----------------------------------------------
ALU-12>config>log#
Note: All references to the syslog ID must be deleted before the syslog ID can be
removed.