-- -- IRT4900DVG-MIB.my (MIB for DVG-4900) -- v1.0 25/08/2004 -- - Original Issue. -- IRT4900DVG-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts FROM IRT-MIB OBJECT-TYPE FROM RFC-1212; -- -- Node definitions -- -- 1.3.6.1.4.1.16557.3.8 irt4900DVG OBJECT IDENTIFIER ::= { irtProducts 8 } -- 1.3.6.1.4.1.16557.3.8.1 irt4900tvSystem OBJECT-TYPE SYNTAX INTEGER { ntsc(1), pal(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication that the Test Signal is NTSC or PAL." ::= { irt4900DVG 1 } -- 1.3.6.1.4.1.16557.3.8.2 irt4900testSignal OBJECT-TYPE SYNTAX INTEGER { flatField(1), colourBars(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication that the Test Signal is either FullField or Colour Bars." ::= { irt4900DVG 2 } -- 1.3.6.1.4.1.16557.3.8.3 irt4900Lock OBJECT-TYPE SYNTAX INTEGER { locked(1), unLocked(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the Test Signal Generator is operating correctly." ::= { irt4900DVG 3 } -- 1.3.6.1.4.1.16557.3.8.4 irt4900Reset OBJECT-TYPE SYNTAX INTEGER (1..3) ACCESS read-write STATUS mandatory DESCRIPTION "Writing a 2 to this object will cause the agent to reset." ::= { irt4900DVG 4 } END -- -- IRT4900DVG-MIB.my --