Home >

LunaSH Command Reference Guide > LunaSH Commands > sysconf > sysconf snmp notification list

sysconf snmp notification list

Lists the targets to which SNMPv3 notifications (traps or informs) will be sent.

Syntax

sysconf snmp notification list

Example

lunash:> sysconf snmp notification list
 
SNMP Notification Targets:
--------------------------
192.21.100.82:162 utsp SHA AES
 

In this example the output conveys the following information:

Field Description
192.21.100.82 The IP address of the notification target host (A machine running snmptrapd from Net-SNMP or some other SNMP management application, such as MG-Soft's MIB Browser or HP's Openview.)
162 The UDP port on the notification target host to which notifications are sent. 162 is the SNMP default port for notifications.
utsp The "Security Name" (or user name) on whose behalf notifications are sent.
SHA The authentication protocol used for notifications.
AES

The privacy (or encryption) protocol used for notifications (always AES for SafeNet Network HSM).