XYLO-MODEM-MIB: View SNMP OID List / Download MIB
VENDOR: XYLOGICS
Home | MIB: XYLO-MODEM-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).
|
|||
Object Name | OID | Type | Access | Info |
mdmIdObjects | 1.3.6.1.4.1.15.2.100.3 | |||
mdmIdTable | 1.3.6.1.4.1.15.2.100.3.1 | no-access |
A table of modem identification objects per modem. |
|
1.3.6.1.4.1.15.2.100.3.1.1 | no-access |
A row in the modem identfication table. |
||
mdmNumber | 1.3.6.1.4.1.15.2.100.3.1.1.1 | integer | read-only |
A unique number from 1 to totalModems that identifies each internal modem. |
mdmIdHardwareRev | 1.3.6.1.4.1.15.2.100.3.1.1.2 | displaystring | read-only |
Modem hardware version. Note. 1. Currently we provide a hardware revision as part of the software revision string. This object returns a value of ascii 0 |
mdmIdSoftwareRev | 1.3.6.1.4.1.15.2.100.3.1.1.3 | displaystring | read-only |
Modem software version. This object obsoletes anxpModemFirmware. |
mdmId56kProprietaryCode | 1.3.6.1.4.1.15.2.100.3.2 | integer | read-only |
This object corresponds to the cli command set56k. none(1) means no proprietary modem code is running. In the future, when the 56k standard is in place, none(1) will indicate it is loaded. Enumeration: 'x2-v34': 2, 'k56flex-v34': 3, 'none': 1. |
mdmCtlObjects | 1.3.6.1.4.1.15.2.100.4 | |||
mdmCtlResetAll | 1.3.6.1.4.1.15.2.100.4.1 | integer | read-write |
Setting this object to execute(2) causes a hardware reset on all internal modems. This will terminate any active session on the modem. Setting this object will not read or change the modem configuration. Reading this object will always return ready(1). This object is similar to NA/admin command 'reset int_modem all'. This object replaces the option intmodems(18) for the MIB object anxcReset. Enumeration: 'ready': 1, 'execute': 2. |
mdmCtlReadConfig | 1.3.6.1.4.1.15.2.100.4.2 | integer | read-write |
Read modem config file. Setting this object to execute(2) will not disrupt active calls. The new configuration information is passed to the modem when connecting the next call. This command is similar to the NA/admin command 'reset annex modem'. This object replaces the option modem(10) for the MIB object anxcReset. Enumeration: 'ready': 1, 'execute': 2. |
mdmCtlTable | 1.3.6.1.4.1.15.2.100.4.3 | no-access |
A table of modem control objects executable per modem. |
|
1.3.6.1.4.1.15.2.100.4.3.1 | no-access |
A row in the modem control table. |
||
mdmCtlReset | 1.3.6.1.4.1.15.2.100.4.3.1.1 | integer | read-write |
Does hardware reset on a specific modem. Executing this object will end any current session on the modem. However this object will not read or change the modem configuration. Reading this object will always return ready(1). This object is similar to NA/admin command 'reset int_modem modem#'. This object obsoletes the object anxpModemReset. Enumeration: 'ready': 1, 'execute': 2. |
mdmCtlState | 1.3.6.1.4.1.15.2.100.4.3.1.2 | integer | read-write |
Command to put a modem back into service (if busied out) or to put the modem out of service (if available). Busying out a modem will take the modem out of service and no calls will be assigned to this modem. This object is similar NA/admin parameter busy_out. This object can be seen after setting up a modem list. This object replaces anxpModemStatus object. Enumeration: 'available': 2, 'outOfService': 6, 'busy': 1, 'failed': 4, 'busiedOut': 3, 'crashed': 5. |
mdmCtlResetModemThresh | 1.3.6.1.4.1.15.2.100.4.4 | integer | read-write |
After every configurable number (as specified by the modem_reset_threshold parameter) of consecutive failures on a modem, it will be reset. This will not affect the consecutive failure count which is already maintained for the modem_error_threshold Annex parameter, thereby working independent of the modem_error_threshold Annex parameter. This means that even though the modem will be reset, after every modem_reset_threshold consecutive failures, it will be put out of service when the number of consecutive modem failures exceeds the value specified by the modem_error_threshold paramter. |
mdmStatsObjects | 1.3.6.1.4.1.15.2.100.7 | |||
mdmStatTable | 1.3.6.1.4.1.15.2.100.7.1 | no-access |
A table of modem statistics. |
|
1.3.6.1.4.1.15.2.100.7.1.1 | no-access |
A row in the modem statistics table. |
||
mdmStatAssign | 1.3.6.1.4.1.15.2.100.7.1.1.1 | counter | read-only |
A call progress counter, displayed by CLI command 'inmoderr'. Number of times this modem has been assigned to a call. |
mdmStatChat | 1.3.6.1.4.1.15.2.100.7.1.1.2 | counter | read-only |
A call progress counter, displayed by CLI command 'inmoderr'. Number of times this modem has been told to answer. |
mdmStatDcd | 1.3.6.1.4.1.15.2.100.7.1.1.3 | counter | read-only |
A call progress counter, displayed by CLI command 'inmoderr'. Number of times this modem has established a connection. |
mdmStatConsecFail | 1.3.6.1.4.1.15.2.100.7.1.1.4 | counter | read-only |
A call progress counter, displayed by CLI command 'inmoderr'. Number of consecutive times this modem has failed to establish a connection. |
mdmStatStatus | 1.3.6.1.4.1.15.2.100.7.1.1.5 | integer | read-only |
Current State of the modem. State explaination are: busy(1) - Modem is handling a call. avail(2) - modem is idle and available. busiedOut(3) - modem is taken out of service by the system manager. failed(4) - Boot-up diagnostic has marked this modem as failed. crashed(5) - The driver has determined this modem as failed. outOfService(6) - The modem was taken out of service automatically. This MIB object corresponds to the status reported by the na/admin command `modem -m |
mdmStatTotCalls | 1.3.6.1.4.1.15.2.100.7.1.1.6 | counter | read-only |
The total number of calls handled by this modem. This counter is reset to zero after system reboot or after the modem is reset. |
mdmStatTotFailures | 1.3.6.1.4.1.15.2.100.7.1.1.7 | counter | read-only |
The total number of calls failed to be answered by this modem. This counter is reset to zero after system reboot or after the modem os reset. |
mdmAvailModems | 1.3.6.1.4.1.15.2.100.7.2 | integer | read-only |
The number of modems available to the dial-in point. That is, the number of modems not busy, buisied-out, failed, crashed, out of service or otherwise unavailable for calls at this time. |