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 [2024/03/14 09:23] 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}} 
  
-View via fdpi_ctrl the number of active sessions and the assigned white address for a particular private address:  
-<code> 
-fdpi_ctrl list status --service 11 --ip 192.168.4.20 
-</code> 
-View via fdpi_ctrl the number of active sessions and the assigned white address for a particular 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>