当前位置:网站首页>Dynamic routing configuration
Dynamic routing configuration
2022-07-27 04:46:00 【less than _ ermi】
Experimental content :

experimental analysis :
Subject requirements R1 and R2 There are two loopback routes , Need to be in 192.168.1.0/24 Divide down , This topology requires 4 Loops and 2 A straight chain circuit , Equal to six network segments .
Experimental process :
IP Divide :
R1 Summary network segment of two loops :192.168.1.32/27
R2 Summary network segment of two loops :192.168.1.64/27
R1 and R2 Link circuit network segment between two :192.168.1.0/30
R2 and R3 Link circuit network segment between two :192.168.1.4/30
Next, start configuring the loop and interface IP

The next step is to announce (RIP At the announcement , Declare only primary network segments ):
[r1-rip-1]network 192.168.1.0
[r2-rip-1]network 192.168.1.0
[r3-rip-1]network 192.168.1.0At present except 3.3.3.0/24 The network segment is not available , Other network segments have been reached throughout the network , The next step is to R3 Configure the default route , Only one source is needed in the dynamic routing protocol , So just give R3 A configuration default route .
[r3-rip-1]default-route originateBasically, the whole network can be reached here , But to avoid loops, reduce the number of routing entries , To ensure the security of updates , You also need to summarize manually ( On the update source router , All updates are sent to the configuration on the interface )
[r2]interface g0/0/0
[r2-GigabitEthernet0/0/0]rip summary-address 192.168.1.64 255.255.255.224
test
The test passed , To achieve the purpose of the experiment, the whole network can reach , To ensure the security of updates , Reduce the number of routing entries , Avoid loops .
边栏推荐
- 消防安全培训资料汇总
- Px4 module design 12: high resolution timer design
- IIC communication protocol (I)
- Cloudcompare & PCL matching point median (or standard deviation) distance suppression
- Technology sharing | gtid that needs to be configured carefully_ mode
- RSA 非对称 加密解密 加签验签工具
- What is the difference between using varchar type and using date type for timestamp column?
- Maximum value, minimum value, bubble sort in the array
- Easy to use mobile app automation testing framework where to find? Just collect this list!
- [construction of independent stations] this website is the first choice for cross-border e-commerce companies to open online stores at sea!
猜你喜欢
![Shell的正则表达式入门、常规匹配、特殊字符:^、$、.、*、字符区间(中括号):[ ]、特殊字符:\、匹配手机号](/img/31/ed0d8c1a5327059f2de7493bec1c6c.png)
Shell的正则表达式入门、常规匹配、特殊字符:^、$、.、*、字符区间(中括号):[ ]、特殊字符:\、匹配手机号

Unity:Resource Merging、Static Batching、Dynamic Batching、GPU Instancing

JS day 2 (variables, variable usage, naming rules, syntax extensions)

F - Pre-order and In-order(Atcoder 255)

结构型模式-外观(Facade)模式

Word/excel has a fixed table size. When filling in the content, the table does not change with the cell content

Easy to use shell shortcuts

Interview must ask | what stages does a thread go through from creation to extinction?

第六章:云数据库

Wechat applet rotation map
随机推荐
深度学习领域图像分割FCN(Fully Convolutional Networks for Semantic Segmentation)
Structural mode - bridging mode
Title: there is an array that has been sorted in ascending order. Now enter a number and ask to insert it into the array according to the original rule.
打开编程的大门
The project parameters are made into configurable items, and the @configurationproperties annotation is used
JMeter learning notes 004-csv file line number control cycle times
pinia的持久化存储,pinia使用插件进行持久化存储。
有趣的C语言
干货 | 独立站运营怎么提高在线聊天客户服务?
5.component动态组件的展示
Wechat applet rotation map
Explain left value, right value, left value reference and right value reference in detail
Cloudcompare & PCL match point distance suppression
els 方块显示原理
Redis interview question (2022)
华为入局商用市场:趋势使然,挑战颇多
Pinia uses plug-ins for persistent storage.
[C language] recursively explain the tower of Hanoi problem
sram、dram、sdram、ddr的区别和用途
Wechat input component adds a clear icon, and clicking clear does not take effect