RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
01-07-2021 01:01 AM
Currently, the controller and AP web UIs do not expose LACP settings or configuration. If an AP is configured via AP CLI to bond its Ethernet ports, then any per-Ethernet port setting in the web UIs are ignored by the AP.
So, how can configure Ruckus R610 after Configure LACP ?
01-07-2021 06:01 AM
Hello there, this must be configured via CLI. Here are the commands.
CLI Config commands
Log in to AP CLI using SSH
- Bond command on the CLI can be used to configure LACP.
Command format as below.
get bond - Show Bond Info
set bond {options} - Configure Bond/LACP settings
** <profile>: bond0, ...
** options: enable : R720 Only to enable LACP Mode
disable : R720 Only to disable LACP Mode
lacp-rate [0,1], 0 for slow, 1 for fast
xmit-hash [0,1,2], 0 for L(ayer2), 1 for L3+4, 2 for L2+3
{add|delete} <eth0| eth1>
Example:
Set bond bond0 add eth0
set bond bond0 add eth1
Get bond
Please see KB for more details:
https://support.ruckuswireless.com/articles/000009914
01-07-2021 06:21 AM
Hi, after add eth0, eth1 to bond 0, I can't config throuh WebUI. How can I config my AP after configured LACP ?
Thanks
01-08-2021 12:12 PM
Hello, I'm not sure I understand.
LACP configuration is via CLI only, you cannot see or make changes from GUI. What change are you trying to make after enabling LACP?
Also I just tried this and you simply need to run the command:
set bond bond0 enable
get bond --> to confirm the status
