10-14
Traffic/Security Filters
Using Source-Port Filters
Figure 10-7. Configuring and Defining Source Port Filters
Applying Example Named Source-Port Filters.
Once the named source-port filters have been defined and configured we now
apply them to the switch ports.
Figure 10-8. Applying Source Port Filters to Ports
ProCurve(config)# filter source-port named-filter web-only drop 2-26
ProCurve(config)# filter source-port named-filter accounting drop
1-6,8,9,12-26
ProCurveconfig)# filter source-port named-filter no-incoming-web drop 7,10,11
ProCurve(config)#
ProCurve(config)# show filter source-port
Traffic/Security Filters
Filter Name | Port List | Action
-------------------- + -------------------- + --------------------------
web-only | NOT USED | drop 2-26
accounting | NOT USED | drop 1-6,8-9,12-26
no-incoming-web | NOT USED | drop 7,10-11
ProCurve(config)#
Lists the ports and port trunks
dropped by the filter. Ports and
port trunks not shown are
forwarded by the filter.
To remove a port or port trunk
from the list, update the named
source-port filter definition
using the forward option.
Ports and port trunks using the
filter. When NOT USED is
displayed the named source-port
filter may be deleted.
ProCurve(config)# filter source-port 2-6,8,9,12-26 named-filter web-only
ProCurve(config)# filter source-port 7,10,11 named-filter accounting
ProCurve(config)# filter source-port 1 named-filter no-incoming-web
ProCurve(config)#