Introduction Classifier Management
Software Reference for SwitchBlade x3100 Series Switches (Access and Security)
6-14
Info (010017): Operation Successful
officer SEC>> SHOW CLASSIFIER=IPFILT1
--- Classifier Configuration Data ---------------------------------------------
Name Field Match(es) Action(s)
------------------- -------------------------------------- -------------------
ipfilt1 IPSOURCE= 172.16.5.0/ DROP
28
-------------------------------------------------------------------------------
Now, set a PROTOCOL filter on the classifier.
officer SEC>> SET CLASSIFIER=ipfilt1 PROTOCOL=IPV4
Info (010017): Operation Successful
officer SEC>> SHOW CLASSIFIER=IPFILT1
--- Classifier Configuration Data ---------------------------------------------
Name Field Match(es) Action(s)
------------------- -------------------------------------- -------------------
ipfilt1 PROTOCOL= IPV4 DROP
IPSOURCE= 172.16.5.0/
28
-------------------------------------------------------------------------------
Set a IPDEST filter.
officer SEC>> SET CLASSIFIER=ipfilt1 IPDEST=10.0.0.0/8
Info (010017): Operation Successful
officer SEC>> SHOW CLASSIFIER=IPFILT1
--- Classifier Configuration Data ---------------------------------------------
Name Field Match(es) Action(s)
------------------- -------------------------------------- -------------------
ipfilt1 PROTOCOL= IPV4 DROP
IPSOURCE= 172.16.5.0/
28
IPDEST= 10.0.0.0/8
------------------------------------------------------------------------------
Using the SETDEFAULTS command, set the IPDEST back to it’s default value.
officer SEC>> SETDEFAULTS CLASSIFIER=IPFILT1 IPDEST
Info (010017): Operation Successful
officer SEC>> SHOW CLASSIFIER=IPFILT1
--- Classifier Configuration Data ---------------------------------------------
Name Field Match(es) Action(s)
------------------- -------------------------------------- -------------------
ipfilt1 PROTOCOL= IPV4 DROP
IPSOURCE= 172.16.5.0/
2