CONTAP-125278: EMS log reports false error of vifmgr_lif_subnetMisconfig
Issue
- EMS log reports the vifmgr.lif.subnetMisconfig error:
ERROR vifmgr.lif.subnetMisconfig: LIFs in subnet 192.168.33.0/24 of IPspace "NAS" are configured on ports in multiple broadcast domains: BD1_NAS, BD2_NAS
ERROR vifmgr.lif.subnetMisconfig: LIFs in subnet 192.168.44.0/24 of IPspace "NAS" are configured on ports in multiple broadcast domains: BD1_NAS, BD3_NAS
- However, the current network configuration is correct without any issue that the error event mentioned.
ontap912::> network interface show -fields broadcast-domain,ipspace,address,netmask,home-port
vserver lif address netmask home-port ipspace broadcast-domain
------- ----------------- -------------- ----------- --------- ------- ----------------
ONTAP12 node01_mgmt1 192.168.11.11 255.255.255.0 e0M Default Default
ONTAP12 node02_mgmt1 192.168.11.22 255.255.255.0 e0M Default Default
ONTAP12 cluster_mgmt 192.168.11.33 255.255.255.0 e0M Default Default
SVM1 DataLIF1 192.168.22.11 255.255.255.0 a0a-1 NAS BD1_NAS
SVM2 DataLIF2 192.168.33.11 255.255.255.0 a0a-2 NAS BD2_NAS
SVM3 DataLIF3 192.168.44.11 255.255.255.0 a0a-3 NAS BD3_NAS