-- -- IRT4910MDC-MIB.my (MIB for MDC-4910) -- v1.0 04/08/2010 -- - Original Issue. -- IRT4910MDC-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.72 -- 1.3.6.1.4.1.16557.3.72 irt4910MDC OBJECT IDENTIFIER ::= { irtProducts 72 } -- 1.3.6.1.4.1.16557.3.72.1 -- 1.3.6.1.4.1.16557.3.72.1 presASI OBJECT-TYPE SYNTAX INTEGER { notpres(1), present(2), pres8VSBrate(3), pres16VSBrate(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the ASI input." ::= { irt4910MDC 1 } -- 1.3.6.1.4.1.16557.3.72.2 -- 1.3.6.1.4.1.16557.3.72.2 presSMPTE310 OBJECT-TYPE SYNTAX INTEGER { notpres(1), present(2), pres8VSBrate(3), pres16VSBrate(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the SMPTE310 input." ::= { irt4910MDC 2 } -- 1.3.6.1.4.1.16557.3.72.3 -- 1.3.6.1.4.1.16557.3.72.3 softwareVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The software version in the format 'x.y' where x is the major revision number and y is the minor revision." ::= { irt4910MDC 3 } -- 1.3.6.1.4.1.16557.3.72.4 -- 1.3.6.1.4.1.16557.3.72.4 fpgaVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The firmware version of the main FPGA in the format 'x.y' where x is the major revision number and y is the minor revision." ::= { irt4910MDC 4 } -- 1.3.6.1.4.1.16557.3.72.5 -- 1.3.6.1.4.1.16557.3.72.5 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." ::= { irt4910MDC 5 } -- 1.3.6.1.4.1.16557.3.72.6 -- 1.3.6.1.4.1.16557.3.72.6 presASITrapEnable OBJECT-TYPE SYNTAX INTEGER { notEnabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, traps will be sent when the status of the presASI variable changes." ::= { irt4910MDC 6 } -- 1.3.6.1.4.1.16557.3.72.7 -- 1.3.6.1.4.1.16557.3.72.7 presSMPT310TrapEnable OBJECT-TYPE SYNTAX INTEGER { notEnabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, traps will be sent when the status of the presSMPTE310 variable changes." ::= { irt4910MDC 7 } -- -- Trap definitions -- -- Trap definitions -- irt4910MDCpresASITrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, presASI } DESCRIPTION "If enabled, traps will be sent when the status of the presASI variable changes." ::= 72 irt4910MDCpresSMPTE310Trap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, presSMPTE310 } DESCRIPTION "If enabled, traps will be sent when the status of the presSMPTE310 variable changes." ::= 200 END -- -- IRT4910MDC-MIB.my --