Hello,
I am trying to setup snapmirror multipath on interface groups with IP aliases, but can't seem to get it working.
Data ONTAP 8.0P6 is running on both nodes.
I configured 6 network interfaces into 1 interface group on the source node and the destination node.
Loadblancing policy of each interface group is lacp,and each intreface group has two ip adresses, and one of them is the IP alias.
For example,the source node has 192.168.1.1, and 192.168.1.11(as alias),
and the destination node has 192.168.1.2, and 192.168.1.12(as alias)
In this situation, I added the entry to snapmirror.conf as follows,
but the snapmirror traffic seems to be using only one path between source and destination.
SOURCENODENAME = multi (192.168.1.1, 192.168.1.2)(192.168.1.11,192.168.1.12)
Is there any restriction on configuring snapmirror multipath with ifgroups with aliases?
Thanks in advance.