Page 1 of 1

Problem when used shaper change

Posted: 21 Mar 2018, 18:10
by andlui9
Hi, I think I found another problem, now in the shaper module. When configured with Cisco attributes, the shaper change command removes the speed control and does not restore or apply the desired one.

when first connect:

Code: Select all

 pppoe987 | mk.244   | 100.69.197.102 | 5000/2000  | eth2.2244:08:00:27:CA:2E:93 | 08:00:27:83:6A:3C | 5fc46810ee75b49c | 874B     | 362B     | active | pppoe | 00:01:39 
now, check with tc (before change): tc class show dev pppoe987

Code: Select all

class htb 1:1 root leaf 2: prio 0 rate 5Mbit ceil 5Mbit burst 8000b cburst 1534000b 
class fq_codel 2:72 parent 2: 
now, change and check: accel-cmd shaper change pppoe987 7000/3000 && tc class show dev pppoe987

Code: Select all

(empty)
 pppoe987 | mk.244   | 100.69.197.102 |            | eth2.2244:08:00:27:CA:2E:93 | 08:00:27:83:6A:3C | 5fc46810ee75b49c | 874B     | 362B     | active | pppoe | 00:02:15 
if using, for eg, Filter-ID, it works perfetly!