default-class

Syntax

default-class priorityrate(破裂]

描述

Configures the default class that is automatically defined for all CoPP policies. The default class cannot be removed, but its configuration can be changed. The default class is applied to traffic that does not match any other class defined for a policy.

Command context

config-copp

Parameters

<优先>

Specifies the priority for packets matching the selected class. Range: 0 to 10.

rate

Specifies the maximum rate, in kilobits per second (Kb/s), for packets matching the selected class. Range: 1 to 999999.

burst

Specifies the maximum burst size, in kilobytes, for packets matching the selected class. Range: 1 to 130.

权威

Administrators or local user group members with execution rights for this command.

Example

Setting the default class to a priority of2and rate of2000:

switch(config-copp)#default-class priority 2 rate 2000