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 [2020/02/05 17:31] – ↷ Page moved from en:dpi:dpi_options:base_functionality:opt_advertising:ads_mgmt to en:dpi:dpi_options:opt_advertising:ads_mgmt lexx26en:dpi:dpi_options:opt_advertising:ads_mgmt [2024/11/29 10:18] (current) elena.krasnobryzh
Line 1: Line 1:
 +{{tag>Services "Service 2" Advertising "Service 3" "Ad Blocking"}}
 ====== Management ====== ====== Management ======
 +{{indexmenu_n>3}}
 +This service can be configured for Individual subscribers by [[en:dpi:dpi_components:platform:subscriber_management:subsman_cmd|fdpi_ctrl]]
 +
 +The format of the instruction:
 +<code>
 +fdpi_ctrl command --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|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>
 +