1、telnet 配置方法(常用方法):
<H3C>sys
System View: return to User View with Ctrl+Z.
[H3C]telnet server enable //使能telnet服务
[H3C]user-interface vty 0 //设置telnet
[H3C-ui-vty0-4]authentication-mode none
[H3C-ui-vty0-4]quit
[H3C]local-user h3c //配置一个用户
[H3C-luser-h3c]password simple h3c
[H3C-luser-h3c]service-type telnet level 3
[H3C-luser-h3c]quit
[H3C]int vlan 1 //配置一个互联地址
[H3C-Vlan-interface1]ip add 192.168.1.1 255.255.255.0
[H3C-Vlan-interface1]
2、WEB配置环境搭建
在配置telnet时你配置的用户名密码就可以在登陆web界面的时候直接使用。
[H3C]local-user h3c //配置一个用户
[H3C-luser-h3c]password simple h3c
[H3C-luser-h3c]service-type telnet level 3
[H3C-luser-h3c]quit
3、console的登录配置
<H3C>sys
[H3C]user-interface vty 0
[H3C-ui-vty0-4]authentication-mode none/password/scheme
[H3C-ui-vty0-4]user privilege level 3
[H3C-ui-vty0-4]quit