当前位置:网站首页>Establishment of static route
Establishment of static route
2022-07-24 00:54:00 【.98℃】
demand :
The communication function is realized between the three computers directly connected by the three routers

analysis :
1.ip Division of address ---5 Different broadcast domains are divided into different IP Address .
2. Set up static routes in each router .
To configure :
Router 1、2、3 The port of ip
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ip add 192.168.1.2 24
[r1-GigabitEthernet0/0/0]q
[r1]int g0/0/1
[r1-GigabitEthernet0/0/1]ip add 192.168.4.4 24[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip add 192.168.2.1 24
[r2-GigabitEthernet0/0/0]q
[r2]int g0/0/1
[r2-GigabitEthernet0/0/1]ip add 192.168.4.5 24
[r2-GigabitEthernet0/0/1]q
[r2]int g0/0/2
[r2-GigabitEthernet0/0/2]ip add 192.168.5.5 24[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ip add 192.168.3.1 24
[r3-GigabitEthernet0/0/0]q
[r3]int g0/0/2
[r3-GigabitEthernet0/0/2]ip add 192.168.5.6 24pc1、2、3 Of ip And gateway



Static routing settings
[r1]ip route-static 192.168.2.0 24 192.168.4.5
[r1]ip route-static 192.168.5.0 24 192.168.4.5
[r1]ip route-static 192.168.3.0 24 192.168.4.5[r2]ip route-static 192.168.1.0 24 192.168.4.4
[r2]ip route-static 192.168.3.0 24 192.168.5.6[r3]ip route-static 192.168.2.0 24 192.168.5.5
[r3]ip route-static 192.168.4.0 24 192.168.5.5
[r3]ip route-static 192.168.1.0 24 192.168.5.5
verification :
PC1 And PC2

PC1 And PC3

PC2 And PC3

边栏推荐
- Introduction to QT (2.1 the first procedure for the beginning of QT)
- Comparison of image preprocessing between pytorch opencv pil
- Solve the problem that MySQL inserts Chinese garbled code into the table
- Development of main applet for business card traffic near the map
- There are various signs that apple is expected to support AV1
- Xilinx FPGA one way clock input two PLLs
- Starfish OS: create a new paradigm of the meta universe with reality as the link
- Don't let Fujin Yibo see this
- [flyway introduction]
- Expérience du système réseau: résoudre les problèmes de ping
猜你喜欢

IDEA 热部署(热加载)

黑馬程序員-接口測試-四天學習接口測試-第四天-Postman讀取外部數據文件,讀取數據文件數據,iHRM項目實戰,員工管理模塊,添加員工,批量運行測試用例,生成測試報告,

Dark horse programmer - interface test - four day learning interface test - day 4 - postman reads external data files, reads data files, IHRM project practice, employee management module, adds employe

Treatment of particle boundary collision

The high-quality digital collection of guochuang's "children's song line" is on sale, and you are invited to create a young martial arts Jianghu dream

Xilinx FPGA one way clock input two PLLs

Prometheus+node exporter+grafana monitoring server system resources

Unity metaverse (I). Ready player me & blender customize your Avatar

Reverse linked list drawing demonstration

Interviewer: if the order is not paid within 30 minutes after it is generated, it will be automatically cancelled. How to realize it?
随机推荐
Installation and use of appscan
AWS Article 3 how to publish message to IOT mqtt in go language
Communication module sorting (II) hc-05
Expérience du système réseau: résoudre les problèmes de ping
采坑websocket總結
C language: deep analysis of const keyword
Educational Codeforces Round 132 (Rated for Div. 2) D. Rorororobot
Database connection pool & dbutils
Starfish OS: create a new paradigm of the meta universe with reality as the link
Tutorial on principles and applications of database system (047) -- MySQL query (IX): connection query
如何在自动化测试中使用MitmProxy获取数据返回?
Comparison of image preprocessing between pytorch opencv pil
Classic example of C language - commodity inspection code
MariaDB database upgrade version
MySQL interview questions
AVX instruction set accelerated matrix multiplication
There are various signs that apple is expected to support AV1
Classic examples of C language - adding two scores
Classic examples of C language - use 4 × The matrix displays all integers from 1 to 16 and calculates the sum of each row, column, and diagonal
Image processing 1:rgb888_ YCbCr444