Table of Contents

EnumSNMPType simple type

Specifies the SNMP type.

Content Type

Item Facet value Description
string restriction
  Enumeration counter32 Represents a non-negative integer which monotonically increases until it reaches a maximum value of 2^32-1 (4294967295 decimal), when it wraps around and starts increasing again from zero.
  Enumeration counter64 Represents a non-negative integer which monotonically increases until it reaches a maximum value of 2^64-1 (18446744073709551615 decimal), when it wraps around and starts increasing again from zero.
  Enumeration counter64String Can be used to receive the SNMP counter64 as a string, where the counter64 uses double and may therefore lose definition. Introduced in DataMiner 8.5.4 (RN 9284).
  Enumeration gauge32 Represents a non-negative integer, which may increase or decrease, but shall never exceed a maximum value, nor fall below a minimum value. The maximum value can not be greater than 2^32-1 (4294967295 decimal), and the minimum value can not be smaller than 0.
  Enumeration integer Represents integer-valued information between -2^31 and 2^31-1 inclusive.
  Enumeration integer32 Represents integer-valued information between -2^31 and 2^31-1 inclusive.
  Enumeration ipaddress Represents an IP address.
  Enumeration nsapaddress Represents an OSI address as a variable-length OCTET STRING.
  Enumeration null Indicates effective absence of a sequence element.
  Enumeration objectid Represents administratively assigned names.
  Enumeration octetstring Represents arbitrary binary or textual data.
  Enumeration octetstringhex
  Enumeration octetstringascii
  Enumeration octetstringutf8
  Enumeration octetstringdecimal
  Enumeration oid A globally unique value associated with an object to unambiguously identify it.
  Enumeration opaque Provided solely for backward-compatibility, and shall not be used for newly-defined object types.
  Enumeration timeticks Represents a non-negative integer which represents the time, modulo 2^32 (4294967296 decimal), in hundredths of a second between two epochs.
  Enumeration uinteger32 The Unsigned32 type represents integer-valued information between 0 and 2^32-1 inclusive (0 to 4294967295 decimal).