Home >

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

sysconf snmp notification add

Add a single notification destination to be notified via the SNMP service.

Syntax

sysconf snmp notification add -ipaddress <ipaddress> -authpassword <password> -privpassword <password> -secname <secname>[ -notifytype {trap | inform}] [-udpport <port>] [-authprotocol <protocol>] -privprotocol <protocol> [-engineID <engineID>]

 

Option            Shortcut Parameter Description     
-authpassword -authpa   <password> Specifies the authentication password. The password may be 8-to-128 characters long.     
-authprotocol -authpr <protocol>

Specifies the authentication protocol.

Valid values: SHA

Default: SHA

-engineid -e <engineID> Specifies the SNMP v3 Engine ID (Hex Number, No 0x or 0X)
-ipaddress -i <IPaddress> IP Address
-notifytype -n   <notifytype>

Specifies the notification type.

Valid values:

trap: one-way unconfirmed notification

inform: confirmed notification with retries

Default: trap

-privpassword -privPa <password> Specifies the privacy password or encryption password. The password may be 8-to-128 characters long.  
-privprotocol -privPr <protocol> Privacy Protocol (AES)
-secname -s <secname> Specifies the security name or user name for this user. The user name may be 1-to-31 characters. In the context of notifications this is the "Security Name" on whose behalf notifications are sent.
-udpport -u <port>

Specifies the UDP port on the notification target host to which notifications are sent. 162 is the SNMP default port for notifications.

Default: 162