Re: QoS Question?

From: Godswill Oletu (oletu@inbox.lv)
Date: Sun May 21 2006 - 12:48:59 ART


Gigi,

Suggested answer below:

>
> How can I configure NBAR on one of my border routers to restrict bandwidth
of HTTP to only 500kbs? and FTP to >only 100kps? and give the rest of the
link to default traffic?
> Can some one show me a working example of this....
>
!
ip cef
!
class-map match-all http
 match protocol http
class-map match-all ftp
 match protocol ftp
!
policy-map nbar
 class http
  police cir 500000
    conform-action transmit
    exceed-action drop
 class ftp
  police cir 100000
    conform-action transmit
    exceed-action drop
 class class-default
  fair-queue
!
interface Serial0/0
 description Access to the internet
 ip address 1.1.1.1 255.0.0.0
 service-policy output nbar
!
>
>.... and give me a link where I can learn more about it?
>
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt1/qcfnbar.htm
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt4/qcfpoli.htm
>
>Also, how can I show my boss that it is working?
>
#show policy-map interface serial0/0 output class http
#show policy-map interface serial0/0 output class ftp
OR
#show policy-map interface serial0/0

HTH
Godswill Oletu

----- Original Message -----
From: <gigi.ccie@gmail.com>
To: <ccielab@groupstudy.com>
Sent: Sunday, May 21, 2006 11:07 AM
Subject: QoS Question?

> Friends,
>
> How can I configure NBAR on one of my border routers to restrict bandwidth
of HTTP to only 500kbs? and FTP to only 100kps? and give the rest of the
link to default traffic?
>
> Can some one show me a working example of this and give me a link where I
can learn more about it? Also, how can I show my boss that it is working?
>
> Thanks,
>
> gigi
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Thu Jun 01 2006 - 06:33:22 ART