I created the following ACL and applied it to the VLAN interface on the core switch. Will it effectively block telnet to all the devices on the VLAN throughout the LAN?
IP access list DENY-TELNET
10 deny tcp any any eq telnet log
20 permit ip any any
interface Vlan13
ip access-group DENY-TELNET in