XYLO-MODEM-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
27
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
27 total| Object Name |
|---|
mdmIdObjects OBJECT IDENTIFIER .1.3.6.1.4.1.15.2.100.3 |
RFC1213-MIB Unknown .1.3.6.1.4.1.15.2.100.3 |
mdmIdTableA table of modem identification objects per modem. SEQUENCE OF MdmIdEntry .1.3.6.1.4.1.15.2.100.3.1 |
mdmIdEntryA row in the modem identfication table. MdmIdEntry .1.3.6.1.4.1.15.2.100.3.1.1 |
mdmNumberA unique number from 1 to totalModems that
identifies each internal modem.ro INTEGER .1.3.6.1.4.1.15.2.100.3.1.1.1 |
mdmIdHardwareRevModem hardware version.
Note. 1. Currently we provide a hardware revision as
part of the software revision string. This
object returns a value of ascii 0ro DisplayString .1.3.6.1.4.1.15.2.100.3.1.1.2 |
mdmIdSoftwareRevModem software version. This object obsoletes
anxpModemFirmware.ro DisplayString .1.3.6.1.4.1.15.2.100.3.1.1.3 |
mdmId56kProprietaryCodeThis 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.ro Enumeration .1.3.6.1.4.1.15.2.100.3.2 |
mdmCtlObjects OBJECT IDENTIFIER .1.3.6.1.4.1.15.2.100.4 |
mdmCtlResetAllSetting 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.rw Enumeration .1.3.6.1.4.1.15.2.100.4.1 |
mdmCtlReadConfigRead 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.rw Enumeration .1.3.6.1.4.1.15.2.100.4.2 |
mdmCtlTableA table of modem control objects executable
per modem. SEQUENCE OF MdmCtlEntry .1.3.6.1.4.1.15.2.100.4.3 |
mdmCtlEntryA row in the modem control table. MdmCtlEntry .1.3.6.1.4.1.15.2.100.4.3.1 |
mdmCtlResetDoes 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.rw Enumeration .1.3.6.1.4.1.15.2.100.4.3.1.1 |
mdmCtlStateCommand 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.rw Enumeration .1.3.6.1.4.1.15.2.100.4.3.1.2 |
mdmCtlResetModemThreshAfter 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.rw INTEGER .1.3.6.1.4.1.15.2.100.4.4 |
mdmStatsObjects OBJECT IDENTIFIER .1.3.6.1.4.1.15.2.100.7 |
mdmStatTableA table of modem statistics. SEQUENCE OF MdmStatEntry .1.3.6.1.4.1.15.2.100.7.1 |
mdmStatEntryA row in the modem statistics table. MdmStatEntry .1.3.6.1.4.1.15.2.100.7.1.1 |
mdmStatAssignA call progress counter, displayed by CLI command
'inmoderr'. Number of times this modem has been
assigned to a call.ro Counter .1.3.6.1.4.1.15.2.100.7.1.1.1 |
mdmStatChatA call progress counter, displayed by CLI command
'inmoderr'. Number of times this modem has been
told to answer.ro Counter .1.3.6.1.4.1.15.2.100.7.1.1.2 |
mdmStatDcdA call progress counter, displayed by CLI command
'inmoderr'. Number of times this modem has established
a connection.ro Counter .1.3.6.1.4.1.15.2.100.7.1.1.3 |
mdmStatConsecFailA call progress counter, displayed by CLI command
'inmoderr'. Number of consecutive times this modem has
failed to establish a connection.ro Counter .1.3.6.1.4.1.15.2.100.7.1.1.4 |
mdmStatStatusCurrent 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 <modem number>'.ro Enumeration .1.3.6.1.4.1.15.2.100.7.1.1.5 |
mdmStatTotCallsThe total number of calls handled by this modem. This
counter is reset to zero after system reboot or
after the modem is reset.ro Counter .1.3.6.1.4.1.15.2.100.7.1.1.6 |
mdmStatTotFailuresThe 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.ro Counter .1.3.6.1.4.1.15.2.100.7.1.1.7 |
mdmAvailModemsThe 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.ro INTEGER .1.3.6.1.4.1.15.2.100.7.2 |