Wellfleet-Modem-MIB

File: Wellfleet-Modem-MIB.mib (12089 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

Counter OBJECT-TYPE DisplayString
wfModemGroup

Defined Types

WfModemEntry  
SEQUENCE    
  wfModemDelete INTEGER
  wfModemSlot INTEGER
  wfModemConnector INTEGER
  wfModemIdSwRev DisplayString
  wfModemIdHwRev DisplayString
  wfModemLineState INTEGER
  wfModemConnectionFailReason INTEGER
  wfModemCfgFactoryDefaults INTEGER
  wfModemCfgInitString DisplayString
  wfModemCfgDefaultString DisplayString
  wfModemCfgResultCodeString DisplayString
  wfModemCfgState INTEGER
  wfModemCfgCountry INTEGER
  wfModemV54Lpbk INTEGER
  wfModemV54Timer INTEGER
  wfModemV54Errors Counter
  wfModemV54RemLpbkDetect INTEGER
  wfModemPhoneNumber DisplayString
  wfModemInitState INTEGER
  wfModemUnitReset INTEGER
  wfModemType INTEGER

Defined Values

wfModemTable 1.3.6.1.4.1.18.3.4.29.1
Modem line record.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfModemEntry

wfModemEntry 1.3.6.1.4.1.18.3.4.29.1.1
An entry in the MODEM table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfModemEntry  

wfModemDelete 1.3.6.1.4.1.18.3.4.29.1.1.1
Create/Delete parameter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfModemSlot 1.3.6.1.4.1.18.3.4.29.1.1.2
Instance ID Slot, filled in by driver
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfModemConnector 1.3.6.1.4.1.18.3.4.29.1.1.3
Instance ID Connector, filled in by the driver.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfModemIdSwRev 1.3.6.1.4.1.18.3.4.29.1.1.4
A textual description of the modem's firmware version number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

wfModemIdHwRev 1.3.6.1.4.1.18.3.4.29.1.1.5
A textual description of the revision number of the modem daughter card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

wfModemLineState 1.3.6.1.4.1.18.3.4.29.1.1.6
Indicates the state of the modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), onHook(2), offHook(3), connected(4), busiedOut(5), reset(6)  

wfModemConnectionFailReason 1.3.6.1.4.1.18.3.4.29.1.1.7
indicates the reason for the last failed connection
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), lossOfCarrier(2), v42NegotiationFailed(3), noCommonProtocol(4), remoteDisconnect(5), noResponseFromRemote(6), protocolViolation(7)  

wfModemCfgFactoryDefaults 1.3.6.1.4.1.18.3.4.29.1.1.8
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfModemCfgInitString 1.3.6.1.4.1.18.3.4.29.1.1.9
An initialization string that will be sent to the modem each time the modem is rebooted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfModemCfgDefaultString 1.3.6.1.4.1.18.3.4.29.1.1.10
The string contains AT comands for initializing the modem every time the modem comes up, regardless of configuration.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wfModemCfgResultCodeString 1.3.6.1.4.1.18.3.4.29.1.1.11
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wfModemCfgState 1.3.6.1.4.1.18.3.4.29.1.1.12
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER cfgIdle(1), cfgInProgress(2), cfgResponseReturned(3)  

wfModemCfgCountry 1.3.6.1.4.1.18.3.4.29.1.1.13
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER northAmerica(1), japan(2), uk(3), germany(4)  

wfModemV54Lpbk 1.3.6.1.4.1.18.3.4.29.1.1.14
Enables the operator to control, and examine the state of, V.54 loopbacks within the modem. This object equates to the AT&Tn command.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noLpbk(1), localAnlgLpbk(2), localDigLpbk(3), remDigLpbk(4), remDigLpbkWPattern(5), localAnlgLpbkWPattern(6)  

wfModemV54Timer 1.3.6.1.4.1.18.3.4.29.1.1.15
Duration in seconds that a test specified in wfModemV.54Lpbk is to execute.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

wfModemV54Errors 1.3.6.1.4.1.18.3.4.29.1.1.16
Indicates the number of errors reported during the last loopback test. This count will only be updated for loopbacks with test pattern.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfModemV54RemLpbkDetect 1.3.6.1.4.1.18.3.4.29.1.1.17
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfModemPhoneNumber 1.3.6.1.4.1.18.3.4.29.1.1.18
Contains the phone number for the modem to dial.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfModemInitState 1.3.6.1.4.1.18.3.4.29.1.1.19
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER startup(1), sccInit(2), getInfo(3), setDefaults(4), initialization(5), phoneNumber(6), loopback(7), initComplete(8)  

wfModemUnitReset 1.3.6.1.4.1.18.3.4.29.1.1.20
Enables the operator to remotely reset the unit. Using this command will cause the unit to terminate all its connections and drop data.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER resetUnit(1)  

wfModemType 1.3.6.1.4.1.18.3.4.29.1.1.21
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255