Chapter 18: Classifier Commands

Examples

This command creates a classifier for all IP traffic:

create classifier=4 description=”IP flow” protocol=ip

This command creates a classifier for all traffic originating from the subnet 149.22.22.0 destined to the device with the IP address 149.44.44.11:

create classifier=4 description=”subnet flow” ipsaddr=149.22.22.0/24 ipdaddr=149.44.44.11

This command creates a classifier for all HTTPS web traffic going to the destination IP address 149.44.44.44:

create classifier=7 description=”HTTPS flow” ipdaddr=149.44.44.44 tcpdport=443

290

Page 290
Image 290
Allied Telesis management software layer 2+ fast ethernet switches This command creates a classifier for all IP traffic