Hi Experts,
I have two 10Gbe (e2a and e2b) and two 1Gbe (e0a and e0b), I created a vif for each pair
ifgrp create lacp INT-1G -b ip e0a e0b
ifgrp create lacp INT-10G -b ip e2a e2b
So now I want to create a VIF out of those two VIF, I am not sure if I should use single, multi or lacp. Then I want to favor the INT-10G
ifgrp create lacp INT-COMBO -b ip INT-10G INT-1G
ifgrp favor INT-10G
Can you please confirm if I got it correct, specailly the line that creates the INT-COMBO?
Thanks,
MD