当前位置:网站首页>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
边栏推荐
- C language learning notes (mind map)
- 27io stream, byte output stream, OutputStream writes data to file
- 嵌入式面试题(一:进程与线程)
- H3C防火墙RBM+VRRP 组网配置
- SequoiaDB湖仓一体分布式数据库2022.6月刊
- 巨杉数据库再次亮相金交会,共建数字经济新时代
- 【SQL server速成之路】——身份验证及建立和管理用户账户
- RustDesk 搭建一个自己的远程桌面中继服务器
- [SQL Server Express Way] - authentification et création et gestion de comptes utilisateurs
- 华为路由器忘记密码怎么恢复
猜你喜欢

养了只小猫咪

ARTS Week 25

授予渔,从0开始搭建一个自己想要的网页

The usage and difference between strlen and sizeof
![[JVM] [Chapter 17] [garbage collector]](/img/f4/e6ff0e3edccf23399ec12b7913749a.jpg)
[JVM] [Chapter 17] [garbage collector]

Installation de la Bibliothèque de processus PDK - csmc

MIT6.s081-2020 Lab2 System Calls

What is independent IP and how about independent IP host?

Mysql database master-slave cluster construction

网络协议模型
随机推荐
[Tang Laoshi] C -- encapsulation: classes and objects
【无标题】
Station B Liu Erden linear regression pytoch
Redis6 cluster setup
巨杉数据库再次亮相金交会,共建数字经济新时代
CoDeSys note 2: set coil and reset coil
Web Security (VI) the use of session and the difference between session and cookie
[Jiudu OJ 07] folding basket
华为路由器忘记密码怎么恢复
RustDesk 搭建一个自己的远程桌面中继服务器
Easy to understand IIC protocol explanation
[paper reading] nflowjs: synthetic negative data intensive anomaly detection based on robust learning
26file filter anonymous inner class and lambda optimization
What impact will frequent job hopping have on your career?
嵌入式面试题(一:进程与线程)
01. Project introduction of blog development project
Li Chuang EDA learning notes 12: common PCB board layout constraint principles
类和对象(一)this指针详解
[machine learning notes] univariate linear regression principle, formula and code implementation
【SQL server速成之路】——身份验证及建立和管理用户账户