I am trying to split a subnet in two and prevent the upper half from having telnet access to the outside world.
The ip subnet is 171.17.0.64 - 171.17.0.127 255.255.255.192
I wish to allow 171.17.0.64 - 171.17.0.95 telnet access and
disallow 171.17.0.96 - 171.17.0.126
I'm I right in using
access-list 111 deny tcp 171.17.0.96 0.0.0.31 any eq telnet
Thanks
Jon
The ip subnet is 171.17.0.64 - 171.17.0.127 255.255.255.192
I wish to allow 171.17.0.64 - 171.17.0.95 telnet access and
disallow 171.17.0.96 - 171.17.0.126
I'm I right in using
access-list 111 deny tcp 171.17.0.96 0.0.0.31 any eq telnet
Thanks
Jon