标签:prot client .com 以太网 isa 删除 域名 ble ima
一、VLAN范围
默认扩展VLAN不能创建,有VTP mode限制,需要改为透明模式,还与交换机型号有关,一般需要三层交换才支持
二、Trunk
1.用于一条物理链路传输多个VLAN
2.主要是封装、模式
封装:dot1q(802.1q)、ISL(思科私有)
a.ISL比传统以太网帧多出30个字节消耗,优点是没有破坏原始以太网帧,资源消耗少
b.VLAN字节15位,最多支持1024个VLAN
a.在以太网帧中强行加入了TAG字段(4字节)
b.VLAN字段共12位,最多支持4096个VLAN
c.虽然只有4字节,资源消耗较小,但破坏了以太网帧,FCS需要重新校验
模式:
三、802.1Q native vlan
1.设置为native的vlan在交换过程中不打tag,加快交换速度,默认为VLAN1
四、802.1Q Tunneling(双重tag)
五、VTP(Vlan Trunk Protocol 思科私有)
1.针对一个网络中有很多VLAN时,我们一台台配置、删除会消耗大量工作,VTP就是用来在一台设备上配置好VLAN,然后其余交换机自动学习配置的技术
2.设置相同的域名,默认为空域名(空域名不认为是同一个域内)
3.VTP三种模式:Server、Clinet、Transparent
show vtp status
6.VTP server和client会根据最高版本号去同步 (VTP谨慎应用),transparent不学习
R1#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 68
Number of existing VLANs : 5
VTP Operating Mode : Server
VTP Domain Name :
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xBF 0x86 0x94 0x45 0xFC 0xDF 0xB5 0x70
Configuration last modified by 0.0.0.0 at 0-0-00 00:00:00
Local updater ID is 0.0.0.0 (no valid interface found)
此数字随着VLAN操作次数而增加
7.VTP pruing(vtp修剪)
标签:prot client .com 以太网 isa 删除 域名 ble ima
原文地址:https://www.cnblogs.com/sgbeef/p/9662454.html