RE: QoS Question?

From: Carlos Campos Torres \(ccampost\) (ccampost@cisco.com)
Date: Sun May 21 2006 - 17:10:56 ART


I don't remember if this question got answered already, but as far as I
know ip nbar protocol discovery is only to find which types of
applications have been running through a certain link, and it will
displays stats for that.
In MQC with NBAR, you just need to have CEF on and then match the
desired protocols so that you can do the traffic policying.

Hope I wasn't redundant on my answer to Godswill's questions.

And I totally agree with everyone's opinion. Please Gigi, put some more
effort, and that way with more accurate questions, I'm sure we will be
willing to help you, but I would re-read my CCNA and CCNP books first.

Regards,

Carlos Campos CCNP, CCDP
Associate Systems Engineer
Cisco Systems, Inc
(919) 392-6285
 

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Bobby
Sent: Sunday, May 21, 2006 12:58 PM
To: Godswill Oletu; gigi.ccie@gmail.com; ccielab@groupstudy.com
Subject: Re: QoS Question?

Don't you need to configure ip nbar protocol discovery on the incoming
interface or am I mistaken?
   
  

Godswill Oletu <oletu@inbox.lv> wrote:
  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:
To:
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
>
>



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