-- -- IRT4200DAI-MIB.my (MIB for DAI-4200) -- v1.0 26/10/2009 -- - Original Issue. -- IRT4200DAI-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.57 irt4200DAI OBJECT IDENTIFIER ::= { irtProducts 57 } -- 1.3.6.1.4.1.16557.3.57.1 irt4200Status OBJECT IDENTIFIER ::= { irt4200DAI 1 } -- 1.3.6.1.4.1.16557.3.57.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.57.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.57.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.57.1.3 aesInputInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF AesInputInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the AES inputs." ::= { irt4200Status 3 } -- 1.3.6.1.4.1.16557.3.57.1.2.1 aesInputInfoEntry OBJECT-TYPE SYNTAX AesInputInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about each AES input." INDEX { aesInputNumber } ::= { aesInputInfoTable 1 } AesInputInfoEntry ::= SEQUENCE { aesInputNumber INTEGER, aesInputPresent INTEGER } aesInputNumber OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-only STATUS mandatory DESCRIPTION "AES Number." ::= { aesInputInfoEntry 1 } aesInputPresent OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the AES input is present." ::= { aesInputInfoEntry 2 } -- 1.3.6.1.4.1.16557.3.57.2 irt4200Config OBJECT IDENTIFIER ::= { irt4200DAI 2 } -- 1.3.6.1.4.1.16557.3.57.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.57.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.57.2.3 irt4200EmdedMode OBJECT-TYPE SYNTAX INTEGER { normal(1), replace(2), r1Group(3), noEmbed(4) } ACCESS read-write STATUS mandatory DESCRIPTION "Configuration settings for how AES is embedded: normal - all groups are deleted before insertion takes place; replace - chosen two groups are replaced. Other two existing groups remain as is; r1Group - only AES 1&2 group is replaced. Other three existing groups remain as is; noEmbed - no AES insertion. All existing groups remain unchanged." ::= { irt4200Config 3 } -- 1.3.6.1.4.1.16557.3.57.2.4 irt4200AsyncMode OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Configuration setting for Asynchronous mode. Valid for HD and 3G SDI signals only." ::= { irt4200Config 4 } -- 1.3.6.1.4.1.16557.3.57.2.5 irt4200SRC OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Configuration setting for Sample Rate Converter (SRC)." ::= { irt4200Config 5 } -- 1.3.6.1.4.1.16557.3.57.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." ::= { irt4200DAI 3 } -- 1.3.6.1.4.1.16557.3.57.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." ::= { irt4200DAI 4 } -- 1.3.6.1.4.1.16557.3.57.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." ::= { irt4200DAI 5 } -- 1.3.6.1.4.1.16557.3.57.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." ::= { irt4200DAI 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." ::= 57 END -- -- IRT4200DAI-MIB.my --