Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:dpi:dpi_components:platform:subscriber_management:dpi_ipmulti:start [2018/07/10 22:52] – created kvazikrav | en:dpi:dpi_components:platform:subscriber_management:dpi_ipmulti:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 8 Support for subscribers with multiple IP ====== | ||
- | {{indexmenu_n> | ||
- | Subscribers with multiple IPs are treated by DPI as one subscriber: services and available bandwidth management are common to all the IPs belonging to such a subscriber. Often such a subscriber is a corporate user who was given a channel and an IP addresses set, and then he autonomously allocates the available resources. | ||
- | |||
- | Service and channel management for such a subscriber is performed by a codename (login) specified in [[dpi: | ||
- | To support the DPI login binding feature you need to [[en: | ||
- | |||
- | The binding of IP addresses with this name is performed using the special command | ||
- | < | ||
- | fdpi_ctrl load --bind_multi --user subscriber_name: | ||
- | </ | ||
- | |||
- | IP addresses can be assigned to a subscriber as a single IP address or by IP addresses range: | ||
- | < | ||
- | 192.168.0.1 | ||
- | 192.168.0.1-192.168.0.5 | ||
- | 192.168.0.0/ | ||
- | 192.168.0.1, | ||
- | 2a00: | ||
- | </ | ||
- | |||
- | To delete all the IPs associated with login | ||
- | < | ||
- | fdpi_ctrl del --bind_multi --login subscriber_name | ||
- | </ | ||
- | |||
- | Deleting one of the IPs associated with login | ||
- | < | ||
- | fdpi_ctrl del --bind_multi --ip 192.168.0.1 | ||
- | </ | ||
- | |||
- | To list all the IP addresses belonging to subscriber with multiple IPs | ||
- | < | ||
- | fdpi_ctrl list --bind_multi --login subscriber_name | ||
- | </ | ||
- | |||
- | To list all the subscribers with multiple IPs | ||
- | < | ||
- | fdpi_ctrl list all --bind_multi | ||
- | </ | ||