I have a FAS 3240 being initialized. I have created two vifs on head one and two using the onboard e0a and e0b on each controller. I have configured two vlans on each controller vif and set them up to be partners to each other. The problem I am having is that when I do a manual takeover, the vlan interfaces from the failed controller are not reachable after the takeover. I can ping the partner addresses on the controller taking over but I cant from any clients on the network. Can anyone explain this behavior? This is an initial setup.
hostname host1
ifgrp create lacp vif1FCoE -b ip e1b e1a
ifgrp create lacp vifh1cifs -b ip e0b e0a
vlan create vifh1cifs 32 34
ifconfig vif1FCoE `hostname`-vif1FCoE netmask 255.255.255.0 partner vif2FCoE mtusize 1500 trusted wins up
ifconfig e0M `hostname`-e0M netmask 255.255.255.0 mtusize 1500 trusted wins mediatype 100tx-fd flowcontrol full up
ifconfig vifh1cifs-34 `hostname`-vifh1cifs-34 netmask 255.255.255.0 partner vifh2cifs-34 mtusize 1500 trusted wins up
ifconfig vifh1cifs-32 `hostname`-vifh1cifs-32 netmask 255.255.255.0 partner vifh2cifs-32 mtusize 1500 trusted wins up
route add default 10.237.34.1 1
routed on
options dns.enable off
options nis.enable off
savecore
hostname host2
ifgrp create lacp vif2FCoE -b ip e1a e1b
ifgrp create lacp vifh2cifs -b ip e0a e0b
vlan create vifh2cifs 32 34
ifconfig vif2FCoE `hostname`-vif2FCoE netmask 255.255.255.0 partner vif1FCoE mtusize 1500 trusted wins up
ifconfig e0M `hostname`-e0M netmask 255.255.255.0 mtusize 1500 trusted wins mediatype 100tx-fd flowcontrol full up
ifconfig vifh2cifs-32 `hostname`-vifh2cifs-32 netmask 255.255.255.0 partner vifh1cifs-32 mtusize 1500 trusted wins up
ifconfig vifh2cifs-34 `hostname`-vifh2cifs-34 netmask 255.255.255.0 partner vifh1cifs-34 mtusize 1500 trusted wins up
route add default 10.237.34 1
routed on
options dns.enable off
options nis.enable off
savecore