当前位置:网站首页>交换机和路由器技术-26-OSPF末梢区域配置
交换机和路由器技术-26-OSPF末梢区域配置
2022-08-11 04:44:00 【w辣条小王子】
末梢区域
只有一个默认路由,作为区域的出口
区域不能作为虚链路的穿越区域(非骨干区域连接骨干区不能直连的情况下,需要穿越某个区域,配置虚链路)
末梢区域里面没有自治系统边界路由器ASBR
不是骨干区域0
特征
末梢区域里没有LSA4、5、7
完全末梢区域
除了一条默认路由外的LSA3 的通告,没有LSA3、4、5、7
目的:减少区域内的链路状态通告
配置末梢路由,在路由器2/3会自动生成一条默认路由
在区域间ABR路由器上关闭路由状态汇总信息
Conf t
Router ospf 10
Area 2 stub no-summary 每个area 2的路由器都需要配置此命令才行
表示配置成完全末梢区域,、就不会学习到区域间AI 的路由信息
总结思路:
建立拓扑,为各个接口,划分网段、配置IP
为各个路由宣告网段,设置区域、关闭路由汇总
路由器0
Router(config)#router ospf 10
Router(config-router)#network 192.168.10.0 0.0.0.255 area 0
路由器1
Router(config)#router ospf 10
Router(config-router)#network 192.168.10.0 0.0.0.255 area 0
Router(config-router)#network 192.168.10.0 0.0.0.255 area 2
Router(config-router)#area 2 stub
Router(config-router)#area 2 stub no-summary //关闭路由汇总,配置完全末梢区域
路由器2
Router(config)#router ospf 10
Router(config-router)#network 192.168.30.0 0.0.0.255 area 2
Router(config-router)#area 2 stub
Router(config-router)#area 2 stub no-summary //关闭路由汇总,配置完全末梢区域
路由器3
Router(config)#router ospf 10
Router(config-router)#network 192.168.40.0 0.0.0.255 area 2
Router(config-router)#area 2 stub
Router(config-router)#area 2 stub no-summary //关闭路由汇总,配置完全末梢区域
边栏推荐
- 北湖区燕泉街道开展“戴头盔·保安全”送头盔活动
- 【服务器安装mysql】centos7下使用mysql离线安装包安装mysql5.7
- "239 Sliding Window Maximum Value" on the 16th day of LeetCode brushing
- [Server installation Redis] Centos7 offline installation of redis
- 网络安全培训机构哪家好?排名怎么选择?
- (转)JVM中那些区域会发生OOM?
- 关于pom.xml文件
- Common layout effect realization scheme
- Where can machine learning be applied?What is machine learning useful for?
- "3 Longest Substring Without Repeating Characters" on the 17th day of LeetCode brushing
猜你喜欢
"3 Longest Substring Without Repeating Characters" on the 17th day of LeetCode brushing
I wrote some code in my resume, but I still can't pass the interview
The principle, architecture, implementation, practice of "transfer" and "search", no need to be afraid of interviews
ALSA音频架构 -- aplay播放流程分析
【人话版】WEB3将至之“权益的游戏”
Layered Architecture & SOA Architecture
干货:服务器网卡组技术原理与实践
What is Machine Reinforcement Learning?What is the principle?
findViewById返回null的问题
嵌入式分享合集33
随机推荐
Map中的getOrDefualt方法
set_new_handler(0)是什么意思?有什么用?
洛谷P4324 扭动的回文串
Resize() usage row pit in vector
CAN/以太网转换器 CAN与以太网互联互通
jwsManager服务接口实现类-jni实现
洛谷P1196 银河英雄传说
Mysql: set the primary key to automatically increase the starting value
FPGA工程师面试试题集锦121~130
【FPGA教程案例49】控制案例1——基于FPGA的PID控制器verilog实现
洛谷P6586 蒟蒻火锅的盛宴
es-head plugin insert query and conditional query (5)
ALSA音频架构 -- snd_pcm_open函数分析
标识密码技术在 IMS 网络中的应用
Alibaba Cloud releases 3 high-performance computing solutions
梅克尔工作室--OpenEuler培训笔记(1)
Dry goods: The principle and practice of server network card group technology
The basics of binary heap~
CAD2020 打开错误报告 e06d7363h Exception at 13644F69h
Layered Architecture & SOA Architecture