CISCO-WRED-MIB

File: CISCO-WRED-MIB.mib (9159 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF IF-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Gauge32 Counter32 MODULE-COMPLIANCE
OBJECT-GROUP ifIndex ciscoMgmt

Defined Types

CwredConfigGlobEntry  
SEQUENCE    
  cwredConfigGlobQueueWeight Integer32

CwredConfigPrecedEntry  
SEQUENCE    
  cwredConfigPrecedPrecedence Integer32
  cwredConfigPrecedMinDepthThreshold Integer32
  cwredConfigPrecedMaxDepthThreshold Integer32
  cwredConfigPrecedPktsDropFraction Integer32

CwredQueueEntry  
SEQUENCE    
  cwredQueueAverage Gauge32
  cwredQueueDepth Gauge32

CwredStatEntry  
SEQUENCE    
  cwredStatSwitchedPkts Counter32
  cwredStatRandomFilteredPkts Counter32
  cwredStatMaxFilteredPkts Counter32

Defined Values

ciscoWredMIB 1.3.6.1.4.1.9.9.83
Cisco WRED MIB - Overview Cisco Weighted Random Early Detection/Drop is a method which avoids traffic congestion on an output interface. Congestion is detected by computing the average output queue size against preset thresholds. WRED support are on the IP fast switching and IP flow switching only. It does not apply to IP process switching. This MIB incorporates objects from the Cisco WRED line interfaces. Its purpose is to provide Weighted Random Early Detection/Drop packet configuration and packet filtering information. WRED are configured/enabled through the CLI command. Defaults configuration values are assigned and values can be modified through additional CLI commands.
MODULE-IDENTITY    

ciscoWredMIBObjects 1.3.6.1.4.1.9.9.83.1
OBJECT IDENTIFIER    

cwredConfig 1.3.6.1.4.1.9.9.83.1.1
OBJECT IDENTIFIER    

cwredStats 1.3.6.1.4.1.9.9.83.1.2
OBJECT IDENTIFIER    

cwredConfigGlobTable 1.3.6.1.4.1.9.9.83.1.1.1
A table of WRED global configuration variables.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwredConfigGlobEntry

cwredConfigGlobEntry 1.3.6.1.4.1.9.9.83.1.1.1.1
A collection of configuration entries on this interface. Entries are created and deleted via red command line interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwredConfigGlobEntry  

cwredConfigGlobQueueWeight 1.3.6.1.4.1.9.9.83.1.1.1.1.1
The decay factor for the queue average calculation. Numbers are 2's exponent up to 16. The smaller the number, the faster it decays.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cwredConfigPrecedTable 1.3.6.1.4.1.9.9.83.1.1.2
A table of WRED configuration values with respect to the IP precedence of packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwredConfigPrecedEntry

cwredConfigPrecedEntry 1.3.6.1.4.1.9.9.83.1.1.2.1
WRED IP precedence configuration table entry. Entries are created and deleted via red command interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwredConfigPrecedEntry  

cwredConfigPrecedPrecedence 1.3.6.1.4.1.9.9.83.1.1.2.1.1
The IP precedence of this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..7  

cwredConfigPrecedMinDepthThreshold 1.3.6.1.4.1.9.9.83.1.1.2.1.2
The average queue depth at which WRED begins to drop packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cwredConfigPrecedMaxDepthThreshold 1.3.6.1.4.1.9.9.83.1.1.2.1.3
The average queue depth at which WRED may begin to drop all packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cwredConfigPrecedPktsDropFraction 1.3.6.1.4.1.9.9.83.1.1.2.1.4
The fraction of packets to be dropped when the average queue depth is above cwredConfigPrecedMinDepthThreshold but below cwredConfigPrecedMaxDepthThreshold.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cwredQueueTable 1.3.6.1.4.1.9.9.83.1.2.1
A table of WRED queue status variable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwredQueueEntry

cwredQueueEntry 1.3.6.1.4.1.9.9.83.1.2.1.1
A table of WRED queue status variable entry. Entries are created and deleted via the red command line interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwredQueueEntry  

cwredQueueAverage 1.3.6.1.4.1.9.9.83.1.2.1.1.1
The computed queue average length.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cwredQueueDepth 1.3.6.1.4.1.9.9.83.1.2.1.1.2
The number of buffers/particles currently withheld in queue.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cwredStatTable 1.3.6.1.4.1.9.9.83.1.2.2
A table of WRED status information with respect to the IP precedence of packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwredStatEntry

cwredStatEntry 1.3.6.1.4.1.9.9.83.1.2.2.1
The WRED interface status information entry. Entries are created and deleted via the red red command line interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwredStatEntry  

cwredStatSwitchedPkts 1.3.6.1.4.1.9.9.83.1.2.2.1.1
The number of packets output by WRED.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwredStatRandomFilteredPkts 1.3.6.1.4.1.9.9.83.1.2.2.1.2
The number of packets filtered/dropped due to average queue length exceeds cwredConfigMinDepthThreshold and meet a defined random drop policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cwredStatMaxFilteredPkts 1.3.6.1.4.1.9.9.83.1.2.2.1.3
The number of packets filtered/dropped due to average queue length exceeds cwredConfigMaxDepthThreshold.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ciscoWredMIBConformance 1.3.6.1.4.1.9.9.83.3
OBJECT IDENTIFIER    

ciscoWredMIBCompliances 1.3.6.1.4.1.9.9.83.3.1
OBJECT IDENTIFIER    

ciscoWredMIBGroups 1.3.6.1.4.1.9.9.83.3.2
OBJECT IDENTIFIER    

ciscoWredMIBCompliance 1.3.6.1.4.1.9.9.83.3.1.1
The compliance statement for entities which implement the WRED on a Cisco RSP platform.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoWredMIBGroup 1.3.6.1.4.1.9.9.83.3.2.1
A collection of objects providing WRED monitoring.
Status: current Access: read-only
OBJECT-GROUP