Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Can Unraid Ethernet bonding be made compatible with Cisco switch Link Aggregation (LAG)?

Featured Replies

Solved by timg11

  • Community Expert

yes.

Yes, Unraid's Ethernet bonding can be configured to work with Cisco switch Link Aggregation (LAG) using LACP (802.3ad). Here's how to set it up

more info here:

 

Essential Unraid Configuration for LACP:
1 Access Network Settings: In Unraid, navigate to Settings > Network Settings.

2 Select Interfaces to Bond: Choose the network interfaces (e.g., eth0 and eth1) you wish to bond.

 

3 Enable Bonding: Set bonding to "Yes" and select bonding mode 802.3ad (LACP).

4 Apply Settings: Save and apply the changes.


Then cisco switch post config... On your Cisco switch:

1. Create a Port Channel: Define a port channel and assign the physical interfaces (e.g., GigabitEthernet0/1 and GigabitEthernet0/2) to it.

2. Enable LACP: Set the port channel mode to active to enable LACP.

3. Configure VLANs (if applicable): If you're using VLANs, ensure they are properly configured on the port channel.

 

example:

interface Port-channel1
  switchport mode trunk
  switchport trunk allowed vlan [your VLANs]
  channel-group 1 mode active

interface GigabitEthernet0/1
  switchport mode trunk
  channel-group 1 mode active

interface GigabitEthernet0/2
  switchport mode trunk
  channel-group 1 mode active

 

  • Author
  • Solution

@bmartino1 thank you! In my case with the SG200, it is very similar, but some of the names are different. For anyone else with a Cisco SG200 or similar:

From Port Management / Link Aggregation / LAG Management: Select the LAG you want to use (1 to 4), click Edit. Add the ports from the Port List to the LAG Members list with the > arrow button. Be sure to check the "LACP Enable" box. I chose IP/MAC address for load balance. Give the LAG a name. Click Apply and Close.

From Port Management / Link Aggregation / LAG Settings: Additional settings are available - I didn't need to change any of them.

 

From switch saved configuration:

interface gigabitethernet25
 description "T440 Server Eth1 Bonded"
 channel-group 1 mode auto
!
interface gigabitethernet26
 description "T440 Server Eth2 Bonded"
 channel-group 1 mode auto
!
interface Port-channel1
 flowcontrol auto
 description T440-LAG
!

 

In Unraid, Ethernet: Enable Bonding Yes, Bonding Mode 802.3ad(4), bonding members eth0, eth1, Enable bridging Yes

 

To verify, I ran two instances of iperf3 server in Unraid from SSH shell sessions. (Use an alternate port for the second one)

Run iperf3 clients to the unraid server's IP (different ports) from two different computers at the same time.

On the Unraid dashboard for interface bond0, you should see an inbound number over 1 Gbps. I saw 1.9 Gbps with both iperf clients running.

 

Edited by timg11

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.