IF you are on Ontap 8.3 or 9 there is little to no reason to manage your network-failover group manually.
You should be managing the broadcast-domain by grouping the ports in to broadcast-domain (same vlan, type & speed)
rest will be managed by ontap, if you use the appropriate settings "failover-policy and failover-group" for the LIF while creating it.
You can use the following command to get the LIF's settings.
::> net int show -fields auto-revert,firewall-policy,failover-group,status-admin,dns-zone,role,data-protocol,home-node,home-port,auto,listen-for-dns-query,ipspace,failover-policy,netmask-length,address
The following list describes how the -failover-policy setting affects the target ports that are selected from the failover group:
broadcast-domain-wide : All ports on all nodes in the failover group.
system-defined : Only those ports on the LIF's home node and a non-SFO partner.
local-only : Only those ports on the LIF's home node.
sfo-partner-only : Only those ports on the LIF's home node and its SFO partner.
disabled : The LIF is not configured for failover.
Types of failover policies Click here
Configuring failover settings on a LIF Click here
I have attached a sample output from a recently configured (ontap 9.1) cluster.
If you select the fixed-width font in a text editor the output file should be formatted.
hope this help.
robin.