Hi, in the wireless network are 2 R610 and 8 R600, and i need to know if is possible configure LACP on R610 through of two ethernet ports? or what is the purpose of two interface ethernet?
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 ###
Salvador Gallo
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?
abi
Yes, that should be it.
Regards,
Abilash PR.