Location:
<WorkspaceDirectory>\DataFiles\xio.SNMP.TrapListenerDefinitions.dat
The definition of Trap listener enables to specify ports, where the NETx BMS Core Server listens for incomming SNMP messages.
The structure of the SNMP trap listener definition file is as follows:
'SNMP trap listener file
'IP address; Port;
ANY;161;
192.168.1.1;162;
Each line – except comment lines that start with ' – defines a single SNMP trap listener definition.
1 | IP Address | Specifies the IP address of the SNMP device, which sends the trap messages to the NETx BMS Core Server. If multiple different addresses are required, the keyword "'ANY"' has to be used, to define that any IP Address is allowed to send messages. | |
2 | Port | Defines the IP Port the NETx BMS Core Server has to listen for incoming trap messages. |