03-09-2023 08:59 PM
Hi, friends, I would like to ask about the ACL settings. In the picture, I want both R1 and R2 to be able to ping the IT Router, and The IT Router cannot ping R1. I would like to ask you the specific ACL configuration method? No more trouble to guide, thank you.
Solved! Go to Solution.
03-09-2023
09:18 PM
- last edited on
03-13-2023
03:41 AM
by
Translator
Hello,
You can try to put an ACL denying ICMP traffic on R2s Incoming interface G0/1 (incoming direction)
access-list 110 deny icmp any 192.168.12.0 0.0.0.255
access-list 110 permit ip any any
interface g0/1
ip access-group 110 in
-David
03-09-2023
09:18 PM
- last edited on
03-13-2023
03:41 AM
by
Translator
Hello,
You can try to put an ACL denying ICMP traffic on R2s Incoming interface G0/1 (incoming direction)
access-list 110 deny icmp any 192.168.12.0 0.0.0.255
access-list 110 permit ip any any
interface g0/1
ip access-group 110 in
-David
03-12-2023 10:04 AM
@David Ruess @Thank you for your response
03-12-2023 10:04 AM
@David Ruess Thank you for your response.
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