I think you did correct.

 

 

Always verify...use verification "show" now.

 


 


Date: Sun, 24 May 2009 08:38:13 -0700
From: [email protected]
To: [email protected]
Subject: [OSL | CCIE_RS] Vol 2 Sect 3 Task 8.1





The lab asks to configure a queue for traffic flowing over R9s serial interface 
with the following info:
FTP Traffic will use 20% bandwidth, etc.
 
The PG has custom queuing as the solution, but I used CBWFQ.  I was just 
checking to see if that would also be considered correct. 
 
class-map match-all TELNET
 match protocol telnet
class-map match-all HTTP
 match protocol http
class-map match-all FTP
 match protocol ftp
class-map match-all IPV6
 match protocol ipv6
 
policy-map QOS
 class FTP
  bandwidth percent 20
 class HTTP
  bandwidth percent 20
 class IPV6
  bandwidth percent 25
 class TELNET
  bandwidth percent 15
 
interface Multilink69
 max-reserved-bandwidth 100
 service-policy output QOS
 
Thanks,
Rich
_________________________________________________________________
Hotmail® has ever-growing storage! Don’t worry about storage limits.
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009

Reply via email to