[j-nsp] IOS to JUNOS QoS

Sean Clarke sean at clarke-3.demon.nl
Mon Feb 16 12:48:36 EST 2009


You have to enable it ... by default the PIC only has 4 queues available.

i.e.
set chassis fpc 1 pic 0 max-queues-per-interface 8

cheers




On 2/16/09 6:33 PM, Andrew Jimmy wrote:
> Thanks for your reply. Can you let me know the way to use 8 supported Queues
> instead of 4 usable queues.
>
> CoS queues     : 8 supported, 4 maximum usable queues
>
>
>
>
> -----Original Message-----
> From: Patrik Olsson [mailto:df at webkom.se]
> Sent: Monday, February 16, 2009 3:16 PM
> To: Andrew Jimmy
> Cc: juniper-nsp at puck.nether.net
> Subject: Re: [j-nsp] IOS to JUNOS QoS
>
> class-of-service {
> 	schedulers {
> 		FTP {
> 			transmit-rate percent 20;
> 			}
> 		HTTP {
> 			transmit-rate percent 20;
> 			}
> 		}
>
> 	scheduler-map test-policy {
> 		forwarding-class FTP-class scheduler FTP;
> 		forwarding-class HTTP-class scheduler HTTP;
> 		}
>
> 	forwarding-classes {
> 		queue 0 best-effort;
> 		queue 1 FTP-class;
> 		queue 2 HTTP-class;
> 		queue 3 network-control;
> 		}
>
> 	interface se-0/0/0 {
> 		unit 0{
> 			scheduler-map test-policy;
> 			}
> 		}
>
>   }
>
>
> Of course you need to classify the traffic to FTP-class and HTTP-class
> either via class-of-service and classifier stanza, or via firewall
> filter on ingress/egress.
>
> Cheers
> Patrik
>
> Andrew Jimmy wrote:
>    
>> What is the equivalent  to this in JUNOS, keeping in mind that I'm not
>> pasting classes intentionally.
>>
>>
>>
>> Policy-map test-policy
>> Class FTP
>> Bandwidth percent 10
>> Class HTTP
>> Bandwidth percent 20
>> !
>> Interface Serial 0/0/0
>> Bandwidth 1536
>> service-policy output test-policy
>>
>> _______________________________________________
>> juniper-nsp mailing list juniper-nsp at puck.nether.net
>> https://puck.nether.net/mailman/listinfo/juniper-nsp
>>      
>
>
>    



More information about the juniper-nsp mailing list