Common Configuration Tasks
Page 310 7750 SR OS Router Configuration Guide
Creating an IP Filter PolicyConfiguring and applying filter policies is optional. Each filter policy must have the following:
• The filter type specified (IP)
• A filter policy ID
• A default action, either drop or forward.
• Template scope specified, either exclusive or template
• At least one filter entry with matching criteria specified
IP Filter Policy
Use the following CLI syntax to create an IP filter policy template:
CLI Syntax: config>filter# ip-filter filter-id
description description-string
scope {exclusive|template}
default-action {drop|forward}
The following displays the command usage to create a filter policy:
Example:config>filter# ip-filter 12 create
config>filter# description "IP-filter"
config>filter# scope template
The following example displays the exclusive filter policy configuration:
A:ALA-7>config>filter# info
----------------------------------------------
...
ip-filter 12 create
description "IP-filter"
scope template
exit
...
----------------------------------------------
A:ALA-7>config>filter#
Use the following CLI syntax to create an exclusive IP filter policy:
CLI Syntax: config>filter# ip-filter filter-id
description description-string
scope {exclusive|template}
default-action {drop|forward}