Wellfleet-Modem-MIB: View SNMP OID List / Download MIB

VENDOR: WELLFLEET


 Home MIB: Wellfleet-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).
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
 wfModemTable 1.3.6.1.4.1.18.3.4.29.1 no-access
Modem line record.
     wfModemEntry 1.3.6.1.4.1.18.3.4.29.1.1 no-access
An entry in the MODEM table
         wfModemDelete 1.3.6.1.4.1.18.3.4.29.1.1.1 integer read-write
Create/Delete parameter Enumeration: 'deleted': 2, 'created': 1.
         wfModemSlot 1.3.6.1.4.1.18.3.4.29.1.1.2 integer read-only
Instance ID Slot, filled in by driver
         wfModemConnector 1.3.6.1.4.1.18.3.4.29.1.1.3 integer read-only
Instance ID Connector, filled in by the driver.
         wfModemIdSwRev 1.3.6.1.4.1.18.3.4.29.1.1.4 displaystring read-only
A textual description of the modem's firmware version number.
         wfModemIdHwRev 1.3.6.1.4.1.18.3.4.29.1.1.5 displaystring read-only
A textual description of the revision number of the modem daughter card.
         wfModemLineState 1.3.6.1.4.1.18.3.4.29.1.1.6 integer read-only
Indicates the state of the modem. Enumeration: 'reset': 6, 'unknown': 1, 'onHook': 2, 'connected': 4, 'busiedOut': 5, 'offHook': 3.
         wfModemConnectionFailReason 1.3.6.1.4.1.18.3.4.29.1.1.7 integer read-only
indicates the reason for the last failed connection Enumeration: 'noResponseFromRemote': 6, 'protocolViolation': 7, 'normal': 1, 'lossOfCarrier': 2, 'v42NegotiationFailed': 3, 'remoteDisconnect': 5, 'noCommonProtocol': 4.
         wfModemCfgFactoryDefaults 1.3.6.1.4.1.18.3.4.29.1.1.8 integer read-write
This object indicates if factory defaults are to be loaded. If set to enabled(1), factory defaults are loaded. If set to disabled(2), the initialization string in wfModemCfgInitString is sent to the modem. Enumeration: 'disabled': 2, 'enabled': 1.
         wfModemCfgInitString 1.3.6.1.4.1.18.3.4.29.1.1.9 displaystring read-write
An initialization string that will be sent to the modem each time the modem is rebooted.
         wfModemCfgDefaultString 1.3.6.1.4.1.18.3.4.29.1.1.10 displaystring read-only
The string contains AT comands for initializing the modem every time the modem comes up, regardless of configuration.
         wfModemCfgResultCodeString 1.3.6.1.4.1.18.3.4.29.1.1.11 displaystring read-only
The ASCII response string returned by the modem. Response strings will be returned in response to last command to the modem and in response to activity on the line.
         wfModemCfgState 1.3.6.1.4.1.18.3.4.29.1.1.12 integer read-write
Indicates the state of AT command processing. When a new initialization string is to be sent to the modem, the sender sets the state to cfgInProgress(2). After the command has been sent to the modem, and a result code has been returned, the state is set to cfgResponseReturned(3). Once the sender has received the return code, the sender sets the state to cfgIdle(1). Enumeration: 'cfgInProgress': 2, 'cfgResponseReturned': 3, 'cfgIdle': 1.
         wfModemCfgCountry 1.3.6.1.4.1.18.3.4.29.1.1.13 integer read-write
Identifies the country the modem is designed to operate in. This object is not read from the modem directly. It must be entered manually when configuring the modem. Enumeration: 'japan': 2, 'northAmerica': 1, 'germany': 4, 'uk': 3.
         wfModemV54Lpbk 1.3.6.1.4.1.18.3.4.29.1.1.14 integer read-write
Enables the operator to control, and examine the state of, V.54 loopbacks within the modem. This object equates to the AT&Tn command. Enumeration: 'localAnlgLpbk': 2, 'localAnlgLpbkWPattern': 6, 'localDigLpbk': 3, 'noLpbk': 1, 'remDigLpbk': 4, 'remDigLpbkWPattern': 5.
         wfModemV54Timer 1.3.6.1.4.1.18.3.4.29.1.1.15 integer read-write
Duration in seconds that a test specified in wfModemV.54Lpbk is to execute.
         wfModemV54Errors 1.3.6.1.4.1.18.3.4.29.1.1.16 counter read-only
Indicates the number of errors reported during the last loopback test. This count will only be updated for loopbacks with test pattern.
         wfModemV54RemLpbkDetect 1.3.6.1.4.1.18.3.4.29.1.1.17 integer read-write
This object controls whether or not this modem will acknowledge V.54 Remote Loop 2 requests from a remote Site. When ENABLED, this modem can be put into a digital loopback from a remote site. When DISABLED, the modem will reject requests from the remote site. Enumeration: 'disabled': 2, 'enabled': 1.
         wfModemPhoneNumber 1.3.6.1.4.1.18.3.4.29.1.1.18 displaystring read-write
Contains the phone number for the modem to dial.
         wfModemInitState 1.3.6.1.4.1.18.3.4.29.1.1.19 integer read-only
Indictes the state of the modem initialization sequence. The state will freeze in the state that fails when a failure is detected. Otherwise, the state will be set to initComplete when initialization completes successfully. Enumeration: 'getInfo': 3, 'initialization': 5, 'loopback': 7, 'startup': 1, 'phoneNumber': 6, 'setDefaults': 4, 'sccInit': 2, 'initComplete': 8.
         wfModemUnitReset 1.3.6.1.4.1.18.3.4.29.1.1.20 integer read-write
Enables the operator to remotely reset the unit. Using this command will cause the unit to terminate all its connections and drop data. Enumeration: 'resetUnit': 1.
         wfModemType 1.3.6.1.4.1.18.3.4.29.1.1.21 integer read-write
Enables a user to specify a modem type attached to the port thus enabling Site Manager to put a preconfigured modem init string in the wfModemInitString entry. The list of modems and init strings are stored in Site Manager for flexibility. This type can be set to Custom and a user defined string can be entered in wfModemInitString field.