当前位置:网站首页>How Huawei routers configure static routes
How Huawei routers configure static routes
2022-07-06 05:52:00 【Creator of high-quality network system】
The experiment purpose
Use static routing to make IP Data reachable
The topology

The experimental steps
1: Rename and configure IP Address
system-view
[Huawei]sysname R1 [R1]interface Ethernet 0/0/0
[R1-Ethernet0/0/0]ip address 12.1.1.1 255.255.255.0
[R1-Ethernet0/0/0]undo shutdown
system-view
[Huawei]sysname R2
[R2]interface Ethernet 0/0/0
[R2-Ethernet0/0/0]ip address 12.1.1.2 255.255.255.0
[R2-Ethernet0/0/0]undo shutdown
[R2]interface Ethernet 0/0/1
[R2-Ethernet0/0/1]ip add
[R2-Ethernet0/0/1]ip address 23.1.1.2 255.255.255.0
[R2-Ethernet0/0/1]undo shutdown
[Huawei]sysname R3
[R3-Ethernet0/0/0]ip address 23.1.1.3 255.255.255.0
[R3-Ethernet0/0/0]undo shutdown
2: In the middle router R2 Test whether the direct connection is connected
[R2-Ethernet0/0/1]ping 12.1.1.1
PING 12.1.1.1: 56 data bytes, press CTRL_C to break
Reply from 12.1.1.1: bytes=56 Sequence=1 ttl=255 time=160 ms Reply from 12.1.1.1: bytes=56 Sequence=2 ttl=255 time=20 ms Reply from 12.1.1.1: bytes=56 Sequence=3 ttl=255 time=10 ms Reply from 12.1.1.1: bytes=56 Sequence=4 ttl=255 time=30 ms Reply from 12.1.1.1: bytes=56 Sequence=5 ttl=255 time=40 ms
— 12.1.1.1 ping statistics — 5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 10/52/160 ms
[R2-Ethernet0/0/1]ping 23.1.1.3
PING 23.1.1.3: 56 data bytes, press CTRL_C to break
Reply from 23.1.1.3: bytes=56 Sequence=1 ttl=255 time=50 ms Reply from 23.1.1.3: bytes=56 Sequence=2 ttl=255 time=50 ms Reply from 23.1.1.3: bytes=56 Sequence=3 ttl=255 time=50 ms Reply from 23.1.1.3: bytes=56 Sequence=4 ttl=255 time=30 ms Reply from 23.1.1.3: bytes=56 Sequence=5 ttl=255 time=30 ms
— 23.1.1.3 ping statistics — 5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 30/42/50 ms
3: stay R1 Go straight ping R3 Will not work , You need to configure an authentication route in the direction of going and returning
[R1-Ethernet0/0/0]ping 23.1.1.3
PING 23.1.1.3: 56 data bytes, press CTRL_C to break Request time out
stay R1 And R3 Configure default routes respectively on :
[R1]ip route-static 23.1.1.0 255.255.255.0 12.1.1.2
[R3]ip route-static 12.1.1.0 255.255.255.0 23.1.1.2
4: Then test connectivity :
[R1]ping 23.1.1.3
PING 23.1.1.3: 56 data bytes, press CTRL_C to break
Reply from 23.1.1.3: bytes=56 Sequence=1 ttl=254 time=80 ms Reply from 23.1.1.3: bytes=56 Sequence=2 ttl=254 time=70 ms Reply from 23.1.1.3: bytes=56 Sequence=3 ttl=254 time=60 ms Reply from 23.1.1.3: bytes=56 Sequence=4 ttl=254 time=40 ms Reply from 23.1.1.3: bytes=56 Sequence=5 ttl=254 time=50 ms
— 23.1.1.3 ping statistics — 5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 40/60/80 ms
// The above indicates successful communication .
4: It can also set priority for a static routing device , That is to say CISCO Management distance in (AD value ), To achieve floating routing and other effects . as follows :
[R1]ip route-static 23.1.1.0 255.255.255.0 12.1.1.2 preference 10
Please refer to NA My lab manual , Combined with Huawei's orders here , Realize floating static on Huawei's router , Select static , Summarize static , Default static , Static and other effects of load balancing .
View routing table :
[R1]display ip routing
Route Flags: R - relay, D - download to fib
Routing Tables: Public
Destinations : 5 Routes : 5
Destination/Mask Proto Pre Cost Flags NextHop Interface 12.1.1.0/24 Direct 0 0 D 12.1.1.1 Ethernet0/0/0
12.1.1.1/32 Direct 0 0 D 127.0.0.1 Ethernet0/0/0
23.1.1.0/24 Static 10 0 RD 12.1.1.2 Ethernet0/0/0
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
5: When you want to cancel this default route , Play in front UNDO
[R1]undo ip route-static 23.1.1.0 255.255.255.0 12.1.1.2 preference 10
边栏推荐
- Rustdesk builds its own remote desktop relay server
- Redistemplate common collection instructions opsforvalue (II)
- 查询生产订单中某个(些)工作中心对应的标准文本码
- Analysis of grammar elements in turtle Library
- RustDesk 搭建一个自己的远程桌面中继服务器
- Deep learning -yolov5 introduction to actual combat click data set training
- 华为路由器忘记密码怎么恢复
- [string] palindrome string of codeup
- 如何在业务代码中使用 ThinkPHP5.1 封装的容器内反射方法
- 进程和线程
猜你喜欢

【无标题】

嵌入式面试题(四、常见算法)

Yygh-11-timing statistics
![[happy Spring Festival] if you feel happy, dance](/img/b5/faa4cb94ef5fb45b8bb98ecb69962f.jpg)
[happy Spring Festival] if you feel happy, dance

Sequoiadb Lake warehouse integrated distributed database, June 2022 issue

(column 22) typical column questions of C language: delete the specified letters in the string.

Yunxiaoduo software internal test distribution test platform description document

The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower

Easy to understand IIC protocol explanation

Report on market depth analysis and future trend prediction of China's arsenic trioxide industry from 2022 to 2028
随机推荐
continue和break的区别与用法
Baidu online AI competition - image processing challenge: the 8th program of handwriting erasure
Web Security (VI) the use of session and the difference between session and cookie
After the project is released, index Html is cached
H3C S5820V2_5830V2交换机IRF2堆叠后升级方法
Yunxiaoduo software internal test distribution test platform description document
CoDeSys note 2: set coil and reset coil
Practice sharing: how to safely and quickly migrate from CentOS to openeuler
B站刘二大人-Softmx分类器及MNIST实现-Lecture 9
How to get list length
[experience] install Visio on win11
B站刘二大人-多元逻辑回归 Lecture 7
Summary of data sets in intrusion detection field
Migrate Infones to stm32
Node 之 nvm 下载、安装、使用,以及node 、nrm 的相关使用
Zoom through the mouse wheel
Redistemplate common collection instructions opsforvalue (II)
Selective parameters in MATLAB functions
[string] palindrome string of codeup
局域网同一个网段通信过程