Description, Match, Description match – Brocade Communications Systems Brocate Ethernet Access Switch 6910 User Manual

Page 483: Command t

Advertising
background image

Brocade 6910 Ethernet Access Switch Configuration Guide

433

53-1002581-01

Quality of Service Commands

22

Example

This example creates a class map call “rd-class,” and sets it to match packets marked for DSCP
service value 3:

Console(config)#class-map rd-class match-any

Console(config-cmap)#match ip dscp 3

Console(config-cmap)#

Related Commands

show class-map (445)

description

This command specifies the description of a class map or policy map.

Syntax

description string

string - Description of the class map or policy map. (Range: 1-64 characters)

Command Mode

Class Map Configuration
Policy Map Configuration

Example

Console(config)#class-map rd-class#1

Console(config-cmap)#description matches packets marked for DSCP service value 3

Console(config-cmap)#

match

This command defines the criteria used to classify traffic. Use the no form to delete the matching
criteria.

Syntax

[no] match {access-list acl-name | cos cos | ip dscp dscp |

ip precedence ip-precedence | source-port interface| vlan vlan}

acl-name - Name of the access control list. Any type of ACL can be specified, including
standard or extended IPv4/IPv6 ACLs and MAC ACLs. (Range: 1-16 characters)

cos - A Class of Service value. (Range: 0-7)

dscp - A Differentiated Service Code Point value. (Range: 0-63)

ip-precedence - An IP Precedence value. (Range: 0-7)

interface

unit/port

unit - Unit identifier. (Range: 1)

port - Port number. (Range: 1-12)

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

Advertising