当前位置:网站首页>[HCIA continuous update] advanced features of routing
[HCIA continuous update] advanced features of routing
2022-07-06 14:52:00 【Kawakami 2001】
Advanced features of routing
Route recursion
1、 The route must have a direct next hop to guide forwarding , However, when generating a route, the next hop may not be directly connected , Therefore, it is necessary to calculate the next hop of a direct connection and the corresponding outgoing interface , This process is called routing recursion
2、 Route recursion is also called route iteration


Equivalent route
There are equivalent routes in the routing table , Go to the destination network IP The message router will pass through all effective interfaces 、 Next hop forwarding , This forwarding behavior is called load sharing

Floating route
Basic concepts
1、 Static routing supports manual priority assignment during configuration , You can configure the destination address / Same mask 、 Different priorities 、 Next hop different static routes , Backup the forwarding path
2、 Floating route is the backup of primary , Ensure that backup routes are provided in case of link failure . When the primary route reaches the next hop, the backup route will not appear in the route table
Example
[ Failed to transfer the external chain picture , The origin station may have anti-theft chain mechanism , It is suggested to save the pictures and upload them directly (img-CBR2JNqN-1644652233746)(https://i.bmp.ovh/imgs/2022/02/79998eb8d0062526.png)]
Route summary
CIDR
1、CIDR use IP Address plus mask length to identify network and subnet , Instead of following tradition A、B、C And other types of network addresses
2、CIDR Allow mask length of any length , take IP Address as a continuous address space , Prefixes of any length can be used to assign , Multiple consecutive prefixes can be aggregated into a network , This feature can effectively reduce the number of routing table entries
Routing convergence requirements
1、 Subnet partition 、VLSM It solves the waste of address space , But it also brings new problems ; The number of routing entries in the routing table increases
2、 In order to reduce the number of route entries, you can use route summary
Introduction to routing summary
[ Failed to transfer the external chain picture , The origin station may have anti-theft chain mechanism , It is suggested to save the pictures and upload them directly (img-gDSEi9nL-1644652233747)(https://i.bmp.ovh/imgs/2022/02/14d496083173a0b0.png)]
Summary calculation
1、 Based on a series of continuous 、 Regular IP Network segment , If It is necessary to calculate the corresponding route summary , And ensure that the resulting Huizhong route is just “ Include ” Aforementioned IP Network segment , It is necessary to ensure that the mask length of the summary route is as long as possible
2、 The trick is : Convert the destination network addresses of detailed routes into binary , Then arrange them , Find all destination network addresses “ Same bit ”
Accurately summarize


边栏推荐
- 函数:求1-1/2+1/3-1/4+1/5-1/6+1/7-…+1/n
- 函数:用牛顿迭代法求方程的根
- 【指针】统计一字符串在另一个字符串中出现的次数
- Statistics 8th Edition Jia Junping Chapter 4 Summary and after class exercise answers
- Uibutton status exploration and customization
- 《统计学》第八版贾俊平第十二章多元线性回归知识点总结及课后习题答案
- 函数:求两个正数的最大公约数和最小公倍
- Es full text index
- 《统计学》第八版贾俊平第四章总结及课后习题答案
- How to transform functional testing into automated testing?
猜你喜欢

Statistics 8th Edition Jia Junping Chapter XIII Summary of knowledge points of time series analysis and prediction and answers to exercises after class

Statistics 8th Edition Jia Junping Chapter 3 after class exercises and answer summary

《统计学》第八版贾俊平第二章课后习题及答案总结

《统计学》第八版贾俊平第十四章指数知识点总结及课后习题答案

5 minutes to master machine learning iris logical regression classification

ES全文索引

Es full text index

5分钟掌握机器学习鸢尾花逻辑回归分类

数字电路基础(三)编码器和译码器

数字电路基础(五)算术运算电路
随机推荐
Don't you even look at such a detailed and comprehensive written software test question?
Statistics 8th Edition Jia Junping Chapter 3 after class exercises and answer summary
How does SQLite count the data that meets another condition under the data that has been classified once
《统计学》第八版贾俊平第十章方差分析知识点总结及课后习题答案
Matplotlib绘图快速入门
[pointer] counts the number of times one string appears in another string
Function: calculates the number of uppercase letters in a string
指针 --按字符串相反次序输出其中的所有字符
Statistics 8th Edition Jia Junping Chapter 10 summary of knowledge points of analysis of variance and answers to exercises after class
New version of postman flows [introductory teaching chapter 01 send request]
Using flask_ Whooshalchemyplus Jieba realizes global search of flask
How to learn automated testing in 2022? This article tells you
Always of SystemVerilog usage_ comb 、always_ iff
Statistics, 8th Edition, Jia Junping, Chapter 6 Summary of knowledge points of statistics and sampling distribution and answers to exercises after class
指針:最大值、最小值和平均值
浙大版《C语言程序设计实验与习题指导(第3版)》题目集
Cadence physical library lef file syntax learning [continuous update]
[pointer] octal to decimal
[issue 18] share a Netease go experience
函数:字符串反序存放