Limit bandwith for indivindual ip's on 1.2.5?

Hi, I apply it as the example below.

 interfaces {
     ethernet eth0 {
         address dhcp
         description OUTSIDE
         duplex auto
         hw-id 52:54:00:ed:ee:f1
         smp-affinity auto
         speed auto
         traffic-policy {
             out EGRESS-LAB
         }
     }
     ethernet eth1 {
         address 172.25.1.1/24
         description INSIDE
         duplex auto
         hw-id 52:54:00:cc:06:f7
         smp-affinity auto
         speed auto
     }
     loopback lo {
     }
 }