当前位置:网站首页>ISIS的vsys(虚拟系统)
ISIS的vsys(虚拟系统)
2022-06-13 06:53:00 【我是瑞思拜】
首先大家要知道ISIS的虚拟系统是用来做分片的。
1.那为什么ISIS需要分片,而OSPF不需要呢?
因为OSPF是基于IP层,三层已经提供了分片的功能,所以OSPF不需要支持分片功能。但是ISIS是基于二层的,二层中是没有支持分片的功能,所以ISIS必须单独提供一个分片的功能。但是一个ISIS设备最大支持的分片数量是256个,超过则不可以继续分片发送了。
2.问题来了,如果对于很大的一个LSDB的数据需要传输呢,256个分片并不足够,怎么解决呢?
这时候就需要ISIS的vsys(virtual system)来去解决
ISIS的vsys支持两个模式:
①mode1(兼容模式):
适用场景:在ISIS网络中,有的设备并不支持vsys
工作模式:这时vsys会以真实的设备的工作模式进行工作,但是注意本地设备(配置vsys的设备)到达vsys的那条逻辑链路的cost为max-1,就是本地设备---->vsys,中间这条虚拟链路去往vsys这个方向的cost=max-1,而vsys---->本地设备,cost为0。为什么要这样设计?因为vsys的目的是为了把路由分片发送出去,而不是计算路由,因为在兼容模式下vsys是作为一个真实的设备进行工作的,所以必须设置cost为max-1,这样只要经过任意一条链路,cost就会=max,这样vsys就不会学习到路由。但是,vsys---->本地设备,cost=0,这就意味着,vsys发送出去的路由,cost会保留真实的设备的cost,也就是配置vsys功能的那台设备的真实top的cost。
②mode2(完全模式):
适用场景:在ISIS网络中,全部设备都支持vsys功能
工作模式:通过type=24的TLV封装路由发出,后续其他设备收到此LSP,查看到type=2
4的TLV的路由信息,会把此路由信息当作配置此vsys的真实设备(初始设备)所发出的,实现分片功能
边栏推荐
- FSM state machine
- NFV基本概述
- 上位机开发(固件下载软件之软件测试)
- 我的理财产品显示清算中是什么意思?
- Can flush open a stock account? Is it safe?
- 机器学习笔记 - 监督学习备忘清单
- How to make a development board from scratch? Illustrated and illustrated, step by step operation for you to see.
- 杭州证券开户是安全的吗?
- 【微弱瞬态信号检测】混沌背景下微弱瞬态信号的SVM检测方法的matlab仿真
- Tidb server tuning
猜你喜欢
测试开发程序员,你还在迷茫吗?不能把自己定义为码农......
Jinglianwen technology provides voice data acquisition and labeling services
2022-06-12:在N*N的正方形棋盘中,有N*N个棋子,那么每个格子正好可以拥有一个棋子。 但是现在有些棋子聚集到一个格子上了,比如: 2 0 3 0 1 0 3 0 0 如上的二维数组代表,一
【RS-422与RS-485】RS-422与RS-485串行接口标准
As the new trend of blind box e-commerce, how can the platform use blind box play to drain at low cost?
[cloud native | kubernetes] kubernetes configuration
Upper computer development (detailed design of firmware download software)
FSM state machine
Ansible PlayBook的中清单变量优先级分析及清单变量如何分离总结
Yolov5 analysis | parameters and performance indicators
随机推荐
The causes of font and style enlargement when the applet is horizontal have been solved
Tidb grafana reverse proxy
Do you want to carry out rapid steel mesh design and ensure the quality of steel mesh? Look here
Soup side (8)
In the era of membership based social e-commerce, how do businesses build their own private domain traffic pool?
Time formatting tool ----moment JS (real time display of web page time)
What is the essence of social e-commerce disruption? How can businesses get more traffic?
[RS-422 and RS-485] RS-422 and RS-485 serial interface standard
First day of learning MySQL Basics
2022-06-12:在N*N的正方形棋盤中,有N*N個棋子,那麼每個格子正好可以擁有一個棋子。 但是現在有些棋子聚集到一個格子上了,比如: 2 0 3 0 1 0 3 0 0 如上的二維數組代錶,一
Project analysis of Taishan crowdfunding mode: why is Taishan crowdfunding mode so popular?
Array operations in JS
How to use Wangyou DFM software for cold plate analysis
Cocos creator compilation game cannot read property 'polygonpolygon' of undefined
The innovative public platoon mode team invites users to split, beautiful every second, and links the 2+1 new business model
基于FPGA的ds18b20温度传感器使用
Fe of mL: introduction to vintage curve /vintage analysis, calculation logic and detailed introduction to case application
Jinglianwen technology provides voice data acquisition and labeling services
Ffmpeg compressed video.
C # mapping from entity class to database (SQLite)