-- -- IRT4200DAX-MIB.my (MIB for DAX-4200) -- v1.0 28/10/2009 -- - Original Issue. -- IRT4200DAX-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.58 irt4200DAX OBJECT IDENTIFIER ::= { irtProducts 58 } -- 1.3.6.1.4.1.16557.3.58.1 irt4200Status OBJECT IDENTIFIER ::= { irt4200DAX 1 } -- 1.3.6.1.4.1.16557.3.58.1.1 irt4200SdiInput OBJECT-TYPE SYNTAX INTEGER { notPresent(1), sd(2), hd(3), sdi3g(4) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the type of the SDI input." ::= { irt4200Status 1 } -- 1.3.6.1.4.1.16557.3.58.1.2 groupInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF GroupInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the Groups within the SDI input." ::= { irt4200Status 2 } -- 1.3.6.1.4.1.16557.3.58.1.2.1 groupInfoEntry OBJECT-TYPE SYNTAX GroupInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about each Group within the SDI input." INDEX { groupNumber } ::= { groupInfoTable 1 } GroupInfoEntry ::= SEQUENCE { groupNumber INTEGER, groupPresent INTEGER } groupNumber OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-only STATUS mandatory DESCRIPTION "Group Number." ::= { groupInfoEntry 1 } groupPresent OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the group is present within the SDI input." ::= { groupInfoEntry 2 } -- 1.3.6.1.4.1.16557.3.58.1.3 irt4200AesRef OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the AES reference input is present. SW1-8 must be set to ON to recognize AES reference." ::= { irt4200Status 3 } -- 1.3.6.1.4.1.16557.3.58.2 irt4200Config OBJECT IDENTIFIER ::= { irt4200DAX 2 } -- 1.3.6.1.4.1.16557.3.58.2.1 irt4200AES1AES2 OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-write STATUS mandatory DESCRIPTION "Group configuration setting for AES 1&2. AES 1&2 and AES 3&4 must be set with different Group numbers." ::= { irt4200Config 1 } -- 1.3.6.1.4.1.16557.3.58.2.2 irt4200AES3AES4 OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-write STATUS mandatory DESCRIPTION "Group configuration setting for AES 3&4. AES 1&2 and AES 3&4 must be set with different Group numbers." ::= { irt4200Config 2 } -- 1.3.6.1.4.1.16557.3.58.3 irt4200fpgaVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The firmware version of the FPGA in the format 'x.y' where x is the major revision number and y is the minor revision number." ::= { irt4200DAX 3 } -- 1.3.6.1.4.1.16557.3.58.4 softwareVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The software version of the main FPGA in the format 'x.y' where x is the major revision number and y is the minor revision number." ::= { irt4200DAX 4 } -- 1.3.6.1.4.1.16557.3.58.5 irt4200Reset OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A set with a value of 2 sent to thiS OID will cause a system reset to occur. When queried returns 1." ::= { irt4200DAX 5 } -- 1.3.6.1.4.1.16557.3.58.6 irt4200Trap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication whether traps are enabled from this module." ::= { irt4200DAX 6 } -- -- Trap definitions -- irt4200SdiInputTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4200SdiInput } DESCRIPTION "If enabled, this trap will be sent when the SDI input Status changes." ::= 58 END -- -- IRT4200DAX-MIB.my --