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

华为静态路由实验练习

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

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

[R3-GigabitEthernet0/0/0]ip address 192.168.23.2 24 [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]ip address 192.168.2.254 24 [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]display ip interface brief *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.23.2/24 up up GigabitEthernet0/0/1 192.168.2.254/24 up up GigabitEthernet0/0/2 unassigned down down NULL0 unassigned up up(s) [R3] [R3] sy

system-view

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

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

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

system-view

Enter system view, return user view with Ctrl+Z. [R3] [R3] [R3]ip ro [R3]ip route-

[R3]ip route-static 192.168.12.0 255.255.255.0 192.168.23.1 [R3] [R3]ip ro [R3]ip route-

[R3]ip route-static 192.168.1.0 255.255.255.0 192.168.12.1 [R3] [R3]dis

[R3]display ip ro

[R3]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 Direct 0 0 D 192.168.2.254 GigabitEthernet 0/0/1

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

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

192.168.12.0/24 Static 60 0 RD 192.168.23.1 GigabitEthernet 0/0/0

192.168.23.0/24 Direct 0 0 D 192.168.23.2 GigabitEthernet 0/0/0

192.168.23.2/32 Direct 0 0 D 127.0.0.1 GigabitEthernet 0/0/0

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

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

[R3]ping 192.168.1.254

PING 192.168.1.254: 56 data bytes, press CTRL_C to break

Reply from 192.168.1.254: bytes=56 Sequence=1 ttl=254 time=350 ms Reply from 192.168.1.254: bytes=56 Sequence=2 ttl=254 time=90 ms Reply from 192.168.1.254: bytes=56 Sequence=3 ttl=254 time=50 ms Reply from 192.168.1.254: bytes=56 Sequence=4 ttl=254 time=40 ms Reply from 192.168.1.254: bytes=56 Sequence=5 ttl=254 time=40 ms

--- 192.168.1.254 ping statistics ---

5 packet(s) transmitted 5 packet(s) received 0.00% packet loss

round-trip min/avg/max = 40/114/350 ms

[R3]ping 192.168.1.1

PING 192.168.1.1: 56 data bytes, press CTRL_C to break Request time out

Reply from 192.168.1.1: bytes=56 Sequence=2 ttl= time=40 ms Reply from 192.168.1.1: bytes=56 Sequence=3 ttl= time=60 ms Reply from 192.168.1.1: bytes=56 Sequence=4 ttl= time=30 ms Reply from 192.168.1.1: bytes=56 Sequence=5 ttl= time=40 ms

--- 192.168.1.1 ping statistics --- 5 packet(s) transmitted 4 packet(s) received 20.00% packet loss

round-trip min/avg/max = 30/42/60 ms

[R3]save ^

Error: Unrecognized command found at '^' position. [R3]q 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

PC1测试

PC2测试

华为静态路由实验练习

[R3-GigabitEthernet0/0/0][R3-GigabitEthernet0/0/0]ipad[R3-GigabitEthernet0/0/0]ipaddress192.168.23.224[R3-GigabitEthernet0/0/0]Mar5201719:08:28-08:00R3%IFNET/4/LINK_ST
推荐度:
点击下载文档文档为doc格式
9lozl757fs77t6k14pg60zn011oo6h01ajs
领取福利

微信扫码领取福利

微信扫码分享