CISCO-WRED-MIB
- Registered at
- 1.3.6.1.4.1.9.9.83
- Last updated
- 1997-07-18 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 1997-07-18 00:00
- Namespace
- cisco
- Source file
CISCO-WRED-MIB- Digest
sha256:f579f1baf0dab42a8236dfc03d7d489fccc02c96ca83dc1e9e32a3d9311db825
Description
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.
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134-1706 USA Tel: +1 800 553-NETS E-mail: tgrennan-group@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-SMI CISCO-WRED-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoWredMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.83.1 | |||
| cwredConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.83.1.1 | |||
| cwredConfigGlobTable OBJECT-TYPE A table of WRED global configuration variables. | 1.3.6.1.4.1.9.9.83.1.1.1 | not-accessible | current | |
| cwredConfigGlobEntry OBJECT-TYPE A collection of configuration entries on this interface. Entries are created and deleted via red command line interface. | 1.3.6.1.4.1.9.9.83.1.1.1.1 | not-accessible | current | |
| cwredConfigGlobQueueWeight OBJECT-TYPE The decay factor for the queue average calculation. Numbers are 2's exponent up to 16. The smaller the number, the faster it decays. | 1.3.6.1.4.1.9.9.83.1.1.1.1.1 | Integer32 | read-only | current |
| cwredConfigPrecedTable OBJECT-TYPE A table of WRED configuration values with respect to the IP precedence of packets. | 1.3.6.1.4.1.9.9.83.1.1.2 | not-accessible | current | |
| cwredConfigPrecedEntry OBJECT-TYPE WRED IP precedence configuration table entry. Entries are created and deleted via red command interface. | 1.3.6.1.4.1.9.9.83.1.1.2.1 | not-accessible | current | |
| cwredConfigPrecedPrecedence OBJECT-TYPE The IP precedence of this entry. | 1.3.6.1.4.1.9.9.83.1.1.2.1.1 | Integer32 (0..7) | not-accessible | current |
| cwredConfigPrecedMinDepthThreshold OBJECT-TYPE The average queue depth at which WRED begins to drop packets. | 1.3.6.1.4.1.9.9.83.1.1.2.1.2 | Integer32 | read-only | current |
| cwredConfigPrecedMaxDepthThreshold OBJECT-TYPE The average queue depth at which WRED may begin to drop all packets. | 1.3.6.1.4.1.9.9.83.1.1.2.1.3 | Integer32 | read-only | current |
| cwredConfigPrecedPktsDropFraction OBJECT-TYPE The fraction of packets to be dropped when the average queue depth is above cwredConfigPrecedMinDepthThreshold but below cwredConfigPrecedMaxDepthThreshold. | 1.3.6.1.4.1.9.9.83.1.1.2.1.4 | Integer32 | read-only | current |
| cwredStats OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.83.1.2 | |||
| cwredQueueTable OBJECT-TYPE A table of WRED queue status variable. | 1.3.6.1.4.1.9.9.83.1.2.1 | not-accessible | current | |
| cwredQueueEntry OBJECT-TYPE A table of WRED queue status variable entry. Entries are created and deleted via the red command line interface. | 1.3.6.1.4.1.9.9.83.1.2.1.1 | not-accessible | current | |
| cwredQueueAverage OBJECT-TYPE The computed queue average length. | 1.3.6.1.4.1.9.9.83.1.2.1.1.1 | Gauge32 | read-only | current |
| cwredQueueDepth OBJECT-TYPE The number of buffers/particles currently withheld in queue. | 1.3.6.1.4.1.9.9.83.1.2.1.1.2 | Gauge32 | read-only | current |
| cwredStatTable OBJECT-TYPE A table of WRED status information with respect to the IP precedence of packets. | 1.3.6.1.4.1.9.9.83.1.2.2 | not-accessible | current | |
| cwredStatEntry OBJECT-TYPE The WRED interface status information entry. Entries are created and deleted via the red red command line interface. | 1.3.6.1.4.1.9.9.83.1.2.2.1 | not-accessible | current | |
| cwredStatSwitchedPkts OBJECT-TYPE The number of packets output by WRED. | 1.3.6.1.4.1.9.9.83.1.2.2.1.1 | Counter32 | read-only | current |
| cwredStatRandomFilteredPkts OBJECT-TYPE The number of packets filtered/dropped due to average queue length exceeds cwredConfigMinDepthThreshold and meet a defined random drop policy. | 1.3.6.1.4.1.9.9.83.1.2.2.1.2 | Counter32 | read-only | current |
| cwredStatMaxFilteredPkts OBJECT-TYPE The number of packets filtered/dropped due to average queue length exceeds cwredConfigMaxDepthThreshold. | 1.3.6.1.4.1.9.9.83.1.2.2.1.3 | Counter32 | read-only | current |
| ciscoWredMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.83.3 | |||
| ciscoWredMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.83.3.1 | |||
| ciscoWredMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.83.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoWredMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the WRED on a Cisco RSP platform. | 1.3.6.1.4.1.9.9.83.3.1.1 | current |
| ciscoWredMIBGroup OBJECT-GROUP A collection of objects providing WRED monitoring. | 1.3.6.1.4.1.9.9.83.3.2.1 | current |