我相信配置VTP域的唯一方法是CLI。无论如何,我听说当我们将中继从交换机A(在VTP域中(例如cisco))配置到另一个不属于任何VTP域的交换机B。第二个交换机自动分配给交换机A (VTP域)。是这样吗?我哪儿都找不到这个。
发布于 2014-04-02 18:50:05
这是正确的!
当Cisco实现VTP时,由于这个原因,它们留下了一个"null“值。如果具有空域的VTP客户端或服务器接收到填充域的VTP消息,它将假定接收到的消息的域并将适用的VLAN添加到其数据库中。
您可以在这里找到更多信息:
触媒6500系列开关思科IOS软件配置指南.配置VTP
发布于 2014-04-02 18:51:29
这是真的。第二个交换机将从第一个交换机分配域名。
一个快速测试来证明这一点。
快速输出:运行-信任没有vtp配置。
!
Switch#show run
Building configuration...
.
.
.
hostname Switch
!
!
!
!
spanning-tree mode pvst
!
interface FastEthernet0/1
!
.
.
.
!
interface Vlan1
no ip address
shutdown
!
!
line con 0
!
line vty 0 4
login
line vty 5 15
login
!
!
end
Switch#show vtp status
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 255
Number of existing VLANs : 5
VTP Operating Mode : Server
***VTP Domain Name : HK***
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0xC2 0x79 0x35 0xAE 0x48 0x96 0xB9 0xE0
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)
Switch#https://networkengineering.stackexchange.com/questions/7161
复制相似问题