-- -- IRT4020OFS-MIB.my -- MIB generated by MG-SOFT Visual MIB Builder Version 5.0 Build 250 -- Monday, August 02, 2010 at 13:03:58 -- -- IRT4020OFS-MIB.my (MIB for OFS-4020) -- v1.0 30/07/2010 -- - Original Issue. -- IRT4020OFS-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 -- -- Node definitions -- -- 1.3.6.1.4.1.16557.3.69 -- 1.3.6.1.4.1.16557.3.69 irt4020OFS OBJECT IDENTIFIER ::= { irtProducts 69 } -- 1.3.6.1.4.1.16557.3.69.1 -- 1.3.6.1.4.1.16557.3.69.1 irt4020MasterSlave OBJECT-TYPE SYNTAX INTEGER { slave(1), master(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the board is a master or slave module" ::= { irt4020OFS 1 } -- 1.3.6.1.4.1.16557.3.69.2 -- 1.3.6.1.4.1.16557.3.69.2 irt4020SwitchTotal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the total number of switches" ::= { irt4020OFS 2 } -- 1.3.6.1.4.1.16557.3.69.3 -- 1.3.6.1.4.1.16557.3.69.3 irt4020ActiveSwitch OBJECT-TYPE SYNTAX INTEGER (1..1280) ACCESS read-write STATUS mandatory DESCRIPTION "This controls the position of the active switch" ::= { irt4020OFS 3 } -- 1.3.6.1.4.1.16557.3.69.4 -- 1.3.6.1.4.1.16557.3.69.4 irt4020FirmwareVersion 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." ::= { irt4020OFS 4 } -- 1.3.6.1.4.1.16557.3.69.5 -- 1.3.6.1.4.1.16557.3.69.5 irt4020SoftwareVersion 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." ::= { irt4020OFS 5 } -- 1.3.6.1.4.1.16557.3.69.6 -- 1.3.6.1.4.1.16557.3.69.6 irt4020Reset OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A set with a value of 2 sent to this OID will cause a system reset to occur. When queried returns 0." ::= { irt4020OFS 6 } -- 1.3.6.1.4.1.16557.3.69.7 -- 1.3.6.1.4.1.16557.3.69.7 irt4020SwitchChangeTrapEnable OBJECT-TYPE SYNTAX INTEGER { disabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, traps will be sent when the active switch position changes its current state." ::= { irt4020OFS 7 } -- -- Trap definitions -- -- Trap definitions -- irt4020SwitchChangeTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4020ActiveSwitch } DESCRIPTION "If enabled, this trap will be sent when the active switch position changes." ::= 69 END -- -- IRT4020OFS-MIB.my --