Filter Policies
Router Configuration Guide 591
Filter Management Tasks
This section discusses the following filter policy management tasks:
• Renumbering Filter Policy Entries
• Modifying a Filter Policy
• Deleting a Filter Policy
• Modifying a Redirect Policy
• Deleting a Redirect Policy
• Copying Filter Policies
Renumbering Filter Policy Entries
The system exits the matching process when the first match is found and then executes the 
actions in accordance with the specified action. Because the ordering of entries is important, 
the numbering sequence may need to be rearranged. Entries should be numbered from the 
most explicit to the least explicit. 
The following example illustrates renumbering of filter entries.
Example: config>filter>ip-filter# renum 10 15
config>filter>ip-filter# renum 20 10
config>filter>ip-filter# renum 40 1
The following displays the original filter entry order, followed by the reordered filter entries:
A:ALA-7>config>filter# info
----------------------------------------------
...
        ip-filter 11 create
            description "filter-main"
            scope exclusive
            entry 10 create
                description "no-91"
                filter-sample
                interface-disable-sample 
                match
                    dst-ip 10.10.10.91/24
                    src-ip 10.10.10.103/24
                exit
                action forward redirect-policy redirect1
            exit
            entry 20 create
                match
                    dst-ip 10.10.10.91/24
                    src-ip 10.10.0.100/24