class SnmpTargetV3

ManagedElement
+-SystemFunctions
+-SysM
+-Snmp
+-SnmpTargetV3

An SNMP target defines a Trap receiver and gives access privileges.
This class, defines V3 USM protocol attributes.

Attributes
IPAddress
mandatory
address
Host address (or DNS name) for the SNMP Trap target.
BasicAdmState
administrativeState = UNLOCKED
Administrative state for the SNMP target.
When LOCKED, for this MO instance traps will not be sent and access is not allowed.
EcimPassword
mandatory
authKey
The authentication key used for signing SNMP notifications.
Authentication is performed by using a user's authKey to sign the messages being sent. Note that the length of the key must be at least 8 characters. This value attribute has only relevance if authorization is enabled (see attribute snmpSecurityLevel).
AuthProtocol
authProtocol = MD5
The authentication protocol used.
This value attribute has only relevance if authorization is enabled (see attribute snmpSecurityLevel).
uint32
informRetryCount = 1
The number of retries to be attempted when a response is not received for a notification.
This value has only relevance if transportMethod is set to INFORM.
Timeout
informTimeout = 300
Timeout for SNMP INFORM.
When an SNMP INFORM is not acknowledged within this time period, an implementation may assume that the notification has not been delivered. This value has only relevance if transportMethod is set to INFORM. The unit is centisecond (0.01 seconds).
boolean
isMibWritable = true
Specifies if the user has write access to MIB or not.
If false, the user is only allowed to perform read access (SNMP GET etc.).
The value of this attribute has no relevance if there is a SnmpViewV3 for the user of this instance. The permissions in the view will then override this attribute.
OperState[0..1]
noNotification
readOnly
operationalState
The operational status of this SNMP target.
uint32
port = 162
UDP port number for this SNMP trap target.
EcimPassword
mandatory
privKey
Privacy key used for encryption.
Encryption is performed by using a user's privKey to encrypt the data portion of the message being sent.
Note that the length of the key must be at least 8 characters.
This value attribute has only relevance if privacy is enabled (see attribute snmpSecurityLevel).
PrivProtocol
privProtocol = DES
The privacy protocol used.
This value attribute has only relevance if privacy is enabled (see attribute snmpSecurityLevel).
SecurityLevel
snmpSecurityLevel = AUTH_PRIV
The SNMP security level.
string
key
mandatory
noNotification
restricted
snmpTargetV3Id
The value component of the RDN.
NotifyType
transportMethod = TRAP
The type of method to use, can be TRAP or INFORM.
SnmpSecurityName
mandatory
user
The SNMP V3 user name for the SNMP V3 message.

  class SnmpTargetV3