Connectivity Guide

class-map
Creates a QoS class-map that lters trac to match packets to the corresponding policy created for your network.
Syntax
class-map [type {qos | queuing | control-plane}] [{match-any | match-all}]
class-map-name
Parameters
type — Enter a class-map type.
qos — Enter a qos type class-map.
queuing — Enter a queueing type class-map.
control-plane — Enter a control-plane type class-map.
match-all — Determines how packets are evaluated when multiple match criteria exist. Enter the keyword
to determine that all packets must meet the match criteria to be assigned to a class.
match-any — Determines how packets are evaluated when multiple match criteria exist. Enter the keyword
to determine that packets must meet at least one of the match criteria to be assigned to a class.
class-map-name — Enter a class-map name. A maximum of 32 characters.
Defaults
qos — class-map type
match-any — class-map lter
Command Mode CLASS-MAP-QOS
Usage Information Apply match-any or match-all class-map lters to control-plane, qos, and queuing type class-maps.
Example
OS10(config)# class-map type qos match-all c1
OS10(conf-cmap-qos)#
Command History 10.2.0E or later
clear interface
Clears the statistics per-port or for all ports.
Syntax
clear interface [interface node/slot/port[:subport]]
Parameters
interface — (Optional) Enter the interface type.
node/slot/port[:subport] — (Optional) Enter the port information.
Default Not congured
Command Mode EXEC
Usage Information None
Example
OS10# clear interface ethernet 1/1/1
Supported Releases 10.3.0E or later
Quality of service 997