beautypg.com

Match ip-precedence, Match ip-precedence 8 – Allied Telesis AT-8100 Series User Manual

Page 1718

background image

Chapter 101: QoS Commands

1718

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 1766

“SHOW RUNNING-CONFIG” on page 170

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