-- -- IRT4010OFP-MIB.my (MIB for OFP-4010) -- v2.0 01/10/2009 -- - Two duplicated opticalPWRThreshold values removed. -- v1.0 04/06/2009 -- - Original Issue. -- -- IRT4010OFP-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.53 irt4010OFP OBJECT IDENTIFIER ::= { irtProducts 53 } -- 1.3.6.1.4.1.16557.3.53.1 alarms OBJECT-TYPE SYNTAX INTEGER { noAlarms(1), nonUrgentAlarms(2), urgentAlarms(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the Urgent and Non Urgent alarms." ::= { irt4010OFP 1 } -- 1.3.6.1.4.1.16557.3.53.2 mainOutSelect OBJECT-TYPE SYNTAX INTEGER { inputA(1), inputB(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Allow selection and monitoring of the input currently switched to the main output." ::= { irt4010OFP 2 } -- 1.3.6.1.4.1.16557.3.53.3 irt4010Status OBJECT IDENTIFIER ::= { irt4010OFP 3 } -- 1.3.6.1.4.1.16557.3.53.3.1 inputAAlarm OBJECT-TYPE SYNTAX INTEGER { none(1), alarm(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the optical power alarm for input A." ::= { irt4010Status 1 } -- 1.3.6.1.4.1.16557.3.53.3.2 inputBAlarm OBJECT-TYPE SYNTAX INTEGER { none(1), alarm(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the optical power alarm for input B." ::= { irt4010Status 2 } -- 1.3.6.1.4.1.16557.3.53.3.3 inputAPWR OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the optical signal power at input A." ::= { irt4010Status 3 } -- 1.3.6.1.4.1.16557.3.53.3.4 inputBPWR OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the optical signal power at input B." ::= { irt4010Status 4 } -- 1.3.6.1.4.1.16557.3.53.3.5 opticalPWRThreshold OBJECT-TYPE SYNTAX INTEGER { minus5dBm(1), minus10dBm(2), minus15dBm(3), minus20dBm(4), minus25dBm(5), minus30dBm(6), minus35dBm(7) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the threshold power setting for optical signal alarms." ::= { irt4010Status 5 } -- 1.3.6.1.4.1.16557.3.53.3.6 localRemoteStatus OBJECT-TYPE SYNTAX INTEGER { remote(1), local(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of local or remote operating mode." ::= { irt4010Status 6 } -- 1.3.6.1.4.1.16557.3.53.4 irt4010Control OBJECT IDENTIFIER ::= { irt4010OFP 4 } -- 1.3.6.1.4.1.16557.3.53.4.1 inputAAlias OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A 15 byte maximum Alias for Input A." ::= { irt4010Control 1 } -- 1.3.6.1.4.1.16557.3.53.4.2 inputBAlias OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A 15 byte maximum Alias for Input B." ::= { irt4010Control 2 } -- 1.3.6.1.4.1.16557.3.53.5 fpgaVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The firmware version of the FPGA in the format 'x.y' where x is the major revision number and y is the minor revision number." ::= { irt4010OFP 5 } -- 1.3.6.1.4.1.16557.3.53.6 snmpVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The software version of the SMU in the format 'x.y' where x is the major revision number and y is the minor revision number." ::= { irt4010OFP 6 } -- 1.3.6.1.4.1.16557.3.53.7 reset OBJECT-TYPE SYNTAX INTEGER { notActive(1) } 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 1." ::= { irt4010OFP 7 } -- 1.3.6.1.4.1.16557.3.53.8 inputPWRalarmTrapEnable OBJECT-TYPE SYNTAX INTEGER { notEnabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, traps will be sent when the optical input power level exceeds or falls below the selected threshold." ::= { irt4010OFP 8 } -- -- Trap definitions -- -- Trap definitions -- irt4010ofpInputPWRalarmTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, mainOutSelect, inputAAlarm, inputBAlarm } DESCRIPTION "If enabled, a trap will be sent when the optical input power level exceeds falls below the selected threshold." ::= 53 END -- -- IRT4010OFP-MIB.my --