当前位置:网站首页>VLAN高级技术
VLAN高级技术
2022-07-21 05:22:00 【zljszn】
一、高级vlan技术产生的背景
划分不同的vlan就属于不同的广播域,那不同的vlan之间的网段也是不一样的,那如果说遇到一个网络比较大的环境的话,那就需要划分很多个vlan,那这样也就需要很多个网段,那不同的vlan之间的通信还需要去借助网关,每个网段的话又会有广播地址、网络地址以及网关是使用不了的,所以就造成地址浪费的一个问题
那我们想一下有没有一种可能就是不同的vlan配置相同的网段,并且只要一个网关?那我们就可以使用vlan聚合技术
二、VLAN聚合的概述
Sub-VLAN:子vlan,不能建立三层接口只能建立二层隔离
Super-VLAN:只能建立三层vlanif接口,用于三层通信,需要在这个模式下把sub-vlan添加进来,super-vlan的状态取决于子vlan的sub-vlan的状态,如果super-vlan里面的没有包含sub-vlan那super-vlan的状态就是down的状态
三、MUX VLAN
MUX VLAN产生的背景:
在企业网络中,各个部门之间网络需要相互独立,通常用VLAN技术可以实现这一要求。如果企业规模很大,且拥有大量的合作伙伴,要求各个合作伙伴能够访问公司服务器,但是不能相互访问,这时如果使用传统的VLAN技术,不但需要耗费大量的VLAN ID,还增加了网络管理者的工作量同时也增加了维护量
1.MUX VLAN的基本概念
Principal VLAN:主VLAN,可以和所有的VLAN进行通信
Subordinate VLAN:从VLAN,分为Separate VLAN和Group VLAN
Separate VLAN:这个VLAN下的终端之间不能互访,但是可以访问主VLAN
Group VLAN:这个VLAN下的终端之间可以互访,也可以访问主V;AN,但是不能访问其他的Group VLAN和Separate VLAN
四、QNIQ
QNIQ产生的背景:
随着以太网技术在网络中的大量部署,利用VLAN对用户进行隔离和标识受到很大限制。因为IEEE802.1Q中定义的VLAN Tag域只有12个比特,仅能表示4096个VLAN,无法满足城域以太网中标识大量用户的需求,于是QinQ技术应运而生
QinQ(802.1Q in 802.1Q)技术是一项扩展VLAN空间的技术,通过在802.1Q标签报文的基础上再增加一层802.1Q的Tag来达到扩展VLAN空间的功能。
边栏推荐
- N皇后
- [1260. 2D grid migration]
- Text file import database for getting started with kettle
- A DC motor locking program based on ATmega128
- 2.Ansible中常用模塊
- Embedded Internet of things - learning and sharing
- First root, middle root, and last root traversal of binary tree
- Analysis of JVM operation principle
- When using jasperreports, reportexpressionevaluationdata exception is reported
- 文件特殊的权限
猜你喜欢
FTP服务
Top and ifconfig commands
Zabbx6.0 (production practice)
FTP service
Intranet detection 1- working group information collection & intra domain information collection
How are web interface resources saved?
1. Installation and deployment of asible
JasperReports不兼容高版本itext引发的异常
What happens when you have threads
First acquaintance with JVM (I)
随机推荐
Part 06: pooling Technology
CDH5安装Kerberos认证
DHCP服务与配置
路由中的RIP
Sample explanation of hybrid drive for automated testing
VIM editor
Form form label
lvm和磁盘配额
快速排序
centos7部署mysql8
Idea添加依赖的步骤:
DHCP service and configuration
Cdh5 installing Kerberos authentication
ENSP configure DHCP
【100个 Unity实用技能】| C#中List.Find 方法详解 查找符合要求的第一个元素并返回
LVS load balancing + high availability
User account and group account overview
bond网络模式
奇怪的响应数据
项目实施用到的一些命令