Which two commands will show or make reference to the aggregation. Immediately after creating the first aggregation?
B: This example shows how to create a DLMP aggregation. The aggregation has three underlying datalinks.
# dladm create-aggr -m haonly -l net0 -l net1 -l net2 aggr0
# dladm show-link
LINK CLASS MTU STATE BRIDGE OVER
net0 phys 1500 up -- ----
net1 phys 1500 up -- ----
net2 phys 1500 up -- ----
aggr0 aggr 1500 up -- net0, net1, net2
# dladm show-aggr
LINK MODE POLICY ADDRPOLICY LACPACTIVITY LACPTIMER
aggr0 haonly --
E: Check the status of the aggregation you just created.
# dladm show-aggr
The aggregation's state should be UP.
Currently there are no comments in this discussion, be the first to comment!