Extended IPv6 access list:
ipv6 access-list accessListName { permit
| deny } { srcIPv6Prefix |
host srcIPHost | any } { dstIPv6Prefix | host dstIPHost | any } [ log ]
no ipv6 access-list accessListName [ {
permit | deny } { srcIPv6Prefix |
host srcIPv6Host | any } { dstIPv6Prefix | host dstIPv6Host | any } [ log ] ]
Command introduced before JUNOSe Release 7.1.0.
Defines an IPv6 access list. The extended access list enables you to specify a destination address or host, precedence, and type of service. Imposes an implicit last rule of “ deny ip any any” to deny all routes that do not match previous rules in the access list. The no version removes the IPv6 access list, the specified entry in an access list, or the log for a specified entry.
Global Configuration