E.2  

Trap Destination 
 

Procedure for sending a trap  
 1.   Testing of the snmpNotifyEntry entries.
 2.   A trap is sent for all with snmpNotifyTag == snmpTargetAddrTagList.
   a)   Only one snmpNotifyEntry should exist.
   b)   The snmpNotifyTag of this entry should be used in all snmpTargetAddrEntries.
 3.   In addition, there must be an entry with snmpTargetAddrParams == snmpTargetParamsName.
snmpNotifyEntry <snmpNotifyName> <snmpNotifyTag> <snmpNotifyType> <snmpNotifyStorageType>
 •   snmpNotifyName
Any unambiguous identifier for the entry.
String with 1-32 characters.
 •   snmpNotifyTag
Designation that must correspond with the snmpTargetAddrTagList (snmpTagetAddrEntry), so that a trap can be sent.
The value is always "hipath".
 •   snmpNotifyType
Type of traps that are to be sent (trap, about).
For HiPath 5000 always "trap".
 •   snmpNotifyStorageType
Always "nonVolatile" (persistent storage necessary).
snmpTargetAddrEntry <snmpTargetAddrName> <snmpTargetAddrTDomain> <snmpTargetAddrTAddress> <snmpTargetAddrTimeout> <snmpTargetAddrRetryCount> <snmpTargetAddrTagList> <snmpTargetAddrParams> <snmpTargetAddrStorageType> <snmpTargetAddrTMask> <snmpTargetAddrMMS>
 •   snmpTargetAddrName
Any unambiguous identifier for the entry.
String with 1-32 characters.
 •   snmpTargetAddrTDomain
Transport type for the entry.
String: snmpUDPDomain or snmpIPXDomain.
 •   snmpTargetAddrTAddress
Destination address for traps.
The format depends on the entry snmpTargetAddrTDomain.
For snmpUDPDomain: IP address + port (for example 192.132.123.98:162), whereby 0 may also be entered as a port. In this case the default port will be used.
 •   snmpTargetAddrTimeout
Timeout: Default is 1500. For HiPath 5000, 100 is used.
 •   snmpTargetAddrRetryCount
Retry count: Default is 3.
 •   snmpTargetAddrTagList
Designation that must correspond with a snmpNotifyTag (snmpNotifyEntry) so that a trap can be sent to the given address.
The value is always "hipath".
 •   snmpTargetAddrParams
Designation that refers to an entry in a snmpTargetParamsEntry (snmpTargetParamsName).
The value is always "v1Params".
 •   snmpTargetAddrStorageType
Always "nonVolatile" (persistent storage necessary).
 •   snmpTargetAddrTMask
Transport mask is always 255.255.255.255:0.
 •   snmpTargetAddrMMS
Maximum message size is always 2048 (bytes).
snmpTargetParamsEntry <snmpTargetParamsName> <snmpTargetParamsMPModel> <snmpTargetParamsSecurityModel> <snmpTargetParamsSecurityName> <snmpTargetParamsSecurityLevel> <snmpTargetParamsStorageType>
 •   snmpTargetParamsName
Any unambiguous identifier for the entry.
String with 1-32 characters.
The value is always "v1Params".
 •   snmpTargetParamsMPModel
Message processing model: 0 (SNMPv1), 1 (SNMPv2c), 2 (SNMPv2u, SNMPv2*), 3 (SNMPv3).
1 for "v1Params".
 •   snmpTargetParamsSecurityModel
Security Model: snmpv1, snmpv2c, snmpv2s, ...
snmpv1 for "v1Params".
 •   snmpTargetParamsSecurityName
Security name within the configuration file.
The value is always "public".
 •   snmpTargetParamsSecurityLevel
Security level is always "noAuthNoPriv".
 •   snmpTargetParamsStorageType
Always "nonVolatile" (persistent storage necessary).