Hi Abi,
i has been research about of procedure. i found this instructions for CLI
##
To configure the AP for link aggregation:
1. Verify that the AP power mode is 802.3at:
content_copy zoom_out_map
rkscli: get power-mode
PoE Configured Mode : Auto
Power Consumption Status : 802.3at PoE+
OK
2. Create the bond0 profile for the LAG group and add the two physical Ethernet interfaces to the LAG.
content_copy zoom_out_map
rkscli: set bond bond0 add eth0
rkscli: set bond bond0 add eth1
When you create the LAG group, LACP is automatically enabled.
3. (Optional) Set the transmit hashing option to Layer 3 and Layer 4 to optimize hashing for common enterprise WLAN environments.
content_copy zoom_out_map
rkscli: set bond bond0 xmit-hash 1
###
this is corrrect?