beautypg.com

Match ip-precedence 6, Match ip-precedence – Allied Telesis AT-FS970M Series User Manual

Page 1696

background image

Chapter 99: Quality of Service (QoS) Commands

1696

MATCH IP-PRECEDENCE

Syntax

match ip-precedence

<0-7>

Parameters

0-7

Specifies the precedence number.

Mode

Class Map mode

Description

Use this command to add the specified IP precedence value as a
matching criteria to a class map. This value is used to match incoming
packets.

Use the no form of this command, NO MATCH IP-PRECEDENCE, to
remove the IP precedence value from a class map.

Confirmation Commands

“SHOW CLASS-MAP” on page 1744

“SHOW RUNNING-CONFIG” on page 166

Examples

The following example configures a class map, called “cmap7,” to
evaluate all ingress IPv4 packets for a precedence value of 5:

awplus> enable
awplus# configure terminal
awplus(config)# class-map cmap7
awplus(config-cmap)# match ip-precedence 5

The following example removes the IP precedence values from class map
“cmap7:”

awplus> enable
awplus# configure terminal
awplus(config)# class-map cmap7
awplus(config-cmap)# no match ip-precedence