Please may you help?
I have created a vif lacp and succesfully added the changes to the /etc/rc file.
#Auto-generated by setup Fri Aug 2 18:46:55 GMT 2013
hostname ED-STRG-DR
ifgrp create multi VIF_1DR -b ip e0d e0c
ifgrp create lacp vif0 -b ip e0a e0b
ifconfig VIF_1DR `hostname`-VIF_1DR netmask 255.255.255.0 mtusize 1500 trusted wins up
ifconfig vif0 `hostname`-vif0 -b ip e0a e0b netmask 255.255.255.0 mtusize 9000
ifconfig vif0 10.10.20.1 mediatype auto netmask 255.255.255.0 mtusize 9000
ifconfig e0a flowcontrol full
ifconfig e0b flowcontrol full
ifconfig e0M flowcontrol full
#route add default NONE 1
routed on
options dns.enable off
options nis.enable off
savecore
i need confirmation on my etc/rc file. marked in red is what I have recently added. Is my rc file in order?, should a need to rebbot will this work
Thank You