Easy:
Make sure that the platform ports used for Cluster Network are plugged incorrectly and have link
Reboot the nodes. It should auto-generate the Cluster LIFs
Harder:
Manually create the Cluster LIFs. Verify on hwu.netapp.com which ports your platform uses for cluster ports.
net int create -vserver Cluster -auto true -lif clus1 -home-node local -home-port e0a -failover-policy local-only
net int create -vserver Cluster -auto true -lif clus2 -home-node local -home-port e0b -failover-policy local-only
Just an example. you have not posted enough info for exact command help