netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Question about 802.3ad bonding mode.
@ 2014-07-28 14:59 Dmitry Krivenok
  2014-07-28 17:32 ` Jay Vosburgh
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Krivenok @ 2014-07-28 14:59 UTC (permalink / raw)
  To: netdev; +Cc: willy, const-g, girouard, ctindel, mitch.a.williams

Hello,
I have two physical NICs bonded into bond0 interface with bonding
mode=4 (i,e, 802.3ad).
Both NICs are connected to the same switch and switch ports are *not*
configured in "lacp" mode.

Documentation on this mode says this:

The 802.3ad mode requires that the switch have the appropriate
ports configured as an 802.3ad aggregation. The precise method used
to configure this varies from switch to switch, but, for example, a
Cisco 3550 series switch requires that the appropriate ports first be
grouped together in a single etherchannel instance, then that
etherchannel is set to mode "lacp" to enable 802.3ad (instead of
standard EtherChannel).

I'd expect that in such a case LAG should not be created via LACP. And
it's actually not created because I see the following LACPDUs coming
out of my NICs every 30 seconds:

13:27:25.968094 LACPv1, length: 110
        Actor Information TLV (0x01), length: 20
          System 00:60:16:56:ab:c1, System Priority 65535, Key 17,
Port 1, Port Priority 255
          State Flags [Activity, Aggregation, Synchronization, Default]
        Partner Information TLV (0x02), length: 20
          System 00:00:00:00:00:00, System Priority 65535, Key 1, Port
1, Port Priority 255
          State Flags [Activity]
        Collector Information TLV (0x03), length: 16
          Max Delay 0
        Terminator TLV (0x00), length: 0

AFAIK state flag "Default" means that we never got any LACPDUs from the switch.

I have IP address configured on bond0 and from what I see it's fully
working. I can ping it from various hosts, I can ssh to that host,
etc. From user perspective it works just fine except that there is no
LAG...

Is that correct behavior of dynamic link aggregation via LACP?
Shouldn't it be configuration error? Is it 802.1ax compliant?

Any help is very appreciated.

Thanks,
Dmitry

P.S.
My host is SLES11SP2, kernel 3.0.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-28 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 14:59 Question about 802.3ad bonding mode Dmitry Krivenok
2014-07-28 17:32 ` Jay Vosburgh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).