Allied Telesis AT-S63 User Manual
Page 383

AT-S63 Management Software Command Line User’s Guide
Section II: Advanced Operations
383
This example creates a classifier and a flow group for TCP packets. The
classifier is created with the AlliedWare Plus ACCESS LIST command and
is assigned the ID number 182. Since The flow group is assigned the ID
number 271. This example starts at the User Exec mode in the AlliedWare
Plus command interface:
awplus> enable
awplus# con
figure terminal
awplus(config)#
access-list 182 permit tcp
awplus(config)#
class-map 271
awplus(config-cmap)#
match access-group 182
This example, which starts at the standard command line prompt, is the
same as the previous one, except the standard CREATE CLASSIFIER
command is used to create the classifier:
# create classifier=270
ipprotocol=tcp
# awplus
awplus> enable
awplus# con
figure terminal
awplus(config)#
class-map 270
awplus(config-cmap)#
match access-group 2
Group 2 Examples
This example creates a classifier and a flow group for packets with an IP
Type of Service value of 5. The classifier and flow group are assigned the
ID number 265:
awplus> enable
awplus# configure terminal
awplus(config)# class-map 265
awplus(config-cmap)# match ip-precedence 5
This example creates a classifier and a flow group for packets with an IP
DSCP value of 55. The classifier and flow group are assigned the ID
number 270:
awplus> enable
awplus# configure terminal
awplus(config)# class-map 270
awplus(config-cmap)# match ip-dscp 55