Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:opt_cgnat:cgnat_diagnostics [2026/03/25 13:46] – [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 217: | 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 ===== | ||