-- Firewall Traps Group. -- This group defines the different types of Traps used by the Firewall Module. fwlTrapControl OBJECT IDENTIFIER ::= { fwlTraps 1 } fwlTrapTypes OBJECT IDENTIFIER ::= { fwlTraps 2 } -- Trap Controls fwlTrapMemFailMessage OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION " The string to display where the memory failure has occurred. It may happen during allocation of Memory pool or when dynamic allocation fails. This string is also used to display message about the number of attacks occurred. " ::= { fwlTrapControl 1 } fwlTrapAttackMessage OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION " This string is also used to display message about the number of attacks occurred. " ::= { fwlTrapControl 2 } -- Trap Types fwlTrapMemoryFailure NOTIFICATION-TYPE OBJECTS { fwlTrapMemFailMessage } STATUS current DESCRIPTION " Trap which is send for memory initialisation failure or when Dynamic Allocation fails. " ::= { fwlTrapTypes 1 } fwlTrapAttackSummary NOTIFICATION-TYPE OBJECTS { fwlTrapAttackMessage } STATUS current DESCRIPTION " Trap which is send when the number of attacks exceeds the limit value. The limit value is configurable." ::= { fwlTrapTypes 2 }