search for: 0kbit

Displaying 5 results from an estimated 5 matches for "0kbit".

Did you mean: kbit
2005 Apr 20
1
deleting tc rules
...ping at all. Are there known bugs when deleting with tc? Is there some way to do this? This is my test configation: --------------------------------------- # shaping eth0 trunk tc qdisc add dev eth0 root handle 2: htb tc class add dev eth0 parent 2: classid 2:22 htb rate 34mbit ceil 34mbit burst 0kbit cburst 0kbit tc filter add dev eth0 parent 2:22 protocol ip prio 5 u32 # shaping 10.0.0.28/30 # tc filter add dev eth0 parent 2:22 handle 102: protocol ip prio 5 u32 divisor 256 tc filter add dev eth0 protocol ip prio 5 parent 2: u32 match ip dst 10.0.0.28/30 hashkey mask 0x000000ff at 16 link 102...
2003 May 13
3
Hashing filters
Hey A wise man said to me that Hashing filters was my solution to rock the world, and making my life alot easier. When applying 4000 rules, the system had to check them all for match. But with hassing it would only require 1-2 checks. Even though when i had read the lartc on the subject i was no less that a question mark. If anyone have played with it, and have a working, logic configuration
2005 Jan 19
3
tc limit
...andle 1:4105 ... ... etc. Is there a limit with tc or I''m I doing something wrong ? (I''m using iproute2-2.6.9-041019) This is the script: #!/bin/sh /sbin/tc qdisc add dev eth1 root handle 1: htb /sbin/tc class add dev eth1 parent 1: classid 1:3 htb rate 34mbit ceil 34mbit burst 0kbit cburst 0kbit /sbin/tc filter add dev eth1 parent 1:3 protocol ip u32 /sbin/tc filter add dev eth1 parent 1:3 handle 3: protocol ip u32 divisor 256 /sbin/tc filter add dev eth1 protocol ip parent 1: u32 match ip dst 10.0.0.0/20 hashkey mask 0x000000ff at 16 link 3: echo handle 1:13 /sbin/tc class a...
2006 Mar 13
3
hfsc and dropped packets
...e 225kbit + tc class add dev vlan1 parent 1:1 classid 1:20 hfsc rt m1 22kbit d 25ms m2 56kbit ls rate 56kbit ul rate 225kbit + tc class add dev vlan1 parent 1:1 classid 1:30 hfsc rt m1 11kbit d 25ms m2 22kbit ls rate 22kbit ul rate 225kbit + tc class add dev vlan1 parent 1:1 classid 1:40 hfsc rt m1 0kbit d 25ms m2 11kbit ls rate 11kbit ul rate 225kbit + tc filter add dev vlan1 parent 1: prio 1 protocol ip handle 1 fw flowid 1:10 + tc filter add dev vlan1 parent 1: prio 2 protocol ip handle 2 fw flowid 1:20 + tc filter add dev vlan1 parent 1: prio 3 protocol ip handle 3 fw flowid 1:30 + tc filter ad...
2004 Jul 02
24
TC Hashing Filters
Hey all, I had asked a question a little while ago about CPU usage being outrageous while using tc and a cbq qdisc. Ed was very kind and offered a few suggestions. One of these was to look at hashing. So after pounding away at it for about a week, I have a general understanding of how it works and have tried to implement it. Unfortunately, and quite obviously since I''m posting here, it