Hello,
MyAutoSupport system health says that "The partner in RC is missing from the configuration of the active interface for [vif0-254, vif0-127]".
Here are the ifconfig of two /etc/rc files.
hostname fs1
ifgrp create lacp vif0 -b ip e0a e0b
vlan create vif0 127 254
ifconfig vif0-127 `hostname`-vif0-127 netmask 255.255.128.0 partner vif0-127 mtusize 1500 trusted -wins up
ifconfig vif0-254 `hostname`-vif0-254 netmask 255.255.255.0 partner vif0-254 mtusize 1500 trusted -wins up
hostname fs2
ifgrp create lacp vif0 -b ip e0a e0b
vlan create vif0 127 254
ifconfig vif0-127 `hostname`-vif0-127 netmask 255.255.128.0 partner vif0-127 mtusize 1500 trusted -wins up
ifconfig vif0-254 `hostname`-vif0-254 netmask 255.255.255.0 partner vif0-254 mtusize 1500 trusted -wins up
Any ideas what is wrong?
Thanks!