ok---let's say the subnet to be denied is 10.10.10.0/24, and the LAN interface is fa0/0...
access-list extended block_rdc
deny tcp any 10.10.10.0 0.0.0.255 eq 3389
deny udp any 10.10.10.0 0.0.0.255 eq 3389
permit ip any any
interface fa0/0
ip access-group block_rdc in
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.