ONTAP升级后、LACP ifgrp端口参与状态更改为"部分"
适用场景
- ONTAP 9.3
- ONTAP 9.5
问题描述
- 升级到ONTAP 9.3后、LACP ifgrp显示某个端口部分参与:
::*> ifgrp show -node node01 -ifgrp a0a
Node: node01
Interface Group Name: a0a
Distribution Function: ip
Create Policy: multimode_lacp
MAC Address: 92:xx:xx:xx:xx:xx
Port Participation: partial
Network Ports: e0c, e0d
Up Ports: e0c
Down Ports: e0d
- 当我们更改为静态多模式ifgrp时、不会显示此问题描述 :
对于多模式端口、显示完全参与:
::*> ifgrp show -node node01 -ifgrp a0a
Node: node01
Interface Group Name: a0a
Distribution Function: ip
Create Policy: multimode
MAC Address: 92:xx:xx:xx:xx:xx
Port Participation: full
Network Ports: e0c, e0d
Up Ports: e0c, e0d
Down Ports: -
- 只有CNA卡8324才会显示此问题描述 :
slot 0: 1G/10G Ethernet Controller CNA EP 8324
(Dual-port, QLogic CNA 8324(8362) rev. 2)
e0c MAC Address: 92:e2:ba:b9:da:9c (auto-10g_sr-fd-up)
e0d MAC Address: 92:e2:ba:b9:da:9c (auto-10g_sr-fd-up)
Device Type: EP8324N
Firmware Version: 5.4.66.0
- 交换机端配置无变化、并且端口在物理上也已启动。