标签:华为路由器
最近比较黑仔,什么事都不想干,但又要找些事来自己,就乱搞。
Telnet 其实配置简单,也就几条命令,只是无聊,所以玩下吧了
配置IP :
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]ip add 192.168.12.1 24
--------------------------------------------------
[R2]int g0/0/0
[R2-GigabitEthernet0/0/0]ip add 192.168.12.2 24
----------------------------------------------------
准备 R1 Telnet R2 所以我在 R2 上面配置.
配置 telnet:
[R2]
[R2]aaa
[R2-aaa]local-user hznethome password cipher ajie.chen
[R2-aaa]local-user hznethome privilege level 3
[R2-aaa]local-user hznethome service-type telnet
[R2-aaa]q
[R2]
[R2]user-interface vty 0 4
[R2-ui-vty0-4]authentication-mode aaa
配置完成 了,咱们测试下。
OK
本文出自 “最后一班车” 博客,请务必保留此出处http://hznethome.blog.51cto.com/722914/1926724
标签:华为路由器
原文地址:http://hznethome.blog.51cto.com/722914/1926724