WIPIPE-MIB: View SNMP OID List / Download MIB

VENDOR: CRADLEPOINT


 Home MIB: WIPIPE-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
 wipipe 1.3.6.1.4.1.20992
             wipipeMgmt 1.3.6.1.4.1.20992.1
                 wipipeDevice 1.3.6.1.4.1.20992.1.1
                     devFWVersion 1.3.6.1.4.1.20992.1.1.1 displaystring read-only
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
                     devFWUpgrade 1.3.6.1.4.1.20992.1.1.2 integer read-write
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 Enumeration: 'auto': 2, 'none': 1, 'manual': 3.
                     devFWUpgradeURL 1.3.6.1.4.1.20992.1.1.3 displaystring read-write
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
                     devFWUpgradeStatus 1.3.6.1.4.1.20992.1.1.4 integer read-only
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 Enumeration: 'uptodate': 3, 'failure': 5, 'idle': 1, 'upgrading': 2, 'updateAvail': 4.
                     devGpioConfigInput 1.3.6.1.4.1.20992.1.1.5 integer read-write
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 Enumeration: 'input': 2, 'none': 1, 'ignitionSensing': 4, 'reboot': 3.
                     devGpioReadInput 1.3.6.1.4.1.20992.1.1.6 integer read-only
Read the Input GPIO value on the connector. 0 - low. 1 - high. @SET-FUNC=snmp_set_devGpioReadInput @GET-FUNC=snmp_get_devGpioReadInput
                     devGpioConfigOutput 1.3.6.1.4.1.20992.1.1.7 integer read-write
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 Enumeration: 'high': 2, 'routerRunning': 3, 'low': 1, 'modemConnected': 4.
                     devGpioReadOutput 1.3.6.1.4.1.20992.1.1.8 integer read-only
Read the Output GPIO value on the connector. 0 - low. 1 - high. @SET-FUNC=snmp_set_devGpioReadOutput @GET-FUNC=snmp_get_devGpioReadOutput
                 wipipeCellMdm 1.3.6.1.4.1.20992.1.2
                     mdmNumber 1.3.6.1.4.1.20992.1.2.1 integer read-only
The number of Cellular Modems (regardless of their current state) present on this system. @GET-FUNC=snmp_get_mdmNumber
                     mdmTable 1.3.6.1.4.1.20992.1.2.2 no-access
A list of Modem entries. The number of entries is given by the value of ifNumber.
                         mdmEntry 1.3.6.1.4.1.20992.1.2.2.1 no-access
An entry containing management information applicable to a particular modem. @ROW-FUNC=snmp_get_mdmTable_row
                             mdmIndex 1.3.6.1.4.1.20992.1.2.2.1.1 integer read-only
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.
                             mdmDescr 1.3.6.1.4.1.20992.1.2.2.1.2 displaystring read-only
A textual string containing information about the modem.
                             mdmPort 1.3.6.1.4.1.20992.1.2.2.1.3 displaystring read-only
A textual string containing information about what port the modem is installed in.
                             mdmSignalStrength 1.3.6.1.4.1.20992.1.2.2.1.4 integer read-only
The cellular modems signal strength, given in dBm's.
                             mdmStatus 1.3.6.1.4.1.20992.1.2.2.1.5 integer read-only
A textual string containing infomation of the state of the modem. Enumeration: 'established': 1, 'userstopped': 10, 'disconnected': 5, 'notconfigured': 9, 'establishing': 2, 'suspended': 7, 'error': 4, 'ready': 3, 'empty': 8, 'disconnecting': 6.
                             mdmECIO 1.3.6.1.4.1.20992.1.2.2.1.6 integer read-only
The cellular modems Ec/Io ratio given in dBm's.
                             mdmSerialNumber 1.3.6.1.4.1.20992.1.2.2.1.7 displaystring read-only
A textual string representing the unique serial number of the device.
                             mdmFirmwareVersion 1.3.6.1.4.1.20992.1.2.2.1.8 displaystring read-only
A textual string representing the current firmware version of the modem. Not all modems report this value.
                             mdmMDN 1.3.6.1.4.1.20992.1.2.2.1.9 displaystring read-only
A textual string representing the unique Mobile Directory Number of the device.
                             mdmSERDIS 1.3.6.1.4.1.20992.1.2.2.1.10 displaystring read-only
A textual string representing the Service Display of the device.
                             mdmPROF 1.3.6.1.4.1.20992.1.2.2.1.11 displaystring read-only
A textual string representing the Profile of the device.
                             mdmCINR 1.3.6.1.4.1.20992.1.2.2.1.12 integer read-only
The cellular modems CINR ratio given in dBm's.
                             mdmSINR 1.3.6.1.4.1.20992.1.2.2.1.13 integer read-only
The cellular modems SINR ratio given in dBm's.
                             mdmRSRP 1.3.6.1.4.1.20992.1.2.2.1.14 integer read-only
The cellular modems RSRP given in dBm's.
                             mdmRSRQ 1.3.6.1.4.1.20992.1.2.2.1.15 integer read-only
The cellular modems RSRQ given in dBm's.
                             mdmROAM 1.3.6.1.4.1.20992.1.2.2.1.16 integer read-only
The cellular modems Roaming Status.
                             mdmRFBAND 1.3.6.1.4.1.20992.1.2.2.1.17 displaystring read-only
The cellular modems RF band.
                             mdmHOMECARRIER 1.3.6.1.4.1.20992.1.2.2.1.18 displaystring read-only
The cellular modems Home Carrier.
                             mdmIMSI 1.3.6.1.4.1.20992.1.2.2.1.19 displaystring read-only
The cellular modems IMSI.
                             mdmIMEI 1.3.6.1.4.1.20992.1.2.2.1.20 displaystring read-only
The cellular modems IMEI.
                             mdmAPN 1.3.6.1.4.1.20992.1.2.2.1.21 displaystring read-only
The cellular modems APN.
                             mdmRFCHANNEL 1.3.6.1.4.1.20992.1.2.2.1.22 displaystring read-only
The cellular modems RF Channel.
             wipipeProd 1.3.6.1.4.1.20992.2
                 mbr1000 1.3.6.1.4.1.20992.2.1
                 ctr500 1.3.6.1.4.1.20992.2.2
                 mbr800 1.3.6.1.4.1.20992.2.3
                 mbr1100 1.3.6.1.4.1.20992.2.4
                 mbr1200 1.3.6.1.4.1.20992.2.5
                 mbr900 1.3.6.1.4.1.20992.2.6
                 cba250 1.3.6.1.4.1.20992.2.7
                 cba750 1.3.6.1.4.1.20992.2.8
                 cx111 1.3.6.1.4.1.20992.2.9
                 mbr1400 1.3.6.1.4.1.20992.2.10
                 mbr1200b 1.3.6.1.4.1.20992.2.11
                 cbr400 1.3.6.1.4.1.20992.2.12
                 cbr450 1.3.6.1.4.1.20992.2.13
                 ibr600 1.3.6.1.4.1.20992.2.14
                 ibr650 1.3.6.1.4.1.20992.2.15
                 mbr1400v2 1.3.6.1.4.1.20992.2.16
                 cba750b 1.3.6.1.4.1.20992.2.17
                 aer2100 1.3.6.1.4.1.20992.2.18
                 ibr1150 1.3.6.1.4.1.20992.2.19
                 ibr1100 1.3.6.1.4.1.20992.2.20
                 cba850 1.3.6.1.4.1.20992.2.21
                 ibr350 1.3.6.1.4.1.20992.2.22
                 aer3100 1.3.6.1.4.1.20992.2.23
                 aer1600 1.3.6.1.4.1.20992.2.24
                 ibr650b 1.3.6.1.4.1.20992.2.25
                 aer3150 1.3.6.1.4.1.20992.2.26
                 aer1650 1.3.6.1.4.1.20992.2.27
                 aer2150 1.3.6.1.4.1.20992.2.28
                 ibr600b 1.3.6.1.4.1.20992.2.29
                 ibr950 1.3.6.1.4.1.20992.2.30
                 ibr900 1.3.6.1.4.1.20992.2.31