Is there any default priority of these numbered queues like if link is congested and packets are queuing in 0-8 different queues which one gonna be served first. Let's say, 3 packets are in queue 0 and 4 in queue 1 and 7 in queue 5, which one will be serialized first.
From: Sean Clarke [mailto:[email protected]] Sent: Monday, February 16, 2009 10:49 PM To: Andrew Jimmy Cc: 'Patrik Olsson'; [email protected] Subject: Re: [j-nsp] IOS to JUNOS QoS 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:[email protected]] Sent: Monday, February 16, 2009 3:16 PM To: Andrew Jimmy Cc: [email protected] 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 [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

