ipv6

Creates an IPv6 ACL and enters its configuration mode. An IPv6 ACL defines a set of rules that filter IPv6 packets flowing through a port or interface. Each rule specifies the action taken when a packet matches the rule. If the action is deny, the packet is dropped. If the action is permit, the packet is allowed.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

ipv6 access-list <IPv6-ACL-NAME>

Parameters

ipv6 access-list <IPv6-ACL-NAME>
access-list <IPv6-ACL-NAME> Configures an IPv6 access list and enters its configuration mode
  • <IPv6-ACL-NAME> – Specify the IPv6 ACL name. If the access list does not exist, it is created.

Examples

rfs4000-229D58(config)#ipv6 access-list IPv6ACLTest
rfs4000-229D58(config-ipv6-acl-IPv6ACLTest)#?
IPv6 Access Control Mode commands:
  deny     Specify packets to reject
  no       Negate a command or set its defaults
  permit   Specify packets to forward

  clrscr   Clears the display screen
  commit   Commit all changes made in this session
  do       Run commands from Exec mode
  end      End current mode and change to EXEC mode
  exit     End current mode and down to previous mode
  help     Description of the interactive help system
  revert   Revert changes
  service  Service Commands
  show     Show running system information
  write    Write running configuration to memory or terminal

rfs4000-229D58(config-ipv6-acl-IPv6ACLTest)#

Related Commands

no Removes an IPv6 access control list
Note

Note

For more information on access control lists, see Access-List Policy.