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/02/02 14:45] (current) – [Applying balancing to outgoing LAG traffic] elena.krasnobryzh | ||
|---|---|---|---|
| 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> | ||