class SnmpTargetV2C

ManagedElement
SystemFunctions
SysM
Snmp
SnmpTargetV2C

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 SNMP target.
If LOCKED, traps are not sent and access is not allowed for this MO instance.
SnmpCommunity
mandatory
community
SNMP community string.
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 SnmpViewV2C exists for the community of this instance. Permissions in the view override this attribute.
ComSnmp_SnmpTargetV2C_networkPrefixLength[0..1]
networkPrefixLength
The network prefix length identifying the number of subnet mask bits in the target address.
For IPv4 target address, range 1-32
For IPv6 target address, range 1-128

The value of this attribute is used only if Snmp MO's enableSourceCheckForV1V2C is set to true. In which case, the agent uses the value to determine the source IP address range permitted to execute Snmp GET and SET on managed device. An empty value in that case will mean that Snmp GET and SET shall be permitted from just a single target IP as configured in address attribute of this MO.
OperState
noNotification
readOnly
operationalState
The operational status of this SNMP target.
ComSnmp_SnmpTargetV2C_port
port = 162
UDP port number for this SNMP trap target.
string
key
mandatory
noNotification
restricted
snmpTargetV2CId
Holds the name used when identifying the MO.
NotifyType
transportMethod = TRAP
Method type used. Can be TRAP or INFORM.