当前位置:网站首页>Switch and Router Technology-29-OSPF Virtual Link
Switch and Router Technology-29-OSPF Virtual Link
2022-08-11 04:51:00 【The little prince w spicy dry tofu】
目录
1.3 Two common scenarios for virtual links
一、OSPF虚链路
1.1 概念
A virtual link is established by routing between two areas,traverse a non-backbone area,A direct logical channel is established with the backbone area
1.2 目的:
指一条通过一个非骨干区域连接到骨干区域的链路
1.3 Two common scenarios for virtual links
场景2:通过一个非骨干区域,Connect a segmented backbone area
1.4 穿越区域的要求
虚链路必须配置在两台ABR之间
传送区域不能是末梢区域
虚链路的稳定性取决于当前区域的稳定性
虚链路还可以提供链路冗余
1.5 实例配置
如图,Complete the above topology construction,划分网段,配置ip,宣告网段,When no virtual link is configured,R3The backbone area where it is locatedarea0 will not be able to learnarea 2的路由信息
这是因为area2No and backbone areaarea0caused by direct connection
解决办法就是在R1和R2之间即,area2inter-area routing and area0The inter-area route is used as a virtual link
Steps for establishing a virtual link
Get the route between two areasRouter-ID
可以从邻居的方法来获取.可以说,路由器ID就是接口的ID
这里是R1和R2建立虚链路
在R1上配置Area 1 (traversed area) virtual-link router-id(R2)
在R0query its neighbors,就可以获取R2的router-id
show ip ospf neighbor
由此得到R2的router-id为40.0.0.1
R2上配置
Router(config-router)#area 1 virtual-link 20.0.0.1
Router(config-router)#
00:26:31: %OSPF-5-ADJCHG: Process 1, Nbr 20.0.0.1 on OSPF_VL0 from LOADING to FULL, Loading Done
R1上配置
Router(config-router)#area 1 virtual-link 40.0.0.1
Router(config-router)#
00:26:34: %OSPF-5-ADJCHG: Process 1, Nbr 40.0.0.1 on OSPF_VL0 from LOADING to FULL, Loading Done
Query virtual link configuration information
Router#show ip ospf virtual-links
查看R3路由表
The physical link is down,The virtual link does not exist,Virtual links rely on physical links
边栏推荐
- 0 Basic software test for career change, self-study for 3 months, 12k*13 salary offer
- LeetCode814 Math Question Day 15 Binary Tree Series Value "814 Binary Tree Pruning"
- CAN/以太网转换器 CAN与以太网互联互通
- 嵌入式分享合集33
- Introduction to c # a week of high-level programming c # - LINQ Day Four
- The sword refers to offer_abstract modeling capabilities
- 1815. Get the maximum number of groups of fresh donuts state compression
- 【人话版】WEB3将至之“权益的游戏”
- ALSA音频架构 -- snd_pcm_open函数分析
- 利用Navicat Premium导出数据库表结构信息至Excel
猜你喜欢
Three 】 【 yolov7 series of actual combat from 0 to build training data sets
Clang Code Model: Error: The clangbackend executable “X:/clangbackend.exe“ could not be started
交换机和路由器技术-27-OSPF路由重分发
Layered Architecture & SOA Architecture
ALSA音频架构 -- snd_pcm_open函数分析
交换机和路由器技术-31-扩展ACL
leetcode 9. 回文数
LeetCode814 Math Question Day 15 Binary Tree Series Value "814 Binary Tree Pruning"
交换机和路由器技术-26-OSPF末梢区域配置
交换机和路由器技术-35-NAT转PAT
随机推荐
如何进行AI业务诊断,快速识别降本提效增长点?
Redis: Solve the problem of modifying the same key with distributed high concurrency
FPGA工程师面试试题集锦111~120
JVM 垃圾回收的概述与机制
form表单提交数据库中文变成问号
剑指offer_抽象建模能力
Research on a Consensus Mechanism-Based Anti-Runaway Scheme for Digital Trunking Terminals
简历里写了会代码,却依然过不了面试这一关
map和set--天然的搜索和查找语义
如何给网页添加icon图标?
【人话版】WEB3将至之“权益的游戏”
Dry goods: The principle and practice of server network card group technology
IP-Guard如何禁止运行U盘程序
交换机和路由器技术-34-动态NAT
力扣——旋转数组的最小数字
Layered Architecture & SOA Architecture
二叉堆的基础~
AVH 动手实践 (二) | 在 Arm 虚拟硬件上部署 PP-OCR 模型
-填涂颜色-
交换机和路由器技术-27-OSPF路由重分发