1 / 4

Congestion Avoidance

Congestion Avoidance. Configuring Class-Based Weighted RED. WRED Building Blocks. DSCP-Based WRED (Assured Forwarding). Changing WRED Sensitivity to Bursts. router(config-pmap-c)#. random-detect exponential-weighting-constant n.

kagami
Download Presentation

Congestion Avoidance

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Congestion Avoidance Configuring Class-Based Weighted RED

  2. WRED Building Blocks

  3. DSCP-Based WRED(Assured Forwarding)

  4. Changing WRED Sensitivity to Bursts router(config-pmap-c)# random-detect exponential-weighting-constant n • WRED takes the average queue size to determine the current WRED mode (no drop, random drop, full drop). • High values of N allow short bursts. • Low values of N make WRED more burst-sensitive. • Default value (9) should be used in most scenarios. • Average output queue size with N=9 is • Qave(t+1) = Qave(t) * 0.998 + Qt * 0.002

More Related