我正在尝试使 C2811(是的,带有交换端口,非常感谢)加入 VTP 域。这失败并显示系统日志消息
VTP LOG RUNTIME: DRAM failed for domain
这种情况很少见,但谷歌并没有为此提供任何信息。检查了 VTP 版本 (2)、密码和域名(是的,一开始确实弄错了),但是在我设置域名的那一刻,C2811 从客户端降级为透明。前面提到的消息前面是:
VTP LOG RUNTIME: Subset packet received, domain = [DELETED], rev = 43, seq = 1, length = 612
%SW_VLAN-6-VTP_MODE_CHANGE: VLAN manager changing device mode from CLIENT to TRANSPARENT.
VTP LOG RUNTIME: VTP mode changed to Transparent.
C2811 确实有最大 36 个 vlan 的限制,但要通过 VTP 的数量是 25。另一台交换机很好地加入了域。
DRAM 消息让我检查内存,但这也没有透露任何信息:
sh mem sum
Head Total(b) Used(b) Free(b) Lowest(b) Largest(b)
Processor 4813DE60 118235552 44749540 73486012 69242144 68504536
I/O 3F200000 14680064 7002632 7677432 7262336 7610556
我不知所措,有人知道如何解决这个问题吗?
为@hertitu 添加:
Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 12.4(24)T, RELEASE SOFTWARE (fc1)
c2811# sh vtp stat
VTP Version : 2
Configuration Revision : 0
Maximum VLANs supported locally : 36
Number of existing VLANs : 5
VTP Operating Mode : Transparent
VTP Domain Name : MYCOMPANY
VTP Pruning Mode : Disabled
VTP V2 Mode : Enabled
VTP Traps Generation : Disabled
MD5 digest : 0xC3 0x66 0xAA 0x9A 0x4C 0x6C 0x22 0x97
Configuration last modified by 192.168.160.254 at 10-14-16 07:03:14
c2811#
c3750# sh vtp stat
VTP Version : 2
Configuration Revision : 43
Maximum VLANs supported locally : 1005
Number of existing VLANs : 25
VTP Operating Mode : Server
VTP Domain Name : MYCOMPANY
VTP Pruning Mode : Disabled
VTP V2 Mode : Enabled
VTP Traps Generation : Disabled
MD5 digest : 0xC2 0x15 0x21 0xDF 0x96 0xA9 0xD9 0xAC
Configuration last modified by 192.168.160.1 at 10-14-16 12:03:57 –
Local updater ID is 192.168.160.1 on interface Vl1 (lowest numbered VLAN interface found)
c3750#
另一个线索:我声称很好地加入域的路由器(WS-C3650-24TS/(CAT3K_CAA-UNIVERSALK9-M),版本 03.03.05SE)确实加入了-相同的修订号和 sh vl 简短匹配-,但给出了 MD5不匹配:
`c3650#sh vtp status
VTP Version capable : 1 to 3
VTP version running : 2
VTP Domain Name : MYCOMPANY
VTP Pruning Mode : Disabled
VTP Traps Generation : Disabled
Device ID : 0035.1aa8.cb80
Configuration last modified by 192.168.160.1 at 10-14-16 12:03:57
Feature VLAN:
--------------
VTP Operating Mode : Client
Maximum VLANs supported locally : 1005
Number of existing VLANs : 25
Configuration Revision : 43
MD5 digest : 0xA2 0x76 0x9C 0xF7 0x0A 0x1A 0x0D 0xBF
0x13 0xEE 0x4A 0x25 0x59 0x9F 0xF0 0xA7
*** MD5 digest checksum mismatch on trunk: Gi1/0/24 ***
c3650#`