Technical information
Cuda 12000 IP Access Switch CLI Reference Guide
ip filter 185
ip filter
Enables and disables IP packet filtering on the selected cable interface. Access lists can be applied
to incoming or outgoing packets. When disabled, any access lists applied to an interface are
ignored and all packets pass. If enabled, the filtering rules are applied.
Note that filtering is automatically enabled when you apply a filter to an interface using the
access-class command, but it is not automatically disabled when the filter is removed. To disable
packet filtering, you must do so with the ip filter command.
Mode
interface:cable:csi(<c/s/i>)
Syntax
ip filter {in | out} {enable | disable}
Arguments
Example
The following example enables packet filtering of inbound packets on cable interface 1/1/1
and disables filtering of outbound packets on the same interface.
in Specified the inbound interface.
out Specified the outbound interface
enable Enables packet filtering on the inbound or outbound interface.
disable Disables packet filtering on the inbound or outbound interface.
cli:172.16.19.10:interface:cable:csi(1/1/1)# ip filter in enable
cli:172.16.19.10:interface:cable:csi(1/1/1)# ip filter out disable
cli:172.16.19.10:interface:cable:csi(1/1/1)#