first ,sorry guys, i am new for using edgemax EdgeRouter Litev1.8.0 (now) and v1.8.5 (before), and i have very bad english....
now, i would like to set the IP 192.168.2.26 upload download speed in 2mbit ,this is using for my smartphone, i have marked this IP is follow the MAC address.
i have follow the page
EdgeMAX - Set traffic policies for upload, download and VoIP
but it can't set the speed in 2mbit i have used shaper and limiter
set traffic-policy shaper client-down bandwidth '1000mbit'
set traffic-policy shaper client-down class 2 bandwidth '2mbit'
set traffic-policy shaper client-down class 2 burst '1k'
set traffic-policy shaper client-down class 2 ceiling '2mbit'
set traffic-policy shaper client-down class 2 match ADDR ip destination address '192.168.2.26/32'
set traffic-policy shaper client-down class 2 queue-type 'fair-queue'
set traffic-policy shaper client-down default bandwidth '100%'
set traffic-policy shaper client-down default burst '1k'
set traffic-policy shaper client-down default ceiling '100%'
set traffic-policy shaper client-down default queue-type 'fair-queue'
commit
set traffic-policy limiter client-up class 1 bandwidth '2mbit'
set traffic-policy limiter client-up class 1 burst '1k'
set traffic-policy limiter client-up class 1 match ADDR ip source address '192.168.2.26/32'
set traffic-policy limiter client-up default bandwidth '1000mbit'
set interfaces ethernet eth1 traffic-policy in 'client-up'
commit
eth0 (lan) 192.168.1.0/24 (not in use)
eth1(WAN)
eth2 (lan) 192.168.2.0/24
now i restore the setting, whats should i do to get what i get?