Common Configuration Tasks
Page 312 7750 SR OS Router Configuration Guide
IP Filter Entry
Within a filter policy, configure filter entries which contain criteria against which ingress, egress,
or network traffic is matched. The action specified in the entry determine how the packets are
handled, either dropped or forwarded.
Enter a filter entry ID. The system does not dynamically assign a value.
Assign an action, either drop or forward.
Specify matching criteria.
Use the following CLI syntax to create an IP filter entry:
CLI Syntax: config>filter# ip-filter filter-id
entry entry-id [time-range time-range-name]
description description-string
The following displays the configuration command usage to create an IP filter entry:
Example:config>filter# ip-filter 11
config>filter>ip-filter# entry 10 create
config>filter>ip-filter>entry$ description “no-91”
config>filter>ip-filter>entry# exit
The following example displays the IP filter entry configuration.
A:ALA-7>config>filter>ip-filter# info
----------------------------------------------
description "filter-main"
scope exclusive
entry 10 create
description "no-91"
match
exit
exit
----------------------------------------------
A:ALA-7>config>filter>ip-filter#