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_li:li_ctrl:start [2020/02/12 11:34] – edrudichgmailcom | en:dpi:dpi_options:opt_li:li_ctrl:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 4 Management ====== | ||
- | {{indexmenu_n> | ||
- | One can control start and stop of the recording on the platform by SM fdpi_ctrl utility when the parameter ajb_reserved=1 is set: | ||
- | <code bash> | ||
- | fdpi_ctrl setenv --ajb_save_url | ||
- | fdpi_ctrl setenv --ajb_save_udpi 1 | ||
- | </ | ||
- | |||
- | Recording subscriber traffic in PCAP((due to an error in version 8.3, you need to enable the ajb_save_ip=127.127.127.127 setting on a null address to initialize the recording subsystem )) | ||
- | |||
- | To activate: | ||
- | <code bash> | ||
- | fdpi_ctrl load --service 12 --ip 192.168.1.1 | ||
- | fdpi_ctrl load --service 12 --login USER101 </ | ||
- | To stop: | ||
- | <code bash> | ||
- | fdpi_ctrl del --service 12 --ip 192.168.1.1 | ||
- | fdpi_ctrl del --service 12 --login USER101 | ||
- | </ | ||
- | All subscriber traffic is recorded. The PCAP file is located according to the path specified in the basic ajb_udpi_path setting. | ||
- | |||
- | To quickly find data in a PCAP file, you can create a file with indexed data by turning on the settings in /// | ||
- | <code bash> | ||
- | ajb_pcap_ind_mask=1 | ||
- | </ | ||
- | Here: | ||
- | * 0 - index is not created (default value) | ||
- | * 1 - IPv4 | ||
- | * 2 - IPv6 | ||
- | * 3 - both IPv4 and IPv6. | ||
- | |||
- | If other recording methods are enabled for this subscriber (ajb_save_udpi or ajb_save_ip), |