Example: Configuring Different Treatment of Colored Packets for WRED
Figure 5 shows a WRED drop profile that yields progressively more aggressive drop treatment for each color. Exceeded traffic is dropped over a wider range and with greater maximum drop probability than conformed or committed traffic. Conformed traffic is dropped over a wider range and with greater maximum drop probability than committed traffic.
The commands to configure this example are:
host1(config)#drop-profile wredColoredhost1(config-drop-profile)#committed-threshold percent 30 90 3host1(config-drop-profile)#conformed-threshold percent 25 90 5host1(config-drop-profile)#exceeded-threshold percent 20 90 10
![]()