1、配置特权密码
    router(config)# enable password 密码
    2、进入telnet线程配置模式
    举例:创建telnet远程线程0-4,一共5个线程,并进入telnet配置模式
    router(config)#line vty 0 4
    router(config-line)#
    该模式为telnet配置模式
    3、设置telnet登录模式为密码认证模式
    router(config-line)#login
    4、配置认证密码
    router(config-line)#password 密码
    5、检查
    router#show run

    6、其他设备登陆到该设备
    telnet 该设备的ip地址
    举例: pc> telnet 192.168.1.100