Displaying 9 results from an estimated 9 matches for "7mbit".
Did you mean:
7bit
2002 Dec 10
0
SLA/Shaping Question
...inues
to receive 1mbit up and down and each server on the new subnet each
receives an individual 1mbit:
.105/29 - 1Mbit
New subnet .120/24 - 6Mbit Total
.120 - 1Mbit
.121 - 1Mbit
.122 - 1Mbit
.123 - 1Mbit
.124 - 1Mbit
.125 - 1Mbit
I want to ensure that the traffic out on eth0 is never more than 7Mbit
but the .105/24 subnet never users more than 1Mbit and the .120/29
subnet gets 6Mbit and each server on the .120/29 gets a min of 1Mbit but
can burst upto 6Mbit if the other servers are idle and that all traffic
over the switch can move at 100Mbit between each host. Ideally I don''t
want mo...
2003 Jul 18
2
HTB + BRIDGE QUESTION!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! HELP!!!!!!!!!!!!
...192.168.2.18 to 26 or 29.
My script as following:
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 10Mbit
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 1Mbit ceil 10Mbit prio 1
tc class add dev eth0 parent 1:1 classid 1:11 htb rate 7Mbit ceil 10Mbit prio 2
tc class add dev eth0 parent 1:1 classid 1:12 htb rate 2Mbit ceil 10Mbit prio 3
tc filter add dev eth0 parent 1:0 protocol ip prio 10 u32 match ip dst 192.168.2.26/32 flowid 1:11
tc filter add dev eth0 parent 1:0 protocol ip prio 10 u32 match ip dst 192.168.2.29/32 flowid 1:12...
2001 Apr 04
1
Problem with bandwidth
...is about 860 Kbytes/s, which is less than 7Mbps. But i am using NIC
10Mbps for all machines. Why is that so?
Currently, i am experimenting with the example efcbq. I am using MGEN (a
UDP traffic generator) to send 2 flows of traffic (EF and BE) from Host1 to
Host2. I allocate EF 3Mbit and BE 7Mbit in router. But using DREC (a
receiver that comes with MGEN), i observed the bandwidth obtained by BE and
EF do not tally with my tc configurations. And the sum of the total
bandwidth received is about 4-5Mbps. I read somewhere in the mailing list
that udp will have defragmentation problem. Anot...
2005 Jun 18
6
htb child classes don''t borrow form "parent''s parent class" :(
Dear list,
I have the problem that child classes don''t seem to issue the parent
class to borrow from their parent.
This is a simplified version of my script:
tc qdisc del dev $DEV root
tc qdisc add dev $DEV root handle 1: htb default 10
tc class add dev $DEV parent 1: classid 1:1 htb rate 10mbit
tc class add dev $DEV parent 1:1 classid 1:10 htb rate 1kbit ceil
512kbit
#groups
tc
2008 Jan 21
0
Question: Rate Limiting Per Subnet
If I do something like this:
========================================================================
==
tc qdisc add dev eth1 root handle 1: htb default 12
tc class add dev eth1 parent 1: classid 1:1 htb rate 25mbit ceil 27mbit
tc class add dev eth1 parent 1:1 classid 1:11 htb rate 5mbit ceil 7mbit
tc class add dev eth1 parent 1:1 classid 1:12 htb rate 25mbit ceil
27mbit
tc filter add dev eth1 protocol ip parent 1:0 prio 1 u32 \
match ip dst 0.0.0.0 flowid 1:12
tc filter add dev eth1 protocol ip parent 1:0 prio 1 u32 \...
2004 Dec 22
0
HFSC again.
Hello list,
I am now using hfsc for QOS. I have something like this:
tc qdisc add dev ethx root handle 1: hfsc default 9
tc class add dev ethx parent 1: classid 1:1 hfsc ls m2 70mbit ul m2 70mbit
tc class add dev ethx parent 1:1 classid 1:9 hfsc ls m2 7mbit
#DNS stuff follows
tc class add dev ethx parent 1:1 classid 1:2 hfsc rt m1 12mbit d 1ms m2 1mbit
#Half-life
tc class add dev ethx parent 1:1 classid 1:3 hfsc rt m1 24mbit d 1ms m2 2mbit
#Some packets with important flags like SYN SYN,ACK small ACKs
tc class add dev ethx parent 1:1 classid 1:4 hf...
2009 Apr 30
3
tool for packet detection
Hi
I have small query, all our server are centos based 5 and 5.2 . We are
looking ofr a tool to that measure packet loss. we have servers in two IDC's
bothin the US and we are trying to download a 2gb file from the internet.
Some server are able to download the file at a higher b/w rate in one IDC
...while servers at he the other IDC download the same file at a lowe b/w
rate . Is ther any
2007 Aug 23
1
Traffic shaping questions and possible extensions
Hi,
It has been quite a while since I looked at what was happening in Linux
traffic shaping, so I am not sure if this has been discussed / improved
on since I last looked.
We use a traffic shaper based on HTB. The basic principals work fine,
but we have a problem with ''intermittent trafic'' like http and
interactive ssh sessions.
Each of these categories of traffic have
2006 Apr 04
6
Problems matching by mac address
...filter add dev eth1 protocol ip parent 12: prio 5 u32 match u16
0x0800 0xFFFF at -2 match u32 0x3f05437f 0xFFFFFF at -12 match u16
0x0012 0xFFFF at -14 flowid 12:10
eth1 is the outgoing interface on a bridge I have setup.
When I download a large file through the bridge, it is still showing
7Mbit on a 10Mbit network. The weird part is, everything limits just
fine if I change the filter to match by IP destination instead of mac
address destination. The only problem with this is that I require it be
done by mac address. The filter by ip I use is:
tc filter add dev eth1 protocol ip parent...