-- -- IRT4112DVC-MIB.my (MIB for DVC-4112) -- v1.0 20/09/2005 -- - Original Issue. -- IRT4112DVC-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts, irt FROM IRT-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 sysObjectID, sysName FROM RFC1213-MIB; -- -- Node definitions -- -- 1.3.6.1.4.1.16557.3.17 irt4112DVC OBJECT IDENTIFIER ::= { irtProducts 17 } -- 1.3.6.1.4.1.16557.3.17.1 irt4112InputPresent OBJECT-TYPE SYNTAX INTEGER { notPresent(1), pal(2), ntsc(3) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the video input is present and whether it is PAL or NTSC." ::= { irt4112DVC 1 } -- 1.3.6.1.4.1.16557.3.17.2 irt4112OutputFormat OBJECT-TYPE SYNTAX INTEGER { yC(1), yPrPb(2), rgb(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the output video format." ::= { irt4112DVC 2 } -- 1.3.6.1.4.1.16557.3.17.3 irt4112OutputSync OBJECT-TYPE SYNTAX INTEGER { off(1), on(2) } ACCESS read-only STATUS mandatory DESCRIPTION "If the Output Format is RGB then this object shows if sync is added to each output." ::= { irt4112DVC 3 } -- 1.3.6.1.4.1.16557.3.17.4 irt4112NtscPedestal OBJECT-TYPE SYNTAX INTEGER { pedestalOn(1), pedestalOff(2) } ACCESS read-only STATUS mandatory DESCRIPTION "If the Video System is NTSC then this object shows if Pedestal is on or off." ::= { irt4112DVC 4 } -- 1.3.6.1.4.1.16557.3.17.5 irt4112VBI OBJECT-TYPE SYNTAX INTEGER { stop(1), pass(2) } ACCESS read-only STATUS mandatory DESCRIPTION "If the value is 'pass' then signals in the Vertical Interval will be pased. If the value is 'off' then the Vertical Blanking area will be clear." ::= { irt4112DVC 5 } -- 1.3.6.1.4.1.16557.3.17.6 irt4112Trap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, Traps will be sent when the input signal fails." ::= { irt4112DVC 6 } -- 1.3.6.1.4.1.16557.3.17.7 irt4112Reset OBJECT-TYPE SYNTAX INTEGER { reset(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Writing a 2 to this object will cause the agent to reset." ::= { irt4112DVC 7 } -- -- Trap definitions -- irt4112AlarmOnTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4112InputPresent } DESCRIPTION "If enabled, traps will be sent when the input signal fails." ::= 17 irt4112AlarmOffTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4112InputPresent } ::= 145 END -- -- IRT4112DVC-MIB.my --