Filter Configuration
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
729
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
FILTER DELETION COMMANDS
TO DELETE A FILTER GLOBALLY WHEN NOT ATTACHED TO ANY INTERFACE
EXAMPLE
If the filter f1 has to be deleted, use the following command:
ALU(config)# no ip filter f1
If a filter is attached to an interface, first detach it before deleting.
ALU(config)# interface GigabitEthernet 3/0
ALU(config-if GigabitEthernet3/0)# no ip filter out f1
T
O DELETE A FILTER GLOBALLY WHEN ATTACHED TO AN INTERFACE
If the filter is attached to any of the interfaces, it cannot be deleted. In such a case,
to force deletion of a filter, use the “force” command from the configuration mode
itself. This gives the flexibility in deleting a filter even without detaching it from its
interfaces. As a result, it reduces the complexity and time.
Also, when "force" command is used to delete the filter, the filter gets removed
from the interface it is attached to.
E
XAMPLE
If the filter f1 has to be deleted when attached to a an interface, apply the following
syntax:
ALU(config)# no ip filter f1 force
Command (in CM) Description
no ip filter <name> This command is used to delete the filter
when it is not attached to any interface.
Command (in CM) Description
no ip filter <name> force This command is used to delete the filter
when it is attached to an interface.