WRED-MIB

File: WRED-MIB.mib (11900 bytes)

Imported modules

SNMPv2-SMI DLINK-ID-REC-MIB SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE dlink-common-mgmt
RowStatus DisplayString

Defined Types

SwWredAverageTimeEntry  
SEQUENCE    
  swWredPortIndex INTEGER
  swWredAverageTime INTEGER

SwWredCtrlEntry  
SEQUENCE    
  swWredCtrlPortIndex INTEGER
  swWredCtrlClassIndex INTEGER
  swWredCtrlDropStart INTEGER
  swWredCtrlDropSlope INTEGER

SwWredProfileEntry  
SEQUENCE    
  swWredProfileIndex INTEGER
  swWredProfileName DisplayString
  swWredProfileRowStatus RowStatus

SwWredProfileCfgEntry  
SEQUENCE    
  swWredProfileCfgIndex INTEGER
  swWredProfileCfgPacketType INTEGER
  swWredProfileCfgPacketColor INTEGER
  swWredProfileCfgMinThreshold INTEGER
  swWredProfileCfgMaxThreshold INTEGER
  swWredProfileCfgMaxDropRate INTEGER

SwWredPortProfileEntry  
SEQUENCE    
  swWredPortProfilePortIndex INTEGER
  swWredPortProfileClassIndex INTEGER
  swWredPortProfileId INTEGER
  swWredPortWeightNum INTEGER

Defined Values

swWredMIB 1.3.6.1.4.1.171.12.31
.
MODULE-IDENTITY    

swWredCtrl 1.3.6.1.4.1.171.12.31.1
OBJECT IDENTIFIER    

swWredInfo 1.3.6.1.4.1.171.12.31.2
OBJECT IDENTIFIER    

swWredMgmt 1.3.6.1.4.1.171.12.31.3
OBJECT IDENTIFIER    

swWredGlobalState 1.3.6.1.4.1.171.12.31.1.1
This object enable\disable the WRED state of the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

swWredAverageTimeTable 1.3.6.1.4.1.171.12.31.3.1
A table that contains WRED average time for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwWredAverageTimeEntry

swWredAverageTimeEntry 1.3.6.1.4.1.171.12.31.3.1.1
A list that contains WRED average time per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwWredAverageTimeEntry  

swWredPortIndex 1.3.6.1.4.1.171.12.31.3.1.1.1
This object indicates the port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

swWredAverageTime 1.3.6.1.4.1.171.12.31.3.1.1.2
This object indicates the time in microseconds used in average queue depth calculation (1-32768).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..32768  

swWredCtrlTable 1.3.6.1.4.1.171.12.31.3.2
A table that contains WRED drop setting for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwWredCtrlEntry

swWredCtrlEntry 1.3.6.1.4.1.171.12.31.3.2.1
A list that contains WRED drop setting per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwWredCtrlEntry  

swWredCtrlPortIndex 1.3.6.1.4.1.171.12.31.3.2.1.1
This object indicates the port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

swWredCtrlClassIndex 1.3.6.1.4.1.171.12.31.3.2.1.2
This object indicates the cos queue number (0-7).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

swWredCtrlDropStart 1.3.6.1.4.1.171.12.31.3.2.1.3
This object indicates the percentage of queue size to start dropping (0-100).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

swWredCtrlDropSlope 1.3.6.1.4.1.171.12.31.3.2.1.4
This object indicates the Degrees (0..90) describing the drop probability slope (0-90). When set the slope zero, it like disable the wred of the cos queue.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..90  

swWredProfileTable 1.3.6.1.4.1.171.12.31.3.4
A table that contains WRED Profile Entrys.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwWredProfileEntry

swWredProfileEntry 1.3.6.1.4.1.171.12.31.3.4.1
A list that contains WRED profile entrys.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwWredProfileEntry  

swWredProfileIndex 1.3.6.1.4.1.171.12.31.3.4.1.1
This object indicates the profile number,the minimum value should be 2 and the maximum value is depended on project.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swWredProfileName 1.3.6.1.4.1.171.12.31.3.4.1.2
This object indicates the profile name,The profile name can not be same.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

swWredProfileRowStatus 1.3.6.1.4.1.171.12.31.3.4.1.3
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swWredProfileCfgTable 1.3.6.1.4.1.171.12.31.3.5
A table that contains WRED profile every parameter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwWredProfileCfgEntry

swWredProfileCfgEntry 1.3.6.1.4.1.171.12.31.3.5.1
A list that contains WRED profile parameter for each profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwWredProfileCfgEntry  

swWredProfileCfgIndex 1.3.6.1.4.1.171.12.31.3.5.1.1
This object indicates the profile number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..128  

swWredProfileCfgPacketType 1.3.6.1.4.1.171.12.31.3.5.1.2
This object indicates the profile packet type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tcp(1), nonTcp(2)  

swWredProfileCfgPacketColor 1.3.6.1.4.1.171.12.31.3.5.1.3
This object indicates the profile packet color.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER green(1), yellow(2), red(3)  

swWredProfileCfgMinThreshold 1.3.6.1.4.1.171.12.31.3.5.1.4
This object indicates the percentage of queue size to start dropping (0-100).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

swWredProfileCfgMaxThreshold 1.3.6.1.4.1.171.12.31.3.5.1.5
This object indicates the percentage of queue size over which WRED will drop all packets (0-100).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

swWredProfileCfgMaxDropRate 1.3.6.1.4.1.171.12.31.3.5.1.6
This object indicates the drop probability that the percentage of queue size reaches max threshold.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

swWredPortProfileTable 1.3.6.1.4.1.171.12.31.3.6
A table that contains ports WRED profile binded.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwWredPortProfileEntry

swWredPortProfileEntry 1.3.6.1.4.1.171.12.31.3.6.1
A list that contains port and WRED profile id.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwWredPortProfileEntry  

swWredPortProfilePortIndex 1.3.6.1.4.1.171.12.31.3.6.1.1
This object indicates the port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

swWredPortProfileClassIndex 1.3.6.1.4.1.171.12.31.3.6.1.2
This object indicates the hardware priority queue number (0-7).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

swWredPortProfileId 1.3.6.1.4.1.171.12.31.3.6.1.3
This object indicates profile ID that port and queue binded, the minimum value should be 1 and the maximum is depended on project.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

swWredPortWeightNum 1.3.6.1.4.1.171.12.31.3.6.1.4
This object indicates weight number that port and queue set, the minimum value should be 1 and the maximum is depended on project.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

swWredAllPortAverageTime 1.3.6.1.4.1.171.12.31.3.3
This object configure the time in microseconds used in average queue depth calculation (1-32768) to all port. This return value while read request will be always 0.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32768