Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:dpi:dpi_components:platform:dpi_inst_spec:dpi_onstick [2024/09/26 15:29] – created - external edit 127.0.0.1 | en:dpi:dpi_components:platform:dpi_inst_spec:dpi_onstick [2026/03/19 07:45] (current) – [Configuring LAG] elena.krasnobryzh | ||
|---|---|---|---|
| Line 97: | Line 97: | ||
| LAGs can include either regular ports or on-stick ports, no mixing is allowed. LAG on on-stick is organized on the base (physical) port. LAG is implemented in fastDPI at logical level: there is no single bond device, inside fastDPI work is done with ports as before. | LAGs can include either regular ports or on-stick ports, no mixing is allowed. LAG on on-stick is organized on the base (physical) port. LAG is implemented in fastDPI at logical level: there is no single bond device, inside fastDPI work is done with ports as before. | ||
| - | <note important> | + | <note important> |
| 3 different configurations are possible: | 3 different configurations are possible: | ||
| Line 134: | Line 134: | ||
| ====Applying balancing to outgoing LAG traffic==== | ====Applying balancing to outgoing LAG traffic==== | ||
| The type of the applied balancing algorithm is specified by the '' | The type of the applied balancing algorithm is specified by the '' | ||
| - | * '' | + | |
| - | * '' | + | |
| - | * '' | + | * '' |
| Additional hash configuration parameters in the '' | Additional hash configuration parameters in the '' | ||
| Line 184: | Line 184: | ||
| in_dev=subs1: | in_dev=subs1: | ||
| out_dev=inet1: | out_dev=inet1: | ||
| + | |||
| + | =====Diagnosis===== | ||
| + | LACP diagnostics is performed using the pcap entry. To do this, the parameter '' | ||
| + | Parameter values: | ||
| + | * on — enable pcap recording | ||
| + | * off — disable pcap recording | ||
| + | <code bash> | ||
| + | # tracing (writing to pcap) of LACP packets of the given LAG | ||
| + | #pcap=on | ||
| + | </ | ||
| + | |||
| + | <note important> | ||