Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:dpi:dpi_components:platform:dpi_dynamicip:start [2018/03/18 12:10] – created lexx26 | en:dpi:dpi_components:platform:dpi_dynamicip:start [2024/06/10 13:44] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 7 Dynamic IP subscribers' | ||
- | {{indexmenu_n> | ||
- | The nominal name (LOGIN) is used to control services and a channel for each subscriber that uses dynamic IP. This name is specified in [[subsman_cmd|control instructions]] by the respective parameter --login. [[dpi_db|UDR activation]] is required to support login name binding in DPI. | ||
- | |||
- | We recommend to use " | ||
- | |||
- | Execution of user's scripts by events of assignment and release of IP address has to be supported by other platforms for successful integration. For example the common DHCP server of Linux supports this functionality. Binding of IP address with LOGIN and removing of this link is handled by special commands. | ||
- | |||
- | Binding IP address and LOGIN: | ||
- | < | ||
- | fdpi_ctrl load --bind --user subscribers_name: | ||
- | </ | ||
- | |||
- | Removing of the link IP <-> login | ||
- | < | ||
- | fdpi_ctrl del --bind --login subscribers_name | ||
- | </ | ||
- | |||
- | To check the binded IP subscriber: | ||
- | < | ||
- | fdpi_ctrl list --bind --login subscribers_name | ||
- | </ | ||
- | |||
- | List all subscribers with binded IPs: | ||
- | < | ||
- | fdpi_ctrl list all --bind | ||
- | </ | ||