[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring WRED

The main difference between RED and WRED is that WRED deals with different colored packets. The router assigns a color to each packet. Committed means green, conformed means yellow, and exceeded means red.

Each line module supports a default drop profile and 15 configurable drop profiles.

WRED is not supported on the ES2 10G Uplink LM. On the ES2 10G LM, you must configure WRED in one of the 15 configurable drop profiles; you cannot configure its default drop profile.

To configure WRED:

  1. Create a drop profile and enter Drop Profile Configuration mode.
  2. host1(config)#drop-profile internetDropProfile
    
    host1(config-drop-profile)#
    
    
    

You can configure up to 16 drop profiles.

  1. Set the average-length exponent, which specifies the exponent used to weight the average queue length over time, controlling WRED responsiveness.
  2. host1(config-drop-profile)#average-length-exponent 9
    
    
    
  1. (Optional) Set the minimum and maximum threshold for committed traffic.
  2. host1(config-drop-profile)#committed-threshold percent 30 90 4     
    
    
    
  3. (Optional) Set the minimum and maximum threshold for conformed traffic.
  4. host1(config-drop-profile)#conformed-threshold percent 25 90 5
    
    
    
  5. (Optional) Set the minimum and maximum threshold for exceeded traffic.
  6. host1(config-drop-profile)#exceeded-threshold percent 20 90 6
    
    
    

The thresholds specify a linear relationship between average queue length and drop probability.

You can express thresholds as either percentages of maximum queue size by including the keyword percent, or as absolute byte values by omitting the keyword.

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]