Chapter 18: Classifier Commands
290
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