Displaying 4 results from an estimated 4 matches for "125000bps".
2004 Jan 30
2
FW: QoS extension to Net-SNMP
...kets_stat 0 ver 3.10
Sent 7279652 bytes 215480 pkts (dropped 0, overlimits 0)
qdisc dsmark 1: indices 0x0008 default_index 0x0003 set_tc_index
Sent 7279652 bytes 215480 pkts (dropped 0, overlimits 0)
$ tc -s -d class show dev sync1
class htb 2:11 parent 2:1 leaf 51: prio 2 quantum 12500 rate 125000bps ceil
125000bps burst 15Kb/8 mpu 0b cburst 2849b/8 mpu 0b level 0
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 giants: 0
tokens: 100663 ctokens: 18677
class htb 2:1 root rate 250000bps ceil 250000bps burst 15Kb/8 mpu 0b cburst
4Kb/8 mpu 0b level 7
Sent 7279664 bytes 21...
2004 May 05
1
Re: [Fwd: Re: Simple HTB setup with tcng]
Thank you for your help.
It generates this script :
tc qdisc add dev eth0 handle 1:0 root htb default 2
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 75000bps ceil \
75000bps
tc class add dev eth0 parent 1:0 classid 1:2 htb rate 125000bps
tc filter add dev eth0 parent 1:0 protocol all prio 1 u32 match u32 \
0xa000001 0xffffffff at 12 classid 1:1
But I thought it was necessary to have a "root" htb class on the top of
the hierarchy to get it working as expected. Is that true ?
Thanks
Le mer 05/05/2004 à 13:41, lartc@m...
2004 Sep 06
0
example/dsmark+policing => tcsim outputs are different
...ol all prio 1 tcindex mask 0xff
pass_on
tc filter add dev eth0 parent 1:0 protocol all prio 1 handle 0 tcindex
classid 1:0
tc filter add dev eth0 parent 1:0 protocol all prio 2 tcindex mask 0x0
tc filter add dev eth0 parent 1:0 protocol all prio 2 handle 0 tcindex
classid 1:1 police index 1 rate 125000bps burst 10240 action drop/pass
>>> ---------- end of dsmark+policing.tc_old file: ----------
>>> ---------- start of dsmark+policing.tcsim file: ----------
/*
* dsmark+policing - Dsmark with tcindex and policing
*
* Packets with non-zero TOS/DS field are marked with TOS...
2004 May 07
0
Re: LARTC digest, Vol 1 #1714 - 5 msgs
...t; >
> >
> > tc qdisc add dev eth0 handle 1:0 root htb default 2
> -----------------------------------^^^^-^^^
>
> > tc class add dev eth0 parent 1:0 classid 1:1 htb rate 75000bps ceil \
> > 75000bps
> > tc class add dev eth0 parent 1:0 classid 1:2 htb rate 125000bps
> > tc filter add dev eth0 parent 1:0 protocol all prio 1 u32 match u32 \
> > 0xa000001 0xffffffff at 12 classid 1:1
> >
> >
> > But I thought it was necessary to have a "root" htb class on the top of
> > the hierarchy to get it working as expected. I...