Learning How to Create Behavior Models - How to Use Trap Masks - Review and Summary -
How to Create a Trap Mask      How to Use Behavior Models

Review and Summary

The following section includes exercises and questions to help you review what you have learned in this chapter.

Review Exercises

Complete the following exercises using the skills you learned in this chapter.

  1. Create an alarm that will notify you when a link is down and when it comes back up. Some of the actions you will take include:
    1. Creating a mask named 1LinkDown, that fires the simple trigger downLink when it detects an SNMP generic 2 trap
    2. Creating a mask named 1LinkUp, that fires the simple trigger upLink when it detects an SNMP generic 3 trap
    3. Creating an alarm named 1LinkDownUp, that includes the following transitions:

      Ground --> downLink --> LinkDown

      LinkDown --> upLink --> Ground

    4. Having the alarm log the instance to myLog at each transition
    5. Testing the masks and alarm by using trapgen

           This alarm is similar to the alarm IfLinkUpDown, included with NerveCenter. Generating generic traps may trigger it and other alarms.
  2. Modify the trigger function of the two masks so that they only fire a trigger when one specific node in the CriticalDevices property group sends a trap.

Review Questions

Answer the following questions using the knowledge you learned in this chapter. See the Answers to the Chapter 5 Review Questions on page 126.

  1. What are the similarities and differences between polls and masks?

    masks12

    masks17

  2. What is the difference between a generic and an enterprise-specific trap number?

    masks18

    masks19

    masks20

  3. Why is it often necessary to use trapgen when testing a mask?

    masks21

    masks22

    masks23

Summary of What You Learned

In this chapter you learned how to create, modify, and use trap masks in NerveCenter. You also learned several new concepts. The checklist below should help you review once more before going to the next chapter.

You learned:

You also were introduced to the following concepts:


How to Create a Trap Mask How to Use Behavior Models
29 July 2003