Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
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/09/02 13:59] (current) – elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
======Handling traffic by VLAN====== | ======Handling traffic by VLAN====== | ||
+ | <note warning> | ||
+ | - Drop traffic without analysis from a specific VLAN:< | ||
+ | - 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> | ||
- | Drop traffic without analysis from a specific VLAN: | + | <note tip>For more information, see[[en:dpi: |
- | <code bash>fdpi_cli vlan group <id> drop</ | + | |
- | + | ||
- | 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): | + | |
- | <code bash> | + | |
- | + | ||
- | Passing traffic without any analysis from a specific | + | |
- | <code bash> | + |