ADTRAN-TDMDBV32-MIB DEFINITIONS ::= BEGIN -- TITLE: ADTRAN TDM Dial Backup V.32 MIB (1200.090L5) -- FILENAME: TDMDBV32.MIB -- PARTNUMBER: 9950.017L1-27A -- AUTHOR: Xiaozhao Zhang -- DATE: 95/09/06 IMPORTS enterprises FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC1213-MIB TRAP-TYPE FROM RFC-1215 adProdPhysAddress FROM ADTRAN-MIB; -- OBJECT IDENTIFIERS adtran OBJECT IDENTIFIER ::= { enterprises 664 } adProducts OBJECT IDENTIFIER ::= { adtran 1 } adTDMDBV32 OBJECT IDENTIFIER ::= { adProducts 56 } adMgmt OBJECT IDENTIFIER ::= { adtran 2 } adTDMDBV32mg OBJECT IDENTIFIER ::= { adMgmt 56 } adTDMDBV32prov OBJECT IDENTIFIER ::= { adTDMDBV32mg 1 } adTDMDBV32provNet OBJECT IDENTIFIER ::= { adTDMDBV32prov 1 } adTDMDBV32provDte OBJECT IDENTIFIER ::= { adTDMDBV32prov 2 } adTDMDBV32provTest OBJECT IDENTIFIER ::= { adTDMDBV32prov 3 } adTDMDBV32provDial OBJECT IDENTIFIER ::= { adTDMDBV32prov 4 } adTDMDBV32Call OBJECT IDENTIFIER ::= { adTDMDBV32mg 2 } adTDMDBV32Admin OBJECT IDENTIFIER ::= { adTDMDBV32mg 3 } adTDMDBV32Status OBJECT IDENTIFIER ::= { adTDMDBV32mg 4 } -- --The TDM DB V32 Provision Network Group -- adTDMDBV32LoopRate OBJECT-TYPE SYNTAX INTEGER { bps56k(7), bps64k(8) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects loop operating speed for the TDM DB V32." ::= {adTDMDBV32provNet 1} adTDMDBV32ClockSource OBJECT-TYPE SYNTAX INTEGER { master(1), fromNetwork(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option specifies the timing source for the TDM DB V32. When operating from a DDS network, the clock source should be 'FROM NETWORK'. For a point to point private network, one TDM should be set as 'MASTER' and the other set for 'FROM NETWORK'." ::= {adTDMDBV32provNet 2} adTDMDBV32ScramblerMode OBJECT-TYPE SYNTAX INTEGER { normal(1), scrambled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects scrambler function for 64kbps operation." ::= {adTDMDBV32provNet 3} -- --The TDM DB V32 Provision DTE Group -- adTDMDBV32ConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF AdTDMDBV32ConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DTE Port Configuration Table contains an entry for each managed DTE port." ::={adTDMDBV32provDte 1} adTDMDBV32ConfigEntry OBJECT-TYPE SYNTAX AdTDMDBV32ConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DTE Configuration Table" INDEX {adTDMDBV32DtePortIndex} ::={adTDMDBV32ConfigTable 1} AdTDMDBV32ConfigEntry ::= SEQUENCE { adTDMDBV32DtePortIndex INTEGER, adTDMDBV32DteRate INTEGER, adTDMDBV32DataFormat INTEGER, adTDMDBV32TransmitClock INTEGER, adTDMDBV32CSOption INTEGER, adTDMDBV32CDOption INTEGER, adTDMDBV32SROption INTEGER } adTDMDBV32DtePortIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This index identifies a DTE port in TDMDBV32 unit." ::= { adTDMDBV32ConfigEntry 1 } adTDMDBV32DteRate OBJECT-TYPE SYNTAX INTEGER { portNotUsed(1), bps2400(2), bps4800(3), bps9600(4), bps19200(5), bps38400(6), bps51200(7), bps48000(8), bps32000(9), bps25600(10), bps24000(11), bps16000(12), bps12800(13), bps8000(14), passThrough(15) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects the operating DTE speed for the TDMDBV32." ::= {adTDMDBV32ConfigEntry 2} adTDMDBV32DataFormat OBJECT-TYPE SYNTAX INTEGER { asynchronous(1), synchronous(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects either asynchronous or synchronous data mode for the DTE interface." ::= {adTDMDBV32ConfigEntry 3} adTDMDBV32TransmitClock OBJECT-TYPE SYNTAX INTEGER { normal(1), external(2) } ACCESS read-write STATUS mandatory DESCRIPTION "The transmit clock option is used to select the source of the clock used to tranfer data from the DTE to the TDMDBV32." ::= {adTDMDBV32ConfigEntry 4} adTDMDBV32CSOption OBJECT-TYPE SYNTAX INTEGER { forcedOn(1), followsRS(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects CS options for the TDMDBV32." ::= {adTDMDBV32ConfigEntry 5} adTDMDBV32CDOption OBJECT-TYPE SYNTAX INTEGER { forcedOn(1), normal(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects TDMDBV32's CD option for a DTE Port." ::= {adTDMDBV32ConfigEntry 6} adTDMDBV32SROption OBJECT-TYPE SYNTAX INTEGER { forcedOn(1), offOOSonly(2), offTESTonly(3), offTESTOOS(4) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects the operating mode for the SR lead." ::= {adTDMDBV32ConfigEntry 7} -- --The TDM DB V32 Provision Test Group -- adTDMDBV32TestCommand OBJECT-TYPE SYNTAX INTEGER { exitTest(1), localLoopOnly(3), dteAndLoop(4), enableRDL(5), disableRDL(6), remoteFromDte(7), remoteWithTP(8), dteWithTP(9), testPattern(10), dteAndLoopTest(11), loopOnlyTest(12), dteOnlyPort1(130), dteOnlyPort2(131), dteOnlyPort3(132), dteOnlyPort4(133), rdlPort1(134), rdlPort2(135), rdlPort3(136), rdlPort4(137) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects one of the TDMDBV32 test options to perform." ::= {adTDMDBV32provTest 1} adTDMDBV32TestPattern OBJECT-TYPE SYNTAX INTEGER { pattern2047(1), pattern511(2), stress1(3), stress2(4), stress3(5), stress4(6) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects a test pattern to use during DTE and network test operations." ::= {adTDMDBV32provTest 2} adTDMDBV32TestTimeOut OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "Sets the TDMDBV32's test timeout limit. The timeout range is from 1 to 255 seconds. 0 represents no timeout limit." ::= {adTDMDBV32provTest 3} adTDMDBV32AcceptRDL OBJECT-TYPE SYNTAX INTEGER { disableRDL(1), enableRDL(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enables or disables TDMDBV32 acceptance of remote digital loopback." ::= {adTDMDBV32provTest 4} adTDMDBV32HealthCheck OBJECT-TYPE SYNTAX INTEGER { healthCheck(1) } ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation with value of 1 performs a self test in the TDMDBV32." ::= {adTDMDBV32provTest 5} adTDMDBV32ErrorCount OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation with non zero value inserts one error into the test pattern, and zero value clears the error count." ::= {adTDMDBV32provTest 6} adTDMDBV32ErrorSecond OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation clears error second parameter." ::= {adTDMDBV32provTest 7} adTDMDBV32DBUtest OBJECT-TYPE SYNTAX INTEGER { disableDBUtest(1), enableDBUtest(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable or disable DBU test. When it is enabled, and the unit is not in dial backup condition, incoming signal from the receiver will be loopbacked to the transmitter after a incoming call is answered." ::= {adTDMDBV32provTest 8} -- --The TDM DB V32 Provision Dial Group -- adTDMDBV32StorePhoneNum1 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET stores phone number into register 1, max 32 digits." ::= {adTDMDBV32provDial 1} adTDMDBV32StorePhoneNum2 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET stores phone number into register 2, max 32 digits." ::= {adTDMDBV32provDial 2} adTDMDBV32StorePhoneNum3 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET stores phone number into register 3, max 32 digits." ::= {adTDMDBV32provDial 3} adTDMDBV32StorePhoneNum4 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET stores phone number into register 4, max 32 digits." ::= {adTDMDBV32provDial 4} adTDMDBV32StorePhoneNum5 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET stores phone number into register 5, max 32 digits." ::= {adTDMDBV32provDial 5} adTDMDBV32StorePhoneNum6 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET stores phone number into register 6, max 32 digits." ::= {adTDMDBV32provDial 6} adTDMDBV32StorePhoneNum7 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET stores phone number into register 7, max 32 digits." ::= {adTDMDBV32provDial 7} adTDMDBV32StorePhoneNum8 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET stores phone number into register 8, max 32 digits." ::= {adTDMDBV32provDial 8} adTDMDBV32StorePhoneNum9 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET stores phone number into register 9, max 32 digits." ::= {adTDMDBV32provDial 9} adTDMDBV32StorePhoneNum10 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET stores phone number into register 10, max 32 digits." ::= {adTDMDBV32provDial 10} adTDMDBV32NumberToDial OBJECT-TYPE SYNTAX INTEGER { dbuWithNumber1(1), dbuWithNumber2(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Offers a selection of stored numbers for the unit to automatically dial. The TDM DB V32 will then dial automatically if the leased line fails if it is set as originate." ::= {adTDMDBV32provDial 11} adTDMDBV32oosOpt OBJECT-TYPE SYNTAX INTEGER { dbuoosdisable(1), dbuoosenable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "When enabled, it allows the unit to go to dail backup when Out Of Service condition is encountered." ::= {adTDMDBV32provDial 12} adTDMDBV32NorxOpt OBJECT-TYPE SYNTAX INTEGER { dbunorxDisable(1), dbunorxEnable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "When enabled, it allows the unit to go to dial backup when the unit detects a loss of Receive Signal." ::= {adTDMDBV32provDial 13} adTDMDBV32NosxOpt OBJECT-TYPE SYNTAX INTEGER { dbunosxDisable(1), dbunosxEnable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "When enabled, it allows the TDM DB V32 to go to dial backup when the unit detects a loss of Sealing Current." ::= {adTDMDBV32provDial 14} adTDMDBV32DBUPattern OBJECT-TYPE SYNTAX INTEGER { disabled(1), enabled(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Disable or enable the function that allows the unit to go to dial backup mode when long string of 1's or 0's is received." ::= {adTDMDBV32provDial 15} adTDMDBV32DialBackup OBJECT-TYPE SYNTAX INTEGER { dialBackupDisable(1), dialBackupEnable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Disable or enable Dial Back Up function." ::= {adTDMDBV32provDial 16} adTDMDBV32Mode OBJECT-TYPE SYNTAX INTEGER { dbuOriginate(1), dbuAnswer(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option allows the selection of the TDM DB V32 unit to originate or answer if the dedicated circuit fails. One end should be set to originate and the other to answer." ::= {adTDMDBV32provDial 17} adTDMDBV32NetType OBJECT-TYPE SYNTAX INTEGER { dbuATTMCIandOther(1), dbuSprint(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option is used to select the company to provide the switched Digital Service. When US Sprint is selected, an automatic Echo Canceller Suppressor tone is emitted by the TDM DB V32 when dialing." ::= {adTDMDBV32provDial 18} adTDMDBV32RedialCount OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "This option allows the selection of the number of times the TDM DB V32 will redial the Far End when going to Backup. The redial count, which is manually entered, can be up to a maximum of 99 attempts. If the TDM DB V32 encounters a busy or reorder, it automatically attempts to establish the call the entered number of times." ::= {adTDMDBV32provDial 19} adTDMDBV32FailTimeout OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "This option allows the selection of the amount of time that the dedicated circirt failure condition is active before attempting switched Backup. The amount of time, which is manually entered, can be up to number of 99 seconds." ::= {adTDMDBV32provDial 20} adTDMDBV32RedialTimer OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "This option works in conjunction with the preceding option of Redial Counter. It allows the selection of the amount of time between redial attempts. The amount of time, which is manually entered, can be up to a maximum of 99 seconds." ::= {adTDMDBV32provDial 21} adTDMDBV32Compression OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option is used to select the data compression for the V.32bis operation. When enabled the system will increase the effective data throughput to speeds as high as 57.6kbps, depending on data type. On synchronous applications the speed is limited to a maximum of 14.4kbps." ::= {adTDMDBV32provDial 22} adTDMDBV32ErrorControl OBJECT-TYPE SYNTAX INTEGER { normalMode(1), directMode(2), reliableMNPMode(3), autoReliableMNPMode(4), reliableAPMMode(5), reliableV42(6), auto(7) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects different data compression algorism." ::= {adTDMDBV32provDial 23} adTDMDBV32AutoRestoreTimer OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "This option allows the selection of how long the TDM DBU is in the Switched BackUp mode before it tries to revert back to the dedicated circuit. The selection is entered in minutes ranging from 0 to 255 minutes. If 0 is entered, the Auto Restore function is disabled." ::= {adTDMDBV32provDial 24} adTDMDBV32FlowControl OBJECT-TYPE SYNTAX INTEGER { disable(1), xonxoff(2), ctsOnly(3), rtsCTS(4), universalXONXOFF(5) } ACCESS read-write STATUS mandatory DESCRIPTION "Selects different flow control method. This option only applies to V32 DBU" ::= {adTDMDBV32provDial 25} -- --The TDM DB V32 Call Group -- adTDMDBS4ManualDBU OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation causes the DSU DB V32 to go off hook and dial the accompanying number, max 32 digits in Originate Mode. A SET operation with any number causes the DSU DB V32 to answer the incoming call in Answer Mode." ::= {adTDMDBV32Call 1} adTDMDBV32TestManual OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation causes the TDM DB V32 to go off hook and dial the accompanying number, max 32 digits. Once the connection is established, the unit will run a proprietary test pattern through the dial backup line" ::= {adTDMDBV32Call 2} adTDMDBV32DialStored OBJECT-TYPE SYNTAX INTEGER{ dialStored1(2), dialStored2(3), dialStored3(4), dialStored4(5), dialStored5(6), dialStored6(7), dialStored7(8), dialStored8(9), dialStored9(10), dialStored10(11) } ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation causes the TDM DB V32 to go off hook and dial the number stored in one of the ten phone number registers (2 dials register 1, ... 11 dials register 10)." ::= {adTDMDBV32Call 3} adTDMDBV32TestStored OBJECT-TYPE SYNTAX INTEGER{ testStored1(2), testStored2(3), testStored3(4), testStored4(5), testStored5(6), testStored6(7), testStored7(8), testStored8(9), testStored9(10), testStored10(11) } ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation causes the TDM DB V32 to go off hook and dial the number stored in one of the ten phone number registers (2 dials register 1, ... 11 dials register 10). Once the connection is established, the unit will run a proprietary test pattern through the dial backup line." ::= {adTDMDBV32Call 4} adTDMDBV32Hangup OBJECT-TYPE SYNTAX INTEGER { hangupDBU(1) } ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation with value of 1 causes the TDM DB V32 to terminate the current call." ::= {adTDMDBV32Call 5} -- --The TDM DB V32 Admin Group -- adTDMDBV32Reset OBJECT-TYPE SYNTAX INTEGER{ reset(1) } ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation with value of 1 causes the TDM DB V32 to perform a firmware reset." ::= {adTDMDBV32Admin 1} adTDMDBV32FactoryOpt OBJECT-TYPE SYNTAX INTEGER { factoryOpt1(1), factoryOpt2(2), factoryOpt3(3), factoryOpt4(4) } ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation loads one of four factory default options." ::= {adTDMDBV32Admin 2} adTDMDBV32InitRemote OBJECT-TYPE SYNTAX INTEGER { initRemote(4) } ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation with value of 4 establishes the remote configuration link between the TDM DB V32 and the remote unit." ::= {adTDMDBV32Admin 3} adTDMDBV32ExitRemote OBJECT-TYPE SYNTAX INTEGER { exitRemote(1) } ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation with value of 1 terminates the remote configuration link between the TDM DB V32 and the remote unit." ::= {adTDMDBV32Admin 4} adTDMDBV32RemoteMux OBJECT-TYPE SYNTAX INTEGER { setConfigToRemote(1), getConfigFromRemote(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Transmits configuration to a remote mux or get configuration from the remote mux." ::= {adTDMDBV32Admin 5} adTDMDBV32CopyPort OBJECT-TYPE SYNTAX INTEGER { copyPort1(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Copy port1 configuration to other 3 ports." ::= {adTDMDBV32Admin 6} adTDMDBV32FrontPanel OBJECT-TYPE SYNTAX INTEGER { frontPanelDIS(1), frontPanelENA(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable or disable front panel operation." ::= {adTDMDBV32Admin 7 } adTDMDBV32RemoteConfig OBJECT-TYPE SYNTAX INTEGER { remoteDIS(1), remoteENA(2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable or disable remote configuration of the TDM DB V32." ::= {adTDMDBV32Admin 8} adTDMDBV32atid OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Contains TDM DB V32 product identification information." ::= {adTDMDBV32Admin 9} adTDMDBV32TrapArm OBJECT-TYPE SYNTAX INTEGER { trapDISARM(1), trapARM(2) } ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation disarms or arms the TDM DB V32 trap functions." ::= {adTDMDBV32Admin 10 } -- --The TDM DB V32 Status Group -- adTDMDBV32GeneralStatus OBJECT-TYPE SYNTAX INTEGER { noTestNoRemote(1), localLoopOnly(3), dteAndLoop(4), remoteConfigMaster(5), remoteConfigSlave(6), remoteFromDte(7), remoteLoopTP(8), dteWithTP(9), testPattern(10), dteAndLoopTest(11), loopOnlyTest(12), dbuTestOrig(14), dbuTestAnswer(15), dteOnlyPort1(130), dteOnlyPort2(131), dteOnlyPort3(132), dteOnlyPort4(133), rdlPort1(134), rdlPort2(135), rdlPort3(136), rdlPort4(137) } ACCESS read-only STATUS mandatory DESCRIPTION "Variable contains TDM DB V32 test and remote configuration status information." ::= {adTDMDBV32Status 1} adTDMDBV32SelfTestStatus OBJECT-TYPE SYNTAX INTEGER { selfTestPassed(1), romTestFailed(2), ramTestFailed(3), lalTestFailed(4), eeTestFailed(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Variable contains TDM DB V32 self test result." ::= {adTDMDBV32Status 2} adTDMDBV32LoopStatus OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates loop status information. The adTDMDBV32loopstatus is a bit map represented as a sum, therefore, it can represent multiple loop status simutaneously. The variable bit position are: 1 OOS/OOF code received from network 2 No receive signal 4 No sealing current 8 No frame sync in secondary channel mode 16 Attempting to rate adapt 32 RT test from phone company 64 LL test from phone company 128 Dial backup is in progress or backup line is active " ::= {adTDMDBV32Status 3} adTDMDBV32LoopStatusAlt OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates alternate loop status information. The adTDMDBV32loopstatusalt is a bit map represented as a sum, therefore, it can represent multiple loop status simutaneously. The variable bit position are: 1 OOS/OOF code received from network 2 No receive signal 4 No sealing current 8 No frame sync in sec channel mode or OFF HOOK running test pattern 16 Attempting to rate adapt or OFF HOOK DBU in loopback 32 RT test from phone company 64 LL test from phone company 128 Dial backup is in progress or backup line is active " ::= {adTDMDBV32Status 4} adTDMDBV32DialingStatus OBJECT-TYPE SYNTAX INTEGER (0..32) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates dialing status information. The adTDMDBV32dialingstatus is a bit map represented as a sum, therefore, it can represent multiple dialing status simutaneously. The variable bit position are: 1 TDMDBV32 is dialing a number 2 TDMDBV32 is online passing data 4 No wink from switch (cleared after 5 seconds) 8 Number is busy 16 No answer (cleared after 5 seconds) " ::= {adTDMDBV32Status 5} adTDMDBV32Port1Status OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates DTE signal status information. The adTDMDBV32Port1Status is a bit map represented as a sum, therefore, it can represent multiple DTE signal status simutaneously. The variable bit position are: 1 Reserved 2 Reserved 4 CD is active 8 RD is active 16 TD is active 32 CS is active 64 RS is active 128 Reserved " ::= {adTDMDBV32Status 6} adTDMDBV32Port2Status OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates DTE signal status information. The adTDMDBV32Port2Status is a bit map represented as a sum, therefore, it can represent multiple DTE signal status simutaneously. The variable bit position are: 1 Reserved 2 Reserved 4 CD is active 8 RD is active 16 TD is active 32 CS is active 64 RS is active 128 Reserved " ::= {adTDMDBV32Status 7} adTDMDBV32Port3Status OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates DTE signal status information. The adTDMDBV32Port3Status is a bit map represented as a sum, therefore, it can represent multiple DTE signal status simutaneously. The variable bit position are: 1 Reserved 2 Reserved 4 CD is active 8 RD is active 16 TD is active 32 CS is active 64 RS is active 128 Reserved " ::= {adTDMDBV32Status 8} adTDMDBV32Port4Status OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates DTE signal status information. The adTDMDBV32Port4Status is a bit map represented as a sum, therefore, it can represent multiple DTE signal status simutaneously. The variable bit position are: 1 Reserved 2 Reserved 4 CD is active 8 RD is active 16 TD is active 32 CS is active 64 RS is active 128 Reserved " ::= {adTDMDBV32Status 9} adTDMDBV32CommandStatus OBJECT-TYPE SYNTAX INTEGER { successful(1), failed(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the snmp command is successfully executed." ::= {adTDMDBV32Status 10} -- --The TDM DB V32 Enterprise Specific Traps -- adTDMDBV32ColdStart TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "The unit has powered up." -- #TYPE "Status - Cold Start" -- #SUMMARY "TDMDBV32 5600: A Cold Start has occurred for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5600 adTDMDBV32InTest TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "This indicates that TDM DB V32 enters test mode." -- #TYPE "Status - Test Mode" -- #SUMMARY "TDMDBV32 5601: In test state exists for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5601 adTDMDBV32EndTest TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "This indicates that TDM DB V32 exits test mode." -- #TYPE "Status - Test Mode" -- #SUMMARY "TDMDBV32 5611: End test state exists for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5611 adTDMDBV32InAlarm TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "This indicates that TDM DB V32 enters alarm mode." -- #TYPE "Status - Alarm Mode" -- #SUMMARY "TDMDBV32 5602: In alarm state exists for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5602 adTDMDBV32EndAlarm TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "This indicates that TDM DB V32 exits alarm mode." -- #TYPE "Status - Alarm Mode" -- #SUMMARY "TDMDBV32 5612: End alarm state exists for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5612 adTDMDBV32RemoteCFGDisable TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "This indicates that the TDM DB V32 can not establish remote configuration." -- #TYPE "Status - Remote Configuration Mode" -- #SUMMARY "TDMDBV32 5603: Remote configuration disable state exists for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5603 adTDMDBV32RemoteCFGEnable TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "This indicates that the TDM DB V32 can establish remote configuration." -- #TYPE "Status - Remote Configuration Mode" -- #SUMMARY "TDMDBV32 5613: Remote configuration enable state exists for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5613 adTDMDBV32RemoteMasterOn TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "This indicates that TDM DB V32 enters remote configuration master mode." -- #TYPE "Status - Remote Configuration Master Mode" -- #SUMMARY "TDMDBV32 5604: Remote master mode ON state exists for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5604 adTDMDBV32RemoteMasterOff TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "This indicates that TDM DB V32 enters remote configuration slave mode." -- #TYPE "Status - Remote Configuration Master Mode" -- #SUMMARY "TDMDBV32 5614: Remote master mode OFF state exists for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5614 adTDMDBV32InDialBackup TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "This indicates that TDM DB V32 enters dial backup mode." -- #TYPE "Status - Dial Backup Mode" -- #SUMMARY "TDMDBV32 5605: Dial backup mode exists for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5605 adTDMDBV32EndDialBackup TRAP-TYPE ENTERPRISE adTDMDBV32 VARIABLES { adProdPhysAddress } DESCRIPTION "This indicates that TDM DB V32 exits dial backup mode." -- #TYPE "Status - Dial Backup Mode" -- #SUMMARY "TDMDBV32 5615: Dial backup mode no longer exists for " -- #SUMMARY "Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 5615 END