Handling traffic by VLAN [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:dpi:dpi_components:platform:vlan_traffic_handling:start [2023/11/09 13:13] – created elena.krasnobryzhen:dpi:dpi_components:platform:vlan_traffic_handling:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-{{indexmenu_n>10}} 
-======Handling traffic by VLAN====== 
  
-Drop traffic without analysis from a specific VLAN: 
-<code bash>fdpi_cli vlan group <id> drop</code> 
- 
-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>fdpi_cli vlan group <id> hide</code> 
- 
-Passing traffic without any analysis from a specific VLAN: 
-<code bash>fdpi_cli vlan group <id> pass</code>