码迷,mamicode.com
首页 > Web开发 > 详细

H3C 命令之telnet

时间:2017-10-15 21:19:53      阅读:460      评论:0      收藏:0      [点我收藏+]

标签:h3c   telnet   

技术分享

在虚拟网卡上添加HOST_1相关IP和网关


[myrouter]interface GigabitEthernet 0/0

[myrouter-GigabitEthernet0/0]undo shutdown

[myrouter-GigabitEthernet0/0]ip add 192.168.1.1 24

[myrouter]interface LoopBack 0

[myrouter-LoopBack0]ip add 10.10.10.10 24

[myrouter]local-user test

[myrouter-luser-manage-test]password simple 123

[myrouter-luser-manage-test]service-type telnet

[myrouter]telnet server enable

[myrouter]user-interface vty 0 4

[myrouter-line-vty0-4]authentication-mode ?

  none      Login without authentication

  password  Password authentication

  scheme    Authentication use AAA


[myrouter-line-vty0-4]authentication-mode scheme


验证:

在PC的cmd上

telnet 192.168.1.1


本文出自 “小坏蛋” 博客,谢绝转载!

H3C 命令之telnet

标签:h3c   telnet   

原文地址:http://clanceyzhang.blog.51cto.com/12206105/1972504

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!