Victor G. Bolshakov wrote:
Is it possible to configure VLAN (dot1q) interfaces on aggregated (with LACP
active) bge interfaces using latest builds of OpenSolaris?
I try to configure this o Solaris 10 11/06, but without any success - VLAN
work, aggregation work, VLAN+aggr not working at all.
It should work. Currently VLANs are created on top of an
aggregation by plumbing the aggregation with a PPA of
<vlan_id*1000+aggregation_key>, for example:
1. create the aggregation(s) with "dladm create-aggr ... <j>" (this is
where you specify whether LACP is active)
2. plumb an IP interface for VLAN id <i> on top of of the
aggregation. For example, for an aggregation aggr<j>, simply plumb an
interface aggr<i>*1000+<j>.
For example, to create a VLAN with VLAN id 22 on top of an aggregation
with key 5, simply use:
# dladm create-aggr -d bge0 -d bge1 5
# ifconfig aggr22005 plumb
Nicolas.
--
Nicolas Droux - Solaris Networking - Sun Microsystems, Inc.
[EMAIL PROTECTED] - http://blogs.sun.com/droux
_______________________________________________
networking-discuss mailing list
[email protected]