ADTRAN-DSUIV-MIB DEFINITIONS ::= BEGIN ---------------------------------------------------------------------- -- TITLE: ADTRAN DSUIV ESP MIB -- FILENAME: DSUIV.MIB -- AUTHOR: Jeff Wells -- DATE: 97/06/05 ---------------------------------------------------------------------- IMPORTS enterprises FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC1213-MIB TRAP-TYPE FROM RFC-1215; -- OBJECT IDENTIFIERS adtran OBJECT IDENTIFIER ::= {enterprises 664} adProducts OBJECT IDENTIFIER ::= {adtran 1} adMgmt OBJECT IDENTIFIER ::= {adtran 2} adDSUIVmg OBJECT IDENTIFIER ::= {adMgmt 125} adDSUIV OBJECT IDENTIFIER ::= {adProducts 125} -- Operation Groups adDSUIVStatus OBJECT IDENTIFIER ::= {adDSUIVmg 1} adDSUIVTest OBJECT IDENTIFIER ::= {adDSUIVmg 2} adDSUIVConfig OBJECT IDENTIFIER ::= {adDSUIVmg 3} adDSUIVDial OBJECT IDENTIFIER ::= {adDSUIVmg 4} -- Configuration Groups adDSUIVCfgUnit OBJECT IDENTIFIER ::= {adDSUIVConfig 1} adDSUIVCfgNet OBJECT IDENTIFIER ::= {adDSUIVConfig 2} adDSUIVCfgDte OBJECT IDENTIFIER ::= {adDSUIVConfig 3} adDSUIVCfgTest OBJECT IDENTIFIER ::= {adDSUIVConfig 4} adDSUIVCfgDial OBJECT IDENTIFIER ::= {adDSUIVConfig 5} adDSUIVCfgDBU OBJECT IDENTIFIER ::= {adDSUIVConfig 6} ------------------------------------------------------------------------------ -- The DSUIV Status Group ------------------------------------------------------------------------------ adDSUIVUnitState OBJECT-TYPE SYNTAX INTEGER { normal(1), alarm(2), dialBackup(3), test(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This status contains the current DSUIV operational state." ::= {adDSUIVStatus 1} adDSUIVTestStatus OBJECT-TYPE SYNTAX INTEGER { normal(1), dteOnly(2), localLoopOnly(3), localDTEandLoop(4), remoteConfigMaster(5), remoteConfigSlave(6), remoteLoop(7), remoteLoopTP(8), dteWithTP(9), testPattern(10), dteAndLoopTest(11), loopOnlyTest(12), rdlFromDSUIV(13), dbuTestOrig(14), dbuTestAnswer(15) } ACCESS read-only STATUS mandatory DESCRIPTION "This status variable contains DSUIV test and remote configuration status information." ::= {adDSUIVStatus 2} adDSUIVSelfTest OBJECT-TYPE SYNTAX INTEGER { selfTestPass(1), checksumFail(2), ramTestFail(3), lalTestFail(4), eepromTestFail(5) } ACCESS read-only STATUS mandatory DESCRIPTION "This status variable contains DSUIV unit self test result." ::= {adDSUIVStatus 3} adDSUIVLoopStatus OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This status variable contains network loop status information. The status is a bit mapped sum, multiple bits can be active simultaneoulsy. The status bit positions 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" ::= {adDSUIVStatus 4} adDSUIVDialStatus OBJECT-TYPE SYNTAX INTEGER (0..32) ACCESS read-only STATUS mandatory DESCRIPTION "This status variable indicates dialing status information. The status is a bit mapped sum, multiple bits can be active simultaneoulsy. The status bit positions are: 1 DSUIV is dialing a number 2 DSUIV is online passing data 4 No wink from switch(cleared after 5 seconds) 8 Number is busy 16 No answer(cleared after 5 seconds) 32 Ringing" ::= {adDSUIVStatus 5} adDSUIVDteStatus1 OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This status variable indicates DTE signal status information. The status is a bit mapped sum, multiple bits can be active simultaneoulsy. The status bit positions are: 1 TM Test Mode Indicator 2 RD Receive Data 4 TD Transmit Data 8 CD Carrier Detect 16 CS Clear to Send 32 RS Request to Send 64 SR Data Set Ready 128 TR Terminal Ready" ::= {adDSUIVStatus 6} adDSUIVDteStatus2 OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "This status variable indicates DTE signal status information. The status is a bit mapped sum, multiple bits can be active simultaneoulsy. The status bit positions are: 1 RI Ring Indicator 2 reserved 4 reserved 8 reserved 16 LLB Local Loopback 32 RLB Remote Loopback 64 reserved 128 Anti-stream timer active" ::= {adDSUIVStatus 7} adDSUIVCmdStatus OBJECT-TYPE SYNTAX INTEGER { success(1), fail(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This status variable indicates the result of the last command executed." ::= {adDSUIVStatus 8} adDSUIVESPDBUCard OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), espDbuS4W(2), espDbuV34(3), espDbuISDN(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The type ESP Dial Backup Card installed in the DSUIV unit." ::= {adDSUIVStatus 9} adDSUIVESPLanCard OBJECT-TYPE SYNTAX INTEGER { notInstalled(1), espEthernet(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The type ESP Lan Card installed in the DSUIV unit." ::= {adDSUIVStatus 10} adDSUIVLeds OBJECT-TYPE SYNTAX INTEGER (0..128) ACCESS read-only STATUS mandatory DESCRIPTION "This status value contains the on or off state of the DSUIV unit's front panel indicators. Each LED is represented by a bit in the status value. A bit value of one indicates the LED is on. The LED bit values are: 1 RS 2 CS 4 TD 8 RD 16 CD 32 ALM 64 TST" ::= {adDSUIVStatus 11} ------------------------------------------------------------------------------ -- DSUIV Configure Unit Group ------------------------------------------------------------------------------ adDSUIVResetUnit OBJECT-TYPE SYNTAX INTEGER { reset(1) } ACCESS read-write STATUS mandatory DESCRIPTION "A Set operation with value of 1 causes the DSUIV Unit to perform a reset operation. CAUTION! the reset operation commands the unit to execute a power-up initialization." ::= {adDSUIVCfgUnit 1} adDSUIVCfgOption OBJECT-TYPE SYNTAX INTEGER { factProfile1(1), factProfile2(2), factProfile3(3), factProfile4(4) } ACCESS read-write STATUS mandatory DESCRIPTION "A Set operation to one of the profile values will load the DSUIV operating configuration with the selected factory profile configuration values." ::= {adDSUIVCfgUnit 2} adDSUIVKeypad OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables or disables front panel keypad operation." ::= {adDSUIVCfgUnit 3} adDSUIVEnaRemAccess OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option allows remote configuration of the unit." ::= {adDSUIVCfgUnit 4} adDSUIVTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The DSUIV clock time in 24 hours:minutes:seconds." ::= {adDSUIVCfgUnit 5} adDSUIVDate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The DSUIV clock date in month-day-year." ::= {adDSUIVCfgUnit 6} adDSUIVEnaTraps OBJECT-TYPE SYNTAX INTEGER { disable(1), genericOnlyTraps(2), enableAllTraps(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables the unit to send SNMP Trap messages for alarm conditions. The SNMP Traps are sent to stations specified in the TRAP IP Address table. The options are disable(1), send Generic standard traps(2), or enable all traps, including DSUIV enterprise specific(3)." ::= {adDSUIVCfgUnit 7} -- -- Trap Address Table -- adDSUIVTrapAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF AdTrapAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Trap Host Address Table." ::= {adDSUIVCfgUnit 8} adTrapAddrEntry OBJECT-TYPE SYNTAX AdTrapAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Trap Address Table" INDEX { adTrapAddrIndex } ::= { adDSUIVTrapAddrTable 1 } AdTrapAddrEntry ::= SEQUENCE { adTrapAddrIndex INTEGER, adTrapAddress DisplayString } adTrapAddrIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The corresponding index that identifies the stored Host Trap Address." ::= {adTrapAddrEntry 1} adTrapAddress OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The Host Trap IP Address in dotted notation. For example: 192.239.232.59." ::= {adTrapAddrEntry 2} ------------------------------------------------------------------------------ -- DSUIV Configure Network Group ------------------------------------------------------------------------------ adDSUIVLoopRate OBJECT-TYPE SYNTAX INTEGER { autoRate(1), bps2400(2), bps4800(3), bps9600(4), bps19k(5), bps38k(6), bps56k(7), bps64k(8) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the network loop operating speed." ::= {adDSUIVCfgNet 1} adDSUIVddsNetAddr OBJECT-TYPE SYNTAX INTEGER (0..254) ACCESS read-write STATUS mandatory DESCRIPTION "This is the DDS network address used to identify the unit for remote operations in multipoint circuits." ::= {adDSUIVCfgNet 2} adDSUIVddsNetType OBJECT-TYPE SYNTAX INTEGER { dedicated(1), attMciSw56(2), usSprint(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This option configures the unit for a specific network type: dedicated(1), AT&T/MCI Switched 56(2), or US SPRINT Switched 56(3)." ::= {adDSUIVCfgNet 3} adDSUIVClockSource OBJECT-TYPE SYNTAX INTEGER { master(1), fromLoopRx(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the internal timing source for the DSUIV." ::= {adDSUIVCfgNet 4} ------------------------------------------------------------------------------ -- DSUIV Configure DTE Group ------------------------------------------------------------------------------ adDSUIVDteRate OBJECT-TYPE SYNTAX INTEGER { bps2400(1), bps4800(2), bps9600(3), bps19k(4), bps38k(5), bps56ksync-57kasync(6), sameAsLoop(7) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the DTE operating speed." ::= {adDSUIVCfgDte 1} adDSUIVScrambler OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables or disables DTE data scrambler when network loop rate is operating at 64 kbps." ::= {adDSUIVCfgDte 2} adDSUIVDteConnType OBJECT-TYPE SYNTAX INTEGER { rs232(1), v35(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the primary DTE connector type for operation as either RS-232(1) or V.35(2)." ::= {adDSUIVCfgDte 3} adDSUIVDataFormat OBJECT-TYPE SYNTAX INTEGER { asynchronous(1), synchronous(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects either asynchronous or synchronous data format for the DTE interface." ::= {adDSUIVCfgDte 4} adDSUIVCommandMode OBJECT-TYPE SYNTAX INTEGER { disable(1), atcmd(2), v25SDLC(3), v25Async(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the command mode for the primary DTE interface." ::= {adDSUIVCfgDte 5} adDSUIVAsyncFormat OBJECT-TYPE SYNTAX INTEGER { async9Bits(1), async10Bits(2), async11Bits(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the asynchronous word length when the data format is asynchronous." ::= {adDSUIVCfgDte 6} adDSUIVATCmdEcho OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables or disables command echo when in AT Command Mode." ::= {adDSUIVCfgDte 7} adDSUIVATResultCode OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables or disables command response when in AT Command Mode." ::= {adDSUIVCfgDte 8} adDSUIVATCodeFormat OBJECT-TYPE SYNTAX INTEGER { short(1), long(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects short or long AT command response format when in AT Command Mode." ::= {adDSUIVCfgDte 9} adDSUIVTransmitClk OBJECT-TYPE SYNTAX INTEGER { internal(1), external(2), invert(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the transmit clock source used by the unit to transfer data from the DTE." ::= {adDSUIVCfgDte 10} adDSUIVCSoption OBJECT-TYPE SYNTAX INTEGER { forcedOn(1), followRS(2), onWithCD(3), onWithRSCD(4), offWithLOCD(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects mode of operation for DTE clear to send (CS) lead. OFF WITH LOCD option is valid for SW56 mode only." ::= {adDSUIVCfgDte 11} adDSUIVRStoCSdelay OBJECT-TYPE SYNTAX INTEGER { short(1), long(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects short or long delay from RS to CS when CS is controlled by RS." ::= {adDSUIVCfgDte 12} adDSUIVAntiStream OBJECT-TYPE SYNTAX INTEGER { disable(1), sec10(2), sec30(3), sec60(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the anti-stream timeout. The anti-stream timeout is the maximum time the DSUIV transmits data into the network from the DTE. This feature is used in multi-drop networks to prevent one DTE from continuously sending to a master DSUIV. The anti-stream timer runs when the request to send (RS) lead is active." ::= {adDSUIVCfgDte 13} adDSUIVCDoption OBJECT-TYPE SYNTAX INTEGER { forcedOn(1), normal(2), offWithLossCD(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects operating mode for the receive line signal detector (CD) lead on DTE connector." ::= {adDSUIVCfgDte 14} adDSUIVTRoption OBJECT-TYPE SYNTAX INTEGER { ignored(1), idleWhenOff(2), off-onDial1(3), off-onDial2(4), noDBUifOff(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the DSUIV response to changes in data terminal ready (TR) lead from the DTE. The NO DBU IF OFF, option 5, is valid only if a ESP DBU card is installed and the unit is not operating in SW56 mode." ::= {adDSUIVCfgDte 15} adDSUIVSRoption OBJECT-TYPE SYNTAX INTEGER { forcedOn(1), offOOSOnly(2), offLOCDOnly(3), offTESTOnly(4), offTEST-OOS(5), offTEST-LOCD(6) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects operation for the data set ready (SR) lead." ::= {adDSUIVCfgDte 16} ------------------------------------------------------------------------------ --The DSUIV Configure Test Group ------------------------------------------------------------------------------ adDSUIVTestTimeout OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "This option sets the length of time the DSUIV remains in a test or remote configuration mode before automatically returning to data mode. The time is in seconds. A zero value disables the timeout operation." ::= {adDSUIVCfgTest 1} adDSUIVAcceptRDL OBJECT-TYPE SYNTAX INTEGER { disableRDL(1), enableRDL(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables or disables DSUIV acceptance of remote digital loopback command." ::= {adDSUIVCfgTest 2} adDSUIVEiaLLB OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables EIA controlled local loopback LLB from the DTE." ::= {adDSUIVCfgTest 3} adDSUIVEiaRLB OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables EIA controlled remote loopback RLB from the DTE." ::= {adDSUIVCfgTest 4} adDSUIVDBUAnswerTest OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This DBU test option enables the unit to answer a dial backup call to perform a DBU Connection test. When enabled, and not in dial backup, the unit will answer an incoming call and loopback the DBU receiver to the DBU transmitter. " ::= {adDSUIVCfgTest 5} ------------------------------------------------------------------------------ --The DSUIV Configure Dial Group ------------------------------------------------------------------------------ adDSUIVSw56AutoAns OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables or disables whether the DSUIV will automatically answer a Switch 56 Call." ::= {adDSUIVCfgDial 1} -- -- Dial Phone Number Table -- adDSUIVPhoneNumTable OBJECT-TYPE SYNTAX SEQUENCE OF AdPhoneNumberEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The dial phone number table." ::= {adDSUIVCfgDial 2} adPhoneNumberEntry OBJECT-TYPE SYNTAX AdPhoneNumberEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the phone number table" INDEX { adPhoneNumberIndex } ::= { adDSUIVPhoneNumTable 1 } AdPhoneNumberEntry ::= SEQUENCE { adPhoneNumberIndex INTEGER, adPhoneNumber DisplayString } adPhoneNumberIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The corresponding index that identifies the stored phone number." ::= {adPhoneNumberEntry 1} adPhoneNumber OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The stored phone number, maximum 32 digits." ::= {adPhoneNumberEntry 2} ------------------------------------------------------------------------------ --The DSUIV Configure Dial Backup Group ------------------------------------------------------------------------------ adDSUIVDBUOption OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option specifies whether the unit automatically enters dial backup mode or waits for manual setup." ::= {adDSUIVCfgDBU 1} adDSUIVDBUStartLockout OBJECT-TYPE SYNTAX INTEGER (0..23) ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the hour to begin disabling dial backup operation when daily or weekend lockout mode is active." ::= {adDSUIVCfgDBU 2} adDSUIVDBUEndLockout OBJECT-TYPE SYNTAX INTEGER (0..23) ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the hour to end dial backup lockout when daily or weekend lockout mode is active." ::= {adDSUIVCfgDBU 3} adDSUIVDBUNumToDial OBJECT-TYPE SYNTAX INTEGER { huntFromNumber1(1), dialNumber2(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option offers a selection of stored numbers for the unit to automatically dial. If the primary DSUIV line fails, and the DSUIV is set to originate, the DSUIV dials the numbers in chronological order to setup the dial backup line. Option (1) performs a circular hunt operation through the list of phone numbers in the phone number table. Option (2) will only select phone number 2 in the table for dialing." ::= {adDSUIVCfgDBU 4} adDSUIVDBUMode OBJECT-TYPE SYNTAX INTEGER { originate(1), answer(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option specifies the dial backup operating mode for the unit as orginate or answer. One end must be set to originate and the other end to answer." ::= {adDSUIVCfgDBU 5} adDSUIVDBUOOS OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables the unit to enter backup mode if an out-of-service condition is detected from the network." ::= {adDSUIVCfgDBU 6} adDSUIVDBUNoRx OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables the unit to enter backup mode when a loss of receive signal is detected from the network." ::= {adDSUIVCfgDBU 7} adDSUIVDBUNoSealCurr OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables the unit to enter backup mode when a loss of sealing current is detected from the network." ::= {adDSUIVCfgDBU 8} adDSUIVDBUOnPattern OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables the unit to enter backup mode when a pattern of all ones or zeros is received that exceeds the DBU Fail Timer. If this condition is detected, the DSUIV initiates a handshake operation with the remote unit to determine if the DTE is transmitting a constant data pattern or the network has failed." ::= {adDSUIVCfgDBU 9} adDSUIVAutoRestoreTimer OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the amount of time that the DSUIV circuit must be active before the unit switches from backup to normal mode of operation. The timer value is in minutes from 0 to 99. A zero value disables automatic restore, DSUIV operation must be restored manually." ::= {adDSUIVCfgDBU 10} adDSUIVRedialCount OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "This option allows the selection of the number of times the unit will redial the Far End unit when attempting to go to backup and a busy or reorder condition occurs. Redial count can be set for a maximum of 99." ::= {adDSUIVCfgDBU 11} adDSUIVDBUFailTimeout 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 circuit failure condition is active before attempting to enter dial backup mode. The Fail Timeout value is in seconds up to a maximum of 99 seconds." ::= {adDSUIVCfgDBU 12} adDSUIVDBURedialTimer OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "This option works in conjunction with the Redial Counter option. The Redial Timer specifies the amount of time between redial attempts. The Redial Timer value is seconds, up to a maximum of 99 seconds." ::= {adDSUIVCfgDBU 13} adDSUIVDBUPassCheck OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option allows the unit to send and verify a dial backup passcode for an additional level of security. When enabled, the originate unit sends the passcode and the answer unit checks the passcode before the backup connection is considered valid." ::= {adDSUIVCfgDBU 14} adDSUIVDBUPassCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This option sets the dial backup passcode used to provide an additional level of security. A passcode of one to ten digit characters can be set. If enabled, the originate unit sends the passcode and the answer unit checks the passcode to verify the connection." ::= {adDSUIVCfgDBU 15} -- -- ISDN Dial Backup Options -- adDSUIVDBUISDNNet OBJECT-TYPE SYNTAX INTEGER { att-5ess(1), nt-dms-100(2), national-isdn1(3) } 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 DSUIV unit when dialing." ::= {adDSUIVCfgDBU 16} -- -- V.32 bis and V.34 Dial Backup Options -- adDSUIVDBUMNPmode OBJECT-TYPE SYNTAX INTEGER { normalMode(1), directMode(2), reliableMNPMode(3), autoReliableMNPMode(4), reliableAPMMode(5), reliableV42(6), auto(7) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the type of error control to be negotiated at the start of the V.32 bis or V.34 modem connection." ::= {adDSUIVCfgDBU 17} adDSUIVDBUFlowCtrl OBJECT-TYPE SYNTAX INTEGER { disabled(1), xon-xoff(2), ctsOnly(3), rts-cts(4), uni-xon-xoff(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the type of flow control used by the V.32 bis or V.34 modem." ::= {adDSUIVCfgDBU 18} adDSUIVDBUCompress 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.32 bis or V.34 operation when running asynchronously. When enabled the system will increase the effective data throughput to speeds as high as 57.6kbps, depending on data type. For synchronous applications, the speed is limited to a maximum of 14.4 kbps for V.32 and 28.8 kbps for V.34." ::= {adDSUIVCfgDBU 19} adDSUIVWeekendLockout OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables or disables Weekend Lockout for Dial Backup operation. If enabled, no backup will occur from midnight Friday to midnight Sunday." ::= {adDSUIVCfgDBU 20} adDSUIVDailyLockout OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables or disables Daily Lockout for Dial Backup operation. If enabled, no backup will occur between Lockout Start hour and Lockout End hour." ::= {adDSUIVCfgDBU 21} adDSUIVAnswerAlways OBJECT-TYPE SYNTAX INTEGER { disable(1), enable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This option enables or disables Answer Always for Dial Backup operation. If enabled, the answer unit answers any incoming call regardless of failed conditions." ::= {adDSUIVCfgDBU 22} ------------------------------------------------------------------------------ --The DSUIV Test Group ------------------------------------------------------------------------------ adDSUIVTestCommand OBJECT-TYPE SYNTAX INTEGER { exitTest(1), dteLoopLL(2), loopOnlyRT(3), dteOnly(4), dtePattern(5), testPattern(6), selfTest(7), remoteLoopPattern(8), remoteLoopDteData(9) } ACCESS read-write STATUS mandatory DESCRIPTION "A Set for this option performs one of the DSUIV test operations." ::= {adDSUIVTest 1} adDSUIVTestPattern OBJECT-TYPE SYNTAX INTEGER { pattern2047(1), pattern511(2), stress1(3), stress2(4), stress3(5), stress4(6), dataFromDte(7) } ACCESS read-write STATUS mandatory DESCRIPTION "This option selects a test pattern to be used during test commands with patterns." ::= {adDSUIVTest 2} adDSUIVInsertError OBJECT-TYPE SYNTAX INTEGER { insertError(1) } ACCESS read-write STATUS mandatory DESCRIPTION "A Set operation will insert one error into the transmitted test pattern during pattern tests." ::= {adDSUIVTest 3} adDSUIVClearErrors OBJECT-TYPE SYNTAX INTEGER { clearError(1) } ACCESS read-write STATUS mandatory DESCRIPTION "A SET operation will clear the error counters." ::= {adDSUIVTest 4} adDSUIVErrorCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This value indicates the number of errors accumulated by the test pattern detector." ::= {adDSUIVTest 5} adDSUIVDBUConnTest OBJECT-TYPE SYNTAX INTEGER (0..10) ACCESS read-write STATUS mandatory DESCRIPTION "This option performs a DBU Connection Test. The Set value selects the phone number to dial the remote unit. A value of 0 selects the Dial Backup string, 1 to 10 selects the stored phone number from the list in the phone number table." ::= {adDSUIVTest 6} adDSUIVRemoteAddr OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "This option selects the address of the remote unit for remote test operations." ::= {adDSUIVTest 7} ------------------------------------------------------------------------------ --The DSUIV Dial Group ------------------------------------------------------------------------------ adDSUIVDialCmd OBJECT-TYPE SYNTAX INTEGER (0..10) ACCESS read-write STATUS mandatory DESCRIPTION "This Network Dial command makes a call through either the Switched DDS Network or the ESP Dial Backup Card. A Set operation commands the DSUIV to go off hook and dial the number selected by the set value. A value of 0 selects the Manual Dial String, while 1 to 10 selects the stored number in the Dial Directory table (1-10)." ::= {adDSUIVDial 1} adDSUIVManDialString OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The Manual Dial String is used to make a call when a Dial Command value 0 is set." ::= {adDSUIVDial 2} adDSUIVHangUpCall OBJECT-TYPE SYNTAX INTEGER { hangup(1) } ACCESS read-write STATUS mandatory DESCRIPTION "A Set operation commands the DSUIV to terminate the current call." ::= {adDSUIVDial 3} adDSUIVAnswerCall OBJECT-TYPE SYNTAX INTEGER { answer(1) } ACCESS read-write STATUS mandatory DESCRIPTION "A Set operation commands the DSUIV to answer the incoming SW56 or DBU call." ::= {adDSUIVDial 4} adDSUIVTurnBeepOff OBJECT-TYPE SYNTAX INTEGER { beepOff(1) } ACCESS read-write STATUS mandatory DESCRIPTION "A Set operation commands the DSUIV to turn the audible beeper off." ::= {adDSUIVDial 5} ------------------------------------------------------------------------------ --The DSUIV Enterprise Specific Traps ------------------------------------------------------------------------------ adDSUIVAlarmActive TRAP-TYPE ENTERPRISE adDSUIV VARIABLES { adDSUIVUnitState, adDSUIVTestStatus, adDSUIVSelfTest, adDSUIVLoopStatus, adDSUIVDialStatus, adDSUIVDteStatus1, adDSUIVDteStatus2 } DESCRIPTION "This indicates that the DSUIV unit enters alarm mode." -- #TYPE "Status - Alarm Mode" -- #SUMMARY "DSUIV 12501: Alarm Condition Active" -- #SUMMARY "Unit State: %d, Test Status: %s" -- #ARGUMENTS {0, 1} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 12501 adDSUIVAlarmClear TRAP-TYPE ENTERPRISE adDSUIV VARIABLES { adDSUIVUnitState, adDSUIVTestStatus, adDSUIVSelfTest, adDSUIVLoopStatus, adDSUIVDialStatus, adDSUIVDteStatus1, adDSUIVDteStatus2 } DESCRIPTION "This indicates that the DSUIV unit alarm condition cleared." -- #TYPE "Status - Alarm Mode" -- #SUMMARY "DSUIV 12502: Alarm Condition Cleared" -- #SUMMARY "Unit State: %d, Test Status: %x" -- #ARGUMENTS {0, 1} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 12502 adDSUIVInDBU TRAP-TYPE ENTERPRISE adDSUIV VARIABLES { adDSUIVUnitState, adDSUIVTestStatus, adDSUIVSelfTest, adDSUIVLoopStatus, adDSUIVDialStatus, adDSUIVDteStatus1, adDSUIVDteStatus2 } DESCRIPTION "This indicates that the DSUIV unit enters Dial Backup mode." -- #TYPE "Status - Dial Backup Mode" -- #SUMMARY "DSUIV 12503: In Dial Backup" -- #SUMMARY "Unit State: %d, Test Status: %x" -- #ARGUMENTS {0, 1} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 12503 adDSUIVEndDBU TRAP-TYPE ENTERPRISE adDSUIV VARIABLES { adDSUIVUnitState, adDSUIVTestStatus, adDSUIVSelfTest, adDSUIVLoopStatus, adDSUIVDialStatus, adDSUIVDteStatus1, adDSUIVDteStatus2 } DESCRIPTION "This indicates that the DSUIV unit exits dial backup mode." -- #TYPE "Status - Dial Backup Mode" -- #SUMMARY "DSUIV 12504: End Dial Backup" -- #SUMMARY "Unit State: %d, Test Status: %x" -- #ARGUMENTS {0, 1} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 12504 adDSUIVInTest TRAP-TYPE ENTERPRISE adDSUIV VARIABLES { adDSUIVUnitState, adDSUIVTestStatus, adDSUIVSelfTest, adDSUIVLoopStatus, adDSUIVDialStatus, adDSUIVDteStatus1, adDSUIVDteStatus2 } DESCRIPTION "This indicates that the DSUIV unit enters test mode." -- #TYPE "Status - Test Mode" -- #SUMMARY "DSUIV 12505: In Test" -- #SUMMARY "Unit State: %d, Test Status: %x" -- #ARGUMENTS {0, 1} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 12505 adDSUIVEndTest TRAP-TYPE ENTERPRISE adDSUIV VARIABLES { adDSUIVUnitState, adDSUIVTestStatus, adDSUIVSelfTest, adDSUIVLoopStatus, adDSUIVDialStatus, adDSUIVDteStatus1, adDSUIVDteStatus2 } DESCRIPTION "This indicates that the DSUIV unit exits test mode." -- #TYPE "Status - Test Mode" -- #SUMMARY "DSUIV 12506: End Test" -- #SUMMARY "Unit State: %d, Test Status: %x" -- #ARGUMENTS {0, 1} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 12506 END