SNMP Trap notification
Introduction
When the Vutlan monitoring device detects an error or a change, the device will send a notification to one or more trap receivers onto a specified IP address. Traps are only sent using logic schemes or group notifications. For example, if a logic scheme is activated, the trap will be sent to a trap receiver.
All Vutlan monitoring systems support SNMP Trap.
There's no direct limit of SNMP Trap elements in the system.
But there's a limit for overall elements in the system. Please use the table from "Comparison chart: Master modules", "Comparison chart: PDUs", horizontal field "Max. the amount of elements:".
How to create an SNMP Trap
To create a notification via SNMP trap you have to specify the following parameters:
Parameter | Description |
---|---|
Name | The name of the element in the system |
SNMP server | Name or SNMP server IP address (192.168.1.10) |
SNMP port | SNMP port (usually 162). |
Version | Version (v1, v2c or v3) |
Community | Community name (public) |
USM user | User name for protocol v3 |
Security level | Security level for protocol v3, mobile version. "noauth" - no authorization, only user name needed; "auth" - with authorization, need to fill in "Auth algorithm" and "Auth password"; "priv" - with authorization and data encryption, need to fill in "Auth algorithm", "Auth password", "Private algorithm" and "Private password"; |
Auth algorithm | the algorithm of authorization for protocol v3 with security level "priv" and "auth". |
Auth password | the password of authorization for protocol v3 with security level "priv" and "auth". |
Private algorithm | the algorithm of authorization for protocol v3 with security level "priv". |
A private password | the password of authorization for protocol v3 with security level "priv". |
Example: SNMP Trap content
Name: .1.3.6.1.4.1.39052.2.2.1.1.602001
Value: [Integer] 602001
Name: .1.3.6.1.4.1.39052.1.5
Value: [OctetString] Trap (name: 00011111, ID: 602001) was worked. Time: 12:00:51 2016/10/31 Logic: '4444', Element: 'Onboard Temperature', in state: 'low alarm', value: '27.80'
Name: .1.3.6.1.4.1.39052.1.5.3
Value: [OctetString] 12:00:51 2016/10/31
Name: .1.3.6.1.4.1.39052.1.5.4
Value: [OctetString] 4444
Name: .1.3.6.1.4.1.39052.1.5.5
Value: [OctetString] Onboard Temperature
Name: .1.3.6.1.4.1.39052.1.5.6
Value: [OctetString] low alarm
Name: .1.3.6.1.4.1.39052.1.5.7
Value: [OctetString] 27.80
Name: .1.3.6.1.4.1.39052.1.5.8
Value: [Integer] 201001
Frequently asked questions
Question | Answer |
---|---|
Do I need to configure the SNMP trap for each sensor? | You can configure an individual SNMP trap for separate sensors. But it is best to ` |