Event and Accounting Logs
7705 SAR OS System Management Guide Page 227
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}]
The following displays an example of the SNMP trap group configuration command syntax:
Example: config# log
config>log# snmp-trap-group 2
config>log>snmp-trap-group# trap-target "target name"
address 10.10.10.104 notify-community "communitystring"
security-level no-auth-no-privacy
config>log>snmp-trap-group# exit
The following displays the SNMP trap group configuration:
ALU-12>config>log# info
----------------------------------------------
...
snmp-trap-group 2
trap-target “target name” address 10.10.10.104:5 "snmpv3" notify-community
"communitystring"
exit
...
log-id 2
description "This is a test log file."
filter 1
from main security
to file 1
exit
...
----------------------------------------------
ALU-12>config>log#