Displaying 20 results from an estimated 4000 matches similar to: "Using DSCP to choose a route table"
2008 Feb 22
0
is tos=ef same as tos=0xb8 same as DSCP ef ?
Trying to figure out how to prefer voip traffic on a dsl line.
Found a great howto:
http://www.howtoforge.com/voip_qos_traffic_shaping_iproute2_asterisk
but I'm trying to figure out the relationship between the tos of
iax.conf and tos of tc from Iproute2. my traffic goes from my linux
router to a CPE cisco box. I understand Cisco uses tos ( usually
referred to as DSCP, just to keep us on
2002 Oct 24
0
DSCP
Hi !
I have a little problem for who knows.
I have an interface where i''ve limited some ip addresses using HTB algorithm and the tools form iproute2.What i whant is to limit only packets marked by DSCP.
--
Barbulescu Mihai
Network Engineer
RoEduNet Bucharest NOC
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2.
I am trying to compile xenolinux-2.4.24 (with vanilla sources from
ftp.kernel.org for linux-2.4.24). The steps of
mkbuildtree
ARCH=xeno make menuconfig
ARCH=xeno make dep
produce no errors, but
ARCH=xeno make bzImage
results in following error messages.
Any pointers will be appreciated.
-ishwar
---
gcc -D__KERNEL__
2007 Sep 16
5
using tc to drop packets based on the diffserc or tos value
Hi all,
I am wondering if anyone can help me to resolve a problem.
I am trying to use tc command in linux to drop udp
packets of specific diffserv value.
I am able set diffserv value successfully in the udp packet
using command:-
[root@scotch src]#iptables --table mangle --append OUTPUT \
--out-interface eth0 --protocol udp --source-port 5060 \
--jump DSCP --set-dscp 8
but i am not able to
2007 Sep 25
2
How to delete DSCP setting using iptable command.
Hi,
Can anybody tell me how to delete DSCP or TOS setting using iptable command.
iptables --list OUTPUT --table mangle Chain OUTPUT (policy ACCEPT)
target prot opt source destination
DSCP tcp -- anywhere anywhere tcp spt:http DSCP s et 0x08
DSCP udp --
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 ;
2004 Nov 29
1
TOS Settings to DSCP
I am assuming that the TOS values directly map to DSCP values in the ip
header. Is this a correct assumption? If so, can someone tell me the
correct setting to set call control packets with a DSCP of AF31(011010) and
media with EF(101110)? So would the setting for AF be TOS=46?? Is it
possible to mark the media and call control separately??
-------------- next part --------------
An HTML
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
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 :
2011 Dec 18
10
[Bug 1964] New: QoS/DSCP names false translated to ToS hex value
https://bugzilla.mindrot.org/show_bug.cgi?id=1964
Bug #: 1964
Summary: QoS/DSCP names false translated to ToS hex value
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: amd64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
2004 May 09
0
tcng version 9m
... is on SourceForge:
http://tcng.sourceforge.net/dist/tcng-9m.tar.gz
md5sum 636d382f6db917b385e7a6f158136ca2
See also http://tcng.sourceforge.net/
This release contains the upgrade to 2.4.26, plus a few compatibility
changes.
There''s also a major bug that strangely went undetected until
recently, when Laurent Moutel reported that his classifiers behaved
unexpectedly: if testing
2008 Sep 12
4
Custom build kernel patch fails big time.
I am trying to build a custom kernel for the HIPL code
(infrahip.hip.fi), using the patch for the Linux 2.6.18 kernel. I
followed all the instructions for getting the kernel source and making a
custom kernel provided on the wiki. The rpmbuild fails with the
following messages:
Get an error on this step (figured out my other problem):
Patch #40000
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
2013 Mar 31
1
Can't match DSCP CS6 and CS7
Hi,
DSCP match in /tcrules/ doesn''t work with CS6 and CS7, it provides an
error "invalid value" for string and hexa values.
It seems that it comes from /Chain.pm/, in the function /do_dscp/:
fatal_error( "Invalid DSCP ($dscp)" ) unless defined $value && $value < 0x2f && ! ( $value & 1 );
I dont understand why "$value < 0x2f", but
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 ]
>
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
2012 Nov 22
2
howto install dscp
hello I''m new here
can I ask about how to do a patch dscp to shorewall installed from the package in ubuntu?
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
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
2009 Oct 01
1
QOS/DSCP for IAX?
Is it possible to set QOS/COS/DSCP on IAX packets? I see some parameters in
sip.conf but not iax.conf
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091001/abf55045/attachment.htm
2007 Dec 05
4
Asterisk server and DSCP QOS
Can anyone comment on the DSCP quality of service settings on your
Asterisk server?
The network we're setting up has data on the default VLAN, Asterisk
server and phones on VLAN 4, and we're using Polycom phones with a PC
hooked up to the phone's pass-thru port.
What iptables settings are you using on the Asterisk server for DSCP?
What are your Polycom DSCP settings? We're using