-- -- IRT4170AMS-MIB.my (MIB for AMS-4170) -- v1.0 02/11/2005 -- - Original Issue. -- IRT4170AMS-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 -- irt4170AMS OBJECT IDENTIFIER ::= { irtProducts 18 } irt4170Status OBJECT-TYPE SYNTAX INTEGER { video(1), leftAudio(2), videoAndLeftAudio(3), rightAudio(4), videoAndRightAudio(5), leftAndRightAudio(6), videoAndBothAudio(7), noRelaysOperated(8) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of which relays are on. 'on' indicates Ain to Bout, Bin to Aout. The unoperated or normal state is Ain to Aout, Bin to Bout." ::= { irt4170AMS 1 } irt4170Control 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 if this switch is in the Local position." ::= { irt4170AMS 2 } irt4170LocalSwitch OBJECT-TYPE SYNTAX INTEGER { activated(1), unActivated(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the position of the front panel switch." ::= { irt4170AMS 3 } irt4170SnmpVideo OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the state that the Video relay will take when SNMP control is enabled by setting the front panel Control switch to Remote." ::= { irt4170AMS 4 } irt4170SnmpLeftAudio OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the state that the Left Audio relay will take when SNMP control is enabled by setting the front panel Control switch to Remote." ::= { irt4170AMS 5 } irt4170SnmpRightAudio OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the state that the Right Audio relay will take when SNMP control is enabled by setting the front panel Control switch to Remote." ::= { irt4170AMS 6 } irt4170Trap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication whether traps are enabled from this module." ::= { irt4170AMS 7 } irt4170TrapSeqNo OBJECT-TYPE SYNTAX INTEGER (1..127) ACCESS read-only STATUS mandatory DESCRIPTION "A number that increases by one for every trap sent." ::= { irt4170AMS 8 } -- -- Trap definitions -- irt4170StatusOnTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4170Status, irt4170TrapSeqNo } DESCRIPTION "If enabled, this trap will be sent when any of the relays turn on." ::= 18 irt4170StatusOffTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4170Status, irt4170TrapSeqNo } DESCRIPTION "If enabled, this trap will be sent when any of the relays turn off." ::= 146 END -- -- IRT4170AMS-MIB.my --