如果交换机版本存在差异,是否可以在 VTP 服务器和客户端之间同步 MD5 摘要?

网络工程 思科-ios 虚拟机
2021-07-20 02:52:46

在此处输入图片说明

Switch1上的VTP Server和Switch2上的VTP Client之间的MD5摘要已经同步。

尽管已遵循此问答中的步骤,已在 VTP 客户端 Switch3 和 VTP 服务器 Switch1 之间创建了中继,但 MD5 摘要中仍存在差异,并且在 Switch1 上创建的 VLAN 未出现在 Switch3 上。

VTP:

开关1:

Switch#sh vtp st
VTP Version capable             : 1 to 3
VTP version running             : 1
VTP Domain Name                 : domain
VTP Pruning Mode                : Enabled
VTP Traps Generation            : Disabled
Device ID                       : X.Y.Z
Configuration last modified by X at Y Z

Feature VLAN:
--------------
VTP Operating Mode                : Server
Maximum VLANs supported locally   : 1005
Number of existing VLANs          : 6
Configuration Revision            : 6
MD5 digest                        : 0xfc 0x5e 0x03 0x8d 0x38 0xa5 0x70 0x32 
                                    0x08 0x54 0x41 0xe7 0xfe 0x70 0x10 0xb0

开关3:

Follows ASAP

树干:

开关1:

interface GigabitEthernet0/X
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
!

开关3:

interface GigabitEthernet0/Y
 switchport mode trunk
 switchport nonegotiate
!

注意:中继类型在 Cisco IOS 3560 上是必需的,encapsulation dot1q在 Cisco IOS 2950 上不可用

1个回答

您问题的基本答案是否定的,不同的交换机版本无关紧要。只要您在服务器和客户端上运行相同的 VTP 版本,两者都配置为相同的 VTP 域和密码(可选),并且交换机之间的链路使用 2 个正确配置的中继端口,您应该很高兴.