Creating FHS IPv6 ACL

About this task

Filter IPv6 traffic by creating IPv6 Access Control Lists (ACLs) and applying them to the interfaces similar to the way that you create and apply IPv4 named ACLs.

Procedure

  1. Enter Global Configuration mode:

    enable

    configure terminal

  2. Create an IP ACL name (ipv6_acl_1) to match the source IPv6 address of the router connected to the interface.

    ipv6 fhs ipv6-access-list ipv6_acl_1 fe80:0:0:0:cef9:54ff:feb4:9481/128 mode allow

  3. Create an IP ACL name (ipv6_acl_1) to match the source IPv6 address of the DHCPv6-server connected to the interface.

    ipv6 fhs ipv6-access-list ipv6_acl_1 fe80:0:0:0:cef9:54ff:feb4:9481/128 mode allow

What to do next

Create a First Hop Security MAC ACL.