class SnmpTargetV3Dtls

ManagedElement
+-SystemFunctions
+-SysM
+-Snmp
+-SnmpTargetV3Dtls

SNMP target defines a trap receiver and gives access privileges.
This class defines attributes needed for SNMP over DTLS. Attributes nodeCredential and trustCategory defined in the Snmp MO class/instance are used. DTLS is used as transport protocol for incoming requests, outgoing responses and SNMP notifications.

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.
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_SnmpTargetV3Dtls_port
port = 10162
UDP port number for this SNMP trap target.
string
key
mandatory
noNotification
restricted
snmpTargetV3DtlsId
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.
Used for authorization of incoming SNMP requests. Defined by the subject alternative name field, from the certificate provided by the client during DTLS session setup.

  class SnmpTargetV3Dtls