Filter Management Tasks
594 Router Configuration Guide
            exit
            entry 10 create
                match
                    dst-ip 10.10.10.91/24
                    src-ip 10.10.0.100/24
                exit
                action drop
            exit
            entry 15 create
                description "no-91"
                match
                    dst-ip 10.10.10.91/24
                    src-ip 10.10.10.103/24
                exit
                action forward
            exit
            entry 30 create
                match
                    dst-ip 10.10.10.91/24
                    src-ip 10.10.0.200/24
                exit
                action forward
            exit
        exit
..
----------------------------------------------
A:ALA-7>config>filter#
Deleting a Filter Policy
Before you can delete a filter, you must remove the filter association from all the applied 
ingress and egress SAPs and network interfaces by executing no filter command in all 
context where the filter is used.
Example: config>service# epipe 5 
config>service>epipe# sap 1/1/2:3 
config>service>epipe>sap# ingress 
config>service>epipe>sap>ingress# no filter 
After you have removed the filter from the SAPs network interfaces, you can delete the filter 
as shown in the following example.
Example: config>filter# no ip-filter 11