First of all, I want to explain that. Telnet is not a secure connection. Therefore, I recommend that you do not activate this service on your network.
if you need to enable this service on cisco device, you can use the following commands;
enable
conf term
line vty 0 4
login
password test123
After these steps, telnet will be active.
Leave a Reply