SNMP client trap definitions
Location:
<WorkspaceDirectory>\DataFiles\xio.SNMP.TrapDefinitions.dat
Defines the origin OID of the SNMP trap message which is represented over a NETx BMS Core Server item. If further information of the trap message should be represented in the Item Tree of the server, the trap variable definition file has to be configured accordingly.
The structure of the SNMP trap definition file is as follows:
' SNMP trap definition file
'Server Name;Trap Object ID;Name;Description;Data type;Persistent;Historical;Synchronize;
TRAP_Wago1_22;1.3.6.1.6.3.1.1.5;ColdStart;ColdStart;;;;
TRAP_Wago2_22;1.3.6.1.6.3.1.1.5.1;ColdStart;ColdStart;;;;
TRAP_Wago2_22;1.3.6.1.6.3.1.1.5.4;Linkup;Linkup;;;;
TRAP_Wago3_22;1.3.6.1.6.3.1.1.5;ColdStart;ColdStart;;;;
Each line – except comment lines that start with ' – defines a single SNMP item value which is represented over one or more NETx BMS Core Server items.
1 | Server Name | The Server Name value references to the device configuration in which this value is used to define the global device parameter for the communication. For a successful configuration process the module needs to find the device in the device configuration file. | |
2 | Trap Object ID | This parameter refers to the SNMP OID values of the MIB tree. This value has to be unique for each device in the configuration and needs to be set. | |
3 | Name | This attribute defines the name of the NETx BMS Core Server server item. If the value is not set in the configuration file, the OID attribute is used to define a name for the server item. | |
4 | Description | The parameter enables the user to add a description for the data point. | |
5 | Data type | The parameter enables to define the data type of the SNMP device item, which is represented on the server. By default the data type is a "'string"' value. | |
6 | Persistent | This parameter specifies whether the value of the data point is persistent (restored from the database after server start up) or not. The default value is "'F"' (false). | |
7 | Historical | This parameter specifies whether historical values of the datapoint are stored within the database or not. The default value is "'F"' (false). | |
8 | Synchronize | If this parameter is set to "T", the value is synchronized between the main and backup server (if present). This will work only if synchronization is enabled in the NMESH configuration of the NETx BMS Core Server. The default value is "'T"' (true). |