en:dpi:dpi_components:platform:dpi_ipmulti:start [Документация 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:dpi_components:platform:dpi_ipmulti:start [2020/01/22 11:52] edrudichgmailcomen:dpi:dpi_components:platform:dpi_ipmulti:start [2024/06/10 13:46] (current) – removed elena.krasnobryzh
Line 1: Line 1:
-====== 8 Multiple IP subscribers' support ====== 
-{{indexmenu_n>8}} 
-DPI treats subscribers that use several IPs as one subscriber: set of services and bandwidth control are common for all subscriber's IPs. Typically it is a corporate subscriber. The channel and IP addresses' set is assigned to such subscriber. He distributes resources on his own. 
  
-The services and channel control is arranged by an assigned name (login). This name is specified in [[en:dpi:dpi_components:platform:subscriber_management:subsman_cmd:start| control instructions]] by the –login parameter. The UDR has to be [[en:dpi:dpi_components:platform:dpi_admin:admin_db:start#activating_the_built-in_database|activated]] to support DPI binding with login. 
- 
-Binding of IP addresses with login name is carried out by specific instruction: 
-<code> 
-fdpi_ctrl load --bind_multi --user subscribers_name:ip_address_or_block 
-</code>   
- 
-One can assign IP addresses one by one or by blocks: 
-<code bash> 
-192.168.0.1             a single IP 
-192.168.0.1-192.168.0.5 a range (inclusive) 
-192.168.0.0/30          CIDR 
-192.168.0.1,192.168.0.3 a list 
-2a00:0:0:0:7aac:c0ff:fea7:d4c/64 IPv6 subnet 
-</code> 
- 
-To remove all IPs bound to the login: 
-<code> 
-fdpi_ctrl del --bind_multi --login subscribers_name 
-</code>   
- 
-To remove one of IPs bound to the login: 
-<code> 
-fdpi_ctrl del --bind_multi --ip 192.168.0.1 
-</code>   
- 
-List all IPs bound to a subscriber with several IPs: 
-<code> 
-fdpi_ctrl list --bind_multi --login subscribers_name 
-</code>   
- 
-List all subscribers that have several IPs: 
-<code> 
-fdpi_ctrl list all --bind_multi 
-</code>