Most of my router have deny for all the other remote subnets in my network. They also have a permit for the nat subnet in the router's subnet. Do I need all this deny statements? or is the permit statement enought? I will have to add a few statements because we added a couple of routers and they are not listed in this access-list. Everywhere i am looking on the internet in only shows a permit statement for the subnet inside the router. Can anyone clarify this?. this is my nat inside list
access-list 100 deny ip 10.x.y.0 0.0.0.255 10.x.10.0 0.0.0.255 access-list 100 deny ip 10.x.y.0 0.0.0.255 10.x.20.0 0.0.0.255 access-list 100 deny ip 10.x.y.0 0.0.0.255 10.x.30.0 0.0.0.255 access-list 100 permit ip 10.x.y.0 0.0.0.255 any access-list 100 deny ip host 10.x.y.17 any access-list 100 permit ip host 10.x.y.17 any