Modifying an IPv6 filter policy

To access a specific IPv6 filter, you must specify the filter ID. Use the no form of this command to remove the command parameters or return the parameter to the default setting.

Example
config>filter# ipv6-filter 11
    config>filter>ipv6-filter# description "IPv6 filter for Customer 1" 
    config>filter>ipv6-filter# scope exclusive
    config>filter>ipv6-filter# entry 1
    config>filter>ipv6-filter>entry# description "Fwds matching packets"
    config>filter>ipv6-filter>entry# action forward
    config>filter>ipv6-filter>entry# exit
Example

The following is a sample output of the modified IPv6 filter output.

A:7210SAS>config>filter>ipv6-filter# info detail
----------------------------------------------
            default-action drop
            no description
            scope template
            entry 1 create
                description "Test"
                match next-header none
                    no dscp
                    no dst-ip
                    no dst-port
                    src-ip 2001:db8::1/128
                    no src-port
                    no tcp-syn
                    no tcp-ack
                    no icmp-type
                    no icmp-code
                exit
                action
                    forward
            exit
...
A:7210SAS>config>filter>ipv6-filter