Configuring and Enabling Traps on Luna Network HSM 7
Use the following procedure to configure and enable traps on a Luna Network HSM 7 appliance.
To configure and enable traps on Luna Network HSM 7
1.Add an SNMP user to the system.
lunash:>sysconf snmp user add -secName pete -authPassword <your_unique_password_for_authentication> -authProtocol SHA -privPassword <your_unique_password_for_privacy/encryption> -privProtocol AES
2.Set SNMP trap parameters for the user created in the preceding step.
lunash:> sysconf snmp trap set -host <hostname/IP> -secname <secname> -engineid <engineID> -authprotocol <protocol> -authpwd <your_unique_password_for_authentication> -privprotocol <protocol> -privpwd <your_unique_password_for_privacy/encryption> [-traptype <type>]
lunash:>sysconf snmp trap set -h 192.168.0.100 -secName pete -e 1234567890 -authpr SHA -authpw <your_unique_password_for_authentication> -privPr AES -privPw <your_unique_password_for_privacy/encryption>
The -engineid parameter is user-defined; set any hex number, omitting the 0x or 0X.
NOTE Luna Network HSM 7 does not support dynamic discovery of the EngineID, once configured; ensure that you save or remember this value.
Repeat this step to configure multiple trap host targets.
3.Enable SNMP traps.
lunash:> sysconf snmp trap enable