我对HP ProCurve J8692A 3500 HP 24g有奇怪的看法。如果我在端口上显示MACs,我会看到它:
3500(config)# sh mac 10 | inc 5cf3fc-a53456
5cf3fc-a53456
但如果我想找到这位MAC,那我就没有运气了:
(config)# sh mac 5cf3fc-a53456
Status and Counters - Address Table - 5cf3fc-a53456
MAC address 5cf3fc-a53456 not found.
有什么想法吗?问题在哪里?
编辑:我测试另一个MAC:
3500# sh mac 003048-33d8f6
Status and Counters - Address Table - 003048-33d8f6
MAC address 003048-33d8f6 not found.
3500# sh mac | inc 003048-33d8f6
003048-33d8f6 5
3500#
因此,这看起来不像是MAC、配置模式或端口问题。另外:
MAC addr count# 1241 1257 1248 1449 1391
Low * * 1229 1222 1219
High * * 1266 1897 1897
而且这个交换机有更大的MAC地址表大小(AFAIR 64k),所以看起来不像完整的MAC地址表问题。
PS。它运行在一些旧的K.14.41软件上。我检查了K.14系列的发行说明,但在下一个版本中没有看到类似的问题得到解决。
发布于 2013-12-09 22:10:38
你需要升级到K15系列。我也有一个3500 to 48G,在K.15之前,我肯定看到了bug。
sh mac-a
在K.14中从未为我做过适当的工作,但在K.15中为我工作过。
HP-3500yl-48G# sh mac-address 46
Status and Counters - Port Address Table - 46
MAC Address VLANs
------------- ------------
00005e-00010a 100
00005e-000201 100
00005e-000202 100
002283-f8dff0 100
f8c001-c56208 100
HP-3500yl-48G# sh mac-address 46 |inc 00005e-00010a
00005e-00010a 100
HP-3500yl-48G# sh mac-address 00005e-00010a | inc 46
46 100
HP-3500yl-48G# sh version
Image stamp: /ws/swbuildm/rel_knoxville_qaoff/code/build/btm(swbuildm_rel_knoxville_qaoff_rel_knoxville)
Feb 28 2013 11:40:02
K.15.12.0006
639
Boot Image: Secondary
https://networkengineering.stackexchange.com/questions/3290
复制相似问题