similar to: (no subject)

Displaying 20 results from an estimated 1000 matches similar to: "(no subject)"

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
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.)
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:
2004 Apr 08
0
How to DSMARK locally generated traffic and then apply AFHTB?
Hi fellow traffic-shapers, I am implementing a Diffserv CORE router using Linux kernel 2.4.18. I used this excellent website (http://www.opalsoft.net/qos/DS-38.htm) using AFHTB as a starting basis for my EGRESS diffserv implementation - and all works great so far!!! But my project has an additional requirement. There are services running locally on the router which are sending/receiving IP
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
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
2003 Feb 02
0
question about ingress police
Hi stef and all I want measure the policy perfomance for video traffic on mpls diffserv network. there are two different polices for video packet 1. Video packets that are marked that are over the limit are to be rejected at the edge router. 2. Video packets that are marked that are over the limit are to be downgraded as best effort and are sent through. Before video enter my mpls
2005 Mar 25
3
These tc commands used to work... what''s broken them?
I have a Gentoo Linux (kernel 2.6.11) server. Several months ago, I made a traffic shaping setup for my box (running a 2.4 kernel then) that worked beautifully. It gave high priority to SSH and RealAudio traffic, and put HTTP downloading traffic on a lower prio so they could only use what bandwidth was left. However, I''ve only just realized that tc is no longer accepting the commands I
2006 Jul 28
2
Problem with iptables with -j TOS and MARK
Hy, I would want to mark the packets that are entering in a machine, with a mark for using diffserv with DSMARK. My machine has 2 interfaces, a ethernet and a wireless. The ethernet interface is eth1 and the other is wifi0. Firs, I would want to test that I would be able to mark the tos of the paquets that I would be receiving, for this I write in the console of my linux: iptables -A
2007 Jun 05
0
Using tcng to create a basic DiffServ router
Hi all, I am new-ish to Linux tcng and am struggling to find the resources and know how to implement what I need. What I have is a PC with 2 interfaces and a control program on that PC. In the control program I can specify an IP Flow with source and dest IP address, source and dest port, and a QoS class (1-5 which can be mapped to a DiffServ class) - in the control program I want to be able
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
2001 Mar 25
0
Marking at egress? (DiffServ)
Hi all, Supposedly my router is itself streaming traffic to clients. Is it possible for it to mark its packets before going through dsmark?? I have gone through the examples in iproute2/examples, i noticed that there''s always an ingress and egress of which these are 2 different dev. Is it possible for before ingress and egress be the same dev?? I tried the script below but
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:
2002 Oct 01
0
will any one do me a favor to answer the question about tc_index value ?
hi all i am a new commer of linux community. i want to how does skb->tcindex value change exactly. it confused me indeed. i have a script reads: (1) tc qdisc add dev eth0 root handle 1:0 dsmark indices 64 default_index 0x161 set_tc_index (2) tc filter add dev eth0 parent 1:0 protocol all prio 1 tcindex mask 0xfc shift 2 pass_on (3) tc filter add dev eth0 parent 1:0 prio 1 handle 0x0a
2002 Oct 26
0
Is this a kernel bug???
Hi I am encountering what I suspect to be a bug in the kernel processing of tc netlink messages: I am using kernel version 2.4.9 with iproute2-current-001007 package. Everything works fine in the kernel. Now I open a netlink socket with a user process, read the tc netlink messages generated by the tc process and parse them. What I see is that the kernel has already processed the messages
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
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 outputs from (*.tc included in *.tcsim) and (*.tc_old
2011 May 29
3
Re: error while installing orcad
I get this message when i try to launch the setup of OrCAD version 10.0. I have wive version 1.2. [quote]Archive: /media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCAD_10 (D)/Setup.exe [/media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCAD_10 (D)/Setup.exe] End-of-central-directory signature not found. Either this file is not a zipfile,
2003 Aug 18
1
Remarking non conformant packets as AF13 from AF11
Hi, I am trying to implement a simple scaled-down version of the AF traffic class type. As such I basically want to remark non-conforming AF11 packets to AF13. Here is m script that I have been using on the ingress router of my network: ---------------------------------------- Link=''dev eth1'' Rate1=''rate 800Kbit'' Rate2=''rate 2500Kbit''
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 _________________________________________________________________ MSN 8 helps eliminate e-mail