当前位置:网站首页>Day 3 experiment
Day 3 experiment
2022-07-25 22:47:00 【Co_ ml】
Topology design :
IP To distribute reasonably : be based on 192.168.1.0 /24
A backbone :192.168.1.0/27 192.168.1.0/30 192.168.1.4/30
Four loops :
192.168.1.32/27 :192.168.1.32 /28 192.168.1.48/28
192.168.1.64/27 :192.168.1.64/28 192.168.1.80/28
192.168.1.96/27 : 192.168.1.96/28 192.168.1.112/28
192.168.1.128/27 :192.168.1.128/28 192.168.1.144/28
The whole network runs ripv2 :
r1:[r1]rip
[r1-rip-1]v 2
[r1-rip-1]network 192.168.1.0
r2:[r1]rip
[r1-rip-1]v 2
[r1-rip-1]network 192.168.1.0
r1 ping r2 Loopback 192.168.1.113
Write default route :r3------ Make all internal operations RIP The router of the protocol generates the default route , The next jump points to r3

Reduce routing entries : Summary

Empathy r2
边栏推荐
- TFrecord写入与读取
- Vs2017 compilation encountered the error HResult e returned by the call of COM component_ FAIL
- Qt的TQTreeWidget控件
- Vodak software: Smart City solution
- [database learning] redis parser & single thread & Model
- 【集训DAY13】Backpack【动态规划】【贪心】
- ribbon 执行逻辑源码解析
- [training Day11] Nescafe [greed]
- 【集训DAY11】Calc【数学】
- 【集训DAY12】Minn ratio 【dfs】【最小生成树】
猜你喜欢
随机推荐
[natural language processing] [vector representation] augsbert: improve the data enhancement method of Bi encoders for paired sentence scoring tasks
【集训DAY11】Nescafe【贪心】
Select structure if branch structure
为啥谷歌的内部工具不适合你?
QVariant的使用
LabVIEW develops PCI-1680U dual port can card
QT的Tree View Model示例
Understanding of forward proxy and reverse proxy
Domain oriented model programming
[training day13] travel [violence] [dynamic planning]
XSS collect common code
PE格式: 分析IatHook并实现
贴片微型滚珠振动开关的结构原理
我们为什么要推出Getaverse?
Multi data source switching
Data type conversion
ML-Numpy
【集训DAY13】Out race【数学】【动态规划】
Matrixcube unveils the complete distributed storage system matrixkv implemented in 102-300 lines
JVM memory area









