similar to: DSCP marking

Displaying 20 results from an estimated 10000 matches similar to: "DSCP marking"

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
2003 Jun 18
0
DiffServ Marking
I am trying to compare the behaviour of the Linux DiffServ implementation with that of Cisco, in DSCP remarking for traffic policing. As I understand it, the DSCP is marked at the egress interface (parent queue), based on the class that packets are in. I am looking at what happens at an inter-AS boundary. DSCP marked traffic coming into the Edge Router need to be policed and remarked: e.g. EF
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
2002 Jun 19
1
Problem: DSCP target
Hello everybody, I have tried several iptables versions (from 1.2.4 to 1.2.6a) to mark outgoing packets (change the DSCP field) with no success. #iptables -A OUTPUT -t mangle -d 10.0.0.3 -j DSCP --set-dscp 0x2 iptables v1.2.6a: unknown arg ''--set-dscp'' TOS target is working fine, but I want to create different codes for EF and AF classes in a diffserv
2003 Jun 18
0
Re: LARTC digest, Vol 1 #1233 - 16 msgs
Andrew: Differentiated Service on Linux HOWTO (work in progress) could be of some help for you. Have a look at http://opalsoft.net/qos Best regards, Leonardo Balliache >Message: 6 >From: "Burnside, Andrew" <Andrew.Burnside@thalesgroup.com> >To: "''lartc@mailman.ds9a.nl''" <lartc@mailman.ds9a.nl> >Date: Wed, 18 Jun 2003 13:24:44
2006 Jan 06
1
Wondershaper and DSCP
Did anyone ever answer this one? THIS is what I am trying to do: >[LARTC] cbq+sfq and DSCP marking >Maria Joana Urbano stmaria@dei.uc.pt >Thu, 13 Feb 2003 19:29:42 +0000 > > * Previous message: [LARTC] Monitoring.... > * Next message: [LARTC] two routes 1 network card > * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] >
2010 Feb 06
1
TOS bits, DSCP, Asterisk & Polycom
Has anyone figured this out yet? Lots of places say to add the following to sip.conf of an Asterisk 1.2 system (current production machine/Asterisk as root): tos=0xB8 (Hex B8 = Decimal 184 = Binary 10111000) or if you are running Asterisk v1.4 or newer: tos_sip=cs3 ; Sets TOS for SIP packets. tos_audio=ef ; Sets TOS for RTP audio packets. tos_video=af41 ;
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
2010 May 04
0
DSCP QoS value in YeaLink phone settings
Hello list, I need to set Voice QoS and SIP QoS for YeaLink. The possible values are 0 ~ 63. With Grandstream I can fill in DiffServ 46, which is EF. That's what I want. With Snom I fill in 184, which corresponds to EF or DSCP 46 (according to their wiki) But what value do I want to fill in with this YeaLink ??? This is a conversion table :
2005 Jan 02
0
A Question On CBQ
Hello, As it is well know that CBQ is the class based queue. But i am confused on the word "class" now, especially it is used in Diffserv. IMO, different classes should mean that there are different kinds of traffics, so the class should be difined by the parameters (such as bandwidth, priority..) the traffic wanted. That is, using cbq we can define different kinds of traffics which
2001 Jan 11
0
ingress DSCP marking
I want to set the DSCP at the ingress of the router. I tried the following: iptables -A OUTPUT -t mangle -d 10.10.10.12 -j MARK --set-mark 1 tc qdisc add dev eth0 handle ffff:0 ingress dsmark indices 64 set_tc_index tc class change dev eth0 classid ffff:1 dsmark mask 0x3 value 0xb8 tc filter add dev eth0 parent ffff:1 protocol ip prio 1 handle 1 fw classid ffff:1 But the DSCP
2014 Dec 03
0
tinc vpn: adding dscp passthrough (priorityinherit), ecn, and fq_codel support
On Wed, Dec 03, 2014 at 12:07:59AM -0800, Dave Taht wrote: [...] > https://github.com/dtaht/tinc > > I successfully converted tinc to use sendmsg and recvmsg, acquire (at > least on linux) the TTL/Hoplimit and IP_TOS/IPv6_TCLASS packet fields, Windows does not have sendmsg()/recvmsg(), but the BSDs support it. > as well as SO_TIMESTAMPNS, and use a higher resolution internal
2001 Jan 17
0
dscp marking
I want to set the DSCP field of the incoming packets. And then put them in the correct queues. I can mark the packets: iptables -A OUTPUT -t mangle -d 10.10.10.12 -j MARK --set-mark 1 tc qdisc add dev eth0 handle 1:0 dsmark indices 64 set_tc_index tc class change dev eth0 classid 1:1 dsmark mask 0x3 value 0xb8 tc filter add dev eth0 parent 1:1 protocol ip prio 1 handle 1 fw
2004 Dec 26
0
Something about diffserv!
Hello, As we know that there are four kinds of AF in diffserv architecture, and each kind has three different priorities. So, there are 12 different kinds of AF, is it right? Of course, each AF has its recommended DSCP value. Then, we know the AF is classified into four differnt classes, such as AF1, AF2, AF3, and AF4. But in a Diffserv domain, and in the core router, there will be a classifier
2005 Nov 21
0
Using DSCP to choose a route table
Hello, I am writing a routing daemon that is able to assign different gateways to a destination address for different classes of service. Multiple DiffServ Code Point values are mapped into a single class of service. I have accomplished this by using the iptables MARK target to label each packet with a class of service value and then using ''ip rule add fwmark'' to have each
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
2005 Nov 25
0
Marking DSCP
Hi, what would be the easiest way to mark packets for AF. For example ingress www traffic being marked as AF31? thx jason _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2005 Oct 29
0
Mangling TOS, or Precedence/SecurityOpts/Compartment?
Hi there LARTC, We are running a set of three systems for semiconductor technology, and would like to finalize our work in getting them to interoperate properly, but have run into some issues that touch on the very fabric of TCP/IP expertise. Iptables has already been used to solve "part of this", can we somehow use Diffserv capabilities to acheive the aims of modfiying packets such
2009 Jul 20
0
No subject
honored by DSCP (first 5 bits)- even old equip should be DSCP "compatible"...or I need to do more reading :) -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Dave Fullerton Sent: Thursday, October 01, 2009 3:01 PM To: Asterisk Users List Subject: Re: [asterisk-users] QOS/DSCP for IAX? Michelle
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