cisco-wred-mib.mib object
Introduction
Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2025 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers).
This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.
ActiveXperts Network Monitor 2025 can import MIB file cisco-wred-mib and use it to monitor vendor specific OID's.
cisco-wred-mib file content
Object view of cisco-wred-mib:
  
    
      | Scalar Object | 
    
  
  
    
      | 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.
       | 
    
    
      | 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.
       | 
    
    
      | 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.
       | 
    
    
      | 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.
       | 
    
  
  
    
      | Tabular Object | 
    
  
  
    
      | 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.
       | 
    
    
      | cwredConfigPrecedPrecedence | 
      .1.3.6.1.4.1.9.9.83.1.1.2.1.1 | 
    
    
      | 
        The IP precedence of this entry.
       | 
    
    
      | 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.
       | 
    
    
      | 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.
       | 
    
    
      | 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.
       | 
    
    
      | cwredQueueAverage | 
      .1.3.6.1.4.1.9.9.83.1.2.1.1.1 | 
    
    
      | 
        The computed queue average length.
       | 
    
    
      | cwredQueueDepth | 
      .1.3.6.1.4.1.9.9.83.1.2.1.1.2 | 
    
    
      | 
        The number of buffers/particles currently withheld in queue.
       | 
    
    
      | cwredStatSwitchedPkts | 
      .1.3.6.1.4.1.9.9.83.1.2.2.1.1 | 
    
    
      | 
        The number of packets output by WRED.
       | 
    
    
      | 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.
       | 
    
    
      | 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.
       | 
    
  
  
    
      | Table | 
    
  
  
    
      | cwredConfigGlobTable | 
      .1.3.6.1.4.1.9.9.83.1.1.1 | 
    
    
      | 
        A table of WRED global configuration variables.
       | 
    
    
      | 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.
       | 
    
    
      | cwredQueueTable | 
      .1.3.6.1.4.1.9.9.83.1.2.1 | 
    
    
      | 
        A table of WRED queue status variable.
       | 
    
    
      | 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.
       | 
    
  
  
    
      | Object Identifier | 
    
  
  
    
      | 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.
        
       | 
    
    
      | ciscoWredMIBObjects | 
      .1.3.6.1.4.1.9.9.83.1 | 
    
    
      | cwredConfig | 
      .1.3.6.1.4.1.9.9.83.1.1 | 
    
    
      | cwredStats | 
      .1.3.6.1.4.1.9.9.83.1.2 | 
    
    
      | ciscoWredMIBConformance | 
      .1.3.6.1.4.1.9.9.83.3 | 
    
    
      | ciscoWredMIBCompliances | 
      .1.3.6.1.4.1.9.9.83.3.1 | 
    
    
      | ciscoWredMIBGroups | 
      .1.3.6.1.4.1.9.9.83.3.2 | 
    
  
  
    
      | Group | 
    
  
  
    
      | ciscoWredMIBGroup | 
      .1.3.6.1.4.1.9.9.83.3.2.1 | 
    
    
      | 
        A collection of objects providing WRED monitoring.
       |