当前位置:网站首页>RIP和OSPF的区别和配置命令
RIP和OSPF的区别和配置命令
2022-07-07 16:36:00 【陈叉叉__】
RIP:Routing Information Protocol(路由信息协议)
- RIP是一种基于距离矢量算法的路由协议
- 收敛速度慢,适用于中小型网络
- 基于UDP传输,端口号520
- 最多支持15跳,16跳代表不可达
直连网络的跳数默认为0
OSPF:Open Shortest Path First(开放最短路径优先)
- OSPF是基于链路状态算法和内部网关协议的路由协议
- OSPF仅传播对端设备不具备的路由信息,收敛迅速
- OSPF直接工作于IP层之上,IP协议号为89
- 以组播地址发送协议包
链路状态:描述路由器接口及其邻居路由器的关系,所有链路状态信息构成链路状态数据库
Roueter ID:唯一标识一台允许OSPF的路由器,每个运行OSPF的路由器都有一个Router ID
OSPF和RIP V2都支持VLSM
RIP基本配置
R1基本配置
R2基本配置
R3基本配置
单区域的OSPF基本配置
左边路由器基本配置命令
右边路由器基本配置命令
show ip ospf neighbor #查看邻居关系
边栏推荐
- 通过 Play Integrity API 的 nonce 字段提高应用安全性
- sqlite sql 异常 near “with“: syntax error
- 备份阿里云实例-oss-browser
- Chapter 3 business function development (user login)
- DataSimba推出微信小程序,DataNuza接受全场景考验? | StartDT Hackathon
- 『HarmonyOS』DevEco的下载安装与开发环境搭建
- Summary of debian10 system problems
- Discuss | frankly, why is it difficult to implement industrial AR applications?
- Mobile pixel bird game JS play code
- Download, installation and development environment construction of "harmonyos" deveco
猜你喜欢
4种常见的缓存模式,你都知道吗?
Machine vision (1) - Overview
回归测试的分类
【Unity Shader】插入Pass实现模型遮挡X光透视效果
Using stored procedures, timers, triggers to solve data analysis problems
Learn to make dynamic line chart in 3 minutes!
低代码助力企业数字化转型会让程序员失业?
Management by objectives [14 of management]
Interviewer: why is the page too laggy and how to solve it? [test interview question sharing]
【C语言】字符串函数
随机推荐
Tear the Nacos source code by hand (tear the client source code first)
【蓝桥杯集训100题】scratch从小到大排序 蓝桥杯scratch比赛专项预测编程题 集训模拟练习题第17题
Click on the top of today's headline app to navigate in the middle
元宇宙带来的创意性改变
List selection JS effect with animation
Native JS verification code
Live broadcast software construction, canvas Text Bold
【Unity Shader】插入Pass实现模型遮挡X光透视效果
[principles and technologies of network attack and Defense] Chapter 5: denial of service attack
“解密”华为机器视觉军团:华为向上,产业向前
Mobile app takeout ordering personal center page
Performance test process and plan
SQLite SQL exception near "with": syntax error
Ten thousand words nanny level long article -- offline installation guide for datahub of LinkedIn metadata management platform
Mobile pixel bird game JS play code
[principles and technologies of network attack and Defense] Chapter 3: network reconnaissance technology
Backup Alibaba cloud instance OSS browser
CVPR 2022丨学习用于小样本语义分割的非目标知识
[principle and technology of network attack and Defense] Chapter 6: Trojan horse
五种网络IO模型