Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:opt_cgnat:сgnat_info:start [2023/08/28 13:59] – elena.krasnobryzh | en:dpi:opt_cgnat:сgnat_info:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Info commands ====== | ||
- | {{indexmenu_n> | ||
- | To show the number of active sessions and a public address assigned for a given private one using fdpi_ctrl: | ||
- | < | ||
- | fdpi_ctrl list status --service 11 --ip 192.168.4.20 | ||
- | </ | ||
- | A similar command is used to retrieve the login: | ||
- | < | ||
- | fdpi_ctrl list status --service 11 --login UserName | ||
- | </ | ||
- | |||
- | To show the number of active sessions for all the addresses using fdpi_ctrl: | ||
- | < | ||
- | fdpi_ctrl list all status --service 11 | ||
- | </ | ||
- | |||
- | To show the nat profile statistics using fdpi_ctrl: | ||
- | < | ||
- | fdpi_ctrl list status --service 11 --profile.name nat_test | ||
- | </ | ||
- | |||
- | To show the dump nat profile statistics using fdpi_cli: | ||
- | < | ||
- | fdpi_cli -r 127.0.0.1: | ||
- | </ |