Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:dpi_components:platform:vlan_traffic_handling [2025/01/23 13:38] – elena.krasnobryzh | en:dpi:dpi_components:platform:vlan_traffic_handling [2025/11/20 11:54] (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:< | ||
| + | - Drop traffic after preliminary analysis, but without sending it to NetFlow statistics from a specific VLAN (used for working with asymmetric traffic, when duplicated traffic from another site is delivered to the site. It is necessary to analyze and drop the traffic so that it does not get into statistics):< | ||
| + | - Pass traffic without any analysis from a specific VLAN:< | ||
| + | - Display existing settings in UDR: <code bash> | ||
| + | 1000 perm hide | ||
| + | 2000 perm drop | ||
| + | 3000 perm pass | ||
| + | 4000 perm hide | ||
| + | </ | ||
| - | - Drop traffic without analysis from a specific VLAN:<code bash>fdpi_cli vlan group <id> drop</ | + | <note tip>For more details, see [[en:dpi:bras_bng:bras_pppoe# |
| - | - 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 VLAN:<code bash> | + | |
| - | - Display existing settings in the UDR: <code bash> | + | |
| - | < | + | |
| - | all 4000 * hide 0 | + | |
| - | all 4002 * hide 0 | + | |
| - | all 4003 * hide 0</ | + | |
| - | | + | |
| - | <note tip>For more information, see[[en:dpi:bras_bng:bras_pppoe# | + | =====VLAN Rule===== |
| + | VLAN Rule allows flexible management of network traffic at the VLAN and QinQ level, assigning specific packet processing policies for individual VLANs, VLAN ranges, or QinQ tunnels. | ||
| + | |||
| + | ====Rule Types==== | ||
| + | The following rule types are supported: | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ====Syntax for Describing VLAN/QinQ Ranges==== | ||
| + | Rules apply to ranges specified in the following format: | ||
| + | * For a single VLAN: '' | ||
| + | * For a VLAN range: '' | ||
| + | * For any VLAN: '' | ||
| + | * For QinQ: | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | <note important> | ||
| + | |||
| + | ====Rule Priority==== | ||
| + | If the ranges of multiple rules intersect, the system determines the final action based on the principle "from general to specific" | ||
| + | - Rules with the broadest ranges (e.g., 1-4095 or any.any) are applied first. | ||
| + | - Rules with narrower ranges (e.g., 100-200) can then override the action set by general rules. | ||
| + | |||
| + | **Example:**\\ | ||
| + | The following rules will create a policy: " | ||
| + | <code bash> | ||
| + | vlan rule add 300-700 dhcp disable | ||
| + | vlan rule add 645 dhcp enable | ||
| + | vlan rule add 430-439 dhcp enable | ||
| + | </ | ||
| + | |||
| + | ====Management==== | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | <note important> | ||
| + | |||
| + | **Change Application Specifics: | ||