Displaying 20 results from an estimated 2000 matches similar to: "QoS prio queuing"
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.)
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:
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
2007 Aug 06
4
Marking and remarking of incoming traffic
I can use DSMARK to mark on the Egress side. Is there a way to
mark/change the DSCP value of an incoming packet on the ingress side?
Thanks.
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
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
2006 Oct 11
1
HTB_HYSTERESIS
All:
I have been told that HTB_HYSTERESIS might have some effect on rate
calculations. This file is usually in
/usr/src/linux/net/sched/sch_htb.c. If I change this file I have to
re-compile. I am not quite sure how to do this.
Can someone list the steps necessary to re-compile or point me to a doc
that explains how to do so. Thanks.
Jon Flechsenhaar
Boeing WNW Team
Network Services
2005 Jul 27
13
HTB and PRIO qdiscs introducing extra latency when output interface is saturated
Im using a Linux machine with standard pc hardware with 3 seperate PCI
network interfaces to operate as a DiffServ core router using Linux
traffic control. The machine is a P4 2.8ghz, 512mb RAM running fedora
core 3 with the 2.6.12.3 kernel. All links and network interfaces are
full duplex fast ethernet. IP forwarding is enabled in the kernel. All
hosts on the network have their time sychronised
2007 Feb 28
1
Data rate with HTB
Dear all,
I''m making a script to implement DiffServ policies with HTB. Here it is :
if test $1 = "help" -o $1 = "h" -o $# != 5
then
echo "usage: ds.sh <DEVICE> <DS_RATE> <EF_RATE> <AF_RATE> <BE_RATE>"
exit
fi
DEV=$1
DS_RATE=$2
EF_RATE=$3
AF_RATE=$4
BE_RATE=$5
sync
tc qdisc del root dev $DEV
tc qdisc add dev $DEV root handle
2006 Dec 11
1
Limit pps not just bandwidth (kbps) on ingress
I want to limit pps (packets per second) not just bandwidth on the
ingress side. I can do this using IP tables but I''m curious if there is
a way to do this with TC.
Thanks.
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
2005 Dec 14
1
mgen & tc
Hello,
I have the following proplem. My DiffServ configuration is working fine
when I do ping, but when I use mgen the packets are not detected at the
core router.
Here is my core router configuration:
#!/bin/bash
tc qdisc add dev eth1 handle 1:0 root dsmark indices 64 set_tc_index
tc filter add dev eth1 parent 1:0 protocol ip prio 1 tcindex mask 0xfc
shift 2
tc qdisc add dev eth1 parent
2007 Jul 31
0
IntServ QoS question
I''m using KOM_RSVP
I''m trying to figure out what trigures and RSVP session. When I send
traffic with a certain utility the RSVP PATH, RESV, and CONF message is
sent. How does the Deameon know to setup a connection though? There is
something internal at the client source happening. I just haven''t
figured it out yet. Is it listening to a certain port? Any help would
2006 Oct 04
1
QoS HTB burst and cburst parameters-FLEX
All:
Does anyone know what the burst and cburst parameter do?
My understanding so far:
* I see a lot of different definitions on the web. It
seems like burst is the number of bytes sent before serving other
queues/classes. So if burst was 1000 bytes and class rate was 100kibit
per second. It would send 1000 bytes each time the scheduler service
that queue to a rate of 100 kbit per
2005 Jul 06
0
Diffserv using HTB or PRIO qdiscs as basis for EF phb
Im experimenting with using a Linux machine with 3 interfaces to operate
as a core router. All links and network interfaces are 100mbit. Below is
a ascii diagram of the network.
(network A) edge router ------>core router---->edge router (network C)
^
|
|
edge router
(network B)
I have tried two
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
2005 Jul 08
2
P2P shaping, won''t work
Hello, its me again, I won''t stop sending emails to this list, until I solve
this problem, I''ve tried several apps to create the right htb rules (even
made them my self), but I always get the same results, traffic gets shaped,
but I can''t use my bandwidth, and this is weird, because I should be able to,
also I keep seeing download being limited too, and that
2003 Dec 02
2
forwarding in tcng
Hi!
I am learning tcng without having experiance of tc and I am trying to
build something that shall schedule traffic dependent on the value in the
IPv4 packets ip_ttl field.
I have read the tcng reference manual and cannot find information about
forwarding. Is it possible to farward packets from ingress to egress
without sending them upwards in layers?
2007 Feb 18
3
prio not seeming to work
Hello,
I am trying to mess with a prio type qdisc, and must be missing something.
Here''s my sample code:
tc qdisc add dev eth0 root handle 1: prio
tc filter add dev eth0 parent 1:0 prio 1 protocol ip u32 \
match ip dst 208.0.0.0/8 flowid 1:1
tc filter add dev eth0 parent 1:0 prio 3 protocol ip u32 \
match ip dst 0.0.0.0/0 flowid 1:3
I would assume that any traffic going to
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
2007 Jun 07
0
KOM RSVP
Does anyone on hear have any thoughts on the changes that would be
nessary for KOM RSVP to use HTB rather than just CBQ and HFSC?
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7
2007 Jan 10
0
RSVP source code
All:
I''m trying to get RSVP running on a Linux machine. The machine is
currently Fedora. I have read rfc 2205. Does anyone know where I can
get the RSVP source code to install on the machine.
Or does anyone know of some documentation that might help in doing this?
Thanks,
Jon Flechsenhaar
Boeing WNW Team
Network Services
(714)-762-1231
202-E7