Quick background on what I'm trying to do
I have 2 routers, both connected to each other.
each router is connected to a switch,
each switch has 4 PCs connected to it.
router 1 gateway: 12.13.1.254
router 2 gateway: 12.13.3.254
I'm trying to get PC1 (12.13.1.1) to ping PC5 (12.13.3.1)
but disable PC5 from pinging PC1.
So far it has been two ways,
either both can ping one another or neither can ping each other.
Command used:
on router 1:
acl 3001
rule 5 permit icmp source 12.13.1.1 0 destination 12.13.3.1 0
rule 25 deny icmp source any destination any
quit
int g0/0/0
traffic-filter inbound acl 3001
This post was last edited by user_3004671 at 2018-02-05 20:11.