Telnet is enabled by default. To prevent passing clear text passwords over the network when connecting to the switch, you can block the Telnet protocol using an IP Filter policy
Solution
The command to disable Telnet is as follows switch:admin> ipfilter --addrule policy_name -rule rule_number -sip any -dp 23 -proto tcp -act deny