-- -- IRT4300DDA-MIB.my (MIB for DDA-4300 and DDA-4301) -- v1.0 27/03/2007 -- - Original Issue. -- -- -- IRT4300DDA-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 -- -- Node definitions -- -- 1.3.6.1.4.1.16557.3.23 irt4300DDA OBJECT IDENTIFIER ::= { irtProducts 23 } -- 1.3.6.1.4.1.16557.3.23.1 irt4300ddaInput OBJECT-TYPE SYNTAX INTEGER { notPresent(1), present(2), framed(3), aisDetected(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The status of the Signal at the G703 Input. " ::= { irt4300DDA 1 } -- 1.3.6.1.4.1.16557.3.23.2 irt4300ddaModuleStatus OBJECT-TYPE SYNTAX INTEGER { main(1), standby(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Indicates if the Module is acting as the Main or Standby of a redundant pair. Provided that 'Change' is not inhibited writing a '1' to this object will select the Module as Main." ::= { irt4300DDA 2 } -- 1.3.6.1.4.1.16557.3.23.3 irt4300ddaASI OBJECT IDENTIFIER ::= { irt4300DDA 3 } -- 1.3.6.1.4.1.16557.3.23.3.1 irt4300ASIPresent OBJECT-TYPE SYNTAX INTEGER { notPresent(1), asiDetected(2), asiMFC3485(3), asiMMM4230(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates if an ASI signal has been detected in the payload. The MFC3485 is a 9 bit byte ASI encoder and the MMM-4230 is a four ASI channel encoder. " ::= { irt4300ddaASI 1 } -- 1.3.6.1.4.1.16557.3.23.3.2 irt4300ASIPacketSize OBJECT-TYPE SYNTAX INTEGER { packet204(1), packet188(2), packetUndetermined(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the number of bytes in the ASI packet." ::= { irt4300ddaASI 2 } -- 1.3.6.1.4.1.16557.3.23.3.3 irt4300ASIRsData OBJECT-TYPE SYNTAX INTEGER { present(1), notPresent(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates if ReedSolomon Error correction data has been detected in the ASI packet." ::= { irt4300ddaASI 3 } -- 1.3.6.1.4.1.16557.3.23.3.4 irt4300ASIRsErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " Shows the number of errors detected using the RS Data since the counter was last reset or the power to the module was removed. Writing a '0' to this object will reset the the count to zero. " ::= { irt4300ddaASI 4 } -- 1.3.6.1.4.1.16557.3.23.3.5 irt4300ASIInterleaved OBJECT-TYPE SYNTAX INTEGER { interleaved(1), notInterleaved(2) } ACCESS read-only STATUS mandatory DESCRIPTION " Indicates if the ASI signal is Interleaved." ::= { irt4300ddaASI 5 } -- 1.3.6.1.4.1.16557.3.23.3.6 irt4300ASIScrambled OBJECT-TYPE SYNTAX INTEGER { scrambled(1), notScrambled(2) } ACCESS read-only STATUS mandatory DESCRIPTION " Indicates if the ASI signal is Scrambled." ::= { irt4300ddaASI 6 } -- 1.3.6.1.4.1.16557.3.23.4 irt4300ddaStatus OBJECT IDENTIFIER ::= { irt4300DDA 4 } -- 1.3.6.1.4.1.16557.3.23.4.1 irt4300StatusChangeEnabled OBJECT-TYPE SYNTAX INTEGER { enabled(1), notEnabled(2) } ACCESS read-only STATUS mandatory DESCRIPTION " Indicates if a change from Main to Standby Status or vice versa is allowed when part of a redundant pair. " ::= { irt4300ddaStatus 1 } -- 1.3.6.1.4.1.16557.3.23.4.2 irt4300StatusChangeOnAIS OBJECT-TYPE SYNTAX INTEGER { change(1), wontChange(2) } ACCESS read-only STATUS mandatory DESCRIPTION " Indicates if a change from Main to Standby will be initiated upon detection of AIS." ::= { irt4300ddaStatus 2 } -- 1.3.6.1.4.1.16557.3.23.4.3 irt4300StatusSpeed OBJECT-TYPE SYNTAX INTEGER { e3(6), ds3(7) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the Data rate to which the Module has been configured. " ::= { irt4300ddaStatus 3 } -- 1.3.6.1.4.1.16557.3.23.4.4 irt4300StatusTxLevel OBJECT-TYPE SYNTAX INTEGER { high(1), low(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the G703 Output level from the Module if the Speed has been set to DS3. " ::= { irt4300ddaStatus 4 } -- 1.3.6.1.4.1.16557.3.23.4.5 irt4300StatusOtherModulePresent OBJECT-TYPE SYNTAX INTEGER { present(1), notPresent(2) } ACCESS read-only STATUS mandatory DESCRIPTION " Indicates if the other Module of a redundant pair is present." ::= { irt4300ddaStatus 5 } -- 1.3.6.1.4.1.16557.3.23.5 irt4300ddaTrap OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION " If enabled Traps will be sent on a change in the Input status." ::= { irt4300DDA 5 } -- 1.3.6.1.4.1.16557.3.23.6 irt4300ddaTrapSeqNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " A number that increases by one for every trap sent." ::= { irt4300DDA 6 } -- 1.3.6.1.4.1.16557.3.23.7 irt4300ddaFpgaVersion OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION " The software version of the FPGA in the format 'x.y', where x is the major revision number and y is the minor revision." ::= { irt4300DDA 7 } -- 1.3.6.1.4.1.16557.3.23.8 irt4300ddaReset OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " Writing a 2 to this object will cause the agent to reset." ::= { irt4300DDA 8 } -- -- Trap definitions -- irt4300InputLossTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4300ddaInput, irt4300ddaTrapSeqNumber } DESCRIPTION "If enabled, Traps will be sent on Loss of Input Signal." ::= 23 irt4300ddaInputRestoreTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4300ddaInput, irt4300ddaTrapSeqNumber } ::= 151 irt4300ddaModuleStatusTrap TRAP-TYPE ENTERPRISE irt VARIABLES { sysObjectID, sysName, irt4300ddaModuleStatus, irt4300ddaTrapSeqNumber } DESCRIPTION "If enabled, a Trap will be sent on change of Module Status." ::= 279 END -- -- IRT4300DDA-MIB.my --