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:d...@webkom.se]
Sent: Monday, February 16, 2009 3:16 PM
To: Andrew Jimmy
Cc: juniper-nsp@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@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp



_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to