Hello, in MLS QoS you see all the QoS setup code in the running configuration e.g.
mls qos srr-queue output dscp-map queue 1 threshold 3 46 (maps DSCP 46 to queue 1, threshold 3)
mls qos srr-queue output dscp-map queue 2 threshold 1 16 18 20 22 25 32 34 36(maps DSCP 16,18,20,22,25,32,43,36 to queue 2, threshold 1)
mls qos srr-queue output dscp-map queue 2 threshold 1 38 (maps DSCP 38 to queue 2, threshold 1)
mls qos srr-queue output dscp-map queue 2 threshold 2 24 26 (maps DSCP 24, 26 to queue 2, threshold 2)
mls qos srr-queue output dscp-map queue 2 threshold 3 48 56 (maps DSCP 48 56 to queue 2, threshold 3)
mls qos queue-set output 1 threshold 2 70 80 100 100 (defines queue 2 thresholds as 1:70%, 2:80%, 3:100%, 4:100%)
From what I see on our switches, this code was mapping DSCP values to certain queues and then assigning thresholds to these classifications within those queues.
Now with MQC QoS this has all gone. Does this mean that all this setup is now automatically done behind the scenes ?
Thank you.