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 | 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 |