静态路由

静态路由
实验报告:
1.先进行子网划分
子网划分的目的:1.便于地址好管理 2.后期好汇总(核心目的)
把1、2、3、4路由器上两个环回看成1个环回,四个环回 四个设备分成四个网段 再把四个网段各分成两个网段,配到两个环回上
5个子网:192.168.1.0/24
192.168.1.0/27 骨干192.168.1.0/30 192.168.1.4/30 192.168.1.8/30 192.168.1.12/30 192.168.1.16/30 192.168.1.20/30 192.168.1.24/30 192.168.1.28
192.168.1.32/27 r1 192.168.1.32/28 192.168.1.48/28
192.168.1.64/27 r2 192.168.1.64/28 192.168.1.80/28
192.168.1.96/27 r3 192.168.1.96/28 192.168.1.112/28
192.168.1.128/27 r4 192.168.1.128/28 192.168.1.144/28
192.168.1.160/27
192.168.1.192/27
192.168.1.224/24
2.配好环回,然后配好ip地址
3.先当r5的网段不存在
192.168.1.20/30这个网段也不存在 先关闭(shutdown)r4这个接口
4.给r1—r4四个路由器添写静态路由配置 配完之后进行测试
5.添回r5的网段 (缺省)在r1 r2 r3 r4 添加缺省 指向r5
6.在r1设备上做一个空接口路由
7.打开r4接口 192.168.1.20/30网段就会出现
先去r4 dispiay ip route table查看当前配置
在增加一条ip route-static 0.0.0.0 0 192.168.1.22 preference 61(修改优先级)
然后去r5 dispiay ip route table查看当前配置
在增加一条ip route-static 0.0.0.0 0 192.168.1.2 preference 61(修改优先级)

在这里插入图片描述
实验内容:(我做出来有一处错误r4 ping 不通r5 但是r5的ip地址写对着 不知道什么原因)
[Huawei]sy r1
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ip add 192.168.1.1 30
Mar 25 2021 17:20:59-08:00 r1 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r1-GigabitEthernet0/0/0]int g0/0/1
[r1-GigabitEthernet0/0/1]ip add 192.168.1.5 30
Mar 25 2021 17:21:11-08:00 r1 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r1-GigabitEthernet0/0/1]q
[r1]int loo0
[r1-LoopBack0]ip add 192.168.1.33 28
[r1-LoopBack0]int loo1
[r1-LoopBack1]ip add 192.168.1.49 28
[r1-LoopBack1]q
[r1]ping 192.168.1.2
PING 192.168.1.2: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.2: bytes=56 Sequence=1 ttl=255 time=90 ms
Reply from 192.168.1.2: bytes=56 Sequence=2 ttl=255 time=10 ms
Reply from 192.168.1.2: bytes=56 Sequence=3 ttl=255 time=20 ms
Reply from 192.168.1.2: bytes=56 Sequence=4 ttl=255 time=30 ms
Reply from 192.168.1.2: bytes=56 Sequence=5 ttl=255 time=30 ms

— 192.168.1.2 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 10/36/90 ms

[r1]ping 192.168.1.6
PING 192.168.1.6: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.6: bytes=56 Sequence=1 ttl=255 time=40 ms
Reply from 192.168.1.6: bytes=56 Sequence=2 ttl=255 time=20 ms
Reply from 192.168.1.6: bytes=56 Sequence=3 ttl=255 time=30 ms
Reply from 192.168.1.6: bytes=56 Sequence=4 ttl=255 time=20 ms
Reply from 192.168.1.6: bytes=56 Sequence=5 ttl=255 time=20 ms

— 192.168.1.6 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/26/40 ms

[r1]
[r1]ip route-
[r1]ip route-static 192.168.1.64 27 192.168.1.2
[r1]ip route-static 192.168.1.96 27 192.168.1.6
[r1]ip route-static 192.168.1.8 30 192.168.1.2
[r1]ip route-static 192.168.1.12 30 192.168.1.6
[r1]ip route-static 192.168.1.128 27 192.168.1.2
[r1]ip route-static 192.168.1.128 27 192.168.1.6
[r1]ip route-static 192.168.1.16 30 192.168.1.2
[r1]ip route-static 192.168.1.16 30 192.168.1.6
[r1]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r1]ping 192.168.1.18
PING 192.168.1.18: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.18 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r1]ping 192.168.1.129
PING 192.168.1.129: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.129: bytes=56 Sequence=1 ttl=254 time=40 ms
Reply from 192.168.1.129: bytes=56 Sequence=2 ttl=254 time=30 ms
Reply from 192.168.1.129: bytes=56 Sequence=3 ttl=254 time=30 ms
Reply from 192.168.1.129: bytes=56 Sequence=4 ttl=254 time=30 ms
Reply from 192.168.1.129: bytes=56 Sequence=5 ttl=254 time=30 ms

— 192.168.1.129 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 30/32/40 ms

[r1]ping 192.168.1.65
PING 192.168.1.65: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.65: bytes=56 Sequence=1 ttl=255 time=20 ms
Reply from 192.168.1.65: bytes=56 Sequence=2 ttl=255 time=20 ms
Reply from 192.168.1.65: bytes=56 Sequence=3 ttl=255 time=20 ms
Reply from 192.168.1.65: bytes=56 Sequence=4 ttl=255 time=20 ms
Reply from 192.168.1.65: bytes=56 Sequence=5 ttl=255 time=30 ms

— 192.168.1.65 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/22/30 ms

[r1]ping 192.168.1.145
PING 192.168.1.145: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.145: bytes=56 Sequence=1 ttl=254 time=30 ms
Reply from 192.168.1.145: bytes=56 Sequence=2 ttl=254 time=30 ms
Reply from 192.168.1.145: bytes=56 Sequence=3 ttl=254 time=20 ms
Reply from 192.168.1.145: bytes=56 Sequence=4 ttl=254 time=30 ms
Reply from 192.168.1.145: bytes=56 Sequence=5 ttl=254 time=30 ms

— 192.168.1.145 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/28/30 ms

[r1]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r1]ip route-
[r1]ip route-static 0.0.0.0 0 192.168.1.2
[r1]ip route-static 0.0.0.0 0 192.168.1.6
[r1]ping 5.5.5.5 24
^
Error:Too many parameters found at ‘^’ position.
[r1]ping 5.5.5.5
PING 5.5.5.5: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 5.5.5.5 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r1]

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

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

sys Enter system view, return user view with Ctrl+Z. [r1]ping 192.168.1.2 PING 192.168.1.2: 56 data bytes, press CTRL_C to break Reply from 192.168.1.2: bytes=56 Sequence=1 ttl=255 time=30 ms Reply from 192.168.1.2: bytes=56 Sequence=2 ttl=255 time=20 ms Reply from 192.168.1.2: bytes=56 Sequence=3 ttl=255 time=30 ms Reply from 192.168.1.2: bytes=56 Sequence=4 ttl=255 time=20 ms Reply from 192.168.1.2: bytes=56 Sequence=5 ttl=255 time=20 ms

— 192.168.1.2 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/24/30 ms

[r1]

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

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

sys Enter system view, return user view with Ctrl+Z. [r1]ip route- [r1]ip route-static 192.168.1.32 27 n [r1]ip route-static 192.168.1.32 27 NULL 0 [r1]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r1]undo ip route-static 192.168.1.32 27 NULL 0
[r1]int lo0
[r1-LoopBack0]un ip add
[r1-LoopBack0]q
[r1]ip route-
[r1]ip route-static 192.168.1.32 27 n
[r1]ip route-static 192.168.1.32 27 NULL 0
[r1]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r1]ping 192.168.1.17
PING 192.168.1.17: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.17: bytes=56 Sequence=1 ttl=254 time=30 ms
Reply from 192.168.1.17: bytes=56 Sequence=2 ttl=254 time=40 ms
Reply from 192.168.1.17: bytes=56 Sequence=3 ttl=254 time=20 ms
Reply from 192.168.1.17: bytes=56 Sequence=4 ttl=254 time=30 ms
Reply from 192.168.1.17: bytes=56 Sequence=5 ttl=254 time=20 ms

— 192.168.1.17 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/28/40 ms

[r1]ping 192.168.1.18
PING 192.168.1.18: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.18 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r1]

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

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

[Huawei]sysname r2
[r2]int lo0
[r2-LoopBack0]ip add 192.168.1.65 28
[r2-LoopBack0]int lo1
[r2-LoopBack1]ip add 192.168.1.81 28
[r2-LoopBack1]
[r2-LoopBack1]q
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip add 192.168.1.2 30
Mar 25 2021 16:59:17-08:00 r2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r2-GigabitEthernet0/0/0]int g0/0/1
[r2-GigabitEthernet0/0/1]ip add 192.168.1.9 30
[r2-GigabitEthernet0/0/1]
Mar 25 2021 16:59:38-08:00 r2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r2-GigabitEthernet0/0/1]


Mar 25 2021 17:20:35-08:00 Huawei %%01IFPDT/4/IF_STATE(l)[0]:Interface GigabitEt
hernet0/0/1 has turned into UP state.

Mar 25 2021 17:20:37-08:00 Huawei %%01IFPDT/4/IF_STATE(l)[1]:Interface GigabitEt
hernet0/0/0 has turned into UP state.
sy
Enter system view, return user view with Ctrl+Z.
[Huawei]sy r2
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip add 192.168.1.2 30
Mar 25 2021 17:21:34-08:00 r2 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r2-GigabitEthernet0/0/0]int g0/0/1
[r2-GigabitEthernet0/0/1]ip add 192.168.1.9 30
Mar 25 2021 17:21:55-08:00 r2 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r2-GigabitEthernet0/0/1]int loo0
[r2-LoopBack0]ip add 192.168.1.65 28
[r2-LoopBack0]int loo1
[r2-LoopBack1]ip add 192.168.1.81 28
[r2-LoopBack1]q
[r2]ping 192.168.1.10
PING 192.168.1.10: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.10: bytes=56 Sequence=1 ttl=255 time=10 ms
Reply from 192.168.1.10: bytes=56 Sequence=2 ttl=255 time=30 ms
Reply from 192.168.1.10: bytes=56 Sequence=3 ttl=255 time=30 ms
Reply from 192.168.1.10: bytes=56 Sequence=4 ttl=255 time=20 ms
Reply from 192.168.1.10: bytes=56 Sequence=5 ttl=255 time=30 ms

— 192.168.1.10 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 10/24/30 ms

[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

sys
Enter system view, return user view with Ctrl+Z.
[r2]ip route-
[r2]ip route-static 192.168.1.32 27 192.168.1.1
[r2]ip route-static 192.168.1.128 27 192.168.1.10
[r2]ip route-static 192.168.1.4 30 192.168.1.1
[r2]ip route-static 192.168.1.12 30 192.168.1.10
[r2]ip route-static 192.168.1.96 27 192.168.1.1
[r2]ip route-static 192.168.1.96 27 192.168.1.10
[r2]ip route-static 192.168.1.16 30 192.168.1.10
[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

sys
Enter system view, return user view with Ctrl+Z.
[r2]ip route
[r2]ip route-
[r2]ip route-static 0.0.0.0 0 192.168.1.10
[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

sys
Enter system view, return user view with Ctrl+Z.
[r2]ip route-
[r2]ip route-static 192.168.1.64 27 n
[r2]ip route-static 192.168.1.64 27 NULL 0
[r2]ping 192.168.1.33
PING 192.168.1.33: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.33 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r2]ping 192.168.1.33
PING 192.168.1.33: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.33 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[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

[Huawei]sysname r3
[r3]int lo0
[r3-LoopBack0]ip add 192.168.1.97 28
[r3-LoopBack0]int lo1
[r3-LoopBack1]ip add 192.168.1.113 28
[r3-LoopBack1]
[r3-LoopBack1]q
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ip add 192.168.1.6 30
Mar 25 2021 17:00:18-08:00 r3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r3-GigabitEthernet0/0/0]int g0/0/1
[r3-GigabitEthernet0/0/1]ip add 192.168.1.13 30
Mar 25 2021 17:00:56-08:00 r3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r3-GigabitEthernet0/0/1]
##

Mar 25 2021 17:20:34-08:00 Huawei %%01IFPDT/4/IF_STATE(l)[0]:Interface GigabitEt
hernet0/0/1 has turned into UP state.

Mar 25 2021 17:20:35-08:00 Huawei %%01IFPDT/4/IF_STATE(l)[1]:Interface GigabitEt
hernet0/0/0 has turned into UP state.
sy
Enter system view, return user view with Ctrl+Z.
[Huawei]sy r3
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ip add 192.168.1.6 30
Mar 25 2021 17:22:11-08:00 r3 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r3-GigabitEthernet0/0/0]int g0/0/1
[r3-GigabitEthernet0/0/1]ip add 192.168.1.13 30
Mar 25 2021 17:22:22-08:00 r3 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r3-GigabitEthernet0/0/1]int loo0
[r3-LoopBack0]ip add 192.168.1.97 28
[r3-LoopBack0]int loo1
[r3-LoopBack1]ip add 192.168.1.113 28
[r3-LoopBack1]q
[r3]ping 192.168.1.14
PING 192.168.1.14: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.14: bytes=56 Sequence=1 ttl=255 time=20 ms
Reply from 192.168.1.14: bytes=56 Sequence=2 ttl=255 time=20 ms
Reply from 192.168.1.14: bytes=56 Sequence=3 ttl=255 time=20 ms
Reply from 192.168.1.14: bytes=56 Sequence=4 ttl=255 time=20 ms
Reply from 192.168.1.14: bytes=56 Sequence=5 ttl=255 time=20 ms

— 192.168.1.14 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/20/20 ms

[r3]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r3]ip route-
[r3]ip route-static 192.168.1.32 27 192.168.1.5
[r3]ip route-static 192.168.1.128 27 192.168.1.14
[r3]ip route-static 192.168.1.0 30 192.168.1.5
[r3]ip route-static 192.168.1.8 30 192.168.1.14
[r3]ip route-static 192.168.1.64 27 192.168.1.5
[r3]ip route-static 192.168.1.64 27 192.168.1.14
[r3]ip route-static 192.168.1.16 30 192.168.1.14
[r3]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r3]ip route-
^
Error:Incomplete command found at ‘^’ position.
[r3]ip route-
[r3]ip route-static 0.0.0.0 0 192.168.1.14
[r3]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r3]ip route-
[r3]ip route-static 192.168.1.96 27 n
[r3]ip route-static 192.168.1.96 27 NULL 0

[Huawei]sysname r4
[r4]int lo0
[r4-LoopBack0]ip add 192.168.1.129 28
[r4-LoopBack0]int lo1
[r4-LoopBack1]ip add 192.168.1.145 28
[r4-LoopBack1]
[r4-LoopBack1]
[r4-LoopBack1]q
[r4]int g0/0/0
[r4-GigabitEthernet0/0/0]ip add 192.168.1.10 30
Mar 25 2021 17:01:27-08:00 r4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r4-GigabitEthernet0/0/0]int g0/0/1
[r4-GigabitEthernet0/0/1]ip add 192.168.1.14 30
Mar 25 2021 17:01:54-08:00 r4 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r4-GigabitEthernet0/0/1]int g0/0/2
[r4-GigabitEthernet0/0/2]ip add 192.168.1.17 30
[r4-GigabitEthernet0/0/2]
Mar 25 2021 17:02:20-08:00 r4 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP
on the interface GigabitEthernet0/0/2 has entered the UP state.
[r4-GigabitEthernet0/0/2]int g4/0/0
[r4-GigabitEthernet4/0/0]ip add 192.168.1.21 30
[r4-GigabitEthernet4/0/0]
Mar 25 2021 17:02:58-08:00 r4 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP
on the interface GigabitEthernet4/0/0 has entered the UP state.
[r4-GigabitEthernet4/0/0]
[r4-GigabitEthernet4/0/0]
[r4-GigabitEthernet4/0/0]ping 192.168.1.9
PING 192.168.1.9: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.9: bytes=56 Sequence=1 ttl=255 time=90 ms
Reply from 192.168.1.9: bytes=56 Sequence=2 ttl=255 time=20 ms
Reply from 192.168.1.9: bytes=56 Sequence=3 ttl=255 time=30 ms
Reply from 192.168.1.9: bytes=56 Sequence=4 ttl=255 time=20 ms
Reply from 192.168.1.9: bytes=56 Sequence=5 ttl=255 time=20 ms

— 192.168.1.9 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/36/90 ms

[r4-GigabitEthernet4/0/0]ping 192.168.1.13
PING 192.168.1.13: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.13: bytes=56 Sequence=1 ttl=255 time=70 ms
Reply from 192.168.1.13: bytes=56 Sequence=2 ttl=255 time=30 ms
Reply from 192.168.1.13: bytes=56 Sequence=3 ttl=255 time=20 ms
Reply from 192.168.1.13: bytes=56 Sequence=4 ttl=255 time=20 ms
Reply from 192.168.1.13: bytes=56 Sequence=5 ttl=255 time=30 ms

— 192.168.1.13 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/34/70 ms

[r4-GigabitEthernet4/0/0]ping 192.168.1.18
PING 192.168.1.18: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.18 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r4-GigabitEthernet4/0/0]ping 192.168.1.22
PING 192.168.1.22: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.22 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r4-GigabitEthernet4/0/0]
[r4-GigabitEthernet4/0/0]q
[r4]di
[r4]dialer
[r4]dialer-rule
[r4]display ip int
[r4]display ip interface br
[r4]display ip interface brief
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 7
The number of interface that is DOWN in Physical is 0
The number of interface that is UP in Protocol is 7
The number of interface that is DOWN in Protocol is 0

Interface IP Address/Mask Physical Protocol
GigabitEthernet0/0/0 192.168.1.10/30 up up
GigabitEthernet0/0/1 192.168.1.14/30 up up
GigabitEthernet0/0/2 192.168.1.17/30 up up
GigabitEthernet4/0/0 192.168.1.21/30 up up
LoopBack0 192.168.1.129/28 up up(s)
LoopBack1 192.168.1.145/28 up up(s)
NULL0 unassigned up up(s)
[r4]ping 192.168.1.18
PING 192.168.1.18: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.18 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r4]ping 192.168.1.21
PING 192.168.1.21: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.21: bytes=56 Sequence=1 ttl=255 time=1 ms
Reply from 192.168.1.21: bytes=56 Sequence=2 ttl=255 time=1 ms
Reply from 192.168.1.21: bytes=56 Sequence=3 ttl=255 time=1 ms
Reply from 192.168.1.21: bytes=56 Sequence=4 ttl=255 time=1 ms
Reply from 192.168.1.21: bytes=56 Sequence=5 ttl=255 time=1 ms

— 192.168.1.21 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 1/1/1 ms

[r4]ping 192.168.1.22
PING 192.168.1.22: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.22 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r4]
Mar 25 2021 17:13:19-08:00 r4 %%01IFPDT/4/IF_STATE(l)[4]:Interface GigabitEthern
et0/0/2 has turned into DOWN state.
[r4]
Mar 25 2021 17:13:19-08:00 r4 %%01IFNET/4/LINK_STATE(l)[5]:The line protocol IP
on the interface GigabitEthernet0/0/2 has entered the DOWN state.
[r4]
Mar 25 2021 17:13:19-08:00 r4 %%01IFPDT/4/IF_STATE(l)[6]:Interface GigabitEthern
et4/0/0 has turned into DOWN state.
[r4]
Mar 25 2021 17:13:19-08:00 r4 %%01IFNET/4/LINK_STATE(l)[7]:The line protocol IP
on the interface GigabitEthernet4/0/0 has entered the DOWN state.
[r4]
Mar 25 2021 17:14:06-08:00 r4 %%01IFPDT/4/IF_STATE(l)[8]:Interface GigabitEthern
et0/0/2 has turned into UP state.
[r4]
Mar 25 2021 17:14:06-08:00 r4 %%01IFNET/4/LINK_STATE(l)[9]:The line protocol IP
on the interface GigabitEthernet0/0/2 has entered the UP state.
[r4]
Mar 25 2021 17:14:06-08:00 r4 %%01IFPDT/4/IF_STATE(l)[10]:Interface GigabitEther
net4/0/0 has turned into UP state.
[r4]
Mar 25 2021 17:14:06-08:00 r4 %%01IFNET/4/LINK_STATE(l)[11]:The line protocol IP
on the interface GigabitEthernet4/0/0 has entered the UP state.
[r4]

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
Enter system view, return user view with Ctrl+Z.
[Huawei]sy r4
[r4]int g0/0/0
[r4-GigabitEthernet0/0/0]ip add 192.168.1.10 30
Mar 25 2021 17:22:41-08:00 r4 %%01IFNET/4/LINK_STATE(l)[4]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r4-GigabitEthernet0/0/0]int g0/0/1
[r4-GigabitEthernet0/0/1]ip add 192.168.1.14 30
[r4-GigabitEthernet0/0/1]
Mar 25 2021 17:22:50-08:00 r4 %%01IFNET/4/LINK_STATE(l)[5]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r4-GigabitEthernet0/0/1]int g0/0/2
[r4-GigabitEthernet0/0/2]ip add 192.168.1.17 30
[r4-GigabitEthernet0/0/2]
Mar 25 2021 17:23:05-08:00 r4 %%01IFNET/4/LINK_STATE(l)[6]:The line protocol IP
on the interface GigabitEthernet0/0/2 has entered the UP state.
[r4-GigabitEthernet0/0/2]int g4/0/0
[r4-GigabitEthernet4/0/0]ip add 192.168.1.21 30
[r4-GigabitEthernet4/0/0]
Mar 25 2021 17:23:16-08:00 r4 %%01IFNET/4/LINK_STATE(l)[7]:The line protocol IP
on the interface GigabitEthernet4/0/0 has entered the UP state.
[r4-GigabitEthernet4/0/0]int loo0
[r4-LoopBack0]ip add 192.168.1.129 28
[r4-LoopBack0]int loo1
[r4-LoopBack1]ip add 192.168.1.145 28
[r4-LoopBack1]ping 192.168.1.9
PING 192.168.1.9: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.9: bytes=56 Sequence=1 ttl=255 time=110 ms
Reply from 192.168.1.9: bytes=56 Sequence=2 ttl=255 time=10 ms
Reply from 192.168.1.9: bytes=56 Sequence=3 ttl=255 time=20 ms
Reply from 192.168.1.9: bytes=56 Sequence=4 ttl=255 time=20 ms
Reply from 192.168.1.9: bytes=56 Sequence=5 ttl=255 time=20 ms

— 192.168.1.9 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 10/36/110 ms

[r4-LoopBack1]ping 192.168.1.13
PING 192.168.1.13: 56 data bytes, press CTRL_C to break
Reply from 192.168.1.13: bytes=56 Sequence=1 ttl=255 time=110 ms
Reply from 192.168.1.13: bytes=56 Sequence=2 ttl=255 time=20 ms
Reply from 192.168.1.13: bytes=56 Sequence=3 ttl=255 time=20 ms
Reply from 192.168.1.13: bytes=56 Sequence=4 ttl=255 time=20 ms
Reply from 192.168.1.13: bytes=56 Sequence=5 ttl=255 time=20 ms

— 192.168.1.13 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/38/110 ms

[r4-LoopBack1]ping 192.168.1.18
PING 192.168.1.18: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.18 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r4-LoopBack1]q
[r4]di
[r4]dialer
[r4]dialer-rule
[r4]ping 192.168.1.22
PING 192.168.1.22: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.22 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r4]di
[r4]dialer
[r4]dialer-rule
[r4]display ip int br
[r4]display ip int brief
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 7
The number of interface that is DOWN in Physical is 0
The number of interface that is UP in Protocol is 7
The number of interface that is DOWN in Protocol is 0

Interface IP Address/Mask Physical Protocol
GigabitEthernet0/0/0 192.168.1.10/30 up up
GigabitEthernet0/0/1 192.168.1.14/30 up up
GigabitEthernet0/0/2 192.168.1.17/30 up up
GigabitEthernet4/0/0 192.168.1.21/30 up up
LoopBack0 192.168.1.129/28 up up(s)
LoopBack1 192.168.1.145/28 up up(s)
NULL0 unassigned up up(s)
[r4]di
[r4]dialer
[r4]dialer-rule
[r4]display ip tou
[r4]display ip tou
[r4]display ip rou
[r4]display ip routing-table
Route Flags: R - relay, D - download to fib

Routing Tables: Public
Destinations : 22 Routes : 22

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.8/30 Direct 0 0 D 192.168.1.10 GigabitEthernet
0/0/0
192.168.1.10/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/0
192.168.1.11/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/0
192.168.1.12/30 Direct 0 0 D 192.168.1.14 GigabitEthernet
0/0/1
192.168.1.14/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/1
192.168.1.15/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/1
192.168.1.16/30 Direct 0 0 D 192.168.1.17 GigabitEthernet
0/0/2
192.168.1.17/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/2
192.168.1.19/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/2
192.168.1.20/30 Direct 0 0 D 192.168.1.21 GigabitEthernet
4/0/0
192.168.1.21/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
4/0/0
192.168.1.23/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
4/0/0
192.168.1.128/28 Direct 0 0 D 192.168.1.129 LoopBack0
192.168.1.129/32 Direct 0 0 D 127.0.0.1 LoopBack0
192.168.1.143/32 Direct 0 0 D 127.0.0.1 LoopBack0
192.168.1.144/28 Direct 0 0 D 192.168.1.145 LoopBack1
192.168.1.145/32 Direct 0 0 D 127.0.0.1 LoopBack1
192.168.1.159/32 Direct 0 0 D 127.0.0.1 LoopBack1
255.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0

[r4]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r4]int 4/0/0
^
Error: Wrong parameter found at ‘^’ position.
[r4]int g4/0/0
[r4-GigabitEthernet4/0/0]shut
[r4-GigabitEthernet4/0/0]shutdown
Mar 25 2021 17:33:46-08:00 r4 %%01IFPDT/4/IF_STATE(l)[0]:Interface GigabitEthern
et4/0/0 has turned into DOWN state.
[r4-GigabitEthernet4/0/0]
[r4-GigabitEthernet4/0/0]
Mar 25 2021 17:33:46-08:00 r4 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet4/0/0 has entered the DOWN state.
[r4-GigabitEthernet4/0/0]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r4]ip route-
[r4]ip route-static 192.168.1.64 27 192.168.1.9
[r4]ip route-static 192.168.1.96 27 192.168.1.13
[r4]ip route-static 192.168.1.0 30 192.168.1.9
[r4]ip route-static 192.168.1.4 30 192.168.1.13
[r4]ip route-static 192.168.1.32 27 192.168.1.9
[r4]ip route-static 192.168.1.32 27 192.168.1.13
[r4]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r4]ip route-
[r4]ip route-static 0.0.0.0 0 192.168.1.18
[r4]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r4]ping 192.168.1.18
PING 192.168.1.18: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.18 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r4]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r4]ping 192.168.1.18
PING 192.168.1.18: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.18 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

[r4]int g0/0/2
[r4-GigabitEthernet0/0/2]di
[r4-GigabitEthernet0/0/2]dip
[r4-GigabitEthernet0/0/2]dip t
[r4-GigabitEthernet0/0/2]dip th
[r4-GigabitEthernet0/0/2]dip thi
[r4-GigabitEthernet0/0/2]dis th
[r4-GigabitEthernet0/0/2]disp
[r4-GigabitEthernet0/0/2]display thi
[r4-GigabitEthernet0/0/2]display this
[V200R003C00]

interface GigabitEthernet0/0/2
ip address 192.168.1.17 255.255.255.252

return
[r4-GigabitEthernet0/0/2]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r4]ip route-
[r4]ip route-static 192.168.1.128 27 n
[r4]ip route-static 192.168.1.128 27 NULL 0
[r4]

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r4]int g4/0/0
[r4-GigabitEthernet4/0/0]un shu
[r4-GigabitEthernet4/0/0]un shutdown
[r4-GigabitEthernet4/0/0]
Mar 25 2021 18:53:15-08:00 r4 %%01IFPDT/4/IF_STATE(l)[0]:Interface GigabitEthern
et4/0/0 has turned into UP state.
[r4-GigabitEthernet4/0/0]
Mar 25 2021 18:53:15-08:00 r4 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet4/0/0 has entered the UP state.
[r4-GigabitEthernet4/0/0]q
[r4]disp
[r4]display cu
[r4]display current-configuration
[V200R003C00]

sysname r4

board add 0/4 1GEC

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load portalpage.zip

drop illegal-mac alarm

set cpu-usage threshold 80 restore 75

aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher % % K8m.Nt84DZ}e#<0`8bmE3Uw}% %
local-user admin service-type http

firewall zone Local
priority 15

interface GigabitEthernet0/0/0
ip address 192.168.1.10 255.255.255.252

interface GigabitEthernet0/0/1
ip address 192.168.1.14 255.255.255.252

interface GigabitEthernet0/0/2
ip address 192.168.1.17 255.255.255.252

interface GigabitEthernet4/0/0
ip address 192.168.1.21 255.255.255.252

interface NULL0

interface LoopBack0
ip address 192.168.1.129 255.255.255.240

interface LoopBack1
ip address 192.168.1.145 255.255.255.240

ip route-static 0.0.0.0 0.0.0.0 192.168.1.18
ip route-static 192.168.1.0 255.255.255.252 192.168.1.9
ip route-static 192.168.1.4 255.255.255.252 192.168.1.13
ip route-static 192.168.1.32 255.255.255.224 192.168.1.9
ip route-static 192.168.1.32 255.255.255.224 192.168.1.13
ip route-static 192.168.1.64 255.255.255.224 192.168.1.9
ip route-static 192.168.1.96 255.255.255.224 192.168.1.13
ip route-static 192.168.1.128 255.255.255.224 NULL0

user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20

wlan ac

return
[r4]
[r4]ip rou
[r4]ip route-
[r4]ip route-static 0.0.0.0 0 192.168.1.22 pr
[r4]ip route-static 0.0.0.0 0 192.168.1.22 preference 61
[r4]disp
[r4]display t
[r4]display th
[r4]display this
[V200R003C00]

sysname r4

board add 0/4 1GEC

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load portalpage.zip

drop illegal-mac alarm

set cpu-usage threshold 80 restore 75

ip route-static 0.0.0.0 0.0.0.0 192.168.1.18
ip route-static 0.0.0.0 0.0.0.0 192.168.1.22 preference 61
ip route-static 192.168.1.0 255.255.255.252 192.168.1.9
ip route-static 192.168.1.4 255.255.255.252 192.168.1.13
ip route-static 192.168.1.32 255.255.255.224 192.168.1.9
ip route-static 192.168.1.32 255.255.255.224 192.168.1.13
ip route-static 192.168.1.64 255.255.255.224 192.168.1.9
ip route-static 192.168.1.96 255.255.255.224 192.168.1.13
ip route-static 192.168.1.128 255.255.255.224 NULL0

return
[r4]
[r4]
[r4]
[r4]diap
[r4]disp
[r4]display ip rou
[r4]display ip routing-table
Route Flags: R - relay, D - download to fib

Routing Tables: Public
Destinations : 29 Routes : 30

Destination/Mask Proto Pre Cost Flags NextHop Interface

    0.0.0.0/0   Static  60   0          RD   192.168.1.18    GigabitEthernet

0/0/2
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/30 Static 60 0 RD 192.168.1.9 GigabitEthernet
0/0/0
192.168.1.4/30 Static 60 0 RD 192.168.1.13 GigabitEthernet
0/0/1
192.168.1.8/30 Direct 0 0 D 192.168.1.10 GigabitEthernet
0/0/0
192.168.1.10/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/0
192.168.1.11/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/0
192.168.1.12/30 Direct 0 0 D 192.168.1.14 GigabitEthernet
0/0/1
192.168.1.14/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/1
192.168.1.15/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/1
192.168.1.16/30 Direct 0 0 D 192.168.1.17 GigabitEthernet
0/0/2
192.168.1.17/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/2
192.168.1.19/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/2
192.168.1.20/30 Direct 0 0 D 192.168.1.21 GigabitEthernet
4/0/0
192.168.1.21/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
4/0/0
192.168.1.23/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
4/0/0
192.168.1.32/27 Static 60 0 RD 192.168.1.9 GigabitEthernet
0/0/0
Static 60 0 RD 192.168.1.13 GigabitEthernet
0/0/1
192.168.1.64/27 Static 60 0 RD 192.168.1.9 GigabitEthernet
0/0/0
192.168.1.96/27 Static 60 0 RD 192.168.1.13 GigabitEthernet
0/0/1
192.168.1.128/27 Static 60 0 D 0.0.0.0 NULL0
192.168.1.128/28 Direct 0 0 D 192.168.1.129 LoopBack0
192.168.1.129/32 Direct 0 0 D 127.0.0.1 LoopBack0
192.168.1.143/32 Direct 0 0 D 127.0.0.1 LoopBack0
192.168.1.144/28 Direct 0 0 D 192.168.1.145 LoopBack1
192.168.1.145/32 Direct 0 0 D 127.0.0.1 LoopBack1
192.168.1.159/32 Direct 0 0 D 127.0.0.1 LoopBack1
255.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0

[Huawei]sy r5
[r5]int loo0
[r5-LoopBack0]ip add 5.5.5.5 24
[r5-LoopBack0]int g0/0/1
[r5-GigabitEthernet0/0/1]ip add 192.168.1.18 30
Mar 25 2021 17:14:38-08:00 r5 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r5-GigabitEthernet0/0/1]int g0/0/0
[r5-GigabitEthernet0/0/0]ip add 192.168.1.22 30
[r5-GigabitEthernet0/0/0]
Mar 25 2021 17:14:55-08:00 r5 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r5-GigabitEthernet0/0/0]q
[r5]ping 192.168.1.21
PING 192.168.1.21: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out

— 192.168.1.21 ping statistics —
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss

.
[Huawei]sy r5
[r5]int g0/0/1
[r5-GigabitEthernet0/0/1]ip add 192.168.1.18 30
Mar 25 2021 17:23:37-08:00 r5 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r5-GigabitEthernet0/0/1]int g0/0/0
[r5-GigabitEthernet0/0/0]ip add 192.168.1.22 30
Mar 25 2021 17:24:00-08:00 r5 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r5-GigabitEthernet0/0/0]int loo0
[r5-LoopBack0]ip add 5.5.5.5 24
[r5-LoopBack0]

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

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

display ip routing-table
Route Flags: R - relay, D - download to fib

Routing Tables: Public
Destinations : 13 Routes : 13

Destination/Mask Proto Pre Cost Flags NextHop Interface

    5.5.5.0/24  Direct  0    0           D   5.5.5.5         LoopBack0
    5.5.5.5/32  Direct  0    0           D   127.0.0.1       LoopBack0
  5.5.5.255/32  Direct  0    0           D   127.0.0.1       LoopBack0
  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.16/30 Direct 0 0 D 192.168.1.18 GigabitEthernet
0/0/1
192.168.1.18/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/1
192.168.1.19/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/1
192.168.1.20/30 Direct 0 0 D 192.168.1.22 GigabitEthernet
0/0/0
192.168.1.22/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/0
192.168.1.23/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

Mar 25 2021 17:33:47-08:00 r5 %%01IFPDT/4/IF_STATE(l)[0]:Interface GigabitEthern et0/0/1 has turned into DOWN state. Mar 25 2021 17:33:47-08:00 r5 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the DOWN state. Mar 25 2021 17:33:48-08:00 r5 %%01IFPDT/4/IF_STATE(l)[2]:Interface GigabitEthern et0/0/1 has turned into UP state. Mar 25 2021 17:33:48-08:00 r5 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state. Mar 25 2021 17:33:52-08:00 r5 %%01IFPDT/4/IF_STATE(l)[4]:Interface GigabitEthern et0/0/1 has turned into DOWN state. Mar 25 2021 17:33:52-08:00 r5 %%01IFNET/4/LINK_STATE(l)[5]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the DOWN state.

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

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

sys
Enter system view, return user view with Ctrl+Z.
[r5]ip route-
[r5]ip route-static 192.168.1.32 27 192.168.1.17
[r5]ip route-static 192.168.1.64 27 192.168.1.17
[r5]ip route-static 192.168.1.96 27 192.168.1.17
[r5]ip route-static 192.168.1.128 27 192.168.1.17
[r5]ip route-static 192.168.1.0 30 192.168.1.17
[r5]ip route-static 192.168.1.4 30 192.168.1.17
[r5]ip route-static 192.168.1.8 30 192.168.1.17
[r5]ip route-static 192.168.1.12 30 192.168.1.17
[r5]disp
[r5]display thi
[r5]display this
[V200R003C00]

sysname r5

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load portalpage.zip

drop illegal-mac alarm

set cpu-usage threshold 80 restore 75

ip route-static 192.168.1.0 255.255.255.252 192.168.1.17
ip route-static 192.168.1.4 255.255.255.252 192.168.1.17
ip route-static 192.168.1.8 255.255.255.252 192.168.1.17
ip route-static 192.168.1.12 255.255.255.252 192.168.1.17
ip route-static 192.168.1.32 255.255.255.224 192.168.1.17
ip route-static 192.168.1.64 255.255.255.224 192.168.1.17
ip route-static 192.168.1.96 255.255.255.224 192.168.1.17
ip route-static 192.168.1.128 255.255.255.224 192.168.1.17

return
[r5]

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

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

sys Enter system view, return user view with Ctrl+Z. [r5]dis [r5]display ip this ^ Error: Unrecognized command found at '^' position. [r5]int [r5]interface g [r5]interface GigabitEthernet 0/0/1 [r5-GigabitEthernet0/0/1]dis [r5-GigabitEthernet0/0/1]disp [r5-GigabitEthernet0/0/1]display ip th [r5-GigabitEthernet0/0/1]display ip this ^ Error: Unrecognized command found at '^' position. [r5-GigabitEthernet0/0/1]dis [r5-GigabitEthernet0/0/1]disp [r5-GigabitEthernet0/0/1]display th [r5-GigabitEthernet0/0/1]display this [V200R003C00] # interface GigabitEthernet0/0/1 ip address 192.168.1.18 255.255.255.252 # return [r5-GigabitEthernet0/0/1]q [r5]display ip interface br [r5]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 2 The number of interface that is UP in Protocol is 3 The number of interface that is DOWN in Protocol is 2

Interface IP Address/Mask Physical Protocol
GigabitEthernet0/0/0 192.168.1.22/30 up up
GigabitEthernet0/0/1 192.168.1.18/30 down down
GigabitEthernet0/0/2 unassigned down down
LoopBack0 5.5.5.5/24 up up(s)
NULL0 unassigned up up(s)
[r5]display ip this
^
Error: Unrecognized command found at ‘^’ position.
[r5]dis
[r5]display this
[V200R003C00]

sysname r5

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load portalpage.zip

drop illegal-mac alarm

set cpu-usage threshold 80 restore 75

ip route-static 192.168.1.0 255.255.255.252 192.168.1.17
ip route-static 192.168.1.4 255.255.255.252 192.168.1.17
ip route-static 192.168.1.8 255.255.255.252 192.168.1.17
ip route-static 192.168.1.12 255.255.255.252 192.168.1.17
ip route-static 192.168.1.32 255.255.255.224 192.168.1.17
ip route-static 192.168.1.64 255.255.255.224 192.168.1.17
ip route-static 192.168.1.96 255.255.255.224 192.168.1.17
ip route-static 192.168.1.128 255.255.255.224 192.168.1.17

return
[r5]ip route-static 192.168.1.8 255.255.255.252 192.168.1.21 p 61
[r5]
[r5]ip route-static 192.168.1.12 255.255.255.252 192.168.1.21 p 61
[r5]
[r5]ip route-static 192.168.1.32 255.255.255.224 192.168.1.21 p 61
[r5]
[r5]ip route-static 192.168.1.64 255.255.255.224 192.168.1.21 p 61
[r5]
[r5]ip route-static 192.168.1.96 255.255.255.224 192.168.1.21 p 61
[r5]
[r5]ip route-static 192.168.1.128 255.255.255.224 192.168.1.21 p 61
[r5]display this
[V200R003C00]

sysname r5

snmp-agent local-engineid 800007DB03000000000000
snmp-agent

clock timezone China-Standard-Time minus 08:00:00

portal local-server load portalpage.zip

drop illegal-mac alarm

set cpu-usage threshold 80 restore 75

ip route-static 192.168.1.0 255.255.255.224 192.168.1.21 preference 61
ip route-static 192.168.1.0 255.255.255.252 192.168.1.17
ip route-static 192.168.1.0 255.255.255.252 192.168.1.21 preference 61
ip route-static 192.168.1.4 255.255.255.252 192.168.1.17
ip route-static 192.168.1.4 255.255.255.252 192.168.1.21 preference 61
ip route-static 192.168.1.8 255.255.255.252 192.168.1.17
ip route-static 192.168.1.8 255.255.255.252 192.168.1.21 preference 61
ip route-static 192.168.1.12 255.255.255.252 192.168.1.17
ip route-static 192.168.1.12 255.255.255.252 192.168.1.21 preference 61
ip route-static 192.168.1.32 255.255.255.224 192.168.1.17
ip route-static 192.168.1.32 255.255.255.224 192.168.1.21 preference 61
ip route-static 192.168.1.64 255.255.255.224 192.168.1.17
ip route-static 192.168.1.64 255.255.255.224 192.168.1.21 preference 61
ip route-static 192.168.1.96 255.255.255.224 192.168.1.17
ip route-static 192.168.1.96 255.255.255.224 192.168.1.21 preference 61
ip route-static 192.168.1.128 255.255.255.224 192.168.1.17
ip route-static 192.168.1.128 255.255.255.224 192.168.1.21 preference 61

return
[r5]disp ip routing-table
Route Flags: R - relay, D - download to fib

Routing Tables: Public
Destinations : 22 Routes : 22

Destination/Mask Proto Pre Cost Flags NextHop Interface

    5.5.5.0/24  Direct  0    0           D   5.5.5.5         LoopBack0
    5.5.5.5/32  Direct  0    0           D   127.0.0.1       LoopBack0
  5.5.5.255/32  Direct  0    0           D   127.0.0.1       LoopBack0
  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/27 Static 61 0 RD 192.168.1.21 GigabitEthernet
0/0/0
192.168.1.0/30 Static 60 0 RD 192.168.1.17 GigabitEthernet
0/0/1
192.168.1.4/30 Static 60 0 RD 192.168.1.17 GigabitEthernet
0/0/1
192.168.1.8/30 Static 60 0 RD 192.168.1.17 GigabitEthernet
0/0/1
192.168.1.12/30 Static 60 0 RD 192.168.1.17 GigabitEthernet
0/0/1
192.168.1.16/30 Direct 0 0 D 192.168.1.18 GigabitEthernet
0/0/1
192.168.1.18/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/1
192.168.1.19/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/1
192.168.1.20/30 Direct 0 0 D 192.168.1.22 GigabitEthernet
0/0/0
192.168.1.22/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/0
192.168.1.23/32 Direct 0 0 D 127.0.0.1 GigabitEthernet
0/0/0
192.168.1.32/27 Static 60 0 RD 192.168.1.17 GigabitEthernet
0/0/1
192.168.1.64/27 Static 60 0 RD 192.168.1.17 GigabitEthernet
0/0/1
192.168.1.96/27 Static 60 0 RD 192.168.1.17 GigabitEthernet
0/0/1
192.168.1.128/27 Static 60 0 RD 192.168.1.17 GigabitEthernet
0/0/1
255.255.255.255/32 Direct 0 0 D 127.0.0.1 InLoopBack0

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值