Difference between revisions of "NXSL:SNMP data types"

From NetXMS Wiki
Jump to navigation Jump to search
m (Text replacement - "^" to "{{deprecated}}")
 
Line 1: Line 1:
The following values can be used as references to specific SNMP variable types.
{{deprecated}}The following values can be used as references to specific SNMP variable types.
:{| class="wikitable"
:{| class="wikitable"
|-
|-

Latest revision as of 16:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

The following values can be used as references to specific SNMP variable types.

Name Description
INTEGER Integer.
INT Same as INTEGER.
STRING Octet string.
OID Object id.
IPADDR IP address.
IP ADDRESS Same as IPADDR.
COUNTER32 32-bit counter.
GAUGE32 32-bit unsigned integer.
TIMETICKS Timeticks.
COUNTER64 64-bit counter.
UINTEGER32 32-bit unsigned integer.
UINT32 Same as UINTEGER32.