Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:dpi_options:opt_bandwidth_mgmt:bandwidth_troubleshooting:start [2023/08/30 09:54] – elena.krasnobryzh | en:dpi:dpi_options:opt_bandwidth_mgmt:bandwidth_troubleshooting:start [2024/07/29 12:52] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Troubleshooting ====== | ||
- | {{indexmenu_n> | ||
- | |||
- | ==== How to apply another tariff plan to a set of subscribers? | ||
- | |||
- | If you have used a named profile to set a tariff plan, it's enough to change the tariff plan settings in this profile and they will be automatically applied to all subscribers within the given tariff plan name | ||
- | |||
- | fdpi_ctrl load profile --policing rate_10_night.cfg --profile.name tariff_plan_10 | ||
- | |||
- | In case of anonymous policing profiles (without a name) you have to change the tariff plan as follows, an example for rate10.cfg bp discussed in [[qs_diagnostics|Managing the subscriber' | ||
- | |||
- | fdpi_ctrl list all --policing | grep ' | ||
- | |||
- | or in case you have previously prepared list: | ||
- | |||
- | fdpi_ctrl load --policing policing.htb.cng --file my_rate10_ip.lst | ||
- | |||
- | here my_rate10_ip.lst file contains the list of IPs, such as follows: | ||
- | # cat my_rate10_ip.lst | ||
- | 10.64.66.110 | ||
- | 10.64.66.112 | ||
- | 10.64.66.114 | ||