Within a filter policy, configure filter entries which contain criteria against which ingress, egress traffic is matched. The action specified in the entry determine how the packets are handled, such as drop or forward.
Enter a filter entry ID.
Configure the filter action.
Configure the filter matching criteria.
The following displays an IPv4 filter entry configuration example:
A:ALA-7>config>filter>ip-filter# info
----------------------------------------------
description "filter-main"
scope exclusive
entry 10 create
description "no-91"
match
dst-ip 10.10.10.91/24
src-ip 10.10.0.100/24
exit
action drop
exit
----------------------------------------------
A:ALA-7>config>filter>ip-filter#