好文档 - 专业文书写作范文服务资料分享网站

华为静态路由实验练习题

天下 分享 时间: 加入收藏 我要投稿 点赞

..

sy system-view

Enter system view, return user view with Ctrl+Z. [Huawei] [Huawei]sy [Huawei]sysname R2 [R2] [R2]su [R2]super p

[R2]super password c

[R2]super password cipher 123456 [R2] [R2]us [R2]user-i

[R2]user-interface v [R2]user-interface vty 0 4 [R2-ui-vty0-4] [R2-ui-vty0-4]au

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

Please configure the login password (maximum length 16):123456 [R2-ui-vty0-4] [R2-ui-vty0-4]se [R2-ui-vty0-4]set au

[R2-ui-vty0-4]set authentication P

[R2-ui-vty0-4]set authentication password C

[R2-ui-vty0-4]set authentication password cipher 123456 [R2-ui-vty0-4] [R2-ui-vty0-4]q [R2] [R2]int

[R2]interface G

[R2]interface GigabitEthernet 0/0/0 [R2-GigabitEthernet0/0/0] [R2-GigabitEthernet0/0/0]ip ad [R2-GigabitEthernet0/0/0]un [R2-GigabitEthernet0/0/0]undo sh [R2-GigabitEthernet0/0/0]undo shutdown

Info: Interface GigabitEthernet0/0/0 is not shutdown. [R2-GigabitEthernet0/0/0] [R2-GigabitEthernet0/0/0]q [R2]

[R2-GigabitEthernet0/0/0]ip address 192.168.12.2 24

.. .

..

[R2]int

[R2]interface G

[R2]interface GigabitEthernet 0/0/1 [R2-GigabitEthernet0/0/1] [R2-GigabitEthernet0/0/1]ip add

[R2-GigabitEthernet0/0/1]ip address 192.168.23.1 24 [R2-GigabitEthernet0/0/1]

Mar 5 2017 19:02:40-08:00 R2 %IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state. [R2-GigabitEthernet0/0/1]un [R2-GigabitEthernet0/0/1]undo sh [R2-GigabitEthernet0/0/1]undo shutdown

Info: Interface GigabitEthernet0/0/1 is not shutdown. [R2-GigabitEthernet0/0/1] [R2-GigabitEthernet0/0/1]quit [R2] [R2] [R2]dis

[R2]display ip int

[R2]display ip interface B *down: administratively down ^down: standby (l): loopback (s): spoofing

The number of interface that is UP in Physical is 3 The number of interface that is DOWN in Physical is 1 The number of interface that is UP in Protocol is 3 The number of interface that is DOWN in Protocol is 1

Interface IP Address/Mask Physical Protocol GigabitEthernet0/0/0 192.168.12.2/24 up up GigabitEthernet0/0/1 192.168.23.1/24 up up GigabitEthernet0/0/2 unassigned down down NULL0 unassigned up up(s) [R2] sy system-view

Enter system view, return user view with Ctrl+Z. [R2]

[R2]ip rou [R2]ip route-

[R2]ip route-static 192.168.1.0 255.255.255.0 192.168.12.1

[R2]display ip interface brief

.. .

..

[R2] [R2]ip ro

[R2]ip route- [R2] [R2]dis

[R2]display ip ro

[R2]display ip routing-table

Route Flags: R - relay, D - download to fib

------------------------------------------------------------------------------ Routing Tables: Public

Destinations : 12 Routes : 12

Destination/Mask Proto Pre Cost Flags NextHop Interface

127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0 127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0 127.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0 192.168.1.0/24 Static 60 0 RD 192.168.12.1 GigabitEthernet 0/0/0

192.168.2.0/24 Static 60 0 RD 192.168.23.2 GigabitEthernet 0/0/1

192.168.12.0/24 Direct 0 0 D 192.168.12.2 GigabitEthernet 0/0/0

192.168.12.2/32 Direct 0 0 D 127.0.0.1 GigabitEthernet 0/0/0

192.168.12.255/32 Direct 0 0 D 127.0.0.1 GigabitEthernet 0/0/0

192.168.23.0/24 Direct 0 0 D 192.168.23.1 GigabitEthernet 0/0/1

192.168.23.1/32 Direct 0 0 D 127.0.0.1 GigabitEthernet 0/0/1

192.168.23.255/32 Direct 0 0 D 127.0.0.1 GigabitEthernet 0/0/1

255.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0 [R2]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

[R2]ip route-static 192.168.2.0 255.255.255.0 192.168.23.2

.. .

..

save

The current configuration will be written to the device. Are you sure to continue? (y/n)[n]:y

It will take several minutes to save configuration file, please wait......... Configuration file had been saved successfully

Note: The configuration file will take effect after being activated

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

R3配置如下

clo clock d

clock datetime 19:05:00 2017-03-05 sy

system-view

Enter system view, return user view with Ctrl+Z. [Huawei] [Huawei]sy

[Huawei]sysname R3 [R3] [R3]su [R3]super p

[R3]super password c

[R3]super password cipher 123456 [R3]

[R3]user-i

[R3]user-interface v [R3]user-interface vty 0 4 [R3-ui-vty0-4]au

[R3-ui-vty0-4]authentication-mode p [R3-ui-vty0-4]authentication-mode password

Please configure the login password (maximum length 16):123456 [R3-ui-vty0-4] [R3-ui-vty0-4]se

.. .

..

[R3-ui-vty0-4]set au

[R3-ui-vty0-4]set authentication p

[R3-ui-vty0-4]set authentication password c

[R3-ui-vty0-4]set authentication password cipher 123456 [R3-ui-vty0-4] [R3-ui-vty0-4]q [R3] [R3]int

[R3]interface g

[R3]interface GigabitEthernet 0/0/0 [R3-GigabitEthernet0/0/0] [R3-GigabitEthernet0/0/0]ip ad [R3-GigabitEthernet0/0/0]

Mar 5 2017 19:08:28-08:00 R3 %IFNET/4/LINK_STATE(l)[0]:The line protocol IP on the interface GigabitEthernet0/0/0 has entered the UP state. [R3-GigabitEthernet0/0/0] [R3-GigabitEthernet0/0/0]un [R3-GigabitEthernet0/0/0]undo sh [R3-GigabitEthernet0/0/0]undo shutdown

Info: Interface GigabitEthernet0/0/0 is not shutdown. [R3-GigabitEthernet0/0/0] [R3-GigabitEthernet0/0/0]q [R3] [R3]int

[R3]interface g

[R3]interface GigabitEthernet 0/0/1 [R3-GigabitEthernet0/0/1] [R3-GigabitEthernet0/0/1]ip ad [R3-GigabitEthernet0/0/1]

Mar 5 2017 19:09:54-08:00 R3 %IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state. [R3-GigabitEthernet0/0/1] [R3-GigabitEthernet0/0/1]un [R3-GigabitEthernet0/0/1]undo sh [R3-GigabitEthernet0/0/1]undo shutdown

Info: Interface GigabitEthernet0/0/1 is not shutdown. [R3-GigabitEthernet0/0/1] [R3-GigabitEthernet0/0/1]q [R3] [R3]dis

[R3]display ip int [R3]display ip interface b

[R3-GigabitEthernet0/0/1]ip address 192.168.2.254 24

[R3-GigabitEthernet0/0/0]ip address 192.168.23.2 24

.. .

华为静态路由实验练习题

..sysystem-viewEntersystemview,returnuserviewwithCtrl+Z.[Huawei][Huawei]sy[Hu
推荐度:
点击下载文档文档为doc格式
6exca3hamq4bptb11x4w7g2499ip7300mmg
领取福利

微信扫码领取福利

微信扫码分享