Link Aggregation / LACP Configuration

bwwalk1970

Dabbler
Joined
Jul 2, 2018
Messages
14
I am trying to enable link aggregation with LACP and when I save the configuration I get this. Is this an error that means it is failing? The lag is still created bit does not work and shows Media status down. Need more info

1555962366639.png


Request Method: POSTRequest URL: http://freenas.internal.devstacklab.com/admin/network/lagginterface/add/Software Version: FreeNAS-11.1-U7 (b45bfcf29)Exception Type: ClientExceptionException Value: [Errno 17] File exists
Exception Location: /usr/local/lib/python3.6/site-packages/middlewared/client/client.py in call, line 434Server time: Mon, 22 Apr 2019 15:28:46 -0400
Traceback



Request information
GET
No GET data
POST
Variable Value __all__''lagg_protocol'lacp'lagg_interfaces'bxe1'__form_id'dialogForm_lagginterface' FILES
No FILES data
COOKIES
Variable Value ajs_group_id'null'ajs_user_id'%22c0a17f606cde15d1ed7853225530617b36e69082%22'ajs_anonymous_id'%229cab9b66-d816-44e6-bddb-ad48624bfc30%22'mp_a5e078749467d17c4cb534a78d5f171e_mixpanel'%7B%22distinct_id%22%3A%20%22c0a17f606cde15d1ed7853225530617b36e69082%22%2C%22%24device_id%22%3A%20%221680f8a33f31236-0fa8e27062e019-10336653-3e8000-1680f8a33f4946%22%2C%22mp_lib%22%3A%20%22Segment%3A%20web%22%2C%22%24initial_referrer%22%3A%20%22https%3A%2F%2Fucp.devstacklab.com%2Flogin%2F%22%2C%22%24initial_referring_domain%22%3A%20%22ucp.devstacklab.com%22%2C%22%24user_id%22%3A%20%22c0a17f606cde15d1ed7853225530617b36e69082%22%2C%22mp_name_tag%22%3A%20%22c0a17f606cde15d1ed7853225530617b36e69082%22%2C%22id%22%3A%20%22c0a17f606cde15d1ed7853225530617b36e69082%22%7D'csrftoken'********'sessionid'p25dhbe4kyqvbmni5bt902y6rhln0aau'fntreeSaveStateCookie'root%2Croot%2F65%2Croot%2F65%2F66%2Croot%2F65%2F83%2Croot%2F65%2F66%2F67%2Croot%2F98%2Croot%2F98%2F102%2Croot%2F98%2F111%2Croot%2F98%2F111%2F116%2Croot%2F98%2F111%2F122%2Croot%2F98%2F111%2F113%2Croot%2F46%2Croot%2F46%2F62%2Croot%2F46%2F54%2Croot%2F46%2F55%2Croot%2F46%2F53%2Croot%2F46%2F48' META
Variable Value
 

Mlovelace

Guru
Joined
Aug 19, 2014
Messages
1,111
Need more info
Yes please provide the minimum info per the forum rules... and also:
Are you connecting to a switch that supports LACP? Are all the interfaces that are members of the LAGG configured identically on the switch side? Were any of the LAGG member interfaces previously configured in freeNAS? Did you reboot after creating the LAGG interface before configuring the IP information?
 

bwwalk1970

Dabbler
Joined
Jul 2, 2018
Messages
14
Yes please provide the minimum info per the forum rules..
I will look to see what these rules are

Are you connecting to a switch that supports LACP?
yes, connecting to Dell Force 10 S4810 switches.

Are all the interfaces that are members of the LAGG configured identically on the switch side?
Yes

Were any of the LAGG member interfaces previously configured in freeNAS?
No, the interfaces are a new dual 10Gb NIC I installed into the system
Broadcom Corporation QLogic 57810 10 Gigabit Ethernet Adapter


Did you reboot after creating the LAGG interface before configuring the IP information?
No, I created the LAG and added IP at the same time.

Every time I have tried to create the LAG I get the errors that I posted above. I tried creating the LAG without specifying IP as well.
 

bwwalk1970

Dabbler
Joined
Jul 2, 2018
Messages
14
  • motherboard make and model
    • Lenovo RD640
  • CPU make and model
  • RAM quantity
  • hard drives, quantity, model numbers, and RAID configuration, including boot drives
  • hard disk controllers
  • network cards
    • Broadcom Corporation QLogic 57810 10 Gigabit Ethernet Adapter
  • 1555967379722.png
 

Mlovelace

Guru
Joined
Aug 19, 2014
Messages
1,111
Typically you would create the LAGG at the freeNAS console, reboot the server, then configure the new LAGG interface with the IP information. The error has some python/middleware language so I'm guessing it's GUI related. Try and build the LAGG at the console.
 

bwwalk1970

Dabbler
Joined
Jul 2, 2018
Messages
14
ok. Do you have the commands via the console to build the LAGG, etc? Might save me time from digging through docs
 

Mlovelace

Guru
Joined
Aug 19, 2014
Messages
1,111
ok. Do you have the commands via the console to build the LAGG, etc? Might save me time from digging through docs
Console, not CLI meaning:
Console.JPG


Select option 2) Configure Link Aggregation...

It will walk you through selecting type and member interfaces.
 
Top