32 class-map – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 647

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 647 of 855

aggregate-policer: Create an aggregate-policer
NAME: Specify an aggregate-policer name
color-blind: Color blind mode policer
color-aware: Color aware mode policer
cir: CIR - Commit Information Rate (kbps)
cbs: commit burst size (bytes)
ebs: EBS - Excess Burst Size (bytes)
pir: PIR - Peak Information Rate (Kbps)
pbs: PBS - peak burst size (bytes)
drop-color: drop color config
use-l3-length: Use l3 length for policing

Command Mode

Global configuration

Usage

This command is used to create or delete an aggregate-policer instance.Color-blind or Color-aware,
SRTCM or TRTCM can be configured.

Examples

This example shows how to create an aggregate-policer named “agg_plc” for SRTCM mode
Switch(config)# qos aggregate-policer agg_plc color-aware cir 10000 cbs 40000 ebs 40000 drop-color
red use-l3-length
Remove aggregate-policer
Switch(config)# no qos aggregate-policer agg_plc

Related Commands

show qos aggregator-policer (NAME|)

32.32 class-map

Use this command to create or delete a class-map instance.

Command Syntax

(no|)class-map (match-all | match-any |) NAME
Class-map : Configure QoS Class Map
Match-all: Logical-AND all matching statements under this class-map
Match-any: Logical-OR all matching statements under this class-map
NAME: Specify a class-map name

Command Mode

Global configuration

Usage

Advertising