Basic Event Log Configuration
Page 220 7705 SAR OS System Management Guide
Basic Event Log Configuration
The most basic log configuration must have the following:
• a log ID or an accounting policy ID
• a log source
• a log destination
The following displays a log configuration example.
ALU-12>config>log# info
#------------------------------------------
echo "Log Configuration "
#------------------------------------------
file-id 1
description "This is a test file-id."
location cf3:
exit
file-id 2
description "This is a test log."
location cf3:
exit
snmp-trap-group 7
trap-target 11.22.33.44 "snmpv2c" notify-community "public"
exit
log-id 2
from main
to file 2
exit
----------------------------------------------
ALU-12>config>log#