en:dpi:dpi_options:opt_bandwidth_mgmt:bandwidth_troubleshooting: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_options:opt_bandwidth_mgmt:bandwidth_troubleshooting:start [2023/08/30 09:54] elena.krasnobryzhen: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>4}} 
- 
-==== 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's bandwidth accortding to the tariff plan]]: 
- 
-  fdpi_ctrl list all --policing | grep 'rrate=1250000(10.00mbit)' |  awk '{ print $1}'>ll.tmp; fdpi_ctrl load --policing policing.htb.cng --file ll.tmp; 
- 
-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