How to configure multiple VLAN's on a lacp link aggregation on openindiana(oi_151a7)?
Posted
by
reco
on Server Fault
See other posts from Server Fault
or by reco
Published on 2012-11-25T00:28:04Z
Indexed on
2012/11/25
17:06 UTC
Read the original article
Hit count: 544
i have 4 links aggregated.
$ dladm show-link
LINK CLASS MTU STATE BRIDGE OVER
igb0 phys 1500 up -- --
igb1 phys 1500 up -- --
igb2 phys 1500 up -- --
igb3 phys 1500 up -- --
aggr0 aggr 1500 up -- igb0 igb1 igb2 igb3
i managed to create one VLAN on the aggr0
link:
$ dladm show-vlan
LINK VID OVER FLAGS
vlan1 9 aggr0 -----
if i try to add more i get the following error:
$ dladm create-vlan -v 3 -l aggr0 vlan2
dladm: create operation failed: invalid argument
© Server Fault or respective owner