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

华为telnet的两种连接方式

时间:2017-08-05 21:55:22      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:telnet

技术分享

要求R2能远程登陆上R1(使用password)方式

第一种方式:

[R1]

[R1]int e0/0/0

[R1-Ethernet0/0/0]ip address 12.1.1.1 24

[R1]user-interface vty 0 4

[R1-ui-vty0-4]authentication-mode password

[R1-ui-vty0-4]set authentication password cipher 123456


[R2]int e0/0/0

[R2-Ethernet0/0/0]ip address 12.1.1.2 24

[R2-Ethernet0/0/0]q

[R2]q

<R2>telnet 12.1.1.1

第二种方式:使用aaa认证

[R1]interface e0/0/0

[R1-Ethernet0/0/0]ip address 12.1.1.1 24

[R1-Ethernet0/0/0]q

[R1]user-interface vty 0 4

[R1-ui-vty0-4]authentication-mode aaa

[R1-ui-vty0-4]q

[R1]aaa

[R1-aaa]local-user huawei password cipher 123456

[R1-aaa]local-user huawei privilege level 3

[R1-aaa]local-user huawei service-type  telnet


[R2]int e0/0/0

[R2-Ethernet0/0/0]ip address 12.1.1.2 24

[R2-Ethernet0/0/0]q

[R2]

[R2]q

<R2>telnet 12.1.1.1



本文出自 “costin” 博客,请务必保留此出处http://brighttime.blog.51cto.com/12837169/1953877

华为telnet的两种连接方式

标签:telnet

原文地址:http://brighttime.blog.51cto.com/12837169/1953877

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