BD-MIB

File: BD-MIB.mib (10099 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI Brocade-TC
Brocade-REG-MIB SW-MIB

Imported symbols

DisplayString TEXTUAL-CONVENTION TruthValue
Unsigned32 Integer32 OBJECT-TYPE
OBJECT-IDENTITY MODULE-IDENTITY NOTIFICATION-TYPE
SwPortIndex fcSwitch bcsiModules
swVfId

Defined Types

BdType  
BD type
TEXTUAL-CONVENTION    
  INTEGER congestion(1), latency(2)  

BdStatsEntry  
SEQUENCE    
  userPortNumber SwPortIndex
  bdSampleTime Unsigned32
  bdType BdType
  bdStatsValue10SecsSample DisplayString
  bdStatsValue60SecsSample DisplayString
  bdStatsValue300SecsSample DisplayString

Defined Values

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

bdTraps 1.3.6.1.4.1.1588.2.1.1.51.0
The OID represents the BD Traps.
Status: current Access: read-only
OBJECT-IDENTITY    

bdConfig 1.3.6.1.4.1.1588.2.1.1.51.1
The OID represents the BD config.
Status: current Access: read-only
OBJECT-IDENTITY    

bdStats 1.3.6.1.4.1.1588.2.1.1.51.2
This OID represents the BD stats.
Status: current Access: read-only
OBJECT-IDENTITY    

bdStatus 1.3.6.1.4.1.1588.2.1.1.51.1.1
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).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

bdLThreshold 1.3.6.1.4.1.1588.2.1.1.51.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..5)  

bdCThreshold 1.3.6.1.4.1.1588.2.1.1.51.1.3
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
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..5)  

bdQTime 1.3.6.1.4.1.1588.2.1.1.51.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1000  

bdWinAvgTime 1.3.6.1.4.1.1588.2.1.1.51.1.5
The time window in seconds over which the percentage of seconds affected by bottleneck conditions is computed and compared with the threshold.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

bdThreshold 1.3.6.1.4.1.1588.2.1.1.51.1.6
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(1..5)  

nBdType 1.3.6.1.4.1.1588.2.1.1.51.1.7
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).
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  BdType  

bdNumOfEntries 1.3.6.1.4.1.1588.2.1.1.51.2.1
Number of rows in the stats table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bdStatsTable 1.3.6.1.4.1.1588.2.1.1.51.2.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BdStatsEntry

bdStatsEntry 1.3.6.1.4.1.1588.2.1.1.51.2.2.1
An entry of BD stats information.
Status: current Access: not-accessible
OBJECT-TYPE    
  BdStatsEntry  

userPortNumber 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.1
This object represents the user port indices of bottleneck monitored ports like F-port, E-port, L-port, FCOE-port.
Status: current Access: read-only
OBJECT-TYPE    
  SwPortIndex  

bdSampleTime 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.2
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 .
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bdType 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.3
This object represents the bottleneck type. The value of this object can be congestion(1) or latency(2).
Status: current Access: read-only
OBJECT-TYPE    
  BdType  

bdStatsValue10SecsSample 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.4
This sample is average of 10 samples collected every second. If the sample has not been taken yet then bdStatsValue10SecsSample return -1.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..5)  

bdStatsValue60SecsSample 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.5
This sample is average of 60 samples collected every second. If the sample has not been taken yet then bdStatsValue60SecsSample return -1.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..5)  

bdStatsValue300SecsSample 1.3.6.1.4.1.1588.2.1.1.51.2.2.1.6
This sample is average of 300 samples collected every second. If the sample has not been taken yet then bdStatsValue300SecsSample return -1.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..5)  

bdAggrStats 1.3.6.1.4.1.1588.2.1.1.51.2.3
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(1..12)  

bdAbsoluteValue 1.3.6.1.4.1.1588.2.1.1.51.2.4
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER 1..1000  

bdAvgFrameSize 1.3.6.1.4.1.1588.2.1.1.51.2.5
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

bdTrap 1.3.6.1.4.1.1588.2.1.1.51.0.1
trap to be send for bottleneck detection.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bdClearTrap 1.3.6.1.4.1.1588.2.1.1.51.0.2
trap to be send for bottleneck clearance.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE