Filter Configuration
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
725
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
TO RENUMBER THE RULES IN THE FILTER
EXAMPLE
Consider the following configuration:
ALU(config)# ip filter f1
ALU(config-filter-f1)#
10 match m1 deny
20 match m2 deny
30 match m3 deny log
40 match m4 deny reset
default permit
In the above example, m4 has a priority 40. Use the “change“ keyword to change
the priority of m4.
ALU(config)# ip filter f1
ALU(config-filter-f1)# change 40 15
To view the filter configuration after changing the priority, give the show command.
The output appears as shown:
show ip filter f1
ip filter f1
10 match m1 deny
15 match m4 deny reset
20 match m2 deny
30 match m3 deny log
default permit
Now, to generate a numbering scheme with a proper order, use the keyword
“renumber”, as follows:
ALU(config)# ip filter f1
ALU(config-filter-f1)# renumber
To view the filter configuration after renumbering, give the show command. The
output appears as shown:
show ip filter f1
ip filter f1
10 match m1 deny
20 match m4 deny reset
30 match m2 deny
40 match m3 deny log
default permit
Command (in FCM) Description
renumber Use this command to generate a numbering
scheme for the filter rules configured.
change <1-65535> <1-65535> Use this command to change the priority of
a specific filter rule configured.