DHCP with link-aggregation question
Hi!
working on Solaris 11.4
I have a question how to find the correct way to configure two interfaces net0, net1 over a link aggregation aggr0.
This "special" way is not documentated very well (https://docs.oracle.com/cd/E37838_01/html/E60988/goasn.html#scrolltoc ).
I always find solutions just for one interface net0 to work with dhcp, but not additionally including link aggregation.
So is it basically necessary to configure both interfaces net0 and net1 with dhcp like -
ipadm create-addr -T dhcp net0
ipadm create-addr -T dhcp net1
and THEN again using the dhcp option ?
dladm create-aggr -T dhcp -L active -l net0 -l net1 aggr0