efa policy qos service-policy-map update

Syntax

efa policy qos service-policy-map update [ --name string | --rule stringArray ]

Parameters

--name string
Specifies the name of the QoS service policy map.
--rule stringArray
Rule in format “strict-priority[3],dwrr[25;25;25;25;0],class-map[default]”
Table 1. Valid values for strict-priority
Value Definition
0 No strict priority queue; all are DWRR
1

Traffic Class 7 strict priority queue; rest are DWRR.

2

Traffic Class 6 through 7 strict priority queues; rest are DWRR.

3

Traffic Class 5 through 7 strict priority queues; rest are DWRR.

4

Traffic Class 4 through 7 strict priority queues; rest are DWRR.

5

Traffic Class 3 through 7 strict priority queues; rest are DWRR.

6

Traffic Class 2 through 7 strict priority queues; rest are DWRR.

7

Traffic Class 1 through 7 strict priority queues; rest are DWRR.

default is the only value supported for class-map.
The sum of DWRR weights must equal 100.
Update of a policy map's content could be restricted if the map is referenced by an actively bound QoS profile.

Examples

This example updates a QoS service policy map named servicePolicy1, for strict priority value of 2 and new weights as follows.
efa policy qos service-policy-map update –-name servicePolicy1 
–-rule “strict-priority[2],dwrr[50;25;25;0;0;0],class-map[default]”