DHCP request with link aggregation
Hi!
whenever I configure a link aggregation like (Solaris 11.4)
$ dladm create-aggr -L active -l net0 -l net1 aggr0
$ ipadm show-addr
ADDROBJ TYPE STATE ADDR
lo0/v4 static ok 127.0.0.1/8
sp-phys0/v4 static ok 169.254.182.77/24
lo0/v6 static ok ::1/128
aggr0/v4 dhcp disabled ?
aggr0/v6 addrconf disabled ::
$ dladm show-aggr -x
LINK PORT SPEED DUPLEX STATE ADDRESS PORTSTATE
aggr0 -- 10000Mb full up 0:10:e0:d9:54:a0 --
net0 10000Mb full up 0:10:e0:d9:54:a0 attached
net1 10000Mb full up 0:10:e0:d9:54:a1 attached
I never found out how to make the DHCP request without rebooting. I find a lot of solutions for eg. one interface, but not if both are aggregated.