VTP:VLAN 未传播

网络工程 思科 VLAN 数据包追踪器 树干 虚拟机
2021-07-28 12:22:41

这个拓扑很简单,但我的 VLAN 不宣传。我正在关注本教程

拓扑

Multilayer Switch0

VTP Version                     : 2
Configuration Revision          : 2
Maximum VLANs supported locally : 1005
Number of existing VLANs        : 6
VTP Operating Mode              : Server
VTP Domain Name                 : College
VTP Pruning Mode                : Disabled
VTP V2 Mode                     : Disabled
VTP Traps Generation            : Disabled
MD5 digest                      : 0x8C 0x34 0x21 0x33 0xEF 0xC7 0x4E 0x26 
Configuration last modified by 0.0.0.0 at 3-1-93 00:00:37

VTP Password: 123



Switch1

Switch#sh vtp status
VTP Version                     : 2
Configuration Revision          : 0
Maximum VLANs supported locally : 255
Number of existing VLANs        : 5
VTP Operating Mode              : Client
VTP Domain Name                 : College
VTP Pruning Mode                : Disabled
VTP V2 Mode                     : Disabled
VTP Traps Generation            : Disabled
MD5 digest                      : 0xE6 0x2A 0x85 0x14 0x05 0x53 0x1C 0xA1 
Configuration last modified by 0.0.0.0 at 0-0-00 00:00:00

Switch#sh vtp password 
VTP Password: 123

在全局模式下设置 VLAN 或使用“VLAN 数据库”有什么区别?

2个回答

VTP 仅在中继上传播,因此您必须在交换机之间建立中继链路。

Switchport mode trunk switchport trunk encapsulation dot1q no ip address specified native vlan Allowed vlans " " switchport no协商

如果您以这种方式配置主干的两侧,您的问题很可能会消失……他们将其称为 vlan 中继协议是有原因的;)