class SnmpTargetV2C

ManagedElement
+-SystemFunctions
+-SysM
+-Snmp
+-SnmpTargetV2C

An SNMP target defines a Trap receiver and gives access privileges.
This class, defines V2C 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.
SnmpCommunity
mandatory
community
The SNMP community string.
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 SnmpViewV2C for the community of this instance. The permissions in the view will then override this attribute.
OperState
noNotification
readOnly
operationalState
The operational status of this SNMP target.
uint32
port = 162
UDP port number for this SNMP trap target.
string
key
mandatory
noNotification
restricted
snmpTargetV2CId
The value component of the RDN.
NotifyType
transportMethod = TRAP
The type of method to use, can be TRAP or INFORM.

  class SnmpTargetV2C