Hi Muhammad,

First of all you need to create "rate limits"(2Mb, 4Mb, etc). After, you need 
to create policies for each bandwidth profile. Inside each "policy-list" 
configuration you will put the rate limit that was created.

Follow a sample config,

ip rate-limit-profile "1M-one-rate" one-rate
 committed-rate 1024000
 committed-burst 128000
 excess-burst 256000
!
ip rate-limit-profile "2M-one-rate" one-rate
 committed-rate 2048000
 committed-burst 256000
 excess-burst 512000
!
ip policy-list i1024
classifier-group * precedence 10000
  rate-limit-profile "1M-one-rate"
  forward
!
ip policy-list i2048
classifier-group * precedence 10000
  rate-limit-profile "2M-one-rate"
  forward

Regards,

Thiago Lizardo de Moraes


Em 05/07/2011, às 13:11, Muhammad Rehan <[email protected]> escreveu:

> Dear Team,
> 
> I need some configuration help,On my Juniper BRAS E120 interface ,DSL users
> of diferent bandwidth profile come (say 1Mb , 2Mb etc , i have to
> configure 4 5 different bandwidth profiles .Can any one please forward me a
> sample config.
> 
> how to configure different profiles and apply on interface, as user request
> is forworded to radius and profiles with attributes are defined on radius.
> 
> Regards
> 
> MR
> _______________________________________________
> juniper-nsp mailing list [email protected]
> https://puck.nether.net/mailman/listinfo/juniper-nsp

_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to