Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:dpi_options:opt_capture:capt_mgmt [2020/02/05 17:32] – ↷ Page moved from en:dpi:dpi_options:base_functionality:opt_capture:capt_mgmt to en:dpi:dpi_options:opt_capture:capt_mgmt lexx26 | en:dpi:dpi_options:opt_capture:capt_mgmt [2024/11/29 10:20] (current) – elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | |||
| ====== Management ====== | ====== Management ====== | ||
| + | {{indexmenu_n> | ||
| + | This service is configured for individual subscribers by '' | ||
| + | |||
| + | Instruction format: | ||
| + | <code bash> | ||
| + | fdpi_ctrl command --service 5 [Services_list] [IP_list] | ||
| + | </ | ||
| + | The instruction syntax and IP addresses specification methods are described in details here: [[en: | ||
| + | |||
| + | ===== Management of a default profile (service 5): ===== | ||
| + | |||
| + | - Enable the "white list" operation for the particular subscriber with **a default profile** (is specified in '' | ||
| + | fdpi_ctrl load --service 5 --ip 192.168.0.1 | ||
| + | </ | ||
| + | - Disable the "white list" operation for the particular subscriber:< | ||
| + | fdpi_ctrl del --service 5 --ip 192.168.0.1 | ||
| + | </ | ||
| + | |||
| + | ===== Management of a named profile (service 5): ===== | ||
| + | |||
| + | 1. In order to create **a named profile** and activate the locking service with a profile for several subscribers: | ||
| + | <code bash> | ||
| + | fdpi_ctrl load profile --service 5 --profile.name test_white --profile.json '{ " | ||
| + | </ | ||
| + | here the following profile settings using the json format are specified: | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | <note tip>The list can be placed both on an external resource - in this case it is loaded before it is used, and in a local file, for example, '' | ||
| + | |||
| + | 2. Connection of blocking service with a profile for multiple subscribers: | ||
| + | <code bash> | ||
| + | fdpi_ctrl load --service 5 --profile.name test_white --login user01</ | ||
| + | |||
| + | 3. To search for subscribers who have an activated alert service with the specified profile name: | ||
| + | <code bash> | ||
| + | fdpi_ctrl list all --service 5 --profile.name test_white</ | ||
| + | |||
| + | 4. To delete a named profile(there should be no subscribers using this profile): | ||
| + | <code bash> | ||
| + | fdpi_ctrl del profile --service 5 --profile.name test_white | ||
| + | </ | ||
| + | |||
| + | 5. Change of service (profile) settings (new settings are applied to all subscribers with the specified service profile): | ||
| + | <code bash> | ||
| + | fdpi_ctrl load profile --service 5 --profile.name test_white --profile.json '{ " | ||
| + | </ | ||
| + | |||
| + | ===== Management of a named profile (service 16): ===== | ||
| + | 1. In order to create **a named profile** and activate the locking service with a profile for several subscribers: | ||
| + | <code bash> | ||
| + | fdpi_ctrl load profile --service 16 --profile.name portal_info_1 --profile.json '{ " | ||
| + | </ | ||
| + | here the following profile settings using the json format are specified: | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | 2. Connection of blocking service with a profile for multiple subscribers: | ||
| + | <code bash> | ||
| + | fdpi_ctrl load --service 16 --profile.name portal_info_1 --ip 192.168.0.1 | ||
| + | fdpi_ctrl load --service 16 --profile.name portal_info_1 --login user01 | ||
| + | </ | ||
| + | |||
| + | <note tip>When the service is activated, only TCP traffic is blocked. To block UDP traffic as well, you must [[en: | ||
| + | |||
| + | 3. To search for subscribers who have an activated service with the specified profile name: | ||
| + | <code bash> | ||
| + | fdpi_ctrl list all --service 16 --profile.name portal_info_1</ | ||
| + | |||
| + | 4. To delete a named profile(there should be no subscribers using this profile): | ||
| + | <code bash> | ||
| + | fdpi_ctrl del profile --service 16 --profile.name portal_info_1 | ||
| + | </ | ||
| + | 5. Change of service (profile) settings (new settings are applied to all subscribers with the specified service profile): | ||
| + | <code bash> | ||
| + | fdpi_ctrl load profile --service 16 --profile.name portal_info_1 --profile.json '{ " | ||
| + | </ | ||