[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
IPV6 ACL command to block ICMPv6 Type and code
- Subject: IPV6 ACL command to block ICMPv6 Type and code
- From: mysidia at gmail.com (Jimmy Hess)
- Date: Fri, 29 Jun 2012 00:29:32 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
On 6/28/12, Roman <nurul at apnic.net> wrote:
> Hi,
> unreachable). All other code will be permited.
> In my router I can see these:
>
> Router(config-ipv6-acl)#deny icmp any any destination-unreachable ?
...
destination-unreachable in this case pertains to type #1 code #3
try
deny icmp any any no-admin
or
deny icmp any any 1 1
--
-JH