04-15-2017 05:58 AM - edited 03-01-2019 06:04 PM
Let's say I have 2 networks : (2001:DB8:DC:20::1/64 and 2001:DB8:DC:30::1/64) and need to block the first one from being able to ping the 2nd one through an ACL, how would I proceed?
Solved! Go to Solution.
04-17-2017 07:36 PM
Hi Djibo,
In case you are looking to block the traffic from these hosts on the ASA you need to configure an ACL and add it to an interface via access group
ipv6 access-list <name> deny icmp host 2001:DB8:DC:20::1 host 2001:DB8:DC:30::1
access-group <name> interface <name_of_ingress_int>
04-17-2017 07:36 PM
Hi Djibo,
In case you are looking to block the traffic from these hosts on the ASA you need to configure an ACL and add it to an interface via access group
ipv6 access-list <name> deny icmp host 2001:DB8:DC:20::1 host 2001:DB8:DC:30::1
access-group <name> interface <name_of_ingress_int>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide