EasyManua.ls Logo

DLI DIN4 - Page 29

Default Icon
57 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
28 CONTENTS
"" (the empty string) for no encryption.
Some fields are autofilled for popular email services once you enter the sender's address.
If present, the message_short event property is used for the email subject; otherwise, message is used.
If present, the message_long event property is used for the email body; otherwise, message is used.
8.2.2 XMPP notifications
XMPP notification targets have the following parameters:
recipient XMPP ID (RFC822-like);
sender XMPP ID (RFC822-like);
password (for authenticating to the server).
If present, the message_short event property is used for the message; otherwise, message is used.
8.2.3 SNMP notifications
The notification system supports sending:
SNMPv1 TRAPs;
SNMPv2c TRAPs and INFORMs;
SNMPv3 TRAPs and INFORMs.
The difference between a TRAP and an INFORM is that an INFORM requires confirmation of receipt. Thus, the
target test function can tell if the message has been delivered.
8.2.3.1 Trap OIDs
The type of a TRAP or INFORM is indicated by its OID. SNMPv2c and SNMPv3 include the full OID in the message;
SNMPv1 is different.
SNMPv1 traps are identified by the generic trap type (and correspond to the following trap OIDs):
0 cold start (1.3.6.1.6.3.1.1.5.1),
1 warm start (1.3.6.1.6.3.1.1.5.2),
2 link down (1.3.6.1.6.3.1.1.5.3),
3 link up (1.3.6.1.6.3.1.1.5.4),
4 authentication failure (1.3.6.1.6.3.1.1.5.5),
5 EGP neighbor loss (1.3.6.1.6.3.1.1.5.6).
If the generic trap type is 6, the trap is enterprise-specific (and is usually taken to correspond to OIDs using the
template "1.3.6.1.4.1.ENTERPRISE-OID.0.SPECIFIC-TRAP-TYPE").
Unless you send only generic traps or have a OID tree registered to you, you may want to send 'user-configured'
traps which carry no additional semantics other than the variable bindings. The dlinGeneric user-configured
trap type is designed for that. Its OID is 1.3.6.1.4.1.45770.0.1; this can be specified directly for SNMPv2c or SNM-
Pv3, or as an enterprise-specific (generic trap type=6) DLI ("enterprise OID"=45770) trap #1 (specific trap type=1).
DLI DIN4 User’s Guide: 20170809T111540Z