Quality of Service Commands 4

vlan - A VLAN. (Range:1-4094)

Default Setting

None

Command Mode

Class Map Configuration

Command Usage

First enter the class-mapcommand to designate a class map and enter the Class Map configuration mode. Then use the match command to specify the fields within ingress packets that must match to qualify for this class map.

Only one match command can be entered per class map.

Example

This example creates a class map called “rd_class#1,” and sets it to match packets marked for DSCP service value 3:

Console(config)#class-map rd_class#1_ match-any

Console(config-cmap)#match ip dscp 3

Console(config-cmap)#

This example creates a class map call “rd_class#2,” and sets it to match packets marked for IP Precedence service value 5:

Console(config)#class-map rd_class#2 match-any

Console(config-cmap)#match ip precedence 5

Console(config-cmap)#

This example creates a class map call “rd_class#3,” and sets it to match packets marked for VLAN 1:

Console(config)#class-map rd_class#3 match-any

Console(config-cmap)#match vlan 1

Console(config-cmap)#

policy-map

This command creates a policy map that can be attached to multiple interfaces, and enters Policy Map configuration mode. Use the no form to delete a policy map and return to Global configuration mode.

Syntax

[no] policy-mappolicy-map-name

policy-map-name- Name of the policy map. (Range: 1-16 characters)

Default Setting

None

Command Mode

Global Configuration

4-195

Page 437
Image 437
SMC Networks SMC8150L2 manual Policy-map, Class Map Configuration, No policy-mappolicy-map-name