Traffic/Security Filters
Filter Types and Operation
The following revisions to the named source-port filter definitions maintain
the desired network traffic management, as shown in the Action column of the
show command.
ProCurve(config)# filter source-port named-filter accounting forward 8,12,13-
ProCurve(config)# filter source-port named-filter no-incoming-web drop 8,12,13-
ProCurve(config)# -
ProCurve(config)# show filter source-port-
Tra ffic/Security Filters-
Fil ter Name | Port List | Acti on-
--- ----------------- + ----- --------------- + ---------------------------
web -only | 2-6 ,8-9,12-26 | drop 2-26-
acc onting | 7,1 0-11 | drop 1-6,9,14-26-
no- incoming-web | 1 | drop 7-8,10-13-
ProCurve(config)#-
We next apply the updated named source-port filters to the appropriate switch
ports. As a port can only have one source-port filter (named or not named),
before applying the new named source-port filters we first remove the existing
source-port filters on the port.
ProCurve(config)# no filter source-port 8,12,13-
ProCurve(config)# filter source-port 8,12,13 named-filter accounting-
ProCurve(config)#-
The named source-port filters now manage traffic on the switch ports as
shown below, using the show filter source-port command.
ProCurve(config)# show filter source-port-
Traffi c/Security Filters-
Filter Name | Port List | A ction-
------ -------------- + -------------------- + ---------------------------
web-on ly | 2-6,9,14-26 | d rop 2-26-
accoun ting | 7-8,10-13 | d rop 1-6,9,14-26-
no-inc oming-web | 1 | d rop 7-8,10-13-
ProCurve(config)#-
9-14