ipv6 access-list standard filter
Use this command to configure access control entry in an access control list (ACL).This determines whether to accept or drop a packet based on the configured IPv6 prefix.
Use the no form of this command to remove an ACL specification.
Command Syntax
(deny|permit)(X:X::X:X/M|X:X::X:X X:X::X:X|any)
no(deny|permit)(X:X::X:X/M|X:X::X:X X:X::X:X|any)
Parameters
deny
Drop the packet.
permit
Accept the packet.
X:X::X:X/M
Source address with network mask length.
X:X::X:X X:X::X:X
Source address with wild card mask.
any
Any source address.
Default
No default value is specified
Command Mode
Standard IPv6 access-list 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)#permit 2000::0/64
(config-ipv6-acl-std)#no permit 2000::0/64
Last modified date: 10/19/2023