Displaying 20 results from an estimated 20000 matches similar to: "Calculate GRED Parameters"
2005 Dec 05
0
GRED & HTB
Hi, I am tring to setup AF on my router using GRED/HTB. I plan to mark and set the DSCP with iptables and the ingress qdisc to set the tc_index for the proper GRED vq(1-12).
My question is: Is there a way to allow for priority between the af classes and within the af classes?
also would it be possible to to the following:
HTB(6Mb)
|
GRED(1)grio
HTB1 (af1) (1MB)
GRED(1-3)grio
|
2005 Dec 07
0
HTB and GRED for AF and EF services
Hi, just wondering if this type of configuration would be possible for using AF and EF classes.
HTB (6.0M)
--GRED 5 (AF1)
--HTB(1M) [is it possible to have this with a 1M rate and a 6M ceiling?]
--GRED [3 greds using grio]
VQ1 -3
--GRED 4 (AF2)
--HTB(1M)
--GRED
VQ1 -3
--GRED 3 (AF3)
--HTB(1M)
2006 Oct 18
2
Errors with GRED after upgrading to 2.6.18 kernel
ALL:
<<diffserv-gred_10-06>>
I have attached the current script that I am using.
$TC qdisc add dev $EDEV parent 2:20 gred setup DPs 3 default 2 grio
$TC qdisc change dev $EDEV parent 2:20 gred DP 1 limit $lim min $minTh
max $maxTh avpkt $avgPL burst $bursty bandwidth $netBand probability
0.02 prio 2
$TC qdisc change dev $EDEV parent 2:20 gred DP 2 limit $lim min $minTh
max
2006 Jan 10
2
Gred/dsmark/htb
Hi, I am trying to get assured forwarding/expedited forwarding with gred and htb working. Below is the script I am using.
The following steps are what I thing is how the script works. My problem is that if I remove the HTB qdisc from the script and have the GREDS parent as the dsmark it works, but when I add the htb as a parent of GRED and DSmark the parent of htb it does not work?
Any
2004 Dec 30
2
HTB + GRED (santa clauss plz help me out)
I ''ve been trynig for a long time now to make HTB and GRED to work togethen.
The problem beeing that GRED doesn''t use handles (instead it uses DP:1 DP:2
etc) i can not preperly filter traffic to them.
Tomas Graf suggested to use the tc_index index of u32 classifier
so dear Sant .. i am currently with the following scripts that works!
But when i try to add an HTB before the
2005 Mar 17
0
cbq + gred doesn''t drop packets
Hi i have configured my server with cbq and gred. The
problem is that the cbq doesnt drop packets. The cbq
is configured at a rate of 500Kbit
"qdisc cbq 4: rate 500000bit (bounded,isolated) prio
no-transmit
Sent 100103048 bytes 73933 pkts (dropped 0,
overlimits 0)
borrowed 0 overactions 0 avgidle 24000 undertime 0
"
The traffic that being generated is more than 5Mbit
with the
2004 Dec 29
0
VQs in Gred!
Hello,
We know, VQs are used in Gred to offer different schedulers, in order to make
clear what the
VQs are, I have read the sch_gred.c in net/sched/. In the function gred_enqueue(),
at first it will
find the VQ(q) according to the lower four bits of the skb->tc_index, then some
parameters of the
q is modified, such as q->packetsin and q->bytesin. At last the packet was put
into the
2004 Dec 07
0
GRED and HTB
Has anyone ever managed to use GRED and HTB ?
Been googling all over the net for hours and did not manage to find any proper
implementation.
In my case all AF traffic goes into VQ 3
In opalsoft afhtb example traffic goes into VQ 1 & 2
any script will do just fine for me
Thanks in advance ,
Antonio
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2005 Jun 04
0
GRED queuing discipline with grio
Hi,
In the GRED queueing discipline of linux traffic control, we can
define around 16 Virtual Queues with different RED parameters for each
one of these. As far as I think, while applying RED on each of the
virtual queues, with the grio option set, quave(the average queue
length) of a virtual queue with priority= n is given by the sum of the
virtual queues with priority greater than n ... I have
2004 Jul 10
0
[Fwd: Re: RED/GRED implementation for InBound Traffic Control (from ISP)]
Sorry all, this is the missing email that I referred to previously. I
inadvertently sent it only to the original poster rather than the list.
Sorry for the wasted b/w for those who don''t care...
Ed W
-------- Original Message --------
Subject: Re: [LARTC] RED/GRED implementation for InBound Traffic
Control (from ISP)
Date: Fri, 09 Jul 2004 22:04:30 +0100
From: Ed Wildgoose
2007 Mar 05
0
QoS IP precedence and Diffserv combination
All:
I am tasked with creating an environment in which DiffServ and IP
precedence is handled as close to RFC specification as possible. I have
a few problems with implementing this based on current queueing
structure. Here are a few of my questions.
1.) Is there any way to get DiffServ AF drop levels without using
DSMARK and GRED?
Ex.
AF11 Gred DP 1
AF12 Gred DP 2
AF13 Gred DP 3
2.)
2004 Jul 09
1
RED/GRED implementation for InBound Traffic Control (from ISP)
Hi all,
Can anyone show me pointers on how to get this implemented on a Linux
box with tc rules?
I also want to know, just how efficient is this Algorithm. AFAIK,
inbound traffic control can''t really be achieved without losing
bandwidth.
In some of the howtos'' I''ve read, one guy had to limit his downspeed to
1/2 his bandwidth to actually control it. And he was saying
2005 Jan 24
0
greb + htb debug
Good morning i want to enable some debug messages
concering htb and gred. The reason is that i want to
see the journey of the ip packet through the 2.6
kernel from the start to finish (ethernet interface up
to htb and gred classification).
In the sch_htc.c i have found the following
/* debugging support; S is subsystem, these are
defined:
0 - netlink messages
1 - enqueue
2 - drop &
2006 Apr 10
4
EF & AF filters with HTB
Hello all,
Please could someone help me with this, I have been trying for days to
get this to work. I would like to have BE, AF & EF classes with HTB
qdisc.
I can''t find any scripts online where this has been done.
If I enable this filter:
#tc filter add dev eth0 parent 2:0 protocol ip prio 1 \
#tcindex mask 0xf0 shift 4 pass_on
then BE & AF classification seems to be fine but
2006 Sep 27
1
HTB root rate allowing to much of a burst
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From: Flechsenhaar, Jon J
Sent: Wednesday, September 27, 2006 10:30 AM
To: lartc@mailman.ds9a.nl
Subject: FW: [LARTC] 2.6.14 - HTB/SFQ QoS broken?
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From:
2005 May 14
2
New queing discipline
I want to implement a new queuing discipline for the tool tc. The new
queuing discipline would support the application of multiple threads
on the same queue with different kinds of traffic. Each kind of packet
will have its own drop probability but while calculating the average
queue length, the no. of packets in the queue will be equal to the
sum of the individual no. of packets(of the different
2004 Oct 01
0
unsubscribe
Dnia 2004-10-01 07:11, U¿ytkownik lartc-request@mailman.ds9a.nl napisa³:
>Send LARTC mailing list submissions to
> lartc@mailman.ds9a.nl
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://mailman.ds9a.nl/mailman/listinfo/lartc
>or, via email, send a message with subject or body ''help'' to
> lartc-request@mailman.ds9a.nl
>
>You can
2004 May 29
1
problem with 2.4.26 debian+vpn+qos+netfilter
hi
i am running Debian/GNU Linux with 2.4.26 kernel and radius server
my kernel conf looks like this
<*> Packet socket
[ ] Packet socket: mmapped IO
< > Netlink device emulation
[*] Network packet filtering (replaces ipchains)
[*] Network packet filtering debugging
[ ] Socket Filtering
<*> Unix domain sockets
[*] TCP/IP networking
[*] IP: multicasting
[*] IP: advanced
2005 Feb 16
9
DSCP, ToS and Egress
I''m successfully using HTB + GRED to shape traffic based on the DSCP field. I
would like to strip the DSCP and possibly replace it with normal ToS bits on
egress traffic leaving my network. Leaving DSCP set is pointless, and could
potentially cause problems with some ISPs that use DSCP internally I suppose.
Setting ToS bits would seem ideal as most networks still honor it to varying
2006 Sep 27
0
FW: 2.6.14 - HTB/SFQ QoS broken?
Please see below
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
-----Original Message-----
From: Flechsenhaar, Jon J
Sent: Wednesday, September 27, 2006 9:35 AM
To: lartc@mailman.ds9a.nl
Subject: [LARTC] 2.6.14 - HTB/SFQ QoS broken?
Jody:
I don''t know if you answer basic HTB questions but I''l try anyway. I''m
implementing AF and EF with a