Technical data
26 Configuring SNMP traps
217316-A Rev 00
config snmp-v3 target-addr create TAddr1
198.202.188.207:162 TparamV2 timeout 1500 retry 3 taglist
DefTag mask ff:ff:00:00:00:00 mms 484
3 Specify SNMP target parameters, using the following command:
config snmp-v3 target-param create <target param name>
mp-model <value> sec-level <value> sec-name <value>
In this example, you first specify the settings for target parameter ID
TparamV1. This ID is linked to the user name “readview”, the model is
defined as SNMPv1, and a security level of noAuthNoPriv is specified.
Next, you specify the settings for target parameter ID TparamV2. This ID is
also linked to the user name “readview”, the model is defined as SNMPv2c,
and a security level of noAuthNoPriv is specified.
config snmp-v3 target-param create TparamV1
mp-model snmpv1 sec-level noAuthNoPriv sec-name readview
config snmp-v3 target-param create TparamV2
mp-model snmpv2c sec-level noAuthNoPriv sec-name readview
Note: Because Release 3.3 and Release 3.5 support only
SNMPv1/SNMPv2c trap configurations, when you upgrade to Release
3.7.6, the trap configurations are in SNMPv1/SNMPv2c.