-- -- IRT4171AMS-MIB.my (MIB for AMS-4171) -- v3.0 29/06/2010 -- - Descriptors corrected. -- v2.0 06/10/2009 -- - MIB regenerated for MIB Browser compatability. -- v1.0 04/08/2008 -- - Original Issue. -- IRT4171AMS-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.33 irt4171AMS OBJECT IDENTIFIER ::= { irtProducts 33 } -- 1.3.6.1.4.1.16557.3.33.1 irt4171VideoStatus OBJECT-TYPE SYNTAX INTEGER { main(1), standby(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Main indicates Input A to Output A, Input B to Output B. Standby indicates Input A to Output B, Input B to Output A." ::= { irt4171AMS 1 } -- 1.3.6.1.4.1.16557.3.33.2 irt4171AudioStatus OBJECT-TYPE SYNTAX INTEGER { main(1), standby(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Main indicates Input A to Output A, Input B to Output B. Standby indicates Input A to Output B, Input B to Output A." ::= { irt4171AMS 2 } -- 1.3.6.1.4.1.16557.3.33.3 irt4171LocalRemote OBJECT-TYPE SYNTAX INTEGER { remote(1), local(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the state of the front panel Remote/Local Switch. SNMP control is disabled and front panel control is enabled if this switch is in the Local position. External control via the rear assembly is always in operation. " ::= { irt4171AMS 3 } -- 1.3.6.1.4.1.16557.3.33.4 irt4171VideoControl OBJECT-TYPE SYNTAX INTEGER { main(1), standby(2), notAvailable(3) } ACCESS read-write STATUS mandatory DESCRIPTION "Set the control of the video relay switch position. Main indicates Input A to Output A, Input B to Output B. Standby indicates Input A to Output B, Input B to Output A. notAvailable indicates that this function is not available due to Local/Remote front panel switch being in Local position." ::= { irt4171AMS 4 } -- 1.3.6.1.4.1.16557.3.33.5 irt4171AudioControl OBJECT-TYPE SYNTAX INTEGER { main(1), standby(2), notAvailable(3) } ACCESS read-write STATUS mandatory DESCRIPTION "Set the control of the audio relay switch position. Main indicates Input A to Output A, Input B to Output B. Standby indicates Input A to Output B, Input B to Output A. notAvailable indicates that this function is not available due to Local/Remote front panel switch being in Local position." ::= { irt4171AMS 5 } -- 1.3.6.1.4.1.16557.3.33.6 irt4171Reset OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A set with a value of 2 sent to thid OID will cause a system reset to occur. When queried returns a Null." ::= { irt4171AMS 6 } -- 1.3.6.1.4.1.16557.3.33.7 irt4171Trap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication whether traps are enabled from this module." ::= { irt4171AMS 7 } -- 1.3.6.1.4.1.16557.3.33.8 irt4171TrapSeqNo OBJECT-TYPE SYNTAX INTEGER (1..127) ACCESS read-only STATUS mandatory DESCRIPTION "A number that increases by one for every trap sent." ::= { irt4171AMS 8 } -- -- Trap definitions -- irt4171VideoStatusTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4171VideoStatus, irt4171TrapSeqNo } DESCRIPTION "If enabled, this trap will be sent when the module Video Status changes." ::= 33 irt4171AudioStatusTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4171AudioStatus, irt4171TrapSeqNo } DESCRIPTION "If enabled, this trap will be sent when the module Audio Status changes." ::= 161 END -- -- IRT4171AMS-MIB.my --