Hi I have a NetApp ONTAP cluster connected to two ToR switches using LACP (ifgrp). The switches currently operate as a pair (MLAG/vPC style), but the network team is planning to migrate the fabric to a spine-leaf topology, where each switch will become an independent leaf connected to the spine.
The proposed migration plan is:
- Power down Switch 1 and reconnect its uplinks to the spine
- Reconfigure Switch 1 as a leaf and power it on with ports disabled
- Enable ports on Switch 1 and shut the ports on Switch 2 at the same time
- Power down Switch 2 and reconnect its uplinks to the spine
- Reconfigure Switch 2 as a leaf and power it on with ports enabled
On the NetApp side we currently have an LACP ifgrp (e.g. a0a) across the two switches.
My question:
Will this process cause any client impact (NFS/SMB/iSCSI) or LIF disruption due to the LACP configuration?
Since LACP expects the links to be in the same port-channel/MLAG pair, I’m wondering if taking down one switch and later breaking the pair could cause issues from the NetApp perspective.
Has anyone done a similar migration or know how ONTAP behaves in this situation?