Base SSG configuration for ON-STICK scheme [Документация VAS Experts]

Differences

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


Previous revision
en:dpi:dpi_brief:install_point_ssg:instruction_instal_onstick [2025/05/23 14:02] (current) – ↷ Page moved from en:dpi:dpi_brief:network_preparation:install_point_ssg:instruction_instal_onstick to en:dpi:dpi_brief:install_point_ssg:instruction_instal_onstick elena.krasnobryzh
Line 1: Line 1:
 +====== Base SSG configuration for ON-STICK scheme ======
 +{{indexmenu_n>4}}
 +<note>Full description of on-stick mode in [[en:dpi:dpi_components:platform:dpi_inst_spec:dpi_onstick]] section </note>
 +  - Prepare the server according to the [[en:dpi:dpi_brief:dpi_requirements|installation requirements]].
 +  - Install and configure the [[en:veos:first_install:ipsetincenos|VEOS OS]]
 +  - Set an [[en:veos:first_install:ipsetincenos|IP address]].
 +  - Apply for license installation and fastDPI to [[en:dpi:techsupport_info|Service Desk]].
 +  - After installing them, the following settings must be made in **''etc/dpi/fastdpi.conf''**:<code bash>dpdk_device=port1:pci:86:00.0
 +dpdk_device=port2:pci:86:00.1
  
 +lag {
 +    name=LACP
 +    device=86-00.1
 +    device=86-00.0
 +    lacp=1
 +    system_id=6c:b3:11:60:fa:66
 +    priority=32768
 +    balance_algo=0
 +}
 +
 +onstick_device {
 +    base=port1
 +    filter=vlan(101,102) | qinq
 +    subs=subs1
 +    inet=inet1
 +}
 +
 +onstick_device {
 +    base=port2
 +    filter=vlan(101,102) | qinq
 +    subs=subs2
 +    inet=inet2
 +}
 +
 +in_dev=subs1:subs2
 +out_dev=inet1:inet2</code>
 +  - Further settings are made depending on which components are to be used. The settings are described in the [[en:dpi:dpi_components|]] section.
 +
 +=====Implementation scheme=====
 +{{ :en:dpi:dpi_components:platform:dpi_inst_spec:dpi_onstick:onstick.png?nolink&550 |}}