Management [Документация 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_options:opt_advertising:ads_mgmt:start [2024/09/17 07:13] elena.krasnobryzhen:dpi:dpi_options:opt_advertising:ads_mgmt:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Management ====== 
-{{indexmenu_n>3}} 
-This service can be configured for Individual subscribers by [[en:dpi:dpi_components:platform:subscriber_management:subsman_cmd:start|fdpi_ctrl]] 
- 
-The format of the instruction: 
-<code> 
-fdpi_ctrl comand --service 2 [IP_list] 
-</code> 
-Instructions' syntax and IP addresses specification methods are described in details here: [[en:dpi:dpi_components:platform:subscriber_management:subsman_cmd:start|Control instructions]] 
- 
-**Examples:** 
- 
-Allow replacement of advertisements for the specified IP list: 
-<code> 
-fdpi_ctrl load --service 2 --cidr 192.168.0.0/24 
-</code> 
- 
-Enable advertisements' blocking service to the subscriber 192.168.1.1: 
-<code> 
-fdpi_ctrl load --service 3 --ip 192.168.1.1 
-</code> 
- 
-Disable advertisements' blocking service to the subscriber 192.168.1.1: 
-<code> 
-fdpi_ctrl del --service 3 --ip 192.168.1.1 
-</code> 
-