温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

华为telnet的两种连接方式

发布时间:2020-07-20 04:44:59 来源:网络 阅读:855 作者:towardly 栏目:建站服务器

华为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



向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI