SNMP mapping definitions
The SNMP mapping definitions specify the server item that shall be mapped to SNMP data points. SNMP clients can access them via SNMP OIDs.
File location
<WorkspaceDirectory>\DataFiles\xio.SNMP.MappingDefinitions.dat
Col# | Parameter | Description | Scope | Unit | Mandatory / default value |
---|---|---|---|---|---|
1 | Item ID | Item ID of the serve item that shall be mapped to an SNMP data point. | Item ID | none | mandatory |
2 | Object ID | OID suffix that is added to base OID defined by “xio.SNMP.BaseOid” in the server definition. If empty, the OID is auto-incremented. The OID suffix can consists of multiple part to generate a tree structure. Parts are separated by ".". E.g. "1.10". | string | OID | "xio.SNMP.BaseOid” in the server definition |
3 | Data type | The type of the SNMP data point. | Integer32,Counter32,Counter64,Gauge32,IP,NetAddress,String | none | String |
4 | Access mode | The access rights of the data point. Allowed values are R (read-only), W (write-only), RW (read and writable). | R, W, RW | none | R |
5 | MIB name | MIB name that is used in the generated MIB file. If the Object ID has multiple parts, the MIB name must have the same number of parts. Parts are separated by ".". E.g. if the OID is "1.10" the MIB name may be "sensor1.value" | string | none | empty |