====== 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:
fdpi_ctrl command --service 2 [IP_list]
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:
fdpi_ctrl load --service 2 --cidr 192.168.0.0/24
Enable advertisements' blocking service to the subscriber 192.168.1.1:
fdpi_ctrl load --service 3 --ip 192.168.1.1
Disable advertisements' blocking service to the subscriber 192.168.1.1:
fdpi_ctrl del --service 3 --ip 192.168.1.1