-- -- IRT4521HDA-MIB.my (MIB for HDA-4521) -- v2.0 06/10/2009 -- - MIB regenerated for MIB browser compatability. -- v1.0 26/09/2008 -- - Original Issue. -- IRT4521HDA-MIB DEFINITIONS ::= BEGIN IMPORTS irtProducts, irt FROM IRT-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 sysObjectID, sysName, DisplayString FROM RFC1213-MIB; -- -- Node definitions -- -- -- 1.3.6.1.4.1.16557.3.49 irt4521HDA OBJECT IDENTIFIER ::= { irtProducts 49 } -- 1.3.6.1.4.1.16557.3.49.1 irt4521Alarms OBJECT-TYPE SYNTAX INTEGER { noAlarm(1), nonUrgentAlarm(2), urgentAlarm(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Urgent alarm is the loss of both inputs. Non urgent alarm is the loss of only one input." ::= { irt4521HDA 1 } -- 1.3.6.1.4.1.16557.3.49.2 irt4521Status OBJECT IDENTIFIER ::= { irt4521HDA 2 } -- 1.3.6.1.4.1.16557.3.49.2.1 irt4521InputAPresent OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the A input signal is present." ::= { irt4521Status 1 } -- 1.3.6.1.4.1.16557.3.49.2.2 irt4521InputBPresent OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication that the B input signal is present." ::= { irt4521Status 2 } -- 1.3.6.1.4.1.16557.3.49.2.3 irt4521OutputARate OBJECT-TYPE SYNTAX INTEGER { sd(1), hd(2), notLocked(3) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the data rate of the A outputs." ::= { irt4521Status 3 } -- 1.3.6.1.4.1.16557.3.49.2.4 irt4521OutputBRate OBJECT-TYPE SYNTAX INTEGER { sd(1), hd(2), notLocked(3) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the data rate of the B outputs." ::= { irt4521Status 4 } -- 1.3.6.1.4.1.16557.3.49.2.5 irt4521OutputASource OBJECT-TYPE SYNTAX INTEGER { inputA(1), inputB(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The input selected for the A outputs." ::= { irt4521Status 5 } -- 1.3.6.1.4.1.16557.3.49.2.6 irt4521OutputBSource OBJECT-TYPE SYNTAX INTEGER { inputB(1), inputA(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The input selected for the B outputs." ::= { irt4521Status 6 } -- 1.3.6.1.4.1.16557.3.49.3 irt4521Config OBJECT IDENTIFIER ::= { irt4521HDA 3 } -- 1.3.6.1.4.1.16557.3.49.3.1 irt4521InputAAlias OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The alias for the A input." ::= { irt4521Config 1 } -- 1.3.6.1.4.1.16557.3.49.3.2 irt4521InputBAlias OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The alias for the B input." ::= { irt4521Config 2 } -- 1.3.6.1.4.1.16557.3.49.3.3 irt4521OutputASelect OBJECT-TYPE SYNTAX INTEGER { inputA(1), inputB(2), auto(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The input source selected for the A outputs. Auto allows the output selection to switch to the alternate input on loss of signal." ::= { irt4521Config 3 } -- 1.3.6.1.4.1.16557.3.49.3.4 irt4521OutputBSelect OBJECT-TYPE SYNTAX INTEGER { inputB(1), inputA(2), auto(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The input source selected for the B outputs. Auto allows the output selection to switch to the alternate input on loss of signal." ::= { irt4521Config 4 } -- 1.3.6.1.4.1.16557.3.49.3.5 irt4521OutputAReclock OBJECT-TYPE SYNTAX INTEGER { enable(1), bypass(2) } ACCESS read-write STATUS mandatory DESCRIPTION "To enable the reclocker for the A outputs." ::= { irt4521Config 5 } -- 1.3.6.1.4.1.16557.3.49.3.6 irt4521OutputBReclock OBJECT-TYPE SYNTAX INTEGER { enable(1), bypass(2) } ACCESS read-write STATUS mandatory DESCRIPTION "To enable the reclocker for the B outputs." ::= { irt4521Config 6 } -- 1.3.6.1.4.1.16557.3.49.3.7 irt4521InputAEqualiser OBJECT-TYPE SYNTAX INTEGER { normal(1), reduce(2) } ACCESS read-write STATUS mandatory DESCRIPTION "To reduce the input A cable equaliser gain in a noisy environment." ::= { irt4521Config 7 } -- 1.3.6.1.4.1.16557.3.49.3.8 irt4521InputBEqualiser OBJECT-TYPE SYNTAX INTEGER { normal(1), reduce(2) } ACCESS read-write STATUS mandatory DESCRIPTION "To reduce the input B cable equaliser gain in a noisy environment." ::= { irt4521Config 8 } -- 1.3.6.1.4.1.16557.3.49.4 irt4521Reset OBJECT-TYPE SYNTAX INTEGER (2) ACCESS read-write STATUS mandatory DESCRIPTION "Writing a 2 to this object will cause the agent to reset." ::= { irt4521HDA 4 } -- 1.3.6.1.4.1.16557.3.49.5 irt4521InputAPresTrapEnable OBJECT-TYPE SYNTAX INTEGER { disabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, a trap will be sent on loss of input. A Trap will also be sent when the signal is reapplied." ::= { irt4521HDA 5 } -- 1.3.6.1.4.1.16557.3.49.6 irt4521InputBPresTrapEnable OBJECT-TYPE SYNTAX INTEGER { disabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, a trap will be sent on loss of input. A Trap will also be sent when the signal is reapplied." ::= { irt4521HDA 6 } -- 1.3.6.1.4.1.16557.3.49.7 irt4521OutputARateTrapEnable OBJECT-TYPE SYNTAX INTEGER { disabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, a trap will be sent on change of output rate." ::= { irt4521HDA 7 } -- 1.3.6.1.4.1.16557.3.49.8 irt4521OutputBRateTrapEnable OBJECT-TYPE SYNTAX INTEGER { disabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If enabled, a trap will be sent on change of output rate." ::= { irt4521HDA 8 } -- -- Trap definitions -- -- -- irt4521InputAPresTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4521InputAAlias, irt4521InputAPresent } DESCRIPTION "This trap is sent when input A is first present or first lost ." ::= 49 irt4521InputBPresTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4521InputBAlias, irt4521InputBPresent } DESCRIPTION "This trap is sent when input B is first present or first lost ." ::= 177 irt4521OutputARateTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4521OutputARate } DESCRIPTION "This trap is sent when output A rate changes." ::= 305 irt4521OutputBRateTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4521OutputBRate } DESCRIPTION "This trap is sent when output B rate changes." ::= 433 END -- -- IRT4521HDA-MIB.my --