I want to block SSH/Telnet access to my core router from a range of IP's: IE 172.23.32.50 - 99 but allow it for any other IP. How would I word my ACL using a wildcard to match only those IP addresses?
Code:
deny tcp 172.23.32.50 0.0.0.? host 172.23.32.1 eq 23
permit ip any any