BD-MIB: View SNMP OID List / Download MIB

VENDOR: BROCADE


 Home MIB: BD-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
 bd 1.3.6.1.4.1.1588.2.1.1.51
The MIB module is for Brocade's Bottleneck detection feature.Copyright (c) 1996-2003 Brocade Communications Systems, Inc. All rights reserved.
       bdTraps 1.3.6.1.4.1.1588.2.1.1.51.0
The OID represents the BD Traps.
           bdTrap 1.3.6.1.4.1.1588.2.1.1.51.0.1
trap to be send for bottleneck detection.
           bdClearTrap 1.3.6.1.4.1.1588.2.1.1.51.0.2
trap to be send for bottleneck clearance.
       bdConfig 1.3.6.1.4.1.1588.2.1.1.51.1
The OID represents the BD config.
           bdStatus 1.3.6.1.4.1.1588.2.1.1.51.1.1 truthvalue read-only
This object gives the status of bottleneck detection feature if enabled in the switch. The value of this OID if true(1) or false(2).
           bdLThreshold 1.3.6.1.4.1.1588.2.1.1.51.1.2 displaystring read-only
This object is the severity threshold for latency bottleneck. This threshold indicates the percentage of one-second intervals affected by latency conditions within a specified time window. The value of this OID is between 0 and 1.
           bdCThreshold 1.3.6.1.4.1.1588.2.1.1.51.1.3 displaystring read-only
This object is the severity threshold for congestion bottleneck. This threshold indicates the percentage of one-second intervals affected by congestion conditions within a specified time window. The value of this OID is between 0 and 1
           bdQTime 1.3.6.1.4.1.1588.2.1.1.51.1.4 integer read-only
The minimum number of seconds between consecutive alerts. The value assigned to this parameter applies to both latency and congestion monitoring. In this duration, there will not be any traps sent.
           bdWinAvgTime 1.3.6.1.4.1.1588.2.1.1.51.1.5 integer read-only
The time window in seconds over which the percentage of seconds affected by bottleneck conditions is computed and compared with the threshold.
           bdThreshold 1.3.6.1.4.1.1588.2.1.1.51.1.6 displaystring no-access
This is the severity threshold for latency or congestion bottleneck. This is accessible only for traps. This object is one of the variable binding in bdTrap and bdClearTrap.
           nBdType 1.3.6.1.4.1.1588.2.1.1.51.1.7 bdtype no-access
This is the type of bottleneck.This is accessible only for traps. This object is one of the variable binding in bdTrap and bdClearTrap. This can have a value of congestion(1) or latency(2).
       bdStats 1.3.6.1.4.1.1588.2.1.1.51.2
This OID represents the BD stats.
           bdNumOfEntries 1.3.6.1.4.1.1588.2.1.1.51.2.1 integer32 read-only
Number of rows in the stats table.
           bdStatsTable 1.3.6.1.4.1.1588.2.1.1.51.2.2 no-access
The table of stats entries represents both types of bottleneck. Each sample in the stats is taken every 10 seconds.The maximum number of entries for each port, each type [congestion/latency] is 30.
               bdStatsEntry 1.3.6.1.4.1.1588.2.1.1.51.2.2.1 no-access
An entry of BD stats information.
                   userPortNumber 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.1 swportindex read-only
This object represents the user port indices of bottleneck monitored ports like F-port, E-port, L-port, FCOE-port.
                   bdSampleTime 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.2 unsigned32 read-only
This object represents the sample time in Unix time format. Ex:1265259069 The above Unix time is equal to Thu, 04 Feb 2010 04:51:09 GMT .
                   bdType 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.3 bdtype read-only
This object represents the bottleneck type. The value of this object can be congestion(1) or latency(2).
                   bdStatsValue10SecsSample 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.4 displaystring read-only
This sample is average of 10 samples collected every second. If the sample has not been taken yet then bdStatsValue10SecsSample return -1.
                   bdStatsValue60SecsSample 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.5 displaystring read-only
This sample is average of 60 samples collected every second. If the sample has not been taken yet then bdStatsValue60SecsSample return -1.
                   bdStatsValue300SecsSample 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.6 displaystring read-only
This sample is average of 300 samples collected every second. If the sample has not been taken yet then bdStatsValue300SecsSample return -1.
           bdAggrStats 1.3.6.1.4.1.1588.2.1.1.51.2.3 displaystring no-access
This object represents the aggregrate stats value. This value is the sum of all the samples divided by average window and multiplied by 100.This is accessible only for traps. This obejct is one of the variable binding in bdTrap and bdClearTrap.
           bdAbsoluteValue 1.3.6.1.4.1.1588.2.1.1.51.2.4 integer no-access
This object represents the absolute value of bdAggrStats. It is the number of affected seconds. This object is accessible only for traps and it is one of the variable binding in bdTrap and bdClearTrap.
           bdAvgFrameSize 1.3.6.1.4.1.1588.2.1.1.51.2.5 unsigned32 no-access
This object represents the average size in bytes of all frames that were transmitted on the ports during the averaging window. This object is accessible only for traps and it is one of the variable binding in bdTrap and bdClearTrap.