PRVT-BIST-MIB: View SNMP OID List / Download MIB

VENDOR: B.A.T.M. ADVANCE TECHNOLOGIES


 Home MIB: PRVT-BIST-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
 prvtBISTMib 1.3.6.1.4.1.738.1.5.108
The BIST MIB module for managing build-in self-tests and retrieving the results.
         prvtBISTNotifications 1.3.6.1.4.1.738.1.5.108.0
         prvtBISTObjects 1.3.6.1.4.1.738.1.5.108.1
             bistConfig 1.3.6.1.4.1.738.1.5.108.1.1
                 bistSelfTestExecute 1.3.6.1.4.1.738.1.5.108.1.1.1 integer read-write
Setting this object to execute(2) starts the execution of the BIST test and stores the results in bistResult. This object does not execute port tests and does not influence the content of portTestTable. The results of the test execution are displayed in bistResult. A GET on this object always returns noop(1). Enumeration: 'execute': 2, 'noop': 1.
             bistStatus 1.3.6.1.4.1.738.1.5.108.1.2
                 bistSelfTestExecuteStatus 1.3.6.1.4.1.738.1.5.108.1.2.1 integer read-only
This object displays the status of the last BIST execution. A value of not-started(1) indicates that the test has not been manually executed since start-up. A value of in-progress(2) indicates that the test is still being executed. success(3) indicates that the test has been executed, error(4) is returned, if the test was not executed due to an internal software error. Enumeration: 'not-started': 1, 'in-progress': 2, 'success': 3, 'error': 4.
             bistResult 1.3.6.1.4.1.738.1.5.108.1.3
                 bistCPU 1.3.6.1.4.1.738.1.5.108.1.3.1
                     cPUTestTable 1.3.6.1.4.1.738.1.5.108.1.3.1.1 no-access
Defines the CPU test Table for verification, via SNMP, of the functionality of the OS device CPU
                         cPUTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.1.1.1 no-access
cpuTestEntry
                             cpuTestType 1.3.6.1.4.1.738.1.5.108.1.3.1.1.1.1 integer no-access
CPU test type: bistCPUValidation(1), Verifying the functionality of the CPU. bistCPUUsage(2), Verifying the CPU usage. Enumeration: 'bistCPUValidation': 1, 'bistCPUUsage': 2.
                             cpuTestResult 1.3.6.1.4.1.738.1.5.108.1.3.1.1.1.2 testresult read-only
The result of the current CPU test.
                 bistRAM 1.3.6.1.4.1.738.1.5.108.1.3.2
                     ramTestTable 1.3.6.1.4.1.738.1.5.108.1.3.2.1 no-access
Defines the RAM test Table for verification, via SNMP, of the functionality of the OS device RAM
                         ramTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.2.1.1 no-access
ramTestEntry
                             ramTestType 1.3.6.1.4.1.738.1.5.108.1.3.2.1.1.1 integer no-access
RAM test type: bistRAMValidation(1), Verifying the RAM functionality. bistRAMUsage(2), Verifying the RAM usage. Enumeration: 'bistRAMValidation': 1, 'bistRAMUsage': 2.
                             ramTestResult 1.3.6.1.4.1.738.1.5.108.1.3.2.1.1.2 testresult read-only
The result of the current CPU test.
                 bistUART 1.3.6.1.4.1.738.1.5.108.1.3.3
                     uartExistTestTable 1.3.6.1.4.1.738.1.5.108.1.3.3.1 no-access
Defines the test Table for verification, via SNMP, of the existence of UARTs in the OS device
                         uartExistTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.3.1.1 no-access
uartExistTestEntry
                             uartIndex 1.3.6.1.4.1.738.1.5.108.1.3.3.1.1.1 integer32 no-access
The UART index e.g. 1,2 .. NUM of UARTs in the device
                             uartExistTestResult 1.3.6.1.4.1.738.1.5.108.1.3.3.1.1.2 testresult read-only
The result of the current UART test.
                 bistSwitchCore 1.3.6.1.4.1.738.1.5.108.1.3.4
                     bistCrossbarExistence 1.3.6.1.4.1.738.1.5.108.1.3.4.1 testresult read-only
Verifying Crossbar Existence.
                 bistNVRAM 1.3.6.1.4.1.738.1.5.108.1.3.5
                     nvramTestTable 1.3.6.1.4.1.738.1.5.108.1.3.5.1 no-access
Defines the NVRAM test Table for verification, via SNMP, of the functionality of the OS device NVRAM content
                         nvramTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.5.1.1 no-access
nvramTestEntry
                             nvramTestType 1.3.6.1.4.1.738.1.5.108.1.3.5.1.1.1 integer no-access
RAM test type: bistRAMValidation(1), Verifying the Boot Loader Image. bistApplicationValidation(2), Verifying the Application Image. bistStartupConfigValidation(3), Verifying the Startup Configuration File. bistScriptFileSystemValidation(4), Verifying the Script File System. bistJavaImageValidation(5), Verifying the Java Image. bistPROMValidation(6), Verifying the PROM. Enumeration: 'bistStartupConfigValidation': 3, 'bistPROMValidation': 6, 'bistApplicationValidation': 2, 'bistBootLoaderValidation': 1, 'bistJavaImageValidation': 5, 'bistScriptFileSystemValidation': 4.
                             nvramTestResult 1.3.6.1.4.1.738.1.5.108.1.3.5.1.1.2 testresult read-only
The result of the current NVRAM test.
                 bistPowerSupply 1.3.6.1.4.1.738.1.5.108.1.3.6
                     powerSupplyTestTable 1.3.6.1.4.1.738.1.5.108.1.3.6.1 no-access
Defines the test Table for verification, via SNMP, of the status of the power supplies in the OS device. Each power supply installed has a row index, determined by its physical position.
                         powerSupplyTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.6.1.1 no-access
powerSupplyTestEntry
                             powerSupplyIndex 1.3.6.1.4.1.738.1.5.108.1.3.6.1.1.1 integer32 no-access
The powerSupplyIndex index e.g. 1,2 .. number of the power supply in the device
                             powerSupplyTestResult 1.3.6.1.4.1.738.1.5.108.1.3.6.1.1.2 testresult read-only
Verifying the operation of the Power Supply.
                 bistOnboardPower 1.3.6.1.4.1.738.1.5.108.1.3.7
                     onboardPowerTestTable 1.3.6.1.4.1.738.1.5.108.1.3.7.1 no-access
Defines the test Table for verification, via SNMP, of the functionality of the OS device onboard power
                         onboardPowerTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.7.1.1 no-access
onboardPowerEntry
                             onboardPowerTestType 1.3.6.1.4.1.738.1.5.108.1.3.7.1.1.1 integer no-access
Onboard power test type: bistOnboardPowerPHY(1), Verifying Onboard Power PHY. bistOnboardPowerCPU(2), Verifying Onboard Power CPU. bistOnboardPowerOC(3), Verifying Onboard Power OC. bistOnboardPower3-2V(4), Verifying Onboard Power 3.2V. bistOnboardPower2-5V(5), Verifying Onboard Power 2.5V. bistOnboardPower1-8V(6), Verifying Onboard Power 1.8V. bistOnboardPower1-5V(7), Verifying Onboard Power 1.5V. bistOnboardPower1-25V(8) Verifying Onboard Power 1.25V. Enumeration: 'bistOnboardPower1-25V': 8, 'bistOnboardPowerPHY': 1, 'bistOnboardPowerOC': 3, 'bistOnboardPower1-5V': 7, 'bistOnboardPower3-2V': 4, 'bistOnboardPower1-8V': 6, 'bistOnboardPowerCPU': 2, 'bistOnboardPower2-5V': 5.
                             onboardPowerTestResult 1.3.6.1.4.1.738.1.5.108.1.3.7.1.1.2 testresult read-only
The result of the current onboard power test.
                 bistFan 1.3.6.1.4.1.738.1.5.108.1.3.8
                     fanTestTable 1.3.6.1.4.1.738.1.5.108.1.3.8.1 no-access
Defines the test Table for verification, via SNMP, of the status of the fans in the OS device. Each fan installed has a row index, determined by its physical position.
                         fanTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.8.1.1 no-access
fanTestEntry
                             fanIndex 1.3.6.1.4.1.738.1.5.108.1.3.8.1.1.1 integer32 no-access
The fan index e.g. 1,2 .. number of the fan in the device
                             fanTestResult 1.3.6.1.4.1.738.1.5.108.1.3.8.1.1.2 testresult read-only
Verifying the operation of the fan.
                 bistTemperature 1.3.6.1.4.1.738.1.5.108.1.3.9
                     bistTemperatureTest 1.3.6.1.4.1.738.1.5.108.1.3.9.1 testresult read-only
Verifying the Temperature.
                 bistUPS 1.3.6.1.4.1.738.1.5.108.1.3.10
                       bistUPSTest 1.3.6.1.4.1.738.1.5.108.1.3.10.1 testresult read-only
Verifying UPS.
                 bistPorts 1.3.6.1.4.1.738.1.5.108.1.3.11
                       portsTestTable 1.3.6.1.4.1.738.1.5.108.1.3.11.1 no-access
Defines the ports test Table for verification, via SNMP, of the functionality of all LAN-ports (to be performed with local loop-back)
                           portsTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.11.1.1 no-access
Defines the ports test entry for verification, via SNMP, of the functionality of a LAN-port (to be performed with local loop-back)
                               portTest 1.3.6.1.4.1.738.1.5.108.1.3.11.1.1.1 testresult read-only
Verifying the functionality of a LAN-port (to be performed with local loop-back).
         prvtBISTConformance 1.3.6.1.4.1.738.1.5.108.2