XYLO-MODEM-MIB

File: XYLO-MODEM-MIB.mib (10682 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
XYLO-MIB-SMI

Imported symbols

Counter DisplayString OBJECT-TYPE
anxModem

Defined Types

MdmIdEntry  
SEQUENCE    
  mdmNumber INTEGER
  mdmIdHardwareRev DisplayString
  mdmIdSoftwareRev DisplayString

MdmCtlEntry  
SEQUENCE    
  mdmCtlReset INTEGER
  mdmCtlState INTEGER

MdmStatEntry  
SEQUENCE    
  mdmStatAssign Counter
  mdmStatChat Counter
  mdmStatDcd Counter
  mdmStatConsecFail Counter
  mdmStatStatus INTEGER
  mdmStatTotCalls Counter
  mdmStatTotFailures Counter

Defined Values

mdmIdObjects 1.3.6.1.4.1.15.2.100.3
OBJECT IDENTIFIER    

mdmCtlObjects 1.3.6.1.4.1.15.2.100.4
OBJECT IDENTIFIER    

mdmStatsObjects 1.3.6.1.4.1.15.2.100.7
OBJECT IDENTIFIER    

mdmIdTable 1.3.6.1.4.1.15.2.100.3.1
A table of modem identification objects per modem.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmIdEntry

mdmIdEntry 1.3.6.1.4.1.15.2.100.3.1.1
A row in the modem identfication table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MdmIdEntry  

mdmNumber 1.3.6.1.4.1.15.2.100.3.1.1.1
A unique number from 1 to totalModems that identifies each internal modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

mdmIdHardwareRev 1.3.6.1.4.1.15.2.100.3.1.1.2
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
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..80)  

mdmIdSoftwareRev 1.3.6.1.4.1.15.2.100.3.1.1.3
Modem software version. This object obsoletes anxpModemFirmware.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..80)  

mdmId56kProprietaryCode 1.3.6.1.4.1.15.2.100.3.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), x2-v34(2), k56flex-v34(3)  

mdmCtlResetAll 1.3.6.1.4.1.15.2.100.4.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

mdmCtlReadConfig 1.3.6.1.4.1.15.2.100.4.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

mdmCtlTable 1.3.6.1.4.1.15.2.100.4.3
A table of modem control objects executable per modem.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmCtlEntry

mdmCtlResetModemThresh 1.3.6.1.4.1.15.2.100.4.4
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

mdmCtlEntry 1.3.6.1.4.1.15.2.100.4.3.1
A row in the modem control table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MdmCtlEntry  

mdmCtlReset 1.3.6.1.4.1.15.2.100.4.3.1.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ready(1), execute(2)  

mdmCtlState 1.3.6.1.4.1.15.2.100.4.3.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER busy(1), available(2), busiedOut(3), failed(4), crashed(5), outOfService(6)  

mdmStatTable 1.3.6.1.4.1.15.2.100.7.1
A table of modem statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmStatEntry

mdmStatEntry 1.3.6.1.4.1.15.2.100.7.1.1
A row in the modem statistics table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MdmStatEntry  

mdmStatAssign 1.3.6.1.4.1.15.2.100.7.1.1.1
A call progress counter, displayed by CLI command 'inmoderr'. Number of times this modem has been assigned to a call.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mdmStatChat 1.3.6.1.4.1.15.2.100.7.1.1.2
A call progress counter, displayed by CLI command 'inmoderr'. Number of times this modem has been told to answer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mdmStatDcd 1.3.6.1.4.1.15.2.100.7.1.1.3
A call progress counter, displayed by CLI command 'inmoderr'. Number of times this modem has established a connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mdmStatConsecFail 1.3.6.1.4.1.15.2.100.7.1.1.4
A call progress counter, displayed by CLI command 'inmoderr'. Number of consecutive times this modem has failed to establish a connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mdmStatStatus 1.3.6.1.4.1.15.2.100.7.1.1.5
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 '.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER busy(1), available(2), busiedOut(3), failed(4), crashed(5), outOfService(6)  

mdmStatTotCalls 1.3.6.1.4.1.15.2.100.7.1.1.6
The total number of calls handled by this modem. This counter is reset to zero after system reboot or after the modem is reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mdmStatTotFailures 1.3.6.1.4.1.15.2.100.7.1.1.7
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mdmAvailModems 1.3.6.1.4.1.15.2.100.7.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER