Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Warning
titleAttention

Configurations from the scenarios below are examples that demonstrate the potential capabilities of Infinet devices. The configuration may change depending on the model and firmware version. Do not recommend copying the solution data to the hardware without checking.

Description

The maximum throughput of a single port is limited to the standard 100Base-TX. The throughput of the radio module depending on the MCS and the channel width can be higher. R5000 devices of Lite series can achieve the maximum throughput up to 180 Mbps of the bi-directional aggregated stream. It is not possible to use the maximum throughput of the radio channel in one direction through one 100Base-TX port. However, the combination of ports into one LAG allows achieving the maximum throughput in one direction.

...

Code Block
languagetext
themeEmacs
titleConfiguration of LAG in WANFlex
lag N [command] [(port|-port) (IFNAME | IFNAME...)]
Command

Description

lag N port (IFNAME | IFNAME...)]

Create LAG with name “lagN” and add ports

lag N status

Check the status of LAG with name “lagN”

lag N migrate

lag N -migrate

Allow/disallow existing sessions migration between the available parent interfaces in case of the difference in the overload. By default, migration is allowed

lag N balance

lag N -balance

Allow/disallow load-depending dispersion of new-coming sessions between the available parent interfaces. By default, balancing is enabled


lag N mode

Choose LACP (Standard or Fast mode). "Standard" LACP fully complies with the standard IEEE 802.3ad. “Fast” LACP uses only with Infinet devices and increases efficiency and performance compared default mode

Warning
titleAttention

The "Fast" mode is a proprietary extension of the LACP protocol. Compatibility of this mode is guaranteed only with devices that support the MINT protocol.

lag N clear

Delete LAG with name "lagN"

lag N loadm

Show a load statistics in real time on each of the parent interfaces

Example

The basic configuration of Link Aggregation. The configuration via GUI is described above.

...