Limit bandwith for indivindual ip's on 1.2.5?

Hallo there if you check my Thread you will see i have a example there… The example at the bottom limits the user to 1800kbps…

set traffic-policy shaper CLIENT_QOS class 100 bandwidth ‘35%’
set traffic-policy shaper CLIENT_QOS class 100 burst ‘2kb’
set traffic-policy shaper CLIENT_QOS class 100 ceiling ‘100%’

set traffic-policy shaper CLIENT_QOS default bandwidth ‘65%’
set traffic-policy shaper CLIENT_QOS default burst ‘2kb’
set traffic-policy shaper CLIENT_QOS default ceiling ‘100%’
set traffic-policy shaper CLIENT_QOS class 100 queue-type ‘fq-codel’

set traffic-policy shaper EGRESS_QOS bandwidth ‘1800kbit’

set traffic-policy shaper EGRESS_QOS class 100 bandwidth ‘35%’
set traffic-policy shaper EGRESS_QOS class 100 burst ‘2kb’
set traffic-policy shaper EGRESS_QOS class 100 ceiling ‘100%’
set traffic-policy shaper EGRESS_QOS class 100 match CLIENT1 ip source address ‘192.168.4.70/24’
set traffic-policy shaper EGRESS_QOS class 100 queue-type ‘fq-codel’
set traffic-policy shaper EGRESS_QOS default bandwidth ‘65%’
set traffic-policy shaper EGRESS_QOS default burst ‘2kb’
set traffic-policy shaper EGRESS_QOS default ceiling ‘100%’
set traffic-policy shaper EGRESS_QOS default queue-type ‘fq-codel’

set interfaces ethernet eth0 traffic-policy out ‘EGRESS_QOS’