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.
...
Here, the SNMP listener endpoints are defined. The endpoints are used to receive SNMP traps and by the server-side to retrieve incoming SNMP client requests.
Info |
---|
|
<WorkspaceDirectory>\DataFiles\xio.SNMP.TrapListenerDefinitions.dat |
Col# | Parameter | Description | Scope | Unit | Mandatory / default value |
---|
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. | IP address |
| ANY |
2 | Port |
| NETx BMS Core Server has to listen for incoming trap messages. | Port | 0 – 65535 | 161 |