Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Decoding Trap Numbers for Raised Trap Actions
To decode a trap number for raised trap actions:
- Use the following equation:Trap number = Trap ID * 10 + severity
For example, if the trap number is 43, then the trap ID is 4 (saeServiceActivations) and the severity is 3 (MINOR). Therefore, a trap number of 43 means that a MINOR event has occurred for the saeServiceActivations trap.