SHIVA-DMC-MIB

File: SHIVA-DMC-MIB.mib (6454 bytes)

Imported modules

RFC1213-MIB RFC-1212 SHIVA-MIB
RFC-1215

Imported symbols

DisplayString ifIndex OBJECT-TYPE
dmc TRAP-TYPE

Defined Types

DmcModemEntry  
SEQUENCE    
  dmcModemIfIndex INTEGER
  dmcModemCallNumber INTEGER
  dmcModemFirmRev DisplayString
  dmcModemDataPumpRev DisplayString
  dmcModemErrorCorrection INTEGER
  dmcModemDataCompression INTEGER
  dmcModemEQM INTEGER
  dmcModemReceiveLevel INTEGER

Defined Values

dmCard 1.3.6.1.4.1.166.1.22.1
OBJECT IDENTIFIER    

dmcModem 1.3.6.1.4.1.166.1.22.2
OBJECT IDENTIFIER    

dmcModemTable 1.3.6.1.4.1.166.1.22.2.1
Table for getting information on the individual modems on a Digital Modem Card. The index is dmcModemIndex, which is the ifIndex value for the particular modem. Each Digital Modem Card has 12 modems on it.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DmcModemEntry

dmcModemEntry 1.3.6.1.4.1.166.1.22.2.1.1
An entry in dmcModemTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DmcModemEntry  

dmcModemIfIndex 1.3.6.1.4.1.166.1.22.2.1.1.1
The ifIndex of the entry in ifTable for this particular modem on a DMC. This is also the index to the matching callActiveEntry in the callActiveTable in the SHIVA-CALL-MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dmcModemCallNumber 1.3.6.1.4.1.166.1.22.2.1.1.2
The number of the CallInterface that the call on this modem is on, or 0 if there is no call. This is the same as sessLineLine, the index to sessLineTable in SHIVA-SESS-MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

dmcModemFirmRev 1.3.6.1.4.1.166.1.22.2.1.1.3
Revision of the firmware running in this modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

dmcModemDataPumpRev 1.3.6.1.4.1.166.1.22.2.1.1.4
Revision of the datapump chip in this modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

dmcModemErrorCorrection 1.3.6.1.4.1.166.1.22.2.1.1.5
The error control protocol in use by the modem for the current call.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), none(2), lapm(3), mnp4(4), mnp10(5)  

dmcModemDataCompression 1.3.6.1.4.1.166.1.22.2.1.1.6
The data compression protocol in use by the modem for the current call.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), none(2), mnp5(3), v42bis(4)  

dmcModemEQM 1.3.6.1.4.1.166.1.22.2.1.1.7
The instantaneous eye quality measurment (EQM) reported by the modem for the current call. The EQM is a measure of the quality of the signal being received by the modem. Lower values indicate a lower error rate, and are better. Higher values will cause the modem to reduce the modulation rate. The absolute values are not comparable between different modem protocols (V.32bis, V.34, etc.).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

dmcModemReceiveLevel 1.3.6.1.4.1.166.1.22.2.1.1.8
The received signal strength at the modem. The units are dBm (decibels relative to one milliwatt). Low values, such as -50 dBm, indicate a weak signal, higher values such as -10 dBm indicate a normal signal. High values such as 0 dBm indicate a signal that is too strong. (This is the same measurement as the serialLineAGC in the SHIVA-LINE-MIB, but the sign has been flipped to be numerically correct.)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -255..0  

dmcTraps 1.3.6.1.4.1.166.1.22.3
OBJECT IDENTIFIER    

dmcModemDownTrap 1
This trap is generated when the system determines that an individual modem on the Digital Modem Card has gone down, and is failing self-test.
TRAP-TYPE    

dmcModemUpTrap 2
This trap is generated when the system determines that an individual modem on the Digital Modem Card that had previously failed diagnostics is operational again. It is not generated when the modem comes up at system startup; that would be too many traps at once!
TRAP-TYPE