-- -- IRT4000FRU-MIB.my (MIB for FRU-4000/CDM-4000, FRU-4001/CDM-4001 and FRU-1034/CDM-1000) -- v3.0 05/02/2008 -- - psuAlarm(5)added to current state of Urgent and NonUrgent busses. -- - extended(3) added to trap enable field. -- v2.0 23/08/2005 -- - Traps added. -- - Web page request enabling added. -- v1.0 17/08/2004 -- - Original Issue. -- IRT4000FRU-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts, irt FROM IRT-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 sysObjectID, sysName, DisplayString FROM RFC1213-MIB; -- -- Node definitions -- -- 1.3.6.1.4.1.16557.3.6 irt4000FRU OBJECT IDENTIFIER ::= { irtProducts 6 } -- 1.3.6.1.4.1.16557.3.6.1 alarms OBJECT-TYPE SYNTAX INTEGER { noAlarms(1), urgentAlarms(2), nonUrgentAlarms(3), urgAndNonUrgentAlarms(4), psuAlarm(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the Urgent and Non-Urgent busses which are common to all modules." ::= { irt4000FRU 1 } -- 1.3.6.1.4.1.16557.3.6.2 fpgaVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The software version of the main FPGA in the format 'x.y' where x is the major revision number and y is the minor revision." ::= { irt4000FRU 2 } -- 1.3.6.1.4.1.16557.3.6.3 slotTypeTable OBJECT-TYPE SYNTAX SEQUENCE OF SlotTypeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of modules in each of the 12 slots in the Frame." ::= { irt4000FRU 3 } -- 1.3.6.1.4.1.16557.3.6.3.1 slotTypeEntry OBJECT-TYPE SYNTAX SlotTypeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about each slot." INDEX { slotNumber } ::= { slotTypeTable 1 } SlotTypeEntry ::= SEQUENCE { slotOID OBJECT IDENTIFIER, slotNumber INTEGER } -- 1.3.6.1.4.1.16557.3.6.3.1.2 slotOID OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-only STATUS mandatory DESCRIPTION "The Object ID of the Module." ::= { slotTypeEntry 2 } -- 1.3.6.1.4.1.16557.3.6.3.1.1 slotNumber OBJECT-TYPE SYNTAX INTEGER (1..12) ACCESS read-only STATUS mandatory DESCRIPTION "Slot Number." ::= { slotTypeEntry 1 } -- 1.3.6.1.4.1.16557.3.6.4 reset OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A set with the value 2 sent to this OID will cause a system reset to occur. When queried returns a Null." ::= { irt4000FRU 4 } -- 1.3.6.1.4.1.16557.3.6.5 trapEnable OBJECT-TYPE SYNTAX INTEGER { onAlarm(1), disabled(2), extended(3) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, traps will be sent when an Urgent alarm occurs and when it clears." ::= { irt4000FRU 5 } -- 1.3.6.1.4.1.16557.3.6.6 webStatus OBJECT-TYPE SYNTAX INTEGER { enabled(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If 'enabled' Web Page requests will be answered. If 'off' the requests will be ignored." ::= { irt4000FRU 6 } -- -- Trap definitions -- irt4000AlarmOnTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, alarms } DESCRIPTION "If enabled, this trap will be sent when an Urgent alarm occurs." ::= 6 irt4000AlarmOffTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, alarms } DESCRIPTION "If enabled, this trap will be sent when the Alarm clears." ::= 134 END -- -- IRT4000FRU-MIB.my --