User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 564
5.22.2.5. no rule-id
This command removes a rule for the current IPv6 access list.
Format no rule-id <ID>
Default None
Mode IPv6-Access-List Config
5.22.2.6. ipv6 traffic-filter
This command either attaches a specific IPv6 ACL identified by <name> to an interface or associates with a VLAN
ID in a given direction. The <name> parameter must be the name of an existing IPv6 ACL.
An optional sequence number may be specified to indicate the order of this mac access list relative to other IPv6
access lists already assigned to this interface and direction. A lower number indicates higher precedence order.
If a sequence number is already in use for this interface and direction, the specifiedIPv6 access list replaces the
currently attached IPv6 access list using that sequence number. If the sequence number is not specified for this
command, a sequence number that is one greater than the highest sequence number currently in use for this
interface and direction is used.
This command specified in Interface Config mode only affects a single interface, whereas the Global Config
mode setting is applied to all interfaces. The control-plane and vlan keyword is only valid in the Global Config
mode. The Interface Config mode command is only available on platforms that support independent per-port
class of service queue configuration.
To remove an IPv6 ACL identified by <name> from the interface(s) in a given direction, use the no form of this
command.
Format ipv6 traffic-filter <name> {{control-plane | in | out} | vlan <vlan-id> {in | out}} [<1-4294967295>]
no ipv6 traffic-filter <name> {{control-plane | in | out} | vlan <vlan-id> {in | out}}
Parameter
Description
<ID>
Specifies a rule ID, the value range from 1 to 2147483647.
Parameter
Description
in|out
The direction value is either in or out.
<vlan-id>
VLAN ID. The range of VLAN ID is 1 to 4093.
<1-4294967295>
The sequence number (greater than 0) to rank precedence for this interface and
direction. A lower sequence number has higher precedence. The range of
sequence is 1 to 4294967295.