From a network interface – Alcatel-Lucent 7750 SR OS User Manual

Page 343

Advertising
background image

Filter Policies

7750 SR OS Router Configuration Guide

Page 343

From a Network Interface

To delete a filter from a network interface, enter the following CLI commands:

CLI Syntax:

config>router# interface ip-int-name

ingress

no filter

Example

:

config>router# interface 11

config>router>if# shutdown

config>filter>if# exit

config>filter# no interface 11

IP and IPv6 filters can be assigned and deleted together or separately. To delete both IP and IPv6
filter associations, consider the following examples:

A:ALA-49>config>router>if# info

----------------------------------------------

port 1/1/1

ipv6

address 3FFE::101:101/120

exit

ingress

filter ip 2

filter ipv6 1

exit

egress

filter ip 2

filter ipv6 1

exit

----------------------------------------------

A:ALA-49>config>router>if#

CLI Syntax:

config>router>if#

config>router>if# ingress no filter

A:ALA-49>config>router>if# info

----------------------------------------------

port 1/1/1

ipv6

address 3FFE::101:101/120

exit

egress

filter ip 2

filter ipv6 1

exit

----------------------------------------------

A:ALA-49>config>router>if#

Advertising