Table of Contents

Enum SnmpType

Namespace
Lextm.SharpSnmpLib
Assembly
SharpSnmpLib.dll

SNMP type code. The values are tag values for SNMP types.

[DataContract]
public enum SnmpType

Fields

Counter32 = 65

Counter32 type. (SMIv1, SMIv2)

Counter64 = 70

Counter64 type. (SMIv2)

EndMarker = 0

End marker.

EndOfMibView = 130

End of MIB view exception.

Gauge32 = 66

Gauge32 type. (SMIv1, SMIv2)

GetBulkRequestPdu = 165

Get Bulk PDU.

GetNextRequestPdu = 161

Get Next request PDU.

GetRequestPdu = 160

Get request PDU.

IPAddress = 64

IpAddress type. (SMIv1)

InformRequestPdu = 166

Inform PDU.

Integer32 = 2

INTEGER type. (SMIv1, SMIv2)

NetAddress = 69

Network Address. (SMIv1)

NoSuchInstance = 129

No such instance exception.

NoSuchObject = 128

No such object exception.

Null = 5

NULL type. (SMIv1)

ObjectIdentifier = 6

OBJECT IDENTIFIER type. (SMIv1)

OctetString = 4

OCTET STRING type.

Opaque = 68

Opaque type. (SMIv1)

ReportPdu = 168

Report PDU. SNMP v3.

ResponsePdu = 162

Response PDU.

Sequence = 48

RFC1213 sequence for whole SNMP packet beginning

SetRequestPdu = 163

Set request PDU.

TimeTicks = 67

TimeTicks type. (SMIv1)

TrapV1Pdu = 164

Trap v1 PDU.

TrapV2Pdu = 167

Trap v2 PDU.

Unknown = 65535

Defined by #SNMP for unknown type.

Unsigned32 = 71

Unsigned32 type. (Use this code in RFC 1442)