I have a quick question about setting up an ACL to allow only a small block of IP addresses to access a server.
Right now we have a server that runs monitoring tools such as SW and other that is wide open
access-list 110 permit ip any host 10.200.1.13
We want to only allow access from 10.xxx.111.17-30. Is this even possible with something like
access-list 110 permit ip 10.0.111.16 0.255.0.240 host 10.200.1.13