首页 > 其他 > 详细

路由配置相互连通并登陆进行配置

时间:2018-01-15 00:55:34      阅读:255      评论:0      收藏:0      [点我收藏+]
技术分享图片


<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]sysname R1

[R1]int g 0/0/0

[R1-GigabitEthernet0/0/0]un sh

Info: Interface GigabitEthernet0/0/0 is not shutdown.

[R1-GigabitEthernet0/0/0]ip add 192.168.1.1 255.255.255.0

[R1-GigabitEthernet0/0/0]quit



<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]sysname R2

[R2]int g 0/0/0

[R2-GigabitEthernet0/0/0]un sh

Info: Interface GigabitEthernet0/0/0 is not shutdown.

[R2-GigabitEthernet0/0/0]ip add 192.168.1.2 255.255.255.0

Jan 14 2018 22:04:17-08:00 R2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 

on the interface GigabitEthernet0/0/0 has entered the UP state. 

[R2-GigabitEthernet0/0/0]quit

[R2]user-interface vty 0 4

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

Please configure the login password (maximum length 16):123haha

[R2-ui-vty0-4]quit


[R1-GigabitEthernet0/0/0]quit

[R1]quit

<R1>telnet 192.168.1.2

  Press CTRL_] to quit telnet mode

  Trying 192.168.1.2 ...

  Connected to 192.168.1.2 ...


Login authentication


Password:

<R2>


路由配置相互连通并登陆进行配置

原文:http://blog.51cto.com/13556637/2060907

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!