en:filtration_ctrl [Документация 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:filtration_ctrl [2015/05/12 09:45] – external edit 127.0.0.1en:filtration_ctrl [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-In order to filter a traffic of some particular subscribers, or exclude filtering of transit traffic, or provide filtering to other operators as a service - you will need to activate Subscriber Management to control this service. Please add configuration parameter to the file /etc/dpi/fastdpi.conf to activate: 
- 
-<code>black_list_sm=1</code> 
- 
-As a result, this service is configured on level of individual subscribers by [[subsman_cmd|fdpi_ctrl]]. 
- 
-Instruction format: 
-<code> 
-fdpi_ctrl command --service 4 [IP_list] 
-</code> 
-You can find more details on the instruction syntax and IP specification methods here: [[subsman_cmd|Control instructions]] 
- 
-Examples: 
- 
-Activate the service for all subscribers and switch filtering off for an administrator: 
-<code> 
-fdpi_ctrl load --service 4 --cidr 192.168.0.0/24 
-fdpi_ctrl del --service 4 --ip 192.168.0.1 
-</code> 
- 
-Enable the service for an independent system AS50538: 
-<code> 
-fdpi_ctrl load --service 4 --cidr 37.110.240.0/21 --cidr 109.235.216.0/21 
-</code> 
-