Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:filtration_ctrl [2015/05/12 09:45] – external edit 127.0.0.1 | en: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, | ||
- | |||
- | < | ||
- | |||
- | As a result, this service is configured on level of individual subscribers by [[subsman_cmd|fdpi_ctrl]]. | ||
- | |||
- | Instruction format: | ||
- | < | ||
- | fdpi_ctrl command --service 4 [IP_list] | ||
- | </ | ||
- | 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: | ||
- | < | ||
- | fdpi_ctrl load --service 4 --cidr 192.168.0.0/ | ||
- | fdpi_ctrl del --service 4 --ip 192.168.0.1 | ||
- | </ | ||
- | |||
- | Enable the service for an independent system AS50538: | ||
- | < | ||
- | fdpi_ctrl load --service 4 --cidr 37.110.240.0/ | ||
- | </ | ||
- | |||