Hi,
As part of a S2D, I have setup multiple DCB QOS policies and traffic classes. but its not clear is the output from Get-NetAdapterQos command returning
OperationalTrafficClasses : TC TSA Bandwidth Priorities
-- --- --------- ----------
0 ETS 10% 0-2,6
1 ETS 50% 3
2 ETS 10% 7
3 ETS 10% 5
4 ETS 20% 4
Suppose, from the output above, priority 3 is actually set for SMB traffic(port 445) with a policy and class name "SMB" and similarly priority 7 is set for "Backup".
I believe the above output showing Traffic Class 1 mapping to Priority 3 and traffic class 2 mapping to priority 7. Is this correct?
If so, How can i change the mapping on windows server matching what is default on most of the switches where on the switch traffic-class '0' mapped to priority '0' and traffic-class '1' mapped to priority '1' and so on....
If i'm setting the bandwidth settings on Switch, I think I do have to ensure the traffic class and priority mappings should match with the traffic-class and priority settings on the server. Is that correct? Is there anyway to change the class numbers assigned
to the class name? or does it really matter?