Reading the Network Recommendations for a Hyper-V Cluster in Windows Server 2012, I am left with some unanswered questions.
It's recommended to have a management network and a cluster network.
The management network is set to """Allow cluster network communication and client connectivity",
and the cluster network is set to "Allow cluster network communication only". But there is no other difference or classification.
How does the failover cluster actually know what of those two networks to use for "inter-node cluster communication such as the cluster heartbeat and Cluster Shared Volumes (CSV) redirection"?
You need to check the binding order of the networks if you want to be specific about which interface(s) is the preferred for Cluster communication, since it will use whichever it can.
Basically, read this article, it tells you everything you need to know: http://blogs.msdn.com/b/clustering/archive/2011/06/17/10176338.aspx