[j-nsp] IOS to JUNOS QoS

Andrew Jimmy good1 at live.com
Mon Feb 16 12:33:33 EST 2009


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


-- 

//Patrik

Webkom
http://www.webkom.se

+46 (0)709 35 22 99
+46 (0)8 559 26 488





More information about the juniper-nsp mailing list