====== Base SSG configuration for ON-STICK scheme ======
{{indexmenu_n>4}}
Full description of on-stick mode in [[dpi:dpi_components:platform:dpi_inst_spec:dpi_onstick]] section
- Prepare the server according to the [[dpi:dpi_brief:dpi_requirements|installation requirements]].
- Install and configure the [[veos:first_install:ipsetincenos|VEOS OS]]
- Set an [[veos:first_install:ipsetincenos|IP address]].
- Apply for license installation and fastDPI to [[dpi:techsupport_info|Service Desk]].
- After installing them, the following settings must be made in **''etc/dpi/fastdpi.conf''**: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
- Further settings are made depending on which components are to be used. The settings are described in the [[dpi:dpi_components|]] section.
=====Implementation scheme=====
{{ :dpi:dpi_components:platform:dpi_inst_spec:dpi_onstick:onstick.png?nolink&550 |}}