Info commands [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:opt_cgnat:сgnat_info:start [2023/08/28 13:59] elena.krasnobryzhen: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>3}} 
  
-To show the number of active sessions and a public address assigned for a given private one using fdpi_ctrl: 
-<code> 
-fdpi_ctrl list status --service 11 --ip 192.168.4.20 
-</code> 
-A similar command is used to retrieve the login: 
-<code> 
-fdpi_ctrl list status --service 11 --login UserName 
-</code> 
- 
-To show the number of active sessions for all the addresses using fdpi_ctrl: 
-<code> 
-fdpi_ctrl list all status --service 11 
-</code> 
- 
-To show the nat profile statistics using fdpi_ctrl: 
-<code> 
-fdpi_ctrl list status --service 11 --profile.name nat_test 
-</code> 
- 
-To show the dump nat profile statistics using fdpi_cli: 
-<code> 
-fdpi_cli -r 127.0.0.1:29001 nat dump whaddr queue test_nat_cgnat 
-</code>