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

Reply via email to