Ipv6 access-list standard
Use this command to define a standard IPv6 access control list (ACL) in which multiple specifications can be configured. A specification determines whether to accept or drop an incoming IPv6 packet based on the source IPv6 address, either an exact match or a range of prefixes.
Standard IPv6 ACL can be used by L3 protocols to permit or deny IPv6 packets from a host or a range of prefixes.
Use the no form of this command to remove the ACL.
Note: Standard access-lists are not allowed to be attached on interfaces and are used for protocol level filtering purposes.
Command Syntax
ipv6 access-list standard NAME
no ipv6 access-list standard NAME
Parameters
NAME
Standard IPv6 access-list name.
Default
No default value is specified
Command Mode
Configure mode
Applicability
This command was introduced in OcNOS version 3.0.
Examples
#configure terminal
(config)#ipv6 access-list standard ipv6-acl-01
(config-ipv6-acl-std)#exit
(config)#no ipv6 access-list standard ipv6-acl-01
Last modified date: 10/19/2023