I am trying to apply egress filtering outbound in the External network. I was told the Internal network can ping over to the External network but the External network cannot ping to the Internal network. Im so confused with egress filtering. Im trying to configure the 2811 router and this how I configure the router:
access-list 101 deny icmp host 10.10.10.10 any echo-reply
access-list 101 permit ip any any
int fa0/0
ip access-group 101 out
end
Can someone point me to the right direction please?