Hello to the list ..
I'm trying to configure an access-list which will on;ly allow access to a specific subnet.
My statement is as follows.
access-list 140 extended permit ip 10.1.10.0 255.255.255.0 10.1.15.0
255.255.255.240The server which i am allowing the access to is in the 0 subnet (0-15).
So the question i have though is can I control only to allow access to that 0 subnet and not all subnets on the /28?
Thanks!
GNY