C613-50066-01 REV A
Command Reference for IE200 Series Industrial Managed PoE+ Switches
793
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
Q
O
S C
OMMANDS
MATCH
TCP
-
FLAGS
match tcp-flags
Overview
Sets one or more TCP flags (control bits) for a class-map to match on.
Use the
no
variant of this command to remove one or more TCP flags for a
class-map to match on.
Syntax
match tcp-flags {[ack][fin][psh][rst][syn]}
no match tcp-flags {[ack][fin][rst][syn]}
Mode
Class Map Configuration
Examples
To set the class-map’s TCP flags to
ack
and
syn
, use the commands:
awplus#
configure terminal
awplus(config)#
class-map
awplus(config-cmap)#
match tcp-flags ack syn
To remove the TCP flags
ack
and
rst
, use the commands:
awplus#
configure terminal
awplus(config)#
class-map
awplus(config-cmap)#
no match tcp-flags ack rst
Parameter
Description
ack
Acknowledge.
fin
Finish.
psh
Push
rst
Reset.
syn
Synchronize.