Configuring the HRR Weight for a Scheduler Node or Queue
By default, the HRR weight is configured for the scheduler profile. You can set a specific HRR weight of the scheduler node or queue. The weight value is used when no assured rate is set.
- Create a scheduler profile.
host1(config)#scheduler-profile relativehost1(config-scheduler-profile)#- Specify the weight value.
host1(config-scheduler-profile)#weight 10host1(config-scheduler-profile)#weight 800 - 200The weight value is in the range 04080. The default weight is 8. Weight 0 (zero) is a special weight that is used for relative strict-priority scheduling.
Use the operator and operandValue variables to configure a weight with an expression.
- Static and Hierarchical Assured Rate Overview
- For more information about specifying an expression that you can reference within a scheduler profile, see Using Expressions for Bandwidth and Burst Values in a Scheduler Profile
- Relative Strict-Priority Scheduling Overview
- scheduler-profile command
- weight command