当前位置:网站首页>OSPF - virtual link details (including configuration commands)
OSPF - virtual link details (including configuration commands)
2022-07-01 09:10:00 【Gucheng 286】
One 、ospf Introduction to virtual link :
Virtual connection is between two ABR Between , Through a non backbone area ( Conversion area ——Transit Area), A logical connection channel established , It can be understood as two ABR There is a point-to-point connection between .“ Logical channels ” It means two ABR Between multiple machines OSPF Of Router Just play a forwarding role message The role of ( Because the destination address of the protocol message is not these routers , So these messages are transparent to them , Just as normal IP Message to forward ), Two sets of ABR Directly transfer routing information between . The routing information here refers to the routing information provided by ABR Generated type3 Of LSA, In the area Router The synchronization mode has not changed .
Two 、 Virtual connection (Virtual-link):
Due to the complex topology of the network , Sometimes it is impossible to meet the requirement that each area must be directly connected with the backbone area , To solve this problem ,OSPF The concept of virtual link is proposed .
Virtual connection is set in two Router Between , Both routers have a port connected to the same non backbone area . Virtual connections are considered to belong to the backbone area , stay OSPF Routing protocol seems , Virtual connection between two ends Router By a Point to point Links are connected together . stay OSPF route Agreement , The routing information through virtual connection is regarded as the origin of intra domain routing .
3、 ... and 、 Command analysis :
Router(config)#router ospf 100
Router(config-router)#area transit area-id virtual-link router-id
- stay OSPF Of Routing In configuration mode ,
- Transit area-id : Area number of conversion area
- Router-id : Virtual connection to the destination route ID
- Two ABR All of them need to be configured .
边栏推荐
- Principles of Microcomputer - Introduction
- Pain points and solutions of equipment management in large factories
- How to manage fixed assets well? Easy to point and move to provide intelligent solutions
- Shell script case in and regular expressions
- [ESP nanny level tutorial] crazy completion chapter - Case: temperature and humidity monitoring system based on Alibaba cloud, applet and Arduino
- C language student information management system
- 如何做好固定资产管理?易点易动提供智能化方案
- JCL and slf4j
- AVL树的理解和实现
- Graduation season, I want to tell you
猜你喜欢
2.3 【pytorch】数据预处理 torchvision.datasets.ImageFolder
AVL树的理解和实现
2.2 【pytorch】torchvision.transforms
How to solve the problem of fixed assets management and inventory?
[MFC development (17)] advanced list control list control
Dynamic proxy
[MFC development (16)] tree control
【pytorch】nn.CrossEntropyLoss() 与 nn.NLLLoss()
小鸟识别APP
nacos服务配置和持久化配置
随机推荐
Set the type of the input tag to number, and remove the up and down arrows
通过 代码实例 理解 浅复制 与 深复制
【pytorch】2.4 卷积函数 nn.conv2d
Nacos - Configuration Management
Serialization, listening, custom annotation
【pytorch】transforms.Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5))
[ESP nanny level tutorial] crazy completion chapter - Case: chemical environment system detection based on Alibaba cloud and Arduino, supporting nail robot alarm
【pytorch】softmax函数
集团公司固定资产管理的痛点和解决方案
TV size and viewing distance
Bird recognition app
Class loading
[MFC development (17)] advanced list control list control
Ranking list of domestic databases in February, 2022: oceanbase regained the "three consecutive increases", and gaussdb is expected to achieve the largest increase this month
Shell脚本-特殊变量:Shell $#、$*、[email protected]、$?、$$
日常办公耗材管理解决方案
Nacos - 配置管理
Principles of Microcomputer - internal and external structure of microprocessor
NiO zero copy
树结构---二叉树1