码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-01-15 01:07:25      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:nec   -o   路由   png   title   ges   int   configure   ext   

技术分享图片


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


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

标签:nec   -o   路由   png   title   ges   int   configure   ext   

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

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