search for: 16kbit

Displaying 20 results from an estimated 40 matches for "16kbit".

Did you mean: 16bit
2003 Mar 12
3
Warnings with and without r2q
...htb default 10 tc class add dev eth0 parent 1: classid 1:1 htb rate 100mbit burst 2k tc class add dev eth0 parent 1:1 classid 1:10 htb rate 80mbit ceil 100mbit burst 2k tc class add dev eth0 parent 1:1 classid 1:11 htb rate 128kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:21 htb rate 16kbit ceil 56kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:22 htb rate 16kbit ceil 40kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:23 htb rate 16kbit ceil 72kbit burst 2k tc class add dev eth0 parent 1:11 classid 1:24 htb rate 16kbit ceil 64kbit burst 2k tc class add dev eth0 pare...
2005 Jul 19
10
Problem with HTB and ceil
Hi, I am trying to setup a shaper for my linux box and I am experiencing some problems. What I am trying to do is priorizing packets on the egress link, therefore I have setup some prio classes etc. The priorizing seem to work but the problem is that the ceil parameter doesnt seem to work on non leafs. This is what stats show: > class htb 1:1 root rate 3000bit ceil 3000bit burst 1602b/8 mpu
2004 Jan 20
1
example clarification needed
Hi, I have a parent class 1:1 with rate=ceil=64kbit i create 3 classes under it(1:1). class 1:2 rate=ceil=32kbit class 1:3 rate=ceil=16kbit class 1:4 rate=ceil=16kbit if 64kbit traffic is flowing from the cable all the 3 classes will get their respective shape. 1 .if only 32kbit data is flowing(for some reason). a. Then how will the traffic gets distributed.? b. Is it in first come first serve bases or gets equally distributed.if dis...
2006 Feb 14
1
Guarantee ICMP respond time ?
...handle 24: sfq perturb 10 tc class add dev imq0 parent 2:2 classid 2:26 htb rate 32kbit ceil 128kbit prio 3 tc filter add dev imq0 parent 2:0 protocol ip handle 2 fw classid 2:26 #tc qdisc add dev imq0 parent 2:26 handle 26: sfq perturb 10 tc class add dev imq0 parent 2:2 classid 2:28 htb rate 16kbit ceil 64kbit prio 5 tc filter add dev imq0 parent 2:0 protocol ip handle 3 fw classid 2:28 #tc qdisc add dev imq0 parent 2:28 handle 28: sfq perturb 10 tc class add dev imq0 parent 2:2 classid 2:333 htb rate 16kbit ceil 128kbit prio 7 tc qdisc add dev imq0 parent 2:333 handle 333: sfq pertu...
2005 Mar 13
1
Traffic Shaping for DVB gateway
.../sbin/tc class add dev eth0 parent 1: classid 1:2 htb rate 32kbit burst 15k /sbin/tc class add dev eth0 parent 1:2 classid 1:3 htb rate 8kbit ceil 16kbit burst 15k /sbin/tc qdisc add dev eth0 parent 1:3 handle 3 sfq perturb 10 /sbin/tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match ip dst 192.168.0.0/24 classid 1:3 /s...
2007 Oct 08
0
new doubts about bridge qdisc
...is a dd-wrt firmware router. I have vlan1 interface connected to the DSL modem , and a br0 interface connecting wired and wireless machines. lets begin with the doubts , I have [example]: tc qdisc add dev br0 root handle 1: htb default 999 tc class add dev br0 parent 1: classid 1:999 htb rate 16kbit ceil 16kbit well , all traffic coming from vlan1[dsl modem] to br0 [wired or wireless] is shaped to 16kbit as expected [default class], but why traffic coming from the wireless to the wired or the other way around is not shaped ? I like the fact it is not , but i do not understand why not since i...
2004 Jun 12
2
borrowing
I have - HZ - recompiled to 1000 - class nr 1 - 2kbit ceil 1024kbit - class nr 2 - 16kbit ceil1024kbit But class 1 works with 20kbit/sec and class 2 with 60kbit/sec. The proportion does not seems right. Thank you. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jul 20
0
Strange things with HTB
...disc add dev eth0 root handle 1: htb default 12 r2q 1 tc class add dev eth0 parent 1: classid 1:1 htb rate 78kbit ceil 78kbit burst 3K cburst 3K tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbit ceil 78kbit prio 0 burst 3K cburst 3K tc class add dev eth0 parent 1:1 classid 1:11 htb rate 16kbit ceil 78kbit prio 1 tc class add dev eth0 parent 1:1 classid 1:12 htb rate 16kbit ceil 78kbit prio 2 tc class add dev eth0 parent 1:1 classid 1:13 htb rate 16kbit ceil 78kbit prio 7 burst 1 cburst 1 iptables -A POSTROUTING -t mangle -o eth0 -m length --length 0:1024 -p tcp --dport ssh -j MARK --set...
2007 Oct 29
1
Some questions about HTB
...E root handle 1: htb default 100 tc class add dev $LOCAL_INTERFACE parent 1: classid 1:1 \ htb rate $MAX_LOCAL_RATE tc filter add dev $LOCAL_INTERFACE protocol ip parent 1: \ prio 1 u32 match ip src $LOCAL_ADDRESS/32 flowid 1:1 tc class add dev $LOCAL_INTERFACE parent 1: classid 1:100 \ htb rate 16kbit tc qdisc add dev $LOCAL_INTERFACE parent 1:100 sfq perturb 10 tc qdisc add dev $LOCAL_INTERFACE handle ffff: ingress tc filter add dev $LOCAL_INTERFACE protocol ip parent ffff: \ prio 1 u32 match ip dst $LOCAL_ADDRESS/32 \ police rate $MAX_LOCAL_RATE burst 20k drop flowid :1 # eth0 tc qdisc ad...
2005 Jan 24
3
Htb, imq and sfq traffic shaping
...id 1:2000 $IPTABLES -t mangle -A POSTROUTING -d 192.168.0.30 -j MARK --set-mark 1000 $IPTABLES -t mangle -A POSTROUTING -s 192.168.0.30 -j MARK --set-mark 2000 # 192.168.0.178 echo " 192.168.0.178" $TC class add dev $DOWNIF parent 1:10 classid 1:1010 htb rate 16kbit ceil 100kbit $TC qdisc add dev $DOWNIF parent 1:1010 handle 1010 sfq $TC filter add dev $DOWNIF parent 1:0 protocol ip prio 200 handle 1010 fw classid 1:1010 $TC class add dev $UPIF parent 1:20 classid 1:2010 htb rate 8kbit ceil 60kbit $TC qdisc add dev $UPIF parent 1:2010 hand...
2005 Jul 21
2
HTB and prio
...prio 0 ## non voip class /sbin/tc class add dev $EXTIF parent 1:2 classid 1:101 htb rate 248kbit ceil 380kbit ## ACK class /sbin/tc class add dev $EXTIF parent 1:101 classid 1:200 htb rate 200kbit ceil 380kbit prio 1 ## VPN/SSH class /sbin/tc class add dev $EXTIF parent 1:101 classid 1:300 htb rate 16kbit ceil 380kbit prio 3 ## http class /sbin/tc class add dev $EXTIF parent 1:101 classid 1:400 htb rate 16kbit ceil 380kbit prio 3 ## bulk class /sbin/tc class add dev $EXTIF parent 1:101 classid 1:500 htb rate 16kbit ceil 380kbit prio 4 ################### # Marking ################### # default mar...
2002 Apr 13
0
Bandwidth sharing...
...eth0,100Mbit,10Mbit RATE=100Mbit WEIGHT=10Mbit PRIO=1 BOUNDED=no RULE=192.168.6.0/24,192.168.5.0/24 RULE=192.168.5.0/24,192.168.6.0/24 root@mail:/etc/cbq# cat cbq-128.ourDept-internet-total DEVICE=eth0,100Mbit,10Mbit RATE=100Mbit WEIGHT=10Mbit LEAF=none PRIO=6 BOUNDED=yes TIME=20:00-06:00;160Kbit/16Kbit root@mail:/etc/cbq# cat cbq-129.DSD-P2P DEVICE=eth0,100Mbit,10Mbit RATE=120Kbit WEIGHT=12Kbit PRIO=8 PARENT=128 BOUNDED=yes RULE=:1214 RULE=,:1214 RULE=:6346 RULE=,:6346 TIME=20:00-06:00;60Kbit/6Kbit root@mail:/etc/cbq# cat cbq-130.ourDept-internet DEVICE=eth0,100Mbit,10Mbit RATE=100...
2005 Mar 23
1
slim server for moh
...en => 64,1,Answer exten => 64,2,MusicOnHold(default) exten => 64,3,Hangup I have converted my mp3 files so that they have the following characteristics )but I don't really think this matters since when the music is on the Linux machine, without slim server, it works: MPEG 2.5 layer 3 16kbit, 1385 frames 8000Hz Mono Any help would be really appreciated!!! Thank you Dov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050323/4b9f29a1/attachment.htm
2006 May 11
9
HFSC and prioritization
I''m using HFSC to limit bandwidth for our wireless customers. However, I''d also like the bandwidth prioritized based on packet type. This is what I''m trying right now, and I''d just like some input from anyone out there knowledgeable in this on whether it does what I want it to do: Eth1 -> HFSC ........|-> HFSC (User1) (Min 512 Kb, Max 1024 Kb, Burst 1536
2004 Jun 30
3
HTB and iptables statistics
...io 0 quantum 1024 rate 8Kbit ceil 23Kbit burst 1609b/8 mpu 0b cburst 1628b/8 mpu 0b level 0 Sent 160004 bytes 1252 pkts (dropped 0, overlimits 0) rate 281bps 2pps lended: 1252 borrowed: 0 giants: 0 tokens: 1236799 ctokens: 435478 class htb 1:13 parent 1:1 prio 7 quantum 1024 rate 8Kbit ceil 16Kbit burst 1609b/8 mpu 0b cburst 1619b/8 mpu 0b level 0 Sent 1266825 bytes 12307 pkts (dropped 20013, overlimits 0) rate 1301bps 14pps lended: 6340 borrowed: 5967 giants: 0 tokens: -492394 ctokens: 581313 class htb 1:12 parent 1:1 prio 2 quantum 1024 rate 8Kbit ceil 23Kbit burst 1609b/8 mpu 0b c...
2004 Oct 06
2
Huge system load using HTB
...I have some problems with htb performance. THE SETUP: I have a network with 3 ISP uplinks and 1 local network uplink. There are about 1700 clients. I was shaping their bandwidth with HTB using iptables mangling in a manner: tc class add dev $DEV parent 1:10 classid 1:${CLASS_ID} htb rate \ 16kbit ceil 512kbit burst 2kb prio 2 quantum 1500 tc qdisc add dev $DEV parent 1:${CLASS_ID} handle ${CLASS_ID}: \ sfq perturb 10 tc filter add dev $DEV parent 1: protocol ip prio 17 u32 \ match ip dst "$IP" flowid 1:${CLASS_ID} iptables -A "$CHAIN_NAME" -t mangle -s "$I...
2005 Oct 20
5
Ho do i manage NAT''ed egress bandwidht?
Hi, I have a Debian based NAT router. How can I manage upstream egress bandwidth based on the LAN ipadress in the network below? My goal is that host1 get a minumum of 10Mbit up/down and host2 gets a minimum of 90Mbit up/down, both max 100Mbit up/down? targethost 172.16.255.254 | | 172.16.0.1 natrouter
2003 Mar 25
1
tc filter isn''t work !
...D -t mangle -> -> # HTB qdisc -> -> tc qdisc add dev eth0 root handle 1: htb -> tc class add dev eth0 parent 1: classid 1:1 htb rate 32kbit -> ceil 32kbit burst 2kbit -> -> # FTP traffic class -> tc class add dev eth0 parent 1:1 classid 1:10 htb rate -> 16kbit ceil 16kbit -> -> # sfq -> tc qdisc add dev eth0 parent 1:10 handle 40: sfq perturb 10 -> -> # Filter FTP traffic -> tc filter add dev eth0 parent 1: protocol ip prio 1 handle -> 1 fw classid 1:10 -> -> # iptables to get FTP traffic -> -> iptables -A...
2005 Mar 14
1
htb.init issues
...eth1-0010.root: RATE=100Mbit LEAF=sfq eth1-0010:1000.premium CEIL=352Kbit RATE=352Kbit PRIO=2 LEAF=sfq eth1-0010:1000:1xyx.child1 CEIL=32Kbit RATE=8Kbit PRIO=3 LEAF=sfq RULE=<public ip>, eth1-0010:2000.best-effort CEIL=500Kbit RATE=500Kbit PRIO=3 LEAF=sfq eth1-0010:2000:2xyz.child1 CEIL=16Kbit RATE=8Kbit PRIO=2 LEAF=sfq RULE=<public ip>, eth1-0010:3000.default RATE=2Kbit PRIO=7 An output from tc commands generated by the script: /sbin/tc qdisc del dev eth0 root /sbin/tc qdisc add dev eth0 root handle 1 htb default 3000 /sbin/tc class add dev eth0 parent 1:0010 classid 1:1000 ht...
2005 Mar 12
3
How to use TIMECHECK tag in htb.init ?
Does anyone use tb.init TIMECHECK to change rate/ceil for classes based on periods over the day ? I had problems setting the right syntax. Can anyone help me with a quick example. I have tried the following with no success: LEAF=sfq RULE=xx.xx.xx.xx TIME=06:00-18:00;128Kbit TIME=18:00-06:00;256Kbit RATE=196Kbit _______________________________________________ LARTC mailing list