C613-50100-01 REV C Command Reference for x930 Series 2008
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
QOS COMMANDS
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][urg]}
no match tcp-flags {[ack][fin][psh][rst][syn][urg]}
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.
urg Urgent.