当前位置:网站首页>DHCP first static experiment
DHCP first static experiment
2022-07-25 22:47:00 【Co_ ml】
topology ( Network wide accessibility ):

To configure :
ar1:
Enter the third level configuration ip;
[r1]int g 0/0/0
[r1-GigabitEthernet0/0/0]ip add 192.168.1.1 24
[r1]int g 0/0/1
[r1-GigabitEthernet0/0/1]ip add 192.168.2.1 24
[r1]ip route-static 192.168.3.0 24 192.168.2.2
[r1]ip route-static 192.168.4.0 24 192.168.2.2
[r1]ip route-static 192.168.5.0 24 192.168.2.2
ar2:
[r2]int g 0/0/0
[r2-GigabitEthernet0/0/0]ip add 192.168.2.2 24
[r2]int g 0/0/2
[r2-GigabitEthernet0/0/2]ip add 192.168.3.1 24
[r2]int g 0/0/1
[r2-GigabitEthernet0/0/1]ip add 192.168.4.1 24
[r2]ip route-static 192.168.1.0 24 192.168.2.1
[r2]ip route-static 192.168.5.0 24 192.168.4.2
ar3:
[r3]int g 0/0/0
[r3-GigabitEthernet0/0/0]ip add 192.168.4.2 24
[r3]int g 0/0/1
[r3-GigabitEthernet0/0/1]ip add 192.168.5.1 24
[r3]ip route-static 192.168.2.0 24 192.168.4.1
[r3]ip route-static 192.168.3.0 24 192.168.4.1
[r3]ip route-static 192.168.1.0 24 192.168.4.1
pc1 -ipv4 Basic configuration

pc2 - ipv4 Basic configuration
pc3 -ipv4 Basic configuration
Test connectivity :pc1pingpc2,pc3

pc2 ping pc1, pc3

pc3 ping pc1,pc3

边栏推荐
- Two methods of printing strings in reverse order in C language
- Document flow definition, box model related knowledge
- The third programming competition of Wuhan University of technology b- save the kingdom of DAG (topological properties deal with accessibility Statistics)
- 沃达德软件:智慧城市方案
- torchvision
- 面试题 17.11. 单词距离 ●●
- [training day13] travel [violence] [dynamic planning]
- Severely crack down on illegal we media operators according to law: it is urgent to purify the we media industry
- 关于getchar和scanf的使用示例及注意点
- 【集训DAY15】好名字【hash】
猜你喜欢

CMU AI PhD 第一年总结

HCIE终到手,路才开始

Qtreewidget control of QT
![[MySQL rights] UDF rights (with Malaysia)](/img/72/d3e46a820796a48b458cd2d0a18f8f.png)
[MySQL rights] UDF rights (with Malaysia)

新媒体运营策略(以小红书为例)帮助你快速掌握爆款创作方法

CMU AI PhD first year summary
![[training day13] out race [mathematics] [dynamic planning]](/img/94/d86031a062c9311f83d63809492d71.png)
[training day13] out race [mathematics] [dynamic planning]

MatrixCube揭秘102——300行实现的完整分布式存储系统MatrixKV

贴片微型滚珠振动开关的结构原理

Hcie is finally in hand, and the road begins
随机推荐
Session and cookie, token and storage
[training Day12] be go! [dynamic programming] [mathematics]
Data quality: the core of data governance
[MySQL rights] UDF rights (with Malaysia)
[training day15] boring [tree DP]
Mysql数据类型
Qt中文编程遇C2001错误,提示“常量中有换行符”
BIO、NIO、AIO的区别?
Qtreewidget control of QT
【集训DAY13】Backpack【动态规划】【贪心】
Force deduction solution summary 919 complete binary tree inserter
TFrecord写入与读取
Express framework
软件测试 pytest pytest的命名规则 用例的前后置 conftest.py 定制allure报告 @pytest.mark.parametrize()装饰器作数据驱动
[training Day11] Nescafe [greed]
Compiler introduction
Tree view model example of QT
QT log file system
Qt5.12 installation error prompt: c:\qt5.12.11\vcredist\vcredist_ msvc2019_ x86.exe /norestart /q
ORM common requirements