
Class-default
Are the following two configs the same or different?
1. class-map ANY
match any
policy-map POLICY
class ANY
2. policy-map POLICY
class class-default
Are the following two configs the same or different?
1. class-map ANY
match any
policy-map POLICY
class ANY
2. policy-map POLICY
class class-default
Comments
Technically, both the commands work similarly, but you may not want to write additional commands instead of "class-default" which is created by default.
HTH
There is one difference. Class-any uses FIFO queuing, whereas class-default uses fair-queueing by default