Designing and Managing Behavior Models
-
Using Other Data Sources - Another NerveCenter - Creating a Trap Mask -
This section explains specifically how to create a trap mask designed to receive an Inform trap sent by a remote NerveCenter server. For general information about creating trap masks, see the section Defining a Trap Mask on page 176.
To create a trap mask for an Inform trap:
From the client's
Admin
menu, choose Mask List
.
The Mask List window is displayed.
New
button.The Mask Definition window is displayed.
Name
field.
EntSpecific = 6
from the Generic
drop-down list.All traps you receive from remote NerveCenter servers are enterprise-specific traps.
From Only
radio button.
Enterprise
field, type 1.3.6.1.4.1.78
.This value will match the value in the Enterprises field of all Inform traps sent from remote NerveCenter servers.
Specific
field. This value must match the Specific Number used by the remote server's Inform action.If you want to fire a single trigger if the Generic, Enterprise, and Specific values in the Inform trap match the corresponding values in your trap mask, proceed with step 8. Otherwise, skip to step 11.
Simple Trigger
radio button.
Simple Trigger
field, or select a trigger from the Simple Trigger
drop-down list.
Save
button.This is the end of the procedure for trap masks that will fire a simple trigger. Be sure to enable your mask when you're ready to use it.
Trigger Function
radio button.
Trigger Function
tab.The Trigger Function tab is displayed.
For instructions on writing a trigger function, see the section Writing a Trigger Function on page 180.
Save
button.Depending on how its behavior models are designed, a NerveCenter detecting particular network conditions can send Inform packets to a network management platform or even another NerveCenter Server. Although these Inform packets use TCP/IP, they are similar in content to an SNMP trap, containing trap numbers (generic and specific), an enterprise OID, and a variable-binding list. The lengthy varbinds contains information about the alarm that performed the Inform action, such as the name of alarm, the object the alarm was monitoring, and the names of the origin and destination alarm states.
The network management platform or NerveCenter Server receiving the trap can make use of the information in the variable bindings much the same way it would use variable bindings found in an SNMP trap. For example, the section An Example Trigger Function shows how a NerveCenter server might use some of this information in a trap mask trigger function.
Inform Trap Variable Bindings explains the contents of this variable-binding list.
Another NerveCenter | An Example Trigger Function |
29 July 2003 |