⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc1696.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 3 页
字号:
mdmLineCapabilitiesV34 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "ITU V.34"    ::= { mdmLineCapabilities 14 }mdmLineCapabilitiesV42 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "ITU V.42"    ::= { mdmLineCapabilities 15 }mdmLineCapabilitiesV42bis OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "ITU V.42bis"    ::= { mdmLineCapabilities 16 }mdmLineCapabilitiesMNP1 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "MNP1"    ::= { mdmLineCapabilities 17 }mdmLineCapabilitiesMNP2 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "MNP2"    ::= { mdmLineCapabilities 18 }mdmLineCapabilitiesMNP3 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "MNP3"    ::= { mdmLineCapabilities 19 }mdmLineCapabilitiesMNP4 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "MNP4"    ::= { mdmLineCapabilities 20 }mdmLineCapabilitiesMNP5 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "MNP5"    ::= { mdmLineCapabilities 21 }mdmLineCapabilitiesMNP6 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "MNP6"    ::= { mdmLineCapabilities 22 }mdmLineCapabilitiesMNP7 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "MNP7"    ::= { mdmLineCapabilities 23 }mdmLineCapabilitiesMNP8 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "MNP8"    ::= { mdmLineCapabilities 24 }mdmLineCapabilitiesMNP9 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "MNP9"    ::= { mdmLineCapabilities 25 }mdmLineCapabilitiesMNP10 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "MNP10"    ::= { mdmLineCapabilities 26 }mdmLineCapabilitiesV29 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "ITU V.29"    ::= { mdmLineCapabilities 27 }mdmLineCapabilitiesV33 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "ITU V.33"    ::= { mdmLineCapabilities 28 }mdmLineCapabilitiesBell208 OBJECT-IDENTITY    STATUS  current    DESCRIPTION            "Bell 208"    ::= { mdmLineCapabilities 29 }-- DTE Interface TablemdmDTEInterfaceTable OBJECT-TYPE    SYNTAX      SEQUENCE OF MdmDTEInterfaceEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "The modem DTE Interface Table augments the modem ID table."    ::= { mdmMIBObjects 6 }mdmDTEInterfaceEntry OBJECT-TYPE    SYNTAX      MdmDTEInterfaceEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "Entries in this table are created only by the agent. One            entry exists for each modem managed by the agent."    AUGMENTS    { mdmIDEntry }    ::= { mdmDTEInterfaceTable 1 }MdmDTEInterfaceEntry ::= SEQUENCE {    mdmDTEActionDTROnToOff      INTEGER,    mdmDTEActionDTROffToOn      INTEGER,    mdmDTESyncTimingSource      INTEGER,    mdmDTESyncAsyncMode         INTEGER,    mdmDTEInactivityTimeout     Integer32}mdmDTEActionDTROnToOff OBJECT-TYPE    SYNTAX      INTEGER {                    ignore(1),                    escapeToCommandMode(2),                    disconnectCall(3),                    resetModem(4)                }    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION            "Defines the action the modem will take when DTR drops.            If the value is set to ignore(1), the modem takes no action            when DTR drops.  Typically, mdmDTEActionDTROffToOn would            also be set to ignore(1) if this object is set to ignore(1).            If the value is escapeToCommandMode(2), the modem remains            connected and enters command mode.  If the value is            disconnectCall(3), the current call (if any) is terminated            and the modem will not auto-answer while DTR is off.  If the            value is resetModem(4), the current call (if any) is            terminated and the modem is reset."    DEFVAL      { disconnectCall }    ::= { mdmDTEInterfaceEntry 1 }mdmDTEActionDTROffToOn OBJECT-TYPE    SYNTAX      INTEGER {                    ignore(1),                    enableDial(2),                    autoAnswerEnable(3),                    establishConnection(4)                }    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION            "Defines the action the modem will take when DTR is raised.            If the value is set to ignore(1), the modem takes no action            when DTR is raised.  Typically, mdmDTEActionDTROnToOff would            also be set to ignore(1) if this object is set to ignore(1).            If the value is set to enableDial(2), the modem prepares to            dial an outgoing call.  If the value is set to            autoAnswerEnable(3), the modem will be configured to answer            any incoming call.  If the value is set to            establishConnection(4), the modem dials an implementation            specific number.            Immediately after any reset or power-on of the modem, if the            DTR is high, the action specified here will be executed."    DEFVAL      { autoAnswerEnable }    ::= { mdmDTEInterfaceEntry 2 }mdmDTESyncTimingSource OBJECT-TYPE    SYNTAX      INTEGER {                    internal(1),                    external(2),                    loopback(3),                    network(4)                }    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION            "The clock source for synchronous transmissions.  If set to            internal(1), the modem is the clock source and sends the            clock signals to the DTE.  If set to external(2), the            transmit clock signals are provided by the DTE.  If            loopback(3), the modem receiver clock is used for the            transmit clock.  If network(4), the clock signals are            supplied by the DCE interface.            If the modem is not in synchronous mode, setting this object            will have no effect on the current operations of the modem."    REFERENCE   "V.58 transmitClockSource"    DEFVAL      { internal }    ::= { mdmDTEInterfaceEntry 3 }mdmDTESyncAsyncMode OBJECT-TYPE    SYNTAX      INTEGER {                    async(1),                    sync(2),                    syncAfterDial(3)                }    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION            "The operational mode of the modem.  If the value is            syncAfterDial(3), the modem will accept commands in            asynchronous mode and change to synchronous mode to pass            data after a dial sequence has been executed."    DEFVAL      { async }    ::= { mdmDTEInterfaceEntry 4 }mdmDTEInactivityTimeout OBJECT-TYPE    SYNTAX      Integer32 (0..65535)    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION            "The amount of idle time in minutes that the modem will wait            before disconnecting a connection.  When a call is connected            and no data is transferred (continuous marking condition) on            both circuits 103 and 104 for the specified time, the DCE            disconnects the call. If the value is 0, no idle disconnect            will occur.  This function applies to asynchronous dial            operations only and is intended for administrative control            over idle connections."    REFERENCE   "V.58 inactivityTimerSelect"    DEFVAL { 0 }    ::= { mdmDTEInterfaceEntry 5 }-- The Call Control TablemdmCallControlTable OBJECT-TYPE    SYNTAX      SEQUENCE OF MdmCallControlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "The modem Call Control Table augments the modem ID table."    ::= { mdmMIBObjects 7 }mdmCallControlEntry OBJECT-TYPE    SYNTAX      MdmCallControlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION            "Entries in this table are created only by the agent. One            entry exists for each modem managed by the agent."    AUGMENTS    { mdmIDEntry }    ::= { mdmCallControlTable 1 }MdmCallControlEntry ::= SEQUENCE {    mdmCCRingsBeforeAnswer      Integer32,    mdmCCCallSetUpFailTimer     Integer32,    mdmCCResultCodeEnable       INTEGER,    mdmCCEscapeAction           INTEGER,    mdmCCCallDuration           Integer32,    mdmCCConnectionFailReason   INTEGER}mdmCCRingsBeforeAnswer OBJECT-TYPE    SYNTAX      Integer32    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION            "Determines which ring the modem will wait to answer the            phone on.  If this value is `0', the modem will not go            offhook and answer a call when a ring signal is detected."    REFERENCE   "V.58 ringsBeforeAnswer"    DEFVAL      { 1 }    ::= { mdmCallControlEntry 1 }mdmCCCallSetUpFailTimer OBJECT-TYPE    SYNTAX      Integer32 (0..255)    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION            "This parameter specifies the amount of time, in seconds,            that the modem shall allow between either answering a call            (automatically or manually) or completion of dialing, and            establishment of a connection with the remote modem. If no            connection is established during this time, the modem            disconnects from the line and returns a result code            indicating the cause of the disconnection. In TIA-602, this            is controlled by the value in the S7 register."    REFERENCE   "V.58 callSetUpFailTimer"    DEFVAL      { 30 }    ::= { mdmCallControlEntry 2 }mdmCCResultCodeEnable OBJECT-TYPE    SYNTAX      INTEGER {                    disabled(1),                    numericEnabled(2),                    verboseEnabled(3)                }    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION            "When disabled, the DCE shall issue no 'result codes' of any            kind to the DTE either in response to unsolicited events            (eg. ring signal), or commands. In TIA-602, this is            controlled by the ATQ command.  When numericEnabled, the DCE            shall issue result codes in numeric form.  When            verboseEnabled, the DCE shall issue result codes in a            verbose, textual form."    REFERENCE   "V.58 responseModeSelect"    DEFVAL      { verboseEnabled }    ::= { mdmCallControlEntry 3 }mdmCCEscapeAction OBJECT-TYPE    SYNTAX      INTEGER {                    ignoreEscape(1),                    hangUp(2),                    enterCommandMode(3)                }    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION            "The modem's action upon successfully recognizing the            'escape to command mode' character sequence."    DEFVAL { ignoreEscape }    ::= { mdmCallControlEntry 4 }-- Call status portion of the call control tablemdmCCCallDuration OBJECT-TYPE    SYNTAX      Integer32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "Present or last completed connection time in seconds. If            there have been no previous connections, this value should            be -1."    ::= { mdmCallControlEntry 5 }mdmCCConnectionFailReason OBJECT-TYPE    SYNTAX      INTEGER {                -- General                        unknown(1),                        other(2),                        managementCommand(3),                        inactivityTimeout(4),                        mnpIncompatibility(5),                        protocolError(6),                -- DCE                        powerLoss(10),                        equipmentFailure(11),                -- DTE Interface                        dtrDrop(20),                -- Line Interface                        noDialTone(30),                        lineBusy(31),                        noAnswer(32),                        voiceDetected(33),                -- Signal Converter                        carrierLost(40),                        trainingFailed(41),                        faxDetected(42)        }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "Indicates the reason that the last connection or attempt            failed. The meaning of each reason code is explained below.               unknown:            This code means the failure reason is unknown or            there has been no previous call.               other:            This code used when no other code is applicable.            Additional vendor information may be available            elsewhere.               managementCommand:            A management command terminated the call.  These            commands include escaping to command mode, initiating            dialing, restoring lines, and disconnecting.               inactivityTimeout:            The call was terminated because it was inactive for            at the minimum duration specified.               mnpIncompatibility:            The modems are unable to resolve MNP protocol            differences.               protocolError:            An error occured in one of protocol in use.  Further            information is required to determine in which            protocol the error occurred, and the exact nature of            the error.               powerLoss:            The modem lost power and disconnected the call.               equipmentFailure:            The modem equipment failed.               dtrDrop:            DTR has been turned off while the modem is to            disconnect on DTR drop. (Ref: V.58 cct108TurnedOff)               noDialTone:            If the modem is to monitor for call progress tones,            but the modem has failed to detect dial tone while            attempting to dial a number.               lineBusy:            Busy signal is detected while busy signal detection            is enabled, or while the 'W' or '@' dial modifier is            used. (Ref: V.58 engagedTone)               noAnswer:            The call was not answered.               voiceDetected:            A voice was detected on the call.               carrierLost:            Indicates that the modem has disconnected due to            detection of loss of carrier.  In TIA-602, the S10            register determines the time that loss of carrier            must be detected before the modem disconnects.               trainingFailed:            Indicates that the modems did not successfully train            and reach data mode on the previous connection.               faxDetected:            A fax was detected on the call."    REFERENCE   "V.58 callCleared"    ::= { mdmCallControlEntry 6 }-- The Stored Dial String tablemdmCCStoredDialStringTable OBJECT-TYPE    SYNTAX      SEQUENCE OF MdmCCStoredDialStringEntry    MAX-ACCESS  not-accessible

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -