SHIVA-DMC-MIB: View SNMP OID List / Download MIB

VENDOR: SHIVA CORPORATION


 Home MIB: SHIVA-DMC-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 dmCard 1.3.6.1.4.1.166.1.22.1
 dmcModem 1.3.6.1.4.1.166.1.22.2
     dmcModemTable 1.3.6.1.4.1.166.1.22.2.1 no-access
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.
         dmcModemEntry 1.3.6.1.4.1.166.1.22.2.1.1 no-access
An entry in dmcModemTable.
             dmcModemIfIndex 1.3.6.1.4.1.166.1.22.2.1.1.1 integer read-only
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.
             dmcModemCallNumber 1.3.6.1.4.1.166.1.22.2.1.1.2 integer read-only
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.
             dmcModemFirmRev 1.3.6.1.4.1.166.1.22.2.1.1.3 displaystring read-only
Revision of the firmware running in this modem.
             dmcModemDataPumpRev 1.3.6.1.4.1.166.1.22.2.1.1.4 displaystring read-only
Revision of the datapump chip in this modem.
             dmcModemErrorCorrection 1.3.6.1.4.1.166.1.22.2.1.1.5 integer read-only
The error control protocol in use by the modem for the current call. Enumeration: 'unknown': 1, 'none': 2, 'lapm': 3, 'mnp10': 5, 'mnp4': 4.
             dmcModemDataCompression 1.3.6.1.4.1.166.1.22.2.1.1.6 integer read-only
The data compression protocol in use by the modem for the current call. Enumeration: 'mnp5': 3, 'unknown': 1, 'none': 2, 'v42bis': 4.
             dmcModemEQM 1.3.6.1.4.1.166.1.22.2.1.1.7 integer read-only
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.).
             dmcModemReceiveLevel 1.3.6.1.4.1.166.1.22.2.1.1.8 integer read-only
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.)
 dmcTraps 1.3.6.1.4.1.166.1.22.3
       dmcModemDownTrap 1.3.6.1.4.1.166.1.22.30.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.
       dmcModemUpTrap 1.3.6.1.4.1.166.1.22.30.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!