SNMP Agent

From Control Solutions IoTServer Documentation
Revision as of 14:03, 22 April 2019 by Jimhogenson (talk | contribs)
Jump to navigation Jump to search

Overview

The local data objects within the IoTServer can be read and written as SNMP variables via the SNMP Agent. The local objects cannot be accessed directly - they need to be mapped to one of the branches of the IoTServer's MIB. The IoTServer supports four branches, each having a specific data format for sharing of data. The most universally accepted data format in SNMP is the simple integer. Regardless of the internal data format assigned to a local object, it will be converted to the data type associated with the corresponding MIB branch when an SNMP Get request is processed. Likewise when an SNMP Set is performed, the data will be automatically converted to the native internal data type assigned to the local object.

Status

SNMP Agent MIB-Int32 Data

SNMP Agent MIB-Uint64 Data

SNMP Agent MIB-Real Data

SNMP Agent MIB-Char Data

SNMP Agent Trap Status

SNMP Agent Device Status

Configuration

SNMP Agent MIB-Int32 Mapping

SNMP Agent MIB-Uint64 Mapping

SNMP Agent MIB-Real Mapping

SNMP Agent MIB-Char Mapping

SNMP Agent Trap Send Rules

SNMP Agent Trap Send Rule Edit

SNMP Agent Trap Destination Devices

SNMP Agent Device Edit

SNMP Agent Config File

SNMP Agent Snmpd.conf File

Reference Information

SNMP Agent XML Files

SNMP Agent CSV Files