search for: dsmark

Displaying 20 results from an estimated 68 matches for "dsmark".

Did you mean: demark
2004 Sep 06
0
example/dsmark+policing => tcsim outputs are different
Hi folks I have created a script file (dsmark+policing.sh attached) to check graphic an text outputs of simutations, against original examples/dsmark+policing coding (see TCNG Reference Manual-pg.90). It uses tcng coding (*.tcsim file attached) and old tc coding (*.tcsim_old file attached) inserted in tcsim files. Observation 1: The graphic...
2006 Jan 05
1
Adding dsmark qdisc fails
I ''m having a problem identical to one encountered on this list awhile back: >I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and >tc from iproute2-2.6.11-050314. > > >I think I have some mismatch in my setup since adding dsmark qdisc >fails *unless* I specify "set_tc_index" argument which I believe should >be optional: > > ># tc qdisc add dev...
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 suggestion appreciated. thx jason 1. The DS field is marked by iptables in prerouting/mangle to the appropriate class. 2. DSMark masks the ds and copies ths dscp to the tcindex field. 3....
2005 Mar 20
3
Adding dsmark qdisc fails
I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and tc from iproute2-2.6.11-050314. I think I have some mismatch in my setup since adding dsmark qdisc fails *unless* I specify "set_tc_index" argument which I believe should be optional: # tc qdisc add dev eth1 handle 1:0 root dsmark indices 8 RTNETLIN...
2003 May 07
4
dsmark, unkown
Hi, I want to use the dsmark, but it always says: "unkown qdisc", although I have enabled it (y in Network options), and I have my kernel recompiled. I am using SuSE 8.1, 2.4.20 Kernel, tc available at the HTB site (with already precompiled HTB queue). Can anybody find the problem? thx _________________________...
2005 Mar 25
3
These tc commands used to work... what''s broken them?
...------ > tc -s qdisc show dev eth0 qdisc pfifo_fast 0: bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 Sent 455120063 bytes 553706 pkt (dropped 0, overlimits 0 requeues 25) rate 0bit 0pps backlog 0b 0p requeues 25 > tc -s class show dev eth0 > tc qdisc add dev eth0 handle 1:0 root dsmark indices 8 default_index 0 RTNETLINK answers: Invalid argument ------------------------------------------------------------ Now this is such a basic command... and yet tc is already choking on it. If I try something else, like this random example, then it works: ------------------------------...
2004 Sep 05
0
Re: Diffserv on Linux 2.4.21 (DSMARK problem)
Hi, There is some extra information in this email! I am working on implementing Diffserv on linux project. I am using suse 8.0 professional kernel 2.4.21. I have the following RPM:iproute2-2.4.7-697.rpm This supports a number of linux qdisc like cbq, htb among many others but it has no support for DSMARK, which I wish to use. Does anyone know of any patch that I could used or any other solution so that use of dsmark is possible. Traffic control using the other qdiscs is working fine! When I tried to implement the qdisc Dsmark, I got the message unknown qdisc: dsmark. I see that the solution for thi...
2004 Apr 05
0
dsmark and HTB
Hello! I have some trouble with dsmark qdisc. I''d like to set DSCP value of my outgoing packets and add a rate limit to each one. I learned HTB and dsmark. They work properly, but I can''t combine them like this: tc qdisc add DSMARK handle 1:0 ... tc class modify 1:1 ... tc class modify 2:2 ... ... tc qdsic add pare...
2004 May 31
0
dsmark qdisc in tc(iproute2)
hi, i am currently working on a project on "design of diffserv testbed in linux". i am using tc utility of iproute2 for it. The qdisc dsmark used for marking the DS codepoint at the first hop router makes number of classes depending on the indices given in the command. But i am not clear how at the first hop router does scheduling takes place. what i mean is if i have two flows, whose packets have been marked by different DSCP, then ho...
2003 Mar 13
4
howto mark packet''s dscp value
Dear all can anyone tell me how to mark packet''s DSCP value using tc? Thanks. Regards, philip -- Hong Kong IP Multicast Initiative (HKIPMI) Department of Information Engineering The Chinese University of Hong Kong Phone : 2603 5240 Fax : 2603 5032 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl
2006 Apr 12
1
dsmark qdisc does not go without set_tc_index
Hi all! Anyone got the same problem? If I: tc qdisc add dev eth0 handle 1:0 root dsmark indices 4 set_tc_index it works fine. If I: tc qdisc add dev eth0 handle 1:0 root dsmark indices 4 it says: RTNETLINK answers: Invalid argument I just don''t need that set_tc_index stuff for marking. Ferenc __________________________________________________ Do You Yahoo!? Tired of sp...
2004 Sep 05
0
Re: Diffserv on Linux 2.4.21 (DSMARK problem)
Hi guys, I am working on implementing Diffserv on linux project. I am using suse 8.0 professional kernel 2.4.21. I have the following RPM:iproute2-2.4.7-697.rpm This supports a number of linux qdisc like cbq, htb among many others but it has no support for DSMARK, which I wish to use. Does anyone know of any patch that I could used or any other solution so that use of dsmark is possible. Traffic control using the other qdiscs is working fine! When I tried to implement the qdisc Dsmark, I got the message unknown qdisc: dsmark. Thanks in advance N ----...
2002 Jun 11
1
unknown qdisc "dsmark"
hi, I''m a beginner with qdiscs and other lartc stuff. After reading the howto and other related documents (i.e. some papers about linux and diffserv), I decided to start with some test. I found some example script to implement simple diffserv using dsmark, but, just after the first command: tc qdisc add dev eth1 handle 1:0 root dsmark indices 64 set_tc_index the system answered: unknown qdisc "dsmark". Then I supposed that my kernel doesn''t have iproute2, but I can''t find it in my redhat 7.2 distribution. Furthermore...
2004 Jun 13
0
DSCP marking at core
Hi, I want to setup core routers to do both DSCP marking and to get the DSCP and forward packets based on DS field. I don''t want to separate DSCP marking to be done only at the edge routers. I know that dsmark is both used for DSCP marking and for getting the DSCP and forwarding packets according to DSCPs. In my case, since I want to do both of these I need two dsmarks.(?) I am not clear with how to connect output of the outer dsmark (that does DSCP marking) to the inner dsmark that will get the DSCP an...
2004 Apr 08
0
How to DSMARK locally generated traffic and then apply AFHTB?
...thin the router has no DSCP set, but I want to set the DSCP values (based on a u32 filter) and THEN treat the packets just like the packets coming in from the LAN. - The problem is that the AFHTB script assumes the DSCP values are already set, but for locally generated traffic they are not. - As DSMARK is my root queue, I know I can "mark" the DSCP code just before handing the packet over to the egress interface using commands like ""tc class change dev eth1 classid 1:1 dsmark mask 0x3 value 0xb8"". But this marking is being done AFTER the AFHTB has done all its w...
2006 Jan 06
1
Wondershaper and DSCP
...kets from class 1:10 would be marked with 0xb8 and >packets from class 1:30 would have a 0x0 DSCP mark. > > >However, after some reading, the only DS marking examples i found was like >this (i.e., no chance to >add cbq and sfq filters): > >tc qdisc add $DEV handle 1:0 root dsmark indices 64 >tc class change $DEV classid 1:10 dsmark mask 0x3 value 0xb8 >tc class change $DEV classid 1:20 dsmark mask 0x3 value 0x90 >tc class change $DEV classid 1:30 dsmark mask 0x3 value 0x0 > >I am not sure if I understood the dsmark and DSCP marking model. It is not >posib...
2006 Apr 10
4
EF & AF filters with HTB
...ine but EF breaks & no packets go under that class. I the filter is commented out then EF & BE classes are fine. Script excerpt: # Main DS Marker & Classifier (1:0) echo -e "Installing root DS marker, queue discipline and filter...\n" tc qdisc add dev $DEVICE handle 1:0 root dsmark indices 64 set_tc_index tc filter add dev $DEVICE parent 1:0 protocol ip prio 1 tcindex mask 0xfc shift 2 # Main HTB Queue Discipline (2:0) & Class (2:1) echo -e "Installing main HTB queue discipline and class...\n" tc qdisc add dev $DEVICE parent 1:0 handle 2:0 htb tc class add dev...
2003 Aug 18
1
Remarking non conformant packets as AF13 from AF11
...''match ip src 192.6.0.90 match ip dst 10.37.1.63 match ip dport 5005 0xffff match ip protocol 17 0xff'' Match3=''match ip src 0/0'' Meter1="police $Rate1 $Burst $Action" Meter2="police $Rate2 $Burst $Action" ./tc qdisc add $Link handle 1:0 root dsmark indices 64 ./tc class change $Link classid 1:1 dsmark mask 0x3 value 0x28 ./tc class change $Link classid 1:2 dsmark mask 0x3 value 0x38 ./tc class change $Link classid 1:3 dsmark mask 0x3 value 0x0 ./tc filter add $Link parent 1:0 protocol ip prio 1 handle 1: u32 divisor 1 ./tc filter add $Link p...
2004 Sep 15
0
RPM for suse that has DSMARK
Hi guys, Does anyone know of a RPM for suse 8.0 kernel 2.4.21 that contains dsmark or alternatively a patch that I could use with the RPM I have already. Thanks in advance n --------------------------------- ALL-NEW Yahoo! Messenger - all new features - even more fun!
2000 Oct 26
0
New HOWTO content: DSMARK and a few obscure flags
New chapter by Esteve Camps <esteve@hades.udg.es> on ''DSMARK'' for Differential Services: http://ds9a.nl/2.4Routing/HOWTO//cvs/2.4routing/output/2.4routing-9.html#ss9.6 And three obscure settings /proc files that are now documented, thanks to Jorge Novo <jnovo@educanet.net>: /proc/sys/net/ipv4/icmp_ignore_bogus_error_responses, /proc/sys/ne...