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

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:dpi_brief:install_point_ssg:instruction_instal:start [2023/12/27 07:08] elena.krasnobryzhen:dpi:dpi_brief:install_point_ssg:instruction_instal:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== The SSG installation manual using INLINE installation scheme ====== 
-{{indexmenu_n>3}} 
  
-  - Prepare the server according to the [[en:dpi:dpi_brief:dpi_requirements:start|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:start|Service Desk]]. 
-  - After installing them, the following settings must be made in **''etc/dpi/fastdpi.conf''**:   
-    * Set up transit: <code bash> 
-in_dev=01:00.0 
-out_dev=01:00.1 
-#Scale factor is about 1 for every 1 Gigabit of bandwidth 
-scale_factor=10 
-timeout_check_dev=0 
- 
-#FastDPI Control 
-ctrl_port=29000 
-ctrl_dev=lo 
- 
-#Turn on UDR 
-udr=1 
-</code> 
-    * Statistics gathering: <code bash> 
-#FullNetflow/IPFIX 
-netflow=8 
-netflow_full_collector_type=2 
-netflow_dev=eth3 
-netflow_timeout=20 
-netflow_full_collector=172.18.254.124:1500 
-netflow_rate_limit=30 
-netflow_passive_timeout=40 
-netflow_active_timeout=120 
- 
-#ClickStream/IPFIX 
-ipfix_dev=eth3 
-ipfix_tcp_collectors=172.18.254.124:1501 
- 
-#SIP 
-ipfix_meta_tcp_collectors=172.18.254.124:1511 
-rlimit_fsize=32000000000</code> 
-  - Further settings are made depending on which components are to be used. The settings are described in the [[en:dpi:dpi_components:start|]] section.