Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:opt_cgnat:cgnat_diagnostics [2026/03/24 15:16] – [Output of public addresses statistics] elena.krasnobryzh | en:dpi:opt_cgnat:cgnat_diagnostics [2026/03/25 13:50] (current) – [List of NAT Translations] elena.krasnobryzh | ||
|---|---|---|---|
| Line 187: | Line 187: | ||
| thr_dthr_lalfs - how many ports were created in one worker thread but used in another from ' | thr_dthr_lalfs - how many ports were created in one worker thread but used in another from ' | ||
| </ | </ | ||
| - | |||
| - | The output format is the same. | ||
| - | < | ||
| - | fdpi_ctrl list status --service 11 --ip 192.168.4.20 | ||
| - | Autodetected fastdpi params : dev=' | ||
| - | connecting 94.140.198.68: | ||
| - | |||
| - | ================================ | ||
| - | 192.168.4.20 | ||
| - | </ | ||
| - | |||
| - | **Output:** | ||
| - | < | ||
| - | 192.168.4.20 - private IP | ||
| - | crcip=0xd649d853 - CRC of the private IP | ||
| - | nttype=0 | ||
| - | profile=' | ||
| - | itrnsl=0 - internal index of the converter private< | ||
| - | itrnsld=0 | ||
| - | whiteip=94.140.198.86 - public address | ||
| - | sess_tcp=127 | ||
| - | active_sess_tcp=0 - Number of active NAT translations for TCP | ||
| - | sess_udp=108 | ||
| - | active_sess_udp=1 - Number of active NAT translations for UDP | ||
| - | indmtd=4 | ||
| - | |||
| - | fdpi_ctrl list status --service 11 --ip 192.168.4.20 --outformat=json | ||
| - | fdpi_ctrl list status --service 11 --ip 192.168.4.20 --outformat=json | ||
| - | |||
| - | fdpi_ctrl list all status --service 11 | ||
| - | fdpi_ctrl list all status --service 11 --outformat=json | ||
| - | </ | ||
| - | The format is the same. | ||
| - | |||
| - | |||
| ====List of NAT Translations==== | ====List of NAT Translations==== | ||
| Tracking translation lifetime. Displays a list of all NAT translations for the specified internal IP address.\\ | Tracking translation lifetime. Displays a list of all NAT translations for the specified internal IP address.\\ | ||
| Line 252: | Line 217: | ||
| external_port | external_port | ||
| active | active | ||
| + | </ | ||
| + | |||
| + | =====Legend for the NAT statistics view by subscriber===== | ||
| + | |||
| + | Command: | ||
| + | < | ||
| + | |||
| + | Sample output: | ||
| + | < | ||
| + | fdpi_ctrl list status --service 11 --ip 192.168.4.20 | ||
| + | Autodetected fastdpi params : dev=' | ||
| + | connecting 94.140.198.68: | ||
| + | |||
| + | ================================ | ||
| + | 192.168.4.20 | ||
| + | </ | ||
| + | |||
| + | Legend: | ||
| + | < | ||
| + | 192.168.4.20 - private IP | ||
| + | crcip=0xd649d853 - CRC of the private IP | ||
| + | nttype=0 | ||
| + | profile=' | ||
| + | itrnsl=0 - internal index of the converter private< | ||
| + | itrnsld=0 | ||
| + | whiteip=94.140.198.86 - public address | ||
| + | sess_tcp=127 | ||
| + | active_sess_tcp=0 - Number of active NAT translations for TCP | ||
| + | sess_udp=108 | ||
| + | active_sess_udp=1 - Number of active NAT translations for UDP | ||
| + | indmtd=4 | ||
| + | |||
| + | fdpi_ctrl list status --service 11 --ip 192.168.4.20 --outformat=json | ||
| + | fdpi_ctrl list status --service 11 --ip 192.168.4.20 --outformat=json | ||
| + | |||
| + | fdpi_ctrl list all status --service 11 | ||
| + | fdpi_ctrl list all status --service 11 --outformat=json | ||
| </ | </ | ||
| ===== Key to command to view NAT profile statistics via fdpi_ctrl ===== | ===== Key to command to view NAT profile statistics via fdpi_ctrl ===== | ||