ACL Creation 1. Create an extended ACL numbered 101 on R2 that denies any type o
ID: 3865270 • Letter: A
Question
ACL Creation
1. Create an extended ACL numbered 101 on R2 that denies any type of packet leaving R1 fa0/0 subnet from reaching the subnet of R3’s fa0/0 interface.
2. Create an ACL on R2 numbered 102 that only allows R3 fa0/0 to Telnet into R1’s fa0/1 interface
3. Create an ACL on R2 numbered 102 that prevents pings if the source is 192.168.23.2 from reaching R1 interface fa0/1
Explanation / Answer
solution:
1) config t ip access-list extended 101 deny icmp host 192.168.1.1 host 192.168.2.1
2) ip access-list extended 102 permit tcp host 192.168.2.1 host 192.168.1.1 eq 23
3) ip access-list extended 102 deny icmp host 192.168.23.2 host 192.168.1.1 echo
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.