Each line module supports a default drop profile and 15 configurable drop profiles. You can configure the default drop profile on all E-series line modules except for the ES2 10G LM.
To configure RED:
- host1(config)#drop-profile internetDropProfile
- host1(config-drop-profile)#
You can configure up to 16 drop profiles.
- host1(config-drop-profile)#average-length-exponent
9
- host1(config-drop-profile)#committed-threshold
percent 30 90 4
- host1(config-drop-profile)#conformed-threshold
percent 25 90 5
- 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.