当前位置:网站首页>OSPF content
OSPF content
2022-07-20 13:32:00 【Guan Bolan,】
Catalog
OSPF The road selection principle
OSPF Routing control
priority :
Cost value :
OSPF The appendix E

OSPF The road selection principle
Intra domain
There are multiple passes to reach the same target network segment 1 class ,2 class LSA Learned routing information , The cost value reaching the target network segment will be compared , Choose the one with low cost . The cost value is the same , Then the load will be balanced
Inter domain

There are multiple passes to reach the same target network segment 3 class LSA Learned routing information , The cost value reaching the target network segment will be compared , Choose the one with low cost . If the cost value is the same , Then the load will be balanced .
Outside the country

OSPF My guard ring
Inter domain anti ring
In domain anti ring
Reissue
effect
Conditions
The rules
1, take A The protocol is imported into B When the agreement , Need to be in ASBR Of B Configure republication on the protocol .
To configure

A -> B: One dynamic routing protocol is published to another dynamic routing protocol
static state -> B: Import static routes into dynamic routing protocols
边栏推荐
- Dotnet reading WPF source code notes how to trigger rendering collection
- Pytorch3d reference tutorial
- Isn't it too much to play Gobang in idea?
- 美国土安全部无授权下追踪国内外民众手机定位 花费数百万美元
- The new blue ocean "hard sunscreen" can't cover the 100 billion market
- Go语言 常量与运算符
- Panda3D绘制立方体
- Write a JS tool library and publish it to NPM, and add detailed tutorials and solutions for eslint and jest unit testing
- 2022-07-18:以下go语言代码输出什么?A:Groutine;B:Main;C:Goroutine;D:GoroutineMain。 package m
- 如何进行「小步重构」?
猜你喜欢
随机推荐
Apache Shenyu Admin 身份验证绕过漏洞(CVE-2021-37580)分析与防护手段
IDEA解决配置文件属性提示消失
微信公众号给粉丝推送通知消息(模板消息)
DashboardClient
ORACLE从小机迁移到X86架构,如何评估硬件资源(CPU的数量,内存大小),是否有衡量的指标或者公司?
使用OneDNS完美解决办公网络优化问题
手写分布式配置中心(1)
Mysql 主从配置
【数据库】概念设计、逻辑设计、关系数据库设计理论
Kmeans handwriting implementation and sklearn interface
12. 谈谈项目中单点登录的实现原理?
十年架构五年生活-02第一份工作
0055 PHP语言简介和HelloWorld
C# LeetCode刷题笔记3-.统计匹配检索规则的物品数量
Rk3399 platform development series explanation (interprocess communication) 14.10. How to view process scheduling information
OSPF内容
Automatic Metallic Surface Defect Detection and Recognition with Convolutional NeuralNetworks-论文阅读笔记
[Network Research Institute] Microsoft warns against large-scale aitm phishing attacks against more than 10000 organizations
Go语言 常量与运算符
kmeans手写实现与sklearn接口