WIPIPE-MIB

File: WIPIPE-MIB.mib (16521 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

enterprises OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

PhysAddress  
OCTET STRING    

MdmEntry  
SEQUENCE    
  mdmIndex INTEGER
  mdmDescr DisplayString
  mdmPort DisplayString
  mdmSignalStrength INTEGER
  mdmStatus INTEGER
  mdmECIO INTEGER
  mdmSerialNumber DisplayString
  mdmFirmwareVersion DisplayString
  mdmMDN DisplayString
  mdmSERDIS DisplayString
  mdmPROF DisplayString
  mdmCINR INTEGER
  mdmSINR INTEGER
  mdmRSRP INTEGER
  mdmRSRQ INTEGER
  mdmROAM INTEGER
  mdmRFBAND DisplayString
  mdmHOMECARRIER DisplayString
  mdmIMSI DisplayString
  mdmIMEI DisplayString
  mdmAPN DisplayString
  mdmRFCHANNEL DisplayString

Defined Values

wipipe 1.3.6.1.4.1.20992
OBJECT IDENTIFIER    

wipipeMgmt 1.3.6.1.4.1.20992.1
OBJECT IDENTIFIER    

wipipeProd 1.3.6.1.4.1.20992.2
OBJECT IDENTIFIER    

mbr1000 1.3.6.1.4.1.20992.2.1
OBJECT IDENTIFIER    

ctr500 1.3.6.1.4.1.20992.2.2
OBJECT IDENTIFIER    

mbr800 1.3.6.1.4.1.20992.2.3
OBJECT IDENTIFIER    

mbr1100 1.3.6.1.4.1.20992.2.4
OBJECT IDENTIFIER    

mbr1200 1.3.6.1.4.1.20992.2.5
OBJECT IDENTIFIER    

mbr900 1.3.6.1.4.1.20992.2.6
OBJECT IDENTIFIER    

cba250 1.3.6.1.4.1.20992.2.7
OBJECT IDENTIFIER    

cba750 1.3.6.1.4.1.20992.2.8
OBJECT IDENTIFIER    

cx111 1.3.6.1.4.1.20992.2.9
OBJECT IDENTIFIER    

mbr1400 1.3.6.1.4.1.20992.2.10
OBJECT IDENTIFIER    

mbr1200b 1.3.6.1.4.1.20992.2.11
OBJECT IDENTIFIER    

cbr400 1.3.6.1.4.1.20992.2.12
OBJECT IDENTIFIER    

cbr450 1.3.6.1.4.1.20992.2.13
OBJECT IDENTIFIER    

ibr600 1.3.6.1.4.1.20992.2.14
OBJECT IDENTIFIER    

ibr650 1.3.6.1.4.1.20992.2.15
OBJECT IDENTIFIER    

mbr1400v2 1.3.6.1.4.1.20992.2.16
OBJECT IDENTIFIER    

cba750b 1.3.6.1.4.1.20992.2.17
OBJECT IDENTIFIER    

aer2100 1.3.6.1.4.1.20992.2.18
OBJECT IDENTIFIER    

ibr1150 1.3.6.1.4.1.20992.2.19
OBJECT IDENTIFIER    

ibr1100 1.3.6.1.4.1.20992.2.20
OBJECT IDENTIFIER    

cba850 1.3.6.1.4.1.20992.2.21
OBJECT IDENTIFIER    

ibr350 1.3.6.1.4.1.20992.2.22
OBJECT IDENTIFIER    

aer3100 1.3.6.1.4.1.20992.2.23
OBJECT IDENTIFIER    

aer1600 1.3.6.1.4.1.20992.2.24
OBJECT IDENTIFIER    

ibr650b 1.3.6.1.4.1.20992.2.25
OBJECT IDENTIFIER    

aer3150 1.3.6.1.4.1.20992.2.26
OBJECT IDENTIFIER    

aer1650 1.3.6.1.4.1.20992.2.27
OBJECT IDENTIFIER    

aer2150 1.3.6.1.4.1.20992.2.28
OBJECT IDENTIFIER    

ibr600b 1.3.6.1.4.1.20992.2.29
OBJECT IDENTIFIER    

ibr950 1.3.6.1.4.1.20992.2.30
OBJECT IDENTIFIER    

ibr900 1.3.6.1.4.1.20992.2.31
OBJECT IDENTIFIER    

wipipeDevice 1.3.6.1.4.1.20992.1.1
OBJECT IDENTIFIER    

wipipeCellMdm 1.3.6.1.4.1.20992.1.2
OBJECT IDENTIFIER    

devFWVersion 1.3.6.1.4.1.20992.1.1.1
A textual description providing the firmware version currently running on the device. It is mandatory that this only contain printable ASCII characters. @GET-FUNC=snmp_get_devFWVersion
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

devFWUpgrade 1.3.6.1.4.1.20992.1.1.2
Initiate a FW upgrade on the device. none - No upgrade is being performed or initiated. auto - If no other upgrade is begin performed, when this value is written then an automatic upgrade will be performed. When an automatic upgrade is done then the device will pull the most current FW image from the Wipipe server and install it. If this value is read then the router is performing an automatic upgrade and the devFWUpgradeStatus object should be read for further information. manual - If no other upgrade is begin performed, when this value is written then a manual upgrade will be performed. When an manual upgrade is done it will use the URL set in the devFWUpgradeURL object as the place to get the firmware image and install. If the devFWUpgradeURL object is not set then no upgrade will be performed. If this value is read then the router is performing an manual upgrade and the devFWUpgradeStatus object should be read for further information. - @SET-FUNC=snmp_set_devFWUpgrade @GET-FUNC=snmp_get_devFWUpgrade
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), auto(2), manual(3)  

devFWUpgradeURL 1.3.6.1.4.1.20992.1.1.3
Set the URL that points to the firmware image that will be used when doing a manual firmware upgrade. @SET-FUNC=snmp_set_devFWUpgradeURL @GET-FUNC=snmp_get_devFWUpgradeURL
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

devFWUpgradeStatus 1.3.6.1.4.1.20992.1.1.4
Show the result of the FW upgrade command. idle = there is no upgrade in process. upgrading = the new FW is being downloaded and written to flash. uptodate = the device is already at the latest FW. Nothing to upgrade. updateAvail - the device has an automatic update available. failure = some sort of failure occurred during the upgrade. The FW will not be upgraded. NOTE - while the FW image is being written to flash interrupts are disabled so no status will be returned at this time. User should get the FW version string in order to determine if the unit has been updated successfully. @GET-FUNC=snmp_get_devFWUpgradeStatus
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), upgrading(2), uptodate(3), updateAvail(4), failure(5)  

devGpioConfigInput 1.3.6.1.4.1.20992.1.1.5
Set the Input GPIO config on the connector. none - ignore input value. input - read the input value. reboot - if the input is held low for 10 seconds, reboot the router. ignition_sensing - if the input is held low for 300 seconds, power off the router. IBR11x0 series feature. @SET-FUNC=snmp_set_devGpioConfigInput @GET-FUNC=snmp_get_devGpioConfigInput
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), input(2), reboot(3), ignitionSensing(4)  

devGpioReadInput 1.3.6.1.4.1.20992.1.1.6
Read the Input GPIO value on the connector. 0 - low. 1 - high. @SET-FUNC=snmp_set_devGpioReadInput @GET-FUNC=snmp_get_devGpioReadInput
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..1  

devGpioConfigOutput 1.3.6.1.4.1.20992.1.1.7
Set the output GPIO config on the connector. low - Default low output value. high - high output value. routerRunning - high output value once the router completes its boot process. modemConnected - high output value when the modem completes a data connection @SET-FUNC=snmp_set_devGpioConfigOutput @GET-FUNC=snmp_get_devGpioConfigOutput
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER low(1), high(2), routerRunning(3), modemConnected(4)  

devGpioReadOutput 1.3.6.1.4.1.20992.1.1.8
Read the Output GPIO value on the connector. 0 - low. 1 - high. @SET-FUNC=snmp_set_devGpioReadOutput @GET-FUNC=snmp_get_devGpioReadOutput
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..1  

mdmNumber 1.3.6.1.4.1.20992.1.2.1
The number of Cellular Modems (regardless of their current state) present on this system. @GET-FUNC=snmp_get_mdmNumber
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..10  

mdmTable 1.3.6.1.4.1.20992.1.2.2
A list of Modem entries. The number of entries is given by the value of ifNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MdmEntry

mdmEntry 1.3.6.1.4.1.20992.1.2.2.1
An entry containing management information applicable to a particular modem. @ROW-FUNC=snmp_get_mdmTable_row
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MdmEntry  

mdmIndex 1.3.6.1.4.1.20992.1.2.2.1.1
A unique value, greater than zero, for each cellular modem. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..10  

mdmDescr 1.3.6.1.4.1.20992.1.2.2.1.2
A textual string containing information about the modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

mdmPort 1.3.6.1.4.1.20992.1.2.2.1.3
A textual string containing information about what port the modem is installed in.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

mdmSignalStrength 1.3.6.1.4.1.20992.1.2.2.1.4
The cellular modems signal strength, given in dBm's.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -120..-30  

mdmStatus 1.3.6.1.4.1.20992.1.2.2.1.5
A textual string containing infomation of the state of the modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER established(1), establishing(2), ready(3), error(4), disconnected(5), disconnecting(6), suspended(7), empty(8), notconfigured(9), userstopped(10)  

mdmECIO 1.3.6.1.4.1.20992.1.2.2.1.6
The cellular modems Ec/Io ratio given in dBm's.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -120..0  

mdmSerialNumber 1.3.6.1.4.1.20992.1.2.2.1.7
A textual string representing the unique serial number of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

mdmFirmwareVersion 1.3.6.1.4.1.20992.1.2.2.1.8
A textual string representing the current firmware version of the modem. Not all modems report this value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

mdmMDN 1.3.6.1.4.1.20992.1.2.2.1.9
A textual string representing the unique Mobile Directory Number of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

mdmSERDIS 1.3.6.1.4.1.20992.1.2.2.1.10
A textual string representing the Service Display of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

mdmPROF 1.3.6.1.4.1.20992.1.2.2.1.11
A textual string representing the Profile of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

mdmCINR 1.3.6.1.4.1.20992.1.2.2.1.12
The cellular modems CINR ratio given in dBm's.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -120..0  

mdmSINR 1.3.6.1.4.1.20992.1.2.2.1.13
The cellular modems SINR ratio given in dBm's.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -20..40  

mdmRSRP 1.3.6.1.4.1.20992.1.2.2.1.14
The cellular modems RSRP given in dBm's.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -120..100  

mdmRSRQ 1.3.6.1.4.1.20992.1.2.2.1.15
The cellular modems RSRQ given in dBm's.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER -120..50  

mdmROAM 1.3.6.1.4.1.20992.1.2.2.1.16
The cellular modems Roaming Status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2  

mdmRFBAND 1.3.6.1.4.1.20992.1.2.2.1.17
The cellular modems RF band.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mdmHOMECARRIER 1.3.6.1.4.1.20992.1.2.2.1.18
The cellular modems Home Carrier.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

mdmIMSI 1.3.6.1.4.1.20992.1.2.2.1.19
The cellular modems IMSI.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

mdmIMEI 1.3.6.1.4.1.20992.1.2.2.1.20
The cellular modems IMEI.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

mdmAPN 1.3.6.1.4.1.20992.1.2.2.1.21
The cellular modems APN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

mdmRFCHANNEL 1.3.6.1.4.1.20992.1.2.2.1.22
The cellular modems RF Channel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)