Log Management Tasks
244 7705 SAR OS System Management Guide
Deleting a File ID
Use the following CLI syntax to delete a file ID:
CLI Syntax: config>log
no file-id log-file-id
The following displays an example of deleting a file ID:
Example: config>log# no file-id 1
Modifying a Syslog ID
Use the following CLI syntax to modify syslog ID parameters:
CLI Syntax: config>log
syslog syslog-id
address ip-address
description description-string
facility syslog-facility
level {emergency | alert | critical | error |
warning | notice | info | debug}
log-prefix log-prefix-string
port port
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
Note: All references to the file ID must be deleted before the file ID can be removed.