Configuring and Enabling Traps on SafeNet Luna Network HSM

Use the following procedure to configure and enable traps on a SafeNet Luna Network HSM appliance.

To configure and enable traps on SafeNet Luna Network HSM:

1.Add an SNMP user to the system (see sysconf snmp user add).

lunash:>sysconf snmp user add -secname <secname> -authpassword <password> -authprotocol <protocol> -privpassword <password> -privprotocol <protocol>

lunash:>sysconf snmp user add -secName pete -authPassword PASSWORD -authProtocol SHA -privPassword PASSWORD -privProtocol AES

2.Set the SNMP trap parameters for the user created in the preceding step (see sysconf snmp trap set).

lunash:> sysconf snmp trap set -host <hostname/IP> [-secname <secname>] [-engineid <engineID>] [-authprotocol <protocol>] [-authpwd <password>] [-privprotocol <protocol>] [-privpwd <password>]

lunash:>sysconf snmp trap set -h 192.168.0.100 -secName pete -e 1234567890 -authpr SHA -authpw PASSWORD -privPr AES -privPw PASSWORD

3.Enable or disable SNMP traps (see sysconf snmp trap enable and sysconf snmp trap disable).

lunash:>sysconf snmp traps enable

lunash:>sysconf snmp traps disable

4.Restart the system logging service (see service restart).

lunash:>service restart syslog

5.Enable SNMP traps once again.

lunash:>sysconf snmp traps enable