03-09-2005 01:27 AM
I am implementing QOS on a MPLS network. Cisco recommends to use MDRR for Cisco 12000 series routers.
Here is the Cisco url for the MDRR configuration example which i use.
Configuring MDRR and WRED on the Cisco 12000 Series Internet Router Using the Legacy CoS Syntax
http://www.cisco.com/warp/public/63/legacy_cos.html
I have extracted some portion of the above example,
Use the cos-queue-group command to define any WRED parameters:
random-detect-label <label> <minimum-threshold> <maximum-threshold> <mark-probability denominator>
Example
Random-detect-label 0 375 2423 1
!-- Min. threshold 375 packets, max. threshold 2423 packets.
!-- Drop probability at max. threshold is 1
I wish to know what criteria they use when selecting the minimum and maximum threshold ?
The above sample config does not indicate the link speed of the P to P router.
The customer setup is P router - P router, or P router to PE router is GigabitEthernet links.
For the above example, why was 375 and 2423 being used ? Any relation between these 2 values and the link speed ?
03-09-2005 04:47 AM
These numbers are taken from the following document and they are indeed related to Link BW:
Hope this helps,
03-09-2005 05:02 AM
According to internal information I was looking at, it would be more appropriate to follow the calculation explained in the following document to set the minimum threshold, maximum threshold and mark probability for WRED:
Hope this helps,
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide