根据上述设计,我在 4 个 cisco nexus 交换机之间设置了双栈 vPC。我最近注意到,在连接到 N9K 的 cisco 3064 所有 4 个接口上出现 CRC 错误,并且在高峰流量时间获得更多 CRC 错误,这些错误也不是很高,每分钟我会说 1 或 2 个错误随机弹出那些 4接口。我知道 CRC 与第 1 层(电缆、端口等)有直接连接,但在我的情况下,交换机和所有 4 个接口都抛出 CRC 怎么可能?
清除计数器后
# show interface e1/51-52 counters errors
--------------------------------------------------------------------------------
Port Align-Err FCS-Err Xmit-Err Rcv-Err UnderSize OutDiscards
--------------------------------------------------------------------------------
Eth1/51 0 12 0 12 0 0
Eth1/52 0 20 0 20 0 0
--------------------------------------------------------------------------------
Port Single-Col Multi-Col Late-Col Exces-Col Carri-Sen Runts
--------------------------------------------------------------------------------
Eth1/51 0 0 0 0 0 0
Eth1/52 0 0 0 0 0 0
--------------------------------------------------------------------------------
Port Giants SQETest-Err Deferred-Tx IntMacTx-Er IntMacRx-Er Symbol-Err
--------------------------------------------------------------------------------
Eth1/51 0 -- 0 0 0 0
Eth1/52 0 -- 0 0 0 0
接口配置
interface Ethernet1/51
description *** vPC trunk to N9K ***
switchport mode trunk
switchport trunk allowed vlan 10-12,20-22,27-32,39-40,50,100,200,300
speed 40000
channel-group 3 mode active
interface Ethernet1/52
description *** vPC trunk to N9K ***
switchport mode trunk
switchport trunk allowed vlan 10-12,20-22,27-32,39-40,50,100,200,300
speed 40000
channel-group 3 mode active
这里还有什么问题,我在这些交换机上的峰值流量使用高峰期约为 10 到 20Gbps
更新
这是显示发生了什么的屏幕截图,如果您在白天看到 e1/51 抛出错误,而在夜间看到 e1/52 抛出错误,那么 signwave。