My understanding is broadcast domain divides ONTAP networks as Layer 2 network, which means when I run "broadcast domain show", the networks show me there are all layer 2 networks, 128.58.40.0/24 in this case. "net int show -vserver" shows me networks and data interfaces for clients to connect to the cluster, 128.58.40.x/24. As you can see below, both commands in my case show me the same network.
So, my question is for the data network, are we really using the layer 2 or layer 3 network? If the answer is the layer 2 network, then it shouldn't be routable. But, in fact, on the NFS client using the interface 128.59.40.x to mount NFS has no such NIC configured for the network, which means the client is using routable network to connect to the cluster.
Hopefully, some experts here can help me out.