SNMP server trap definitions
The SNMP mapping definitions specify the server item that shall be mapped to SNMP data points. Data changes of server items can be sent as SNMP traps
File location
<WorkspaceDirectory>\DataFiles\xio.SNMP.ServerTrapDefinitions.dat
Col# | Parameter | Description | Scope | Unit | Mandatory / default value |
---|---|---|---|---|---|
1 | Destination IP | IP address to which the traps shall be sent. | IP address | none | mandatory |
2 | Port | Port to which the traps shall be sent. | 1 – 65535 | none | 162 |
3 | Enterprise OID | The OID that shall be sent in the trap as enterprise OID. | OID | none | mandatory |
4 | Variables OID | List of variable OIDs that shall be sent in the traps. At least 1 OID must be specified. Multiple OIDs are separated by comma , (e.g. <OID1>,<OID2>, ...) | List of OIDs | none | mandatory |
5 | Generic code | Generic code there is sent for V1 traps. For V2 and V3 traps, this code is ignored. | ColdStart, WarmStart, LinkDown, LinkUp, AuthenticationFailure, EgpNeighborLoss, EnterpriseSpecific | none | ColdStart |
6 | Specific code | Specific code that is sent for V1 traps. For V2 and V3 traps, this code is ignored. | int | none | 0 |
7 | Auth name | If SNMP v3 is used, the security user must be specified here. | string | Reference to SNMP user definitions | empty |