Differences
This shows you the differences between two versions of the page.
en:dpi:dpi_components:platform:vlan_traffic_handling [2024/09/26 15:29] – created - external edit 127.0.0.1 | en:dpi:dpi_components:platform:vlan_traffic_handling [2025/01/23 13:38] (current) – elena.krasnobryzh | ||
---|---|---|---|
Line 2: | Line 2: | ||
======Handling traffic by VLAN====== | ======Handling traffic by VLAN====== | ||
- | Drop traffic without analysis from a specific VLAN: | + | - Drop traffic without analysis from a specific VLAN:< |
- | <code bash> | + | - Dropping traffic with preliminary analysis, but without transferring it to Netflow statistics from a specific VLAN (Used to deal with asymmetric traffic when a site receives a double of traffic from another site. It is necessary to analyze and drop the traffic so that it is not included in the statistics):< |
+ | - Passing traffic without any analysis from a specific VLAN:< | ||
+ | - Display existing settings in the UDR: <code bash> | ||
+ | < | ||
+ | all 4000 * hide 0 | ||
+ | all 4002 * hide 0 | ||
+ | all 4003 * hide 0</ | ||
+ | - Output all properties for a group with a specific id:<code bash> | ||
- | Dropping traffic with preliminary analysis, but without transferring it to Netflow statistics from a specific VLAN (Used to deal with asymmetric traffic when a site receives a double of traffic from another site. It is necessary to analyze and drop the traffic so that it is not included in the statistics): | + | <note tip>For more information, see[[en:dpi: |
- | <code bash> | + | |
- | + | ||
- | Passing traffic without any analysis from a specific | + | |
- | <code bash> | + |