Event and Accounting Logs
7705 SAR OS System Management Guide 237
The following displays the log filter configuration:
ALU-12>config>log# info
#------------------------------------------
echo "Log Configuration"
#------------------------------------------
file-id 1
description "This is our log file."
location cf3:
rollover 600 retention 24
exit
filter 1
default-action drop
description "This is a sample filter."
entry 1
action forward
match
application eq "atm"
severity eq critical
exit
exit
exit
...
log-id 2
shutdown
description "This is a test log file."
filter 1
from main security
to file 1
exit
...
------------------------------------------
ALU-12>config>log#
Configuring an SNMP Trap Group
The associated log-id does not have to be configured before a snmp-trap-group can
be created; however, the snmp-trap-group must exist before the log-id can be
configured to use it.
Use the following CLI syntax to configure an SNMP trap group:
CLI Syntax: config>log
snmp-trap-group log-id
trap-target name [address ip-address] [port
port] [snmpv1 | snmpv2c | snmpv3] notify-
community communityName | snmpv3SecurityName
[security-level {no-auth-no-privacy |
auth-no-privacy | privacy}]