SVmco User Guide
29
The following example shows how to send SNMPv3 traps with the
"PRIMEQUEST" account to enable authentication and encryption. The traps are
sent to the manager of port 162 with IP address 192.168.0.162.
#trapsess -v 3 -e 0x800007e58026577a9f421950a4 -u PRIMEQUEST -l \
authPriv -a MD5
-A 00000000 -x DES -X 11111111 192.168.0.162:162 \
## SNMPv3 trap setting
\: This indicates that there is no line feed.
After setting the trap destination, restart snmpd with the following command.
#/etc/rc.d/init.d/snmpd restart
How to confirm a trap destination setting
To confirm a trap destination setting, use the standard net-snmp trap that was
sent during the snmp restart. You can confirm the correct trap setting by
checking whether the trap was received.
Remarks
The trap destination must be running both a trap receiving application and a trap
manager to be able to receive standard net-snmp traps.
Restart snmpd with the following command on the trap source machine.