Modem-MIB

File: Modem-MIB.mib (46301 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
RFC1213-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE OBJECT-IDENTITY
Counter32 Integer32 DisplayString
MODULE-COMPLIANCE OBJECT-GROUP mib-2

Defined Types

MdmIDEntry  
SEQUENCE    
  mdmIndex Integer32
  mdmIDManufacturerOID OBJECT IDENTIFIER
  mdmIDProductDetails DisplayString

MdmLineEntry  
SEQUENCE    
  mdmLineCarrierLossTime Integer32
  mdmLineState INTEGER

MdmLineCapabilitiesEntry  
SEQUENCE    
  mdmLineCapabilitiesIndex Integer32
  mdmLineCapabilitiesID OBJECT IDENTIFIER
  mdmLineCapabilitiesEnableRequested INTEGER
  mdmLineCapabilitiesEnableGranted INTEGER

MdmDTEInterfaceEntry  
SEQUENCE    
  mdmDTEActionDTROnToOff INTEGER
  mdmDTEActionDTROffToOn INTEGER
  mdmDTESyncTimingSource INTEGER
  mdmDTESyncAsyncMode INTEGER
  mdmDTEInactivityTimeout Integer32

MdmCallControlEntry  
SEQUENCE    
  mdmCCRingsBeforeAnswer Integer32
  mdmCCCallSetUpFailTimer Integer32
  mdmCCResultCodeEnable INTEGER
  mdmCCEscapeAction INTEGER
  mdmCCCallDuration Integer32
  mdmCCConnectionFailReason INTEGER

MdmCCStoredDialStringEntry  
SEQUENCE    
  mdmCCStoredDialStringIndex Integer32
  mdmCCStoredDialString DisplayString

MdmECEntry  
SEQUENCE    
  mdmECErrorControlUsed OBJECT IDENTIFIER

MdmDCEntry  
SEQUENCE    
  mdmDCCompressionTypeUsed OBJECT IDENTIFIER

MdmSCEntry  
SEQUENCE    
  mdmSCCurrentLineTransmitRate Integer32
  mdmSCCurrentLineReceiveRate Integer32
  mdmSCInitialLineTransmitRate Integer32
  mdmSCInitialLineReceiveRate Integer32
  mdmSCModulationSchemeUsed OBJECT IDENTIFIER

MdmStatsEntry  
SEQUENCE    
  mdmStatsRingNoAnswers Counter32
  mdmStatsIncomingConnectionFailures Counter32
  mdmStatsIncomingConnectionCompletions Counter32
  mdmStatsFailedDialAttempts Counter32
  mdmStatsOutgoingConnectionFailures Counter32
  mdmStatsOutgoingConnectionCompletions Counter32
  mdmStatsRetrains Counter32
  mdmStats2400OrLessConnections Counter32
  mdmStats2400To14400Connections Counter32
  mdmStatsGreaterThan14400Connections Counter32
  mdmStatsErrorControlledConnections Counter32
  mdmStatsCompressedConnections Counter32
  mdmStatsCompressionEfficiency Integer32
  mdmStatsSentOctets Counter32
  mdmStatsReceivedOctets Counter32
  mdmStatsSentDataFrames Counter32
  mdmStatsReceivedDataFrames Counter32
  mdmStatsResentFrames Counter32
  mdmStatsErrorFrames Counter32

Defined Values

mdmMIB 1.3.6.1.2.1.38.1
The MIB module for management of dial-up modems.
MODULE-IDENTITY    

mdmMib 1.3.6.1.2.1.38
OBJECT IDENTIFIER    

mdmMIBObjects 1.3.6.1.2.1.38.1.1
OBJECT IDENTIFIER    

mdmConformance 1.3.6.1.2.1.38.1.2
OBJECT IDENTIFIER    

mdmCompliances 1.3.6.1.2.1.38.1.2.1
OBJECT IDENTIFIER    

mdmGroups 1.3.6.1.2.1.38.1.2.2
OBJECT IDENTIFIER    

mdmIDGroup 1.3.6.1.2.1.38.1.2.2.1
A collection of objects that identify the manufacturer and model information for a modem.
Status: current Access: read-write
OBJECT-GROUP    

mdmLineInterfaceGroup 1.3.6.1.2.1.38.1.2.2.2
A collection of objects that describe the configuration and state of the modem's line interface.
Status: current Access: read-write
OBJECT-GROUP    

mdmDTEInterfaceGroup 1.3.6.1.2.1.38.1.2.2.3
A collection of objects that describe the configuration and state of the modem's DTE interface.
Status: current Access: read-write
OBJECT-GROUP    

mdmCallControlGroup 1.3.6.1.2.1.38.1.2.2.4
A collection of objects that describe the configuration of call control capabilities on the modem and the status of calls placed with this modem.
Status: current Access: read-write
OBJECT-GROUP    

mdmErrorControlGroup 1.3.6.1.2.1.38.1.2.2.5
A collection of objects that describe the configuration and state of error control on a modem.
Status: current Access: read-write
OBJECT-GROUP    

mdmDataCompressionGroup 1.3.6.1.2.1.38.1.2.2.6
A collection of objects that describe the configuration and state of data compression on a modem.
Status: current Access: read-write
OBJECT-GROUP    

mdmSignalConvertorGroup 1.3.6.1.2.1.38.1.2.2.7
A collection of objects that describe the configuration and state of error control on a modem.
Status: current Access: read-write
OBJECT-GROUP    

mdmStatisticsGroup 1.3.6.1.2.1.38.1.2.2.8
A collection of objects that describe the state of calls on this modem.
Status: current Access: read-write
OBJECT-GROUP    

mdmNumber 1.3.6.1.2.1.38.1.1.1
The number of modem rows in the modem table. This value defines the maximum value of the mdmIndex object.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mdmIDTable 1.3.6.1.2.1.38.1.1.2
The base table for the modems managed by this MIB. The mdmLineTable, mdmDTEInterfaceTable, mdmCallControlTable, and mdmStatsTable all augment the rows defined in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmIDEntry

mdmIDEntry 1.3.6.1.2.1.38.1.1.2.1
Entries in this table are created only by the agent. One entry exists for each modem managed by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  MdmIDEntry  

mdmIndex 1.3.6.1.2.1.38.1.1.2.1.1
A unique number for each modem that ranges from 1 to mdmNumber. The value must remain constant at least from one re-initialization of the network management agent to the next.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

mdmIDManufacturerOID 1.3.6.1.2.1.38.1.1.2.1.2
This value is intended to identify the manufacturer, model, and version of this modem. This may be used to identify the existance of enterprise-specific functions and behaviours.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

mdmIDProductDetails 1.3.6.1.2.1.38.1.1.2.1.3
A textual description of this device, including the manufacturer's name, modem model name, hardware revision, firmware revision, and optionally, its serial number. The exact format of this description is defined by the vendor. This description may only contain characters from the NVT ASCII character set.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

mdmLineTable 1.3.6.1.2.1.38.1.1.3
The modem Line Table augments the modem ID table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmLineEntry

mdmLineEntry 1.3.6.1.2.1.38.1.1.3.1
Entries in this table are created only by the agent. One entry exists for each modem managed by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  MdmLineEntry  

mdmLineCarrierLossTime 1.3.6.1.2.1.38.1.1.3.1.1
Duration in 10ths of a second the modem waits after loss of carrier before hanging up. If this value is set to `255', the modem will not hang up upon loss of carrier. This allows the modem to distinguish between a momentary lapse in line quality and a true disconnect and can be useful to tune the tolerance of the modem to lines of poor quality.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

mdmLineState 1.3.6.1.2.1.38.1.1.3.1.2
Allows the inspection and alteration of the state of the modem. Management commands may change the state to `on- hook', `busied-out', or `reset' from any state. No other alterations are permitted from the management protocol. When this object is set to reset, the modem shall be reset and the value will change to the modem's new, implementation dependent state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), onHook(2), offHook(3), connected(4), busiedOut(5), reset(6)  

mdmLineCapabilitiesTable 1.3.6.1.2.1.38.1.1.4
A list of protocol capabilities for this modem.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmLineCapabilitiesEntry

mdmLineCapabilitiesEntry 1.3.6.1.2.1.38.1.1.4.1
A listing of the protocol(s) that this modem is capable of. Entries in this table are created only by the agent. One entry exists for each protocol that the modem is capable of, regardless of whether that protocol is enabled or not. This table is useful for providing an inventory of the capabilities on a modem, and allowing the manager to enable or disable capabilities from the menu of available possibilities. Row creation is not required to enable or disable capabilities.
Status: current Access: not-accessible
OBJECT-TYPE    
  MdmLineCapabilitiesEntry  

mdmLineCapabilitiesIndex 1.3.6.1.2.1.38.1.1.4.1.1
A unique index for this capabilities entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

mdmLineCapabilitiesID 1.3.6.1.2.1.38.1.1.4.1.2
An identifier for this capability. Standard protocol capabilities will have identifiers registered in this document or other companion standards documents. Proprietary protocol capabilities will be registered by their respective organization. All capabilities, standard or vendor-specific, shall be registered in this table.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

mdmLineCapabilitiesEnableRequested 1.3.6.1.2.1.38.1.1.4.1.3
The requested configuration of this capability. If this value is 'disabled(1)', this is a request to disable this protocol. If this value is 'preferred(3)', this is a request to enable this protocol, and to prefer it in any negotiation over other appropriate protocols that have a value of 'optional(2)'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), optional(2), preferred(3)  

mdmLineCapabilitiesEnableGranted 1.3.6.1.2.1.38.1.1.4.1.4
The actual configuration of this capability. The agent shall attempt to set this as close as possible to the associated mdmLineCapabilitiesEnableRequested value. The agent shall make this determination in an implementation- specific manner that may take into account the configuration of other capabilities or other considerations. The modem will choose in an implementation-specific manner between multiple mutually-exclusive capabilities that each have the same (non-disabled) value. However, the modem must prefer all capabilities with a value of 'preferred(3)' over all capabilities with a value of 'optional(2)'. In other words, if there are one or more mutually-exclusive capabilities (e.g. V.32 and V.32bis) that are set to `preferred', the agent must choose one in an implementation-specific manner. Otherwise, if there are one or more mutually-exclusive capabilities that are set to `optional', the agent must choose one in an implementation- specific manner.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), optional(2), preferred(3)  

mdmLineCapabilities 1.3.6.1.2.1.38.1.1.5
OBJECT IDENTIFIER    

mdmLineCapabilitiesV21 1.3.6.1.2.1.38.1.1.5.1
ITU V.21
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV22 1.3.6.1.2.1.38.1.1.5.2
ITU V.22
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV22bis 1.3.6.1.2.1.38.1.1.5.3
ITU V.22bis
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV23CC 1.3.6.1.2.1.38.1.1.5.4
ITU V.23CC
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV23SC 1.3.6.1.2.1.38.1.1.5.5
ITU V.23SC
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV25bis 1.3.6.1.2.1.38.1.1.5.6
ITU V.25bis
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV26bis 1.3.6.1.2.1.38.1.1.5.7
ITU V.26bis
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV26ter 1.3.6.1.2.1.38.1.1.5.8
ITU V.26ter
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV27ter 1.3.6.1.2.1.38.1.1.5.9
ITU V.27ter
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV32 1.3.6.1.2.1.38.1.1.5.10
ITU V.32
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV32bis 1.3.6.1.2.1.38.1.1.5.11
ITU V.32bis
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV32terbo 1.3.6.1.2.1.38.1.1.5.12
ITU V.32terbo
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesVFC 1.3.6.1.2.1.38.1.1.5.13
ITU V.FC
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV34 1.3.6.1.2.1.38.1.1.5.14
ITU V.34
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV42 1.3.6.1.2.1.38.1.1.5.15
ITU V.42
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV42bis 1.3.6.1.2.1.38.1.1.5.16
ITU V.42bis
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesMNP1 1.3.6.1.2.1.38.1.1.5.17
MNP1
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesMNP2 1.3.6.1.2.1.38.1.1.5.18
MNP2
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesMNP3 1.3.6.1.2.1.38.1.1.5.19
MNP3
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesMNP4 1.3.6.1.2.1.38.1.1.5.20
MNP4
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesMNP5 1.3.6.1.2.1.38.1.1.5.21
MNP5
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesMNP6 1.3.6.1.2.1.38.1.1.5.22
MNP6
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesMNP7 1.3.6.1.2.1.38.1.1.5.23
MNP7
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesMNP8 1.3.6.1.2.1.38.1.1.5.24
MNP8
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesMNP9 1.3.6.1.2.1.38.1.1.5.25
MNP9
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesMNP10 1.3.6.1.2.1.38.1.1.5.26
MNP10
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV29 1.3.6.1.2.1.38.1.1.5.27
ITU V.29
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesV33 1.3.6.1.2.1.38.1.1.5.28
ITU V.33
Status: current Access: read-only
OBJECT-IDENTITY    

mdmLineCapabilitiesBell208 1.3.6.1.2.1.38.1.1.5.29
Bell 208
Status: current Access: read-only
OBJECT-IDENTITY    

mdmDTEInterfaceTable 1.3.6.1.2.1.38.1.1.6
The modem DTE Interface Table augments the modem ID table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmDTEInterfaceEntry

mdmDTEInterfaceEntry 1.3.6.1.2.1.38.1.1.6.1
Entries in this table are created only by the agent. One entry exists for each modem managed by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  MdmDTEInterfaceEntry  

mdmDTEActionDTROnToOff 1.3.6.1.2.1.38.1.1.6.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ignore(1), escapeToCommandMode(2), disconnectCall(3), resetModem(4)  

mdmDTEActionDTROffToOn 1.3.6.1.2.1.38.1.1.6.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ignore(1), enableDial(2), autoAnswerEnable(3), establishConnection(4)  

mdmDTESyncTimingSource 1.3.6.1.2.1.38.1.1.6.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER internal(1), external(2), loopback(3), network(4)  

mdmDTESyncAsyncMode 1.3.6.1.2.1.38.1.1.6.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER async(1), sync(2), syncAfterDial(3)  

mdmDTEInactivityTimeout 1.3.6.1.2.1.38.1.1.6.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

mdmCallControlTable 1.3.6.1.2.1.38.1.1.7
The modem Call Control Table augments the modem ID table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmCallControlEntry

mdmCallControlEntry 1.3.6.1.2.1.38.1.1.7.1
Entries in this table are created only by the agent. One entry exists for each modem managed by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  MdmCallControlEntry  

mdmCCRingsBeforeAnswer 1.3.6.1.2.1.38.1.1.7.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

mdmCCCallSetUpFailTimer 1.3.6.1.2.1.38.1.1.7.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

mdmCCResultCodeEnable 1.3.6.1.2.1.38.1.1.7.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), numericEnabled(2), verboseEnabled(3)  

mdmCCEscapeAction 1.3.6.1.2.1.38.1.1.7.1.4
The modem's action upon successfully recognizing the 'escape to command mode' character sequence.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ignoreEscape(1), hangUp(2), enterCommandMode(3)  

mdmCCCallDuration 1.3.6.1.2.1.38.1.1.7.1.5
Present or last completed connection time in seconds. If there have been no previous connections, this value should be -1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mdmCCConnectionFailReason 1.3.6.1.2.1.38.1.1.7.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), other(2), managementCommand(3), inactivityTimeout(4), mnpIncompatibility(5), protocolError(6), powerLoss(10), equipmentFailure(11), dtrDrop(20), noDialTone(30), lineBusy(31), noAnswer(32), voiceDetected(33), carrierLost(40), trainingFailed(41), faxDetected(42)  

mdmCCStoredDialStringTable 1.3.6.1.2.1.38.1.1.8
The table of stored dial strings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmCCStoredDialStringEntry

mdmCCStoredDialStringEntry 1.3.6.1.2.1.38.1.1.8.1
A stored dial string.
Status: current Access: not-accessible
OBJECT-TYPE    
  MdmCCStoredDialStringEntry  

mdmCCStoredDialStringIndex 1.3.6.1.2.1.38.1.1.8.1.1
The unique index of a particular dial string.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

mdmCCStoredDialString 1.3.6.1.2.1.38.1.1.8.1.2
A dial string stored in the modem.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

mdmECTable 1.3.6.1.2.1.38.1.1.9
The modem error correcting table augments the modem ID table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmECEntry

mdmECEntry 1.3.6.1.2.1.38.1.1.9.1
Entries in this table are created only by the agent. One entry exists for each modem managed by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  MdmECEntry  

mdmECErrorControlUsed 1.3.6.1.2.1.38.1.1.9.1.1
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}'.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

mdmDCTable 1.3.6.1.2.1.38.1.1.10
The modem data compression table augments the modem ID table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmDCEntry

mdmDCEntry 1.3.6.1.2.1.38.1.1.10.1
Entries in this table are created only by the agent. One entry exists for each modem managed by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  MdmDCEntry  

mdmDCCompressionTypeUsed 1.3.6.1.2.1.38.1.1.10.1.1
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}'.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

mdmSCTable 1.3.6.1.2.1.38.1.1.11
The modem signal convertor table augments the modem ID table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmSCEntry

mdmSCEntry 1.3.6.1.2.1.38.1.1.11.1
Entries in this table are created only by the agent. One entry exists for each modem managed by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  MdmSCEntry  

mdmSCCurrentLineTransmitRate 1.3.6.1.2.1.38.1.1.11.1.1
The current link transmit rate of a connection, or the last link transmit rate of the last connection in bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mdmSCCurrentLineReceiveRate 1.3.6.1.2.1.38.1.1.11.1.2
The current link receive rate of a connection, or the last link receive rate of the last connection in bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mdmSCInitialLineTransmitRate 1.3.6.1.2.1.38.1.1.11.1.3
The initial link transmit rate of the current connection, or the initial link transmit rate of the last connection in bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mdmSCInitialLineReceiveRate 1.3.6.1.2.1.38.1.1.11.1.4
The initial link receive rate of the current connection, or the initial link receive rate of the last connection in bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mdmSCModulationSchemeUsed 1.3.6.1.2.1.38.1.1.11.1.5
The modulation scheme of the current or previous call. This shall be one of the values for modulation protocols registered in the capabilities table for this modem.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

mdmStatsTable 1.3.6.1.2.1.38.1.1.12
The modem statistics Table augments the modem ID table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmStatsEntry

mdmStatsEntry 1.3.6.1.2.1.38.1.1.12.1
Entries in this table are created only by the agent. One entry exists for each modem managed by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  MdmStatsEntry  

mdmStatsRingNoAnswers 1.3.6.1.2.1.38.1.1.12.1.1
The number of events in which ringing was detected but the call was not answered.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsIncomingConnectionFailures 1.3.6.1.2.1.38.1.1.12.1.2
The number of incoming connection requests that this modem answered in which it could not train with the other DCE.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsIncomingConnectionCompletions 1.3.6.1.2.1.38.1.1.12.1.3
The number of incoming connection requests that this modem answered and successfully trained with the other DCE.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsFailedDialAttempts 1.3.6.1.2.1.38.1.1.12.1.4
The number of call attempts that failed because the modem didn't go off hook, or there was no dialtone.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsOutgoingConnectionFailures 1.3.6.1.2.1.38.1.1.12.1.5
The number of outgoing calls from this modem which sucessfully went off hook and dialed, in which it could not train with the other DCE.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsOutgoingConnectionCompletions 1.3.6.1.2.1.38.1.1.12.1.6
The number of outgoing calls from this modem which resulted in successfully training with the other DCE.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsRetrains 1.3.6.1.2.1.38.1.1.12.1.7
The number of retrains experienced on connections on this line.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStats2400OrLessConnections 1.3.6.1.2.1.38.1.1.12.1.8
The number of connections initially established at a modulation speed of 2400 bits per second or less.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStats2400To14400Connections 1.3.6.1.2.1.38.1.1.12.1.9
The number of connections initially established at a modulation speed of greater than 2400 bits per second and less than 14400 bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsGreaterThan14400Connections 1.3.6.1.2.1.38.1.1.12.1.10
The number of connections initially established at a modulation speed of greater than 14400 bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsErrorControlledConnections 1.3.6.1.2.1.38.1.1.12.1.11
The number of established connections using an error control protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsCompressedConnections 1.3.6.1.2.1.38.1.1.12.1.12
The number of established connections using a compression protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsCompressionEfficiency 1.3.6.1.2.1.38.1.1.12.1.13
The number of bytes transferred into the compression encoder divided by the number of bytes transferred out of the encoder, multiplied by 100 for either the current or last call. If a data compression protocol is not in use, this value shall be `100'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

mdmStatsSentOctets 1.3.6.1.2.1.38.1.1.12.1.14
The number of octets presented to the modem by the DTE.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsReceivedOctets 1.3.6.1.2.1.38.1.1.12.1.15
The number of octets presented to the DTE by the modem.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsSentDataFrames 1.3.6.1.2.1.38.1.1.12.1.16
The number of data frames sent on the line interface. If there is no frame-oriented protocol in use on the line interface, this counter shall not increment.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsReceivedDataFrames 1.3.6.1.2.1.38.1.1.12.1.17
The number of data frames received on the line interface. If there is no frame-oriented protocol in use on the line interface, this counter shall not increment.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsResentFrames 1.3.6.1.2.1.38.1.1.12.1.18
The number of times this modem retransmits frames on the line interface. If there is no frame-oriented protocol in use on the line interface, this counter shall not increment.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmStatsErrorFrames 1.3.6.1.2.1.38.1.1.12.1.19
The number of block errors received on the link. If there is no frame-oriented protocol in use on the line interface, this counter shall not increment.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mdmCompliance 1.3.6.1.2.1.38.1.2.1.1
The compliance statement for SNMPv2 entities which implement the modem MIB.
Status: current Access: read-only
MODULE-COMPLIANCE