Guys, newbie question.. could you help me make a LAG? I haven't done this for quite a few years, and last time I did it, it just worked first time.
EDIT: Actually this might be a Windows question.. I just created an active LAG on Solaris to the LB6M and it worked perfectly in seconds. That's with the same Intel X520 NICs as I'm using in my Win 10 desktop.
But if anyone does have any ideas why I can't get it working on Windows 10, I'd be most grateful.
I'm configuring this as follows (EDIT: which is now confirmed to work with Solaris, but won't with Win10):
Then on my desktop, I've teamed my two Intel X520-DA1s. It has various Team options. I first tried "IEEE 802.3ad Dynamic Link Aggregation", but this keeps failing immediately - all the network connections (NIC 1, NIC 2 and the Team) keep dropping, showing "Network cable unplugged", then connected, then unplugged. This happens every 5 seconds or so, and causes the OS to keep lagging as well.
So then I tried "Static Link Aggregation". This at first appears to work - I get a stable Team up on the workstation, I assign an IP to it. But then it can't ping out, and nothing can ping it. And when I check the switch, it shows no active LAG.
Here's what the switch shows when the Win10 NICs are in Static Link Aggregation mode:
There are two obvious differences in this output compared to what I see when I later successfully made a LAG on Solaris: 1) the interfaces in "show int br" show as BLOCKED, not Forward, and that's probably because 2) The link-aggregates are "Inactive" ("Ina" in the last column).
The Windows Intel drivers have a "Test Switch" button under the Team settings, and I've run this several times in SLA mode and it always says "No problems detected with the switch configuration" - and I've confirmed that if I turn off link-aggregation on the switch, this "Test Switch" button does instead show an error. So the Intel drivers are at able to confirm whether LAG is turned on on the switch.
Maybe Static Link Aggregation mode is the wrong mode anyway? Perhaps the real problem is that in full LACP mode, the NICS and Team keep going "Cable disconnected" for some unknown reason.
I realise this might be a Windows or Intel question, so I'll take it elsewhere if needed. But if anyone has any suggestions I can try, I'd be most grateful.
EDIT: Actually this might be a Windows question.. I just created an active LAG on Solaris to the LB6M and it worked perfectly in seconds. That's with the same Intel X520 NICs as I'm using in my Win 10 desktop.
But if anyone does have any ideas why I can't get it working on Windows 10, I'd be most grateful.
I'm configuring this as follows (EDIT: which is now confirmed to work with Solaris, but won't with Win10):
Code:
interface ethernet 23
port-name 10Gdesktop1
link-aggregate active
!
interface ethernet 24
port-name 10Gdesktop2
link-aggregate active
So then I tried "Static Link Aggregation". This at first appears to work - I get a stable Team up on the workstation, I assign an IP to it. But then it can't ping out, and nothing can ping it. And when I check the switch, it shows no active LAG.
Here's what the switch shows when the Win10 NICs are in Static Link Aggregation mode:
Code:
switch10g#show int br
Port Link State Dupl Speed Trunk Tag Pvid Pri MAC Name
..
23 Up Blocked Full 10G None No 1 0 089e.0193.0832 10Gdeskt
24 Up Blocked Full 10G None No 1 0 089e.0193.0832 10Gdeskt
switch10g#show link-aggregate eth 23
System ID: 089e.0193.0832
Default Key: 2
Port [Sys P] [Port P] [ Key ] [Act][Tio][Agg][Syn][Col][Dis][Def][Exp][Ope]
23 1 1 2 Yes S Agg Syn Col Dis Def No Ina
switch10g#show link-aggregate eth 24
System ID: 089e.0193.0832
Default Key: 2
Port [Sys P] [Port P] [ Key ] [Act][Tio][Agg][Syn][Col][Dis][Def][Exp][Ope]
24 1 1 2 Yes S Agg Syn Col Dis Def No Ina
The Windows Intel drivers have a "Test Switch" button under the Team settings, and I've run this several times in SLA mode and it always says "No problems detected with the switch configuration" - and I've confirmed that if I turn off link-aggregation on the switch, this "Test Switch" button does instead show an error. So the Intel drivers are at able to confirm whether LAG is turned on on the switch.
Maybe Static Link Aggregation mode is the wrong mode anyway? Perhaps the real problem is that in full LACP mode, the NICS and Team keep going "Cable disconnected" for some unknown reason.
I realise this might be a Windows or Intel question, so I'll take it elsewhere if needed. But if anyone has any suggestions I can try, I'd be most grateful.
Last edited: