class-map type qos
Use this command to create a class-map of type qos.
Use the no command to remove a class-map.
Note: Class-map without any match qualification behaves similar to default class by matching all the packets on the interface it is attached via service policy.
In a class-map, adding or deleting match criteria with misconfiguration will have silent exit and will not proceed with operation.
Command Syntax
class-map (type qos|) (match-any|match-all|) NAME
no class-map (type qos|) (match-any|match-all|) NAME
Parameters
NAME
Specify the class map name (Max Size 32)
match-any
Match any parameter (boolean OR)
match-all
Match all parameters (boolean AND)
Default
By default, match type is match-all for any class-map
Command Mode
Configuration Mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)# class-map type qos C_QOS1
Last modified date: 07-14-2023