PRVT-BIST-MIB

File: PRVT-BIST-MIB.mib (14736 bytes)

Imported modules

SNMPv2-SMI PRVT-SWITCH-MIB SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
switch reportsL2IfaceUnit reportsL2IfaceSlot
reportsL2IfacePort TEXTUAL-CONVENTION

Defined Types

TestResult  
This value represents the result of the test.
TEXTUAL-CONVENTION    
  INTEGER passed(1), failed(2), unknown(3), notAvailable(4)  

CPUTestEntry  
SEQUENCE    
  cpuTestType INTEGER
  cpuTestResult TestResult

RamTestEntry  
SEQUENCE    
  ramTestType INTEGER
  ramTestResult TestResult

UartExistTestEntry  
SEQUENCE    
  uartIndex Integer32
  uartExistTestResult TestResult

NvramTestEntry  
SEQUENCE    
  nvramTestType INTEGER
  nvramTestResult TestResult

PowerSupplyTestEntry  
SEQUENCE    
  powerSupplyIndex Integer32
  powerSupplyTestResult TestResult

OnboardPowerTestEntry  
SEQUENCE    
  onboardPowerTestType INTEGER
  onboardPowerTestResult TestResult

FanTestEntry  
SEQUENCE    
  fanIndex Integer32
  fanTestResult TestResult

PortsTestEntry  
SEQUENCE    
  portTest TestResult

Defined Values

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.
MODULE-IDENTITY    

prvtBISTNotifications 1.3.6.1.4.1.738.1.5.108.0
OBJECT IDENTIFIER    

prvtBISTObjects 1.3.6.1.4.1.738.1.5.108.1
OBJECT IDENTIFIER    

prvtBISTConformance 1.3.6.1.4.1.738.1.5.108.2
OBJECT IDENTIFIER    

bistConfig 1.3.6.1.4.1.738.1.5.108.1.1
OBJECT IDENTIFIER    

bistStatus 1.3.6.1.4.1.738.1.5.108.1.2
OBJECT IDENTIFIER    

bistResult 1.3.6.1.4.1.738.1.5.108.1.3
OBJECT IDENTIFIER    

bistSelfTestExecute 1.3.6.1.4.1.738.1.5.108.1.1.1
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).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noop(1), execute(2)  

bistSelfTestExecuteStatus 1.3.6.1.4.1.738.1.5.108.1.2.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER not-started(1), in-progress(2), success(3), error(4)  

bistCPU 1.3.6.1.4.1.738.1.5.108.1.3.1
OBJECT IDENTIFIER    

bistRAM 1.3.6.1.4.1.738.1.5.108.1.3.2
OBJECT IDENTIFIER    

bistUART 1.3.6.1.4.1.738.1.5.108.1.3.3
OBJECT IDENTIFIER    

bistSwitchCore 1.3.6.1.4.1.738.1.5.108.1.3.4
OBJECT IDENTIFIER    

bistNVRAM 1.3.6.1.4.1.738.1.5.108.1.3.5
OBJECT IDENTIFIER    

bistPowerSupply 1.3.6.1.4.1.738.1.5.108.1.3.6
OBJECT IDENTIFIER    

bistOnboardPower 1.3.6.1.4.1.738.1.5.108.1.3.7
OBJECT IDENTIFIER    

bistFan 1.3.6.1.4.1.738.1.5.108.1.3.8
OBJECT IDENTIFIER    

bistTemperature 1.3.6.1.4.1.738.1.5.108.1.3.9
OBJECT IDENTIFIER    

bistUPS 1.3.6.1.4.1.738.1.5.108.1.3.10
OBJECT IDENTIFIER    

bistPorts 1.3.6.1.4.1.738.1.5.108.1.3.11
OBJECT IDENTIFIER    

cPUTestTable 1.3.6.1.4.1.738.1.5.108.1.3.1.1
Defines the CPU test Table for verification, via SNMP, of the functionality of the OS device CPU
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPUTestEntry

cPUTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.1.1.1
cpuTestEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  CPUTestEntry  

cpuTestType 1.3.6.1.4.1.738.1.5.108.1.3.1.1.1.1
CPU test type: bistCPUValidation(1), Verifying the functionality of the CPU. bistCPUUsage(2), Verifying the CPU usage.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER bistCPUValidation(1), bistCPUUsage(2)  

cpuTestResult 1.3.6.1.4.1.738.1.5.108.1.3.1.1.1.2
The result of the current CPU test.
Status: current Access: read-only
OBJECT-TYPE    
  TestResult  

ramTestTable 1.3.6.1.4.1.738.1.5.108.1.3.2.1
Defines the RAM test Table for verification, via SNMP, of the functionality of the OS device RAM
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RamTestEntry

ramTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.2.1.1
ramTestEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  RamTestEntry  

ramTestType 1.3.6.1.4.1.738.1.5.108.1.3.2.1.1.1
RAM test type: bistRAMValidation(1), Verifying the RAM functionality. bistRAMUsage(2), Verifying the RAM usage.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER bistRAMValidation(1), bistRAMUsage(2)  

ramTestResult 1.3.6.1.4.1.738.1.5.108.1.3.2.1.1.2
The result of the current CPU test.
Status: current Access: read-only
OBJECT-TYPE    
  TestResult  

uartExistTestTable 1.3.6.1.4.1.738.1.5.108.1.3.3.1
Defines the test Table for verification, via SNMP, of the existence of UARTs in the OS device
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UartExistTestEntry

uartExistTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.3.1.1
uartExistTestEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  UartExistTestEntry  

uartIndex 1.3.6.1.4.1.738.1.5.108.1.3.3.1.1.1
The UART index e.g. 1,2 .. NUM of UARTs in the device
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

uartExistTestResult 1.3.6.1.4.1.738.1.5.108.1.3.3.1.1.2
The result of the current UART test.
Status: current Access: read-only
OBJECT-TYPE    
  TestResult  

bistCrossbarExistence 1.3.6.1.4.1.738.1.5.108.1.3.4.1
Verifying Crossbar Existence.
Status: current Access: read-only
OBJECT-TYPE    
  TestResult  

nvramTestTable 1.3.6.1.4.1.738.1.5.108.1.3.5.1
Defines the NVRAM test Table for verification, via SNMP, of the functionality of the OS device NVRAM content
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NvramTestEntry

nvramTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.5.1.1
nvramTestEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  NvramTestEntry  

nvramTestType 1.3.6.1.4.1.738.1.5.108.1.3.5.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER bistBootLoaderValidation(1), bistApplicationValidation(2), bistStartupConfigValidation(3), bistScriptFileSystemValidation(4), bistJavaImageValidation(5), bistPROMValidation(6)  

nvramTestResult 1.3.6.1.4.1.738.1.5.108.1.3.5.1.1.2
The result of the current NVRAM test.
Status: current Access: read-only
OBJECT-TYPE    
  TestResult  

powerSupplyTestTable 1.3.6.1.4.1.738.1.5.108.1.3.6.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PowerSupplyTestEntry

powerSupplyTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.6.1.1
powerSupplyTestEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  PowerSupplyTestEntry  

powerSupplyIndex 1.3.6.1.4.1.738.1.5.108.1.3.6.1.1.1
The powerSupplyIndex index e.g. 1,2 .. number of the power supply in the device
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

powerSupplyTestResult 1.3.6.1.4.1.738.1.5.108.1.3.6.1.1.2
Verifying the operation of the Power Supply.
Status: current Access: read-only
OBJECT-TYPE    
  TestResult  

onboardPowerTestTable 1.3.6.1.4.1.738.1.5.108.1.3.7.1
Defines the test Table for verification, via SNMP, of the functionality of the OS device onboard power
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    OnboardPowerTestEntry

onboardPowerTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.7.1.1
onboardPowerEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  OnboardPowerTestEntry  

onboardPowerTestType 1.3.6.1.4.1.738.1.5.108.1.3.7.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER bistOnboardPowerPHY(1), bistOnboardPowerCPU(2), bistOnboardPowerOC(3), bistOnboardPower3-2V(4), bistOnboardPower2-5V(5), bistOnboardPower1-8V(6), bistOnboardPower1-5V(7), bistOnboardPower1-25V(8)  

onboardPowerTestResult 1.3.6.1.4.1.738.1.5.108.1.3.7.1.1.2
The result of the current onboard power test.
Status: current Access: read-only
OBJECT-TYPE    
  TestResult  

fanTestTable 1.3.6.1.4.1.738.1.5.108.1.3.8.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FanTestEntry

fanTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.8.1.1
fanTestEntry
Status: current Access: not-accessible
OBJECT-TYPE    
  FanTestEntry  

fanIndex 1.3.6.1.4.1.738.1.5.108.1.3.8.1.1.1
The fan index e.g. 1,2 .. number of the fan in the device
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

fanTestResult 1.3.6.1.4.1.738.1.5.108.1.3.8.1.1.2
Verifying the operation of the fan.
Status: current Access: read-only
OBJECT-TYPE    
  TestResult  

bistTemperatureTest 1.3.6.1.4.1.738.1.5.108.1.3.9.1
Verifying the Temperature.
Status: current Access: read-only
OBJECT-TYPE    
  TestResult  

bistUPSTest 1.3.6.1.4.1.738.1.5.108.1.3.10.1
Verifying UPS.
Status: current Access: read-only
OBJECT-TYPE    
  TestResult  

portsTestTable 1.3.6.1.4.1.738.1.5.108.1.3.11.1
Defines the ports test Table for verification, via SNMP, of the functionality of all LAN-ports (to be performed with local loop-back)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortsTestEntry

portsTestEntry 1.3.6.1.4.1.738.1.5.108.1.3.11.1.1
Defines the ports test entry for verification, via SNMP, of the functionality of a LAN-port (to be performed with local loop-back)
Status: current Access: not-accessible
OBJECT-TYPE    
  PortsTestEntry  

portTest 1.3.6.1.4.1.738.1.5.108.1.3.11.1.1.1
Verifying the functionality of a LAN-port (to be performed with local loop-back).
Status: current Access: read-only
OBJECT-TYPE    
  TestResult