-- ========================================================================= -- == DIGI-POWER-TRAPS-MIB : == -- == DIGI Power Traps Management Information Base == -- == Digi International Part Number: 40002520_A == -- == (c) Copyright 2001-2003 Digi International, Inc. == -- ========================================================================= DIGI-POWER-TRAPS-MIB DEFINITIONS ::= BEGIN IMPORTS digiPowerTraps FROM DIGI-SMI TRAP-TYPE FROM RFC-1215 OBJECT-TYPE FROM RFC-1212; -- digiPowerTraps MODULE-IDENTITY -- LAST-UPDATED "0308120100Z" -- ORGANIZATION "Digi International Inc." -- CONTACT-INFO -- " -- Postal: Digi International Inc. -- 11001 Bren Road East -- Minnetonka, MN 55343 -- -- " -- DESCRIPTION -- "Power Traps MIB" -- ::= { digiFeatures 23 } -- === + Textual Conventions + =========================================== DisplayString ::= OCTET STRING -- ======================================================================= -- ======================================================================= -- === + Variables + ===================================================== -- ======================================================================= -- ======================================================================= powerIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Index of power port which event occured on" ::= { digiPowerTraps 11 } powerDescription OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "Description of power which event occured on" ::= { digiPowerTraps 12 } -- ======================================================================= -- ======================================================================= -- === + Traps + ========================================================= -- ======================================================================= -- ======================================================================= -- === + SNMPv1 Trap + =================================================== powerOnAlarm TRAP-TYPE ENTERPRISE digiPowerTraps VARIABLES { powerIndex, powerDescription } DESCRIPTION "A powerOnAlarm trap signifies that a power indexed by powerIndex on the Digi device was supplied." ::= 1 powerOffAlart TRAP-TYPE ENTERPRISE digiPowerTraps VARIABLES { powerIndex, powerDescription } DESCRIPTION "A powerOffAlart trap signifies that a power indexed by powerIndex on the Digi device was cut off." ::= 2 -- === + SNMPv2 Notification + =========================================== powerOnAlarmNotification NOTIFICATION-TYPE OBJECTS { powerIndex, powerDescription } STATUS current DESCRIPTION "A powerOnAlarm trap signifies that a power indexed by powerIndex on the Digi device was supplied." ::= { digiPowerTraps 1 } powerOffAlartNotification NOTIFICATION-TYPE OBJECTS { powerIndex, powerDescription } STATUS current DESCRIPTION "A powerOffAlart trap signifies that a power indexed by powerIndex on the Digi device was cut off." ::= { digiPowerTraps 2 } END