rfc1696.txt
来自「RFC 的详细文档!」· 文本 代码 · 共 1,740 行 · 第 1/4 页
TXT
1,740 行
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 Table
Barnes, Brown, Royston & Waldbusser [Page 16]
RFC 1696 Modem MIB August 1994
mdmCallControlTable 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
Barnes, Brown, Royston & Waldbusser [Page 17]
RFC 1696 Modem MIB August 1994
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 table
mdmCCCallDuration OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
Barnes, Brown, Royston & Waldbusser [Page 18]
RFC 1696 Modem MIB August 1994
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:
Barnes, Brown, Royston & Waldbusser [Page 19]
RFC 1696 Modem MIB August 1994
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
Barnes, Brown, Royston & Waldbusser [Page 20]
RFC 1696 Modem MIB August 1994
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 table
mdmCCStoredDialStringTable OBJECT-TYPE
SYNTAX SEQUENCE OF MdmCCStoredDialStringEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of stored dial strings."
REFERENCE "V.58 telephoneNumbers"
::= { mdmMIBObjects 8 }
mdmCCStoredDialStringEntry OBJECT-TYPE
SYNTAX MdmCCStoredDialStringEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A stored dial string."
INDEX { mdmIndex, mdmCCStoredDialStringIndex }
::= { mdmCCStoredDialStringTable 1 }
MdmCCStoredDialStringEntry ::= SEQUENCE {
mdmCCStoredDialStringIndex Integer32,
mdmCCStoredDialString DisplayString
}
mdmCCStoredDialStringIndex OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The unique index of a particular dial string."
::= { mdmCCStoredDialStringEntry 1 }
mdmCCStoredDialString OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
MAX-ACCESS read-write
STATUS current
Barnes, Brown, Royston & Waldbusser [Page 21]
RFC 1696 Modem MIB August 1994
DESCRIPTION
"A dial string stored in the modem."
::= { mdmCCStoredDialStringEntry 2 }
-- The modem Error Correcting Group
mdmECTable OBJECT-TYPE
SYNTAX SEQUENCE OF MdmECEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The modem error correcting table augments the modem ID
table."
::= { mdmMIBObjects 9 }
mdmECEntry OBJECT-TYPE
SYNTAX MdmECEntry
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 }
::= { mdmECTable 1 }
MdmECEntry ::= SEQUENCE {
mdmECErrorControlUsed OBJECT IDENTIFIER
}
mdmECErrorControlUsed OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the error control method used during the current
or previous call. This shall be one of the values for error
control protocols registered in the capabilities table for
this modem. If no error control protocol is in use, this
object shall have the value '{0 0}'."
REFERENCE "V.58 errorControlActive"
::= { mdmECEntry 1 }
-- The modem Data Compression Group
mdmDCTable OBJECT-TYPE
SYNTAX SEQUENCE OF MdmDCEntry
MAX-ACCESS not-accessible
STATUS current
Barnes, Brown, Royston & Waldbusser [Page 22]
RFC 1696 Modem MIB August 1994
DESCRIPTION
"The modem data compression table augments the modem ID
table."
::= { mdmMIBObjects 10 }
mdmDCEntry OBJECT-TYPE
SYNTAX MdmDCEntry
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 }
::= { mdmDCTable 1 }
MdmDCEntry ::= SEQUENCE {
mdmDCCompressionTypeUsed OBJECT IDENTIFIER
}
mdmDCCompressionTypeUsed OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the data compression method used during the
current or previous call. This shall be one of the values
for compression protocols registered in the capabilities
table for this modem. If no compression protocol is in use,
this object shall have the value '{0 0}'."
::= { mdmDCEntry 1 }
-- The modem Signal Convertor Group
mdmSCTable OBJECT-TYPE
SYNTAX SEQUENCE OF MdmSCEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The modem signal convertor table augments the modem ID
table."
::= { mdmMIBObjects 11 }
mdmSCEntry OBJECT-TYPE
SYNTAX MdmSCEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entries in this table are created only by the agent. One
Barnes, Brown, Royston & Waldbusser [Page 23]
RFC 1696 Modem MIB August 1994
entry exists for each modem managed by the agent."
AUGMENTS { mdmIDEntry }
::= { mdmSCTable 1 }
MdmSCEntry ::= SEQUENCE {
mdmSCCurrentLineTransmitRate Integer32,
mdmSCCurrentLineReceiveRate Integer32,
mdmSCInitialLineTransmitRate Integer32,
mdmSCInitialLineReceiveRate Integer32,
mdmSCModulationSchemeUsed OBJECT IDENTIFIER
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?