当前位置:网站首页>Notes....
Notes....
2022-07-21 06:34:00 【YkyJkybFjj】
The end of republishing
effect : In a network , Such as running multiple routing protocols , Send a routing protocol to another routing protocol
This behavior of two-way republishing , It will cause poor road selection
This situation is called routing feedback :
Default RIP and OSPF The agreement carries out multipoint ( Bipoint ) Reissue , Because their priorities are different , So the first one ASBR After the re release of the device , Will affect other ASBR Routing table of the device , It makes it possible for the path to be transmitted back to the source protocol , Routing feedback occurs --A Reroute protocol to B After the agreement , Sent back again B agreement ---- Poor routing will occur when the route feedback is light , In the most serious case, ring generation will occur
R1--R2--R3--R4--R1
The worst case will be the loop
Solve the situation
Change priority --- The priority of the imported routing information outside the domain is increased ( The default priority is 150), The routing feedback is avoided -- So change the priority to 150, Greater than all Huawei defined IGP Default priority of the Protocol --- And define OSPF The priority of internally generated routes is defined as 10-- In this way, route feedback is eliminated
Due to the problem of seed measurement of republishing Technology , It will inevitably lead to poor route selection , Only the routing strategy can be considered as interference in routing .
Control layer flow -- The routing protocol transmits the traffic generated by the routing information
Data layer traffic -- The traffic generated when the device accesses the target network segment
Control layer flow --- data IP Address masked ---ACL List crawl can only crawl this network segment , Can't see the mask
192.168.1.0/24 --ACL List can only catch 192.168.1.0 Can't catch the back /24
Routing strategy : In the process of controlling the flow of the layer , Intercept flow , Then modify the traffic to forward or not forward , The final implementation affects the generation of router routing table , The effect of interference in route selection --ip a key - Route control
Follow ACL The list is similar , But the routing list is to realize the generation of routing table
1. Grab traffic
1.ACL list -- Grasp the data layer traffic -- Therefore, because of the existence of wildcards, you can flexibly match digital features , But there is no way to match the mask features in the routing information , So I'm not good at capturing traffic in the control layer
2.IP-prefix( The prefix list )-- Specially grab the control layer traffic -- You can match the mask
No more creating lists , Just use it directly inside the list
aa( Name of the custom prefix list )premit( Allow and deny , If only crawl traffic is allowed, you can select permit)192.168.1.0 24--- Control the information of the target network in the captured control layer traffic
View the information of prefix list
The serial number here (index) Gradually add 5-- And ACL The matching principle of --
Matching rules for prefix list : From top to bottom , One by one matching --- Once it is matched, the action will be executed according to the corresponding rules, instead of matching downward , The end implicitly rejects all rules
The rule in the prefix list defaults to 10 Automatically add a sequence number to the step , To insert and delete rules
2. Routing strategy
3.route-policy -- Routing strategy
3. Call the routing policy during republishing
边栏推荐
- 自定义持久层框架MyORMFramework(二)—框架设计
- LeetCode简单题之环形链表
- 工控安全PLC固件逆向一
- 什么是 IP SSL 证书,如何申请?
- Section 12 of Chapter 1: use of break and continue
- GBase 8s创建和使用SPL的时候,如何进行异常处理?
- Human body recognition system based on active learning and Wi Fi perception
- 后深度学习时代,推荐系统向何处去?
- UE4(unreal engine4)地形编辑工具中的无法显示样条线
- [jenkins]-流水线循环输出text parameter中的每一行
猜你喜欢
第一章第十三节:循环语句:for循环
UE4(unreal engine4)地形编辑工具中的无法显示样条线
codeforces:D1. Chopping Carrots (Easy Version)【最大最小值问题 + 控制一边让另一边尽量靠近 + 思维】
[the problem has been solved] - MySQL uses the same yaml and NFS shared storage to report an error
使用Fiddler对app进行抓包
标量、向量、矩阵微积分
[jenkins]- pipelined loop outputs each line in text parameter
【系统设计】分布式键值数据库
后深度学习时代,推荐系统向何处去?
Redis hash type
随机推荐
R语言使用逻辑回归Logistic、单因素方差分析anova、异常点分析和可视化分类iris鸢尾花数据集
C语言整数类型
LeetCode简单题之强密码检验器 II
第一章 第六节:变量
Excel-vba quick start (VIII. Cell objects - common cell operations)
Mg black logo will promote new product series
第一章 第五节:注释的重要性
Redis string type
GBase 8s创建和使用SPL的时候,如何进行异常处理?
函数的介绍
[020] [stm32] analysis and application of CAN bus communication protocol
有什麼好玩的網頁小遊戲網站推薦麼?
Chapter 1, section 6: Variables
Section 5 of Chapter 1: importance of notes
在 Excel 内使用 ODBC 消费 SAP ABAP CDS view
Human body recognition system based on active learning and Wi Fi perception
Win10 boot PS1 script
Every time the Epson invoice printer continuously prints invoices, the page jumps with a blank in the middle
使用Fiddler对app进行抓包
第一章 第四节:Pycharm的安装