11-08-2017 08:17 AM - edited 02-21-2020 06:40 AM
Solved! Go to Solution.
11-08-2017 08:31 AM
Hi there,
If I've understood your questions, create an ACL which blocks ICMP packets sourced from R1. Apply this ACL inbound on the R2 interface which is connected to R1.
cheers,
Seb.
11-08-2017 08:31 AM
Hi there,
If I've understood your questions, create an ACL which blocks ICMP packets sourced from R1. Apply this ACL inbound on the R2 interface which is connected to R1.
cheers,
Seb.
11-08-2017 09:08 PM
Yes you can do this.
If you simply want to only allow R1 to ping R10 the easiest way is to use an acl on R10 and apply it inbound on the interface that connects to R9.
The format of the acl would be along the lines of -
permit icmp from R1 loopback to R10 loopback
deny icmp from any to R10 loopback
permit ip any any
the last line is only needed if you want to allow other traffic.
The above acl would not stop R2 -> R9 sending an ICMP echo request to R10 but it would stop R10 doing anything with it.
Jon
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