交换机telnet配置
Posted tianchuanhai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了交换机telnet配置相关的知识,希望对你有一定的参考价值。
新开箱交换机开机配置Telnet需要三个步骤:
1.开启telnet是能:系统视图模式下输入命令: telnet server enable #开启telnet功能#
2.Telnet创建账号:aaa模式下:local-user admin password cipher admin privilege level 15
local-user admin service-type telnet
3.VTY中设置账号认证与允许Telnet接入:user-interface vty 0 4 #进入VTY模式#
authentication-mode aaa #将认证模式改为aaa认证#
protocol inbound telnet #开启telnet协议#
配置完成后配置内容:
以上是关于交换机telnet配置的主要内容,如果未能解决你的问题,请参考以下文章