
QoS Commands
©2008 Allied Telesis Inc. All rights reserved.
40.16
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
The following command sets the class-map’s eth-format to ethii-tagged and protocol to
0x0800 (IP).
match tcp-flags
Sets one or more tcp flags (control bits) for a class-map to match on.
Syntax
match tcp-flags {[ack][fin][rst][syn][urg]}
no match tcp-flags {[ack][fin][rst][syn][urg]}
Mode
Class Map Mode
Examples
To set the class-map’s tcp flags to ack and syn:
To remove the tcp-flags ack rst
awplus#
config terminal
awplus(config)#
class-map
awplus(config-cmap)#
match eth-format ethii-tagged protocol 0800
or
awplus(config-cmap)#
match eth-format ethii-tagged protocol ip
Parameter
Description
match
Define the match criteria
tcp-flags
Specify TCP flags
ack
Acknowledge
fin
Finish
rst
Reset
syn
Synchronize
urg
Urgent
no
Negate a command or set its defaults
awplus#
config terminal
awplus#
class-map
awplus(config-cmap)#
match tcp-flags ack syn
awplus#
config terminal
awplus#
class-map
awplus(config-cmap)#
no match tcp-flags ack rst