04-22-2020 04:16 PM
Hello experts, I have a question about ACL.
I have configured the first requirement like below on both R1 and R2.
!
access-list 101 deny tcp 192.168.2.0 0.0.0.255 host 192.168.1.3 eq www
!
Though it works, I found that my PC in 192.168.3.0 network could not ping 192.168.1.0 network either.
Is there something I miss?
Solved! Go to Solution.
04-22-2020 04:45 PM - edited 04-22-2020 04:57 PM
do you have permit ip any any ?
each ACL has impicit deny at the end of ACL; Such entry is not visible normally. therefore, you need permit any Or permit ip any any Or specific network/host. i,e permit icmp any any to ping , in your example, you may see access-list 101 deny ip any any as last entry.
if you want to ping or allow other traffic, add access-list 101 permit ip any any
Regards, ML
**Please Rate All Helpful Responses **
04-22-2020 09:17 PM
04-22-2020 04:45 PM - edited 04-22-2020 04:57 PM
do you have permit ip any any ?
each ACL has impicit deny at the end of ACL; Such entry is not visible normally. therefore, you need permit any Or permit ip any any Or specific network/host. i,e permit icmp any any to ping , in your example, you may see access-list 101 deny ip any any as last entry.
if you want to ping or allow other traffic, add access-list 101 permit ip any any
Regards, ML
**Please Rate All Helpful Responses **
04-22-2020 08:14 PM
04-22-2020 09:17 PM
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