beautypg.com

1 no ipv6 access-list, 2 ipv6 access-list rename, 3 {deny | permit} (ipv6) – Kontron AT8404 CLI User Manual

Page 210: Ipv6 access-list rename - 36, Deny | permit} (ipv6) - 36, Quality of service (qos) commands at8404

background image

Quality of Service (QoS) Commands

AT8404

AT8404 CLI Reference Manual

Page 3 - 36

If an IPv6 ACL by this name already exists, this command enters IPv6-Access-List config mode to allow updating
the existing IPv6 ACL.

3.9.1.1

no ipv6 access-list

This command deletes the IPv6 ACL identified by from the system.

3.9.2

ipv6 access-list rename

This command changes the name of an IPv6 ACL. The parameter is the name of an existing IPv6 ACL. The
parameter is a case-sensitive alphanumeric string from 1 to 31 characters uniquely identifying the IPv6
access list.

This command fails is an IPv6 ACL by the name already exists.

3.9.3

{deny | permit} (IPv6)

This command creates a new rule for the current IPv6 access list. Each rule is appended to the list of configured
rules for the list.

A rule may either deny or permit traffic according to the specified classification fields. At a minimum, either the
‘every’ keyword or the protocol, source address, and destination address values must be specified. The source
and destination IPv6 address fields may be specified using the keyword ‘any’ to indicate a match on any value in
that field. The remaining command parameters are all optional, but the most frequently used parameters appear in
the same relative order as shown in the command format.

The assign-queue parameter allows specification of a particular hardware queue for handling traffic that matches
this rule. The allowed value is 0-(n-1), where n is the number of user configurable queues available
for the hardware platform. The assign-queue parameter is valid only for a permit rule.

Note: The CLI mode changes to IPv6-Access-List Config mode when you successfully execute this
command.

Format

ipv6 access-list

Mode

Global Config

Format

no ipv6 access-list

Mode

Global Config

Format

ipv6 access-list rename

Mode

Global Config

Note: The ‘no’ form of this command is not supported, since the rules within an IPv6 ACL cannot be
deleted individually. Rather, the entire IPv6 ACL must be deleted and respecified.

Note: An implicit ‘deny all’ IPv6 rule always terminates the access list.