class SnmpTargetV3

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

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 SNMP target.
If LOCKED, traps are not sent and access is not allowed for this MO instance.
EcimPassword
mandatory
authKey
Authentication key used for signing SNMP notifications.
AuthKey used to sign the messages sent. Key must contain at least 8 characters.
Must have a value, but the value is used only if authorization is enabled.
See attribute snmpSecurityLevel.
If authorization is disabled, attribute can contain any arbitrary value.
AuthProtocol
authProtocol = MD5
Authentication protocol used.
Value relevant only if authorization is enabled. See attribute snmpSecurityLevel.
uint32
informRetryCount = 1
The number of retries attempted when no response is received for a notification.
Attribute value relevant only if transportMethod is set to INFORM.
Timeout
informTimeout = 300
Timeout for SNMP INFORM.
If SNMP INFORM is not acknowledged during this time, the implementation can assume that the notification was not delivered. Attribute value relevant only if transportMethod is set to INFORM. The unit is hundredth of a second, 0.01 seconds.
boolean
isMibWritable = true
Specifies if users have write-access to MIB.
If false, users are only allowed to perform read-access, such as SNMP GET.
Attribute value has no relevance if SnmpViewV3 exists for the community of this instance. Permissions in the view override this attribute.
OperState
noNotification
readOnly
operationalState
The operational status of this SNMP target.
ComSnmp_SnmpTargetV3_port
port = 162
UDP port number for this SNMP trap target.
EcimPassword
mandatory
privKey
Privacy key used for encryption.
User's privKey encrypts the data portion of the message.
Key must contain at least 8 characters.
Must have a value, but the value is used only if privacy is enabled. See attribute snmpSecurityLevel.
If privacy is disabled, attribute can contain any arbitrary value.
PrivProtocol
privProtocol = DES
Privacy protocol used.
Attribute value relevant only if privacy is enabled. See attribute snmpSecurityLevel.
SecurityLevel
snmpSecurityLevel = AUTH_PRIV
Specifies the level of security applied to messages exchanged with this target.
string
key
mandatory
noNotification
restricted
snmpTargetV3Id
Holds the name used when identifying the MO.
NotifyType
transportMethod = TRAP
Method type used. Can be TRAP or INFORM.
SnmpSecurityName
mandatory
user
SNMP V3 user name for the SNMP V3 message.

  class SnmpTargetV3