Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > CBWFQ

Reply
Thread Tools

CBWFQ

 
 
achilles_mj
Guest
Posts: n/a
 
      07-24-2007
Hi, Could you please help me with configuration router 1721 and CBWFQ.

I have ADSL 1Mbps Internet connection and 2 users (user1,user2)
I would like to guarantee fast downloading to user1.
User2 should have only 25% of speed if user1 need speed and full speed
if user1 not use.

Router is configured (Nat) and simple CBWFQ.
Could you please set up correctly CBWFQ.
This is my part of my configuration:

class-map match-any user1
match access-group name user1
class-map match-any user2
match access-group name user2
!
policy-map pm_lan2internet
class user2
bandwidth 100
shape average 300000 32768 32768
class user1
bandwidth 800
class class-default
fair-queue 64
!

ip access-list extended user1
permit ip any host 192.168.0.3
ip access-list extended user2
permit ip any host 192.168.0.4

!
interface FastEthernet0
description LAN interface
ip address 192.168.0.1 255.255.255.0
service-policy output pm_lan2internet


Thanks for help

 
Reply With Quote
 
 
 
 
James
Guest
Posts: n/a
 
      07-25-2007
Hi,

I don't think that you can do what you want to do with CBWFQ as your
router does not have any control over the date rate that it recieves
from the Internet.

QOS is normally implemented on the transmit leg of the link, the
theory being that if you control the transmit leg of all destiantions
you can control the traffice rate. Although you can implement an
incoming QOS policy this is generally not recommended.

James

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
QOS drops in LLQ/CBWFQ queues opensource Cisco 4 05-27-2006 09:40 PM
NetFlow and CBWFQ - granular view? Spencer Teran Cisco 2 07-09-2005 09:59 PM
CBWFQ scheduling kent_plummer@hotmail.com Cisco 0 07-08-2005 04:32 AM
No CBWFQ on subint? Ronald de Leeuw Cisco 2 10-02-2004 02:45 AM
cbwfq and atm/dsl bridging, 3620, ios12.3 Carl Byington Cisco 6 01-28-2004 05:15 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57