Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:faq:dpi:bandwidth [2024/08/05 13:56] – elena.krasnobryzh | en:dpi:faq:dpi:bandwidth [2024/09/26 15:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======bandwidth====== | + | ====== |
+ | {{indexmenu_n> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | If a named profile is used for setting the tariff plan, simply change the tariff plan settings in this profile. These changes will automatically apply to all subscribers with this tariff plan name: | ||
+ | <code bash> | ||
+ | |||
+ | If the policing profiles are anonymous (without a name), you can switch one tariff to another as follows, using '' | ||
+ | <code bash> | ||
+ | |||
+ | or if a prepared list is available: | ||
+ | <code bash> | ||
+ | where '' | ||
+ | <code bash> | ||
+ | # cat my_rate10_ip.lst | ||
+ | 10.64.66.110 | ||
+ | 10.64.66.112 | ||
+ | 10.64.66.114 | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Diagnosing the issue of lack of bandwidth | ||
+ | - Enable the parameter '' | ||
+ | - Reload the configuration: | ||
+ | - Reload the bandwidth limitation rules: <code bash> | ||
+ | - Check: <code bash> | ||
+ | connecting 217.74.168.149: | ||
+ | |||
+ | 109.234.130.131 HTB | ||
+ | rrate=500000(4.00mbit) | ||
+ | rcburst=250000(2.00mbit) | ||
+ | ceil1=1.00mbit | ||
+ | ceil3=1.00mbit | ||
+ | ceil5=1.00mbit | ||
+ | ceil7=1.00mbit | ||
+ | rburst=125000(1.00mbit) rceil=375000(3.00mbit) | ||
+ | rcburst=187500(1.50mbit) | ||
+ | ceil1=1.00mbit | ||
+ | ceil3=1.00mbit | ||
+ | ceil5=1.00mbit | ||
+ | - Check the statistics log for this IP. If there is traffic for this IP, the log is not empty; if it is empty, traffic is not passing through SKAT, or the interface orientation is incorrect ('' | ||
+ | DSCP_actual stats Rcvd: [358187060 bytes][47.73 Mbit/sec] | ||
+ | [232589 pkts ][3,874.07 pkt/sec] | ||
+ | Drop: [354236960 bytes][98.90 %] | ||
+ | [230024 pkts ][98.90 %] | ||
+ | Send: [0 bytes][0.00 Mbit/sec] | ||
+ | [0 pkts ][0.00 pkt/sec] | ||
+ | Esnd: [0 err_pkts][0.00 %]</ | ||
+ | DSCP_actual stats Rcvd: [1018 bytes][0.00 Mbit/sec] | ||
+ | [10 pkts ][0.17 pkt/sec] | ||
+ | Drop: [0 bytes][0.00 %] | ||
+ | [0 pkts ][0.00 %] | ||
+ | Send: [828 bytes][0.00 Mbit/sec] | ||
+ | [9 pkts ][0.15 pkt/sec] | ||
+ | Esnd: [0 err_pkts][0.00 %] | ||
+ | |||
+ | [STAT ][2014/ | ||
+ | DSCP_actual stats Rcvd: [0 bytes][0.00 Mbit/sec] | ||
+ | [0 pkts ][0.00 pkt/sec] | ||
+ | Drop: [0 bytes][0.00 %] | ||
+ | [0 pkts ][0.00 %] | ||
+ | Send: [3950100 bytes][0.53 Mbit/sec] | ||
+ | [2565 pkts ][42.72 pkt/sec] | ||
+ | Esnd: [0 err_pkts][0.00 %]</ | ||
+ | </ | ||
+ | </ |