当前位置:网站首页>Switch and Router Technology - 25 - OSPF Multi-Area Configuration
Switch and Router Technology - 25 - OSPF Multi-Area Configuration
2022-08-11 04:52:00 【w Spicy little prince】
目录
一、OSFP多区域
1.1 multi-regional purposes
实现大型网络环境
划分区域后,Achieve single-area network convergence,从而加快网络收敛速度
1.2 Multi-regional benefits
改善网络,更具有扩展性
快速网络收敛
减少了路由表
减少了LSU(链路状态更新包)流量
1.3 OSPF通信流量
within the area:域内通信量
DR、BDR、内部路由器(All router interfaces belong to the same area)
不同区域间:Inter-domain communication traffic
ABR(区域边界路由器) Router interfaces belong to different areas
External communication traffic(与其他自治系统):外部通信量
ASBR(自治系统边界路由器) All interfaces of the router belong to different autonomous systems
1.4 区域分类
骨干区域
Area 0
非骨干区域
标准区域
末梢区域
完全末梢
非纯末梢
1.5 链路状态通告(LSA)
6The link status is passed
类型1:路由器的LSA,Mainly issued by routers in the area(内部路由器)、
类型2:网络LSA,由区域内的DR发出
类型3:网络汇总LSA,由ABR发出
类型4:ASBR汇总LSA,由ABR发出
类型5:AS外部LSA,由ASBR发出
类型6:Outside of the impure peripheral regionLSA
1.6 多区域配置实例

Complete the above topology,and configured for each interfaceIP,子网掩码
The multi-zone configuration is as follows
R0
Router(config)#
Router(config)#router ospf 10
Router(config-router)#router
Router(config-router)#router-id 2.2.2.2
Router(config-router)#network 192.168.10.0 0.0.0.255 area 0R1
Router(config)#
Router(config)#router ospf 10
Router(config-router)#router
Router(config-router)#router-id 1.1.1.1
Router(config-router)#network 192.168.10.0 0.0.0.255 area 0
Router(config-router)#network 192.168.20.0 0.0.0.255 area 1R2
Router(config)#
Router(config)#router ospf 10
Router(config-router)#router
Router(config-router)#router-id 3.3.3.3
Router(config-router)#network 192.168.20.0 0.0.0.255 area 1查看R0路由表
新增一条O IA 区域间ospf
O is an intra-area route

实例二

Check the routing table status,Three pieces of inter-area routing information are generatedO IA

1.7 思考
PC1 到PC2 有两条路径,会怎么走
形成负载,Both paths are possible
If the default path is deleted,又会怎么走
go the other way
If you give him the path to take,Bandwidth is reduced,又会怎么走
Wide bandwidth
边栏推荐
猜你喜欢

交换机和路由器技术-34-动态NAT

JVM 垃圾回收的概述与机制

form form submission database Chinese becomes a question mark

2021年网络规划设计师下午案例题

How to switch Green Shield encryption to IP-Guard encryption smoothly

交换机和路由器技术-35-NAT转PAT

I wrote some code in my resume, but I still can't pass the interview

Harvesting of radio frequency energy

Dry goods: The principle and practice of server network card group technology

ALSA音频架构 -- snd_pcm_open函数分析
随机推荐
0基础转行软件测试,自学3个月,浅拿12k*13薪offer
视觉任务种常用的类别文件之一json文件
2022新员工公司级安全教育基础培训(118页)
IP-Guard如何禁止运行U盘程序
一种基于共识机制的数字集群终端防失控方案研究
Switches and routers technology - 24 - configure OSPF single area
洛谷P2370 yyy2015c01 的 U 盘
Embedded Sharing Collection 33
-Fill in color-
洛谷P1763 埃及分数
【实战场景】商城-折扣活动设计方案
svg-icon的使用方法(svg-sprite-loader插件)
【FPGA教程案例50】控制案例2——基于FPGA的PD控制器verilog实现
项目实战第二十七讲:状态模式在重名品牌中的应用
堆排序 和冒泡排序
Selenium自动化测试框架工作原理你明白了吗?
应用层协议——DNS
02.折叠隐藏文字
Mysql:设置主键自动增长起始值
1815. Get the maximum number of groups of fresh donuts state compression