SnmpSource Help

SnmpPdu Properties

The properties of the SnmpPdu class are listed below. For a complete list of SnmpPdu class members, see the SnmpPdu Members topic.

Public Instance Properties

BulkMaxRepetitions Only available for GetBulkPdu pdu type. This type is only available for version 2 snmp.
BulkNonRepeaters Only available for GetBulkPdu pdu type. This type is only available for version 2 snmp.
Community Community property get and set the community string. The default community is "public".
ErrorIndex This property return and set current error index.
ErrorStatus This property return and set current error status.
InnerVariables The SnmpVariable collection for PDU.
PduType Get and Set the Pdu Type of this SnmpPdu.
RequestID This property return and set current Request ID. The default Request ID is 1.
V1Enterprise Only available for TrapV1Pdu pdu type. This type is only available for version 1 snmp.
V1GenericTrap Only available for TrapV1Pdu pdu type. This type is only available for version 1 snmp.
V1remoteipaddress Only available for TrapV1Pdu pdu type. This type is only available for version 1 snmp.
V1SpecificTrap Only available for TrapV1Pdu pdu type. This type is only available for version 1 snmp.
V1TimeStamp Only available for TrapV1Pdu pdu type. This type is only available for version 1 snmp.
Version This property get and set current snmp request's version.
V3AuthenticationMethodDefine the authentication method for SNMP V3
V3EncryptionMethodDefine the encryption method for SNMP V3
V3AuthoritativeEngineBootsDefine the Authoritative Engine Boots count for SNMP V3
V3AuthoritativeEngineIDDefine the byte array Authoritative Engine ID for SNMP V3
V3AuthoritativeEngineTimeDefine the Authoritative Engine Time for SNMP V3
V3ContextEngineIDDefine the Context Engine ID for SNMP V3
V3ContextNameDefine the Context Name for SNMP V3
V3MaxMessageSizeDefine the Maximum Message Size for SNMP V3
V3MessageIDDefine the Message ID for SNMP V3
V3AuthenticationEncryptionFlagsDefine the Authentication and Privacy flag for SNMP V3
V3UserNameDefine the User Name for SNMP V3
V3AuthenticationPasswordDefine the Authentication Password for SNMP V3
V3EncryptionPasswordDefine the Encryption Password

See Also

SnmpPdu Class | SnmpSource Namespace