|
SnmpGet
|
Performs SNMP GET
operation.
|
|
SnmpGetNext
|
Performs SNMP GET-NEXT
operation.
|
|
SnmpSet
|
Performs SNMP SET
operation.
|
|
GetPduErrorStatus
|
Returns the PDU error status
value.
|
|
GetPduErrorString
|
Returns string containing the text
description of SNMP error.
|
|
GetPduErrorIndex
|
Returns the PDU error index
value.
|
|
GetVarCount
|
Returns the number of variables in
SNMP PDU.
|
|
GetVarAt
|
Returns SNMP variable at specified
position from SNMP PDU.
|
|
CreatePdu
|
Creates SNMP PDU.
|
|
AppendVar
|
Appends new
varbind to a previously created SNMP PDU. |
|
GetVarOID
|
Returns the object identifier of
the specified variable as a string.
|
|
GetVarResolvedName
|
Returns the variable name of the
specified variable resolved according to a MIB
specification.
|
|
GetVarValue
|
Returns the value of the specified
variable as a string.
|
|
GetVarResolvedValue
|
Returns the variable value resolved
according to the MIB specification for the provided
variable.
|
|
GetVarResolvedDescription
|
Returns the variable description as
specified in the MIB file for the provided variable.
|
|
GetVarSyntax
|
Returns the syntax of the
specified variable as a string.
|
|
CreateVar
|
Creates SNMP variable using object
identifier.
|
|
CreateVar
|
Creates SNMP variable using object
identifier, syntax and value.
|
|
GetPduIp
|
Returns the agent IP address as a
string from SNMP PDU.
|
|
GetPduEnterprise
|
Returns the enterprise object
identifier from SNMP TRAP PDU as a string.
|
|
GetPduTrapCode
|
Returns the trap code from SNMP
TRAP PDU.
|
|
GetPduTrapName
|
Returns the resolved trap name of generic
trap or trap OID if a trap is enterprise specific.
|
|
GetPduResolvedTrapName
|
Returns the name of the enterprise
specific trap resolved according to a MIB specification.
|
|
GetPduResolvedTrapDescription
|
Returns the description of the
enterprise specific trap resolved according to a MIB
specification.
|
|
GetPduCommunity
|
Returns the community string value from
SNMP PDU.
|
|
ForwardTrap
|
Sends SNMP
trap forward to another destination.
|
|
SendTrap
|
Sends SNMPv1 trap.
|