[LARTC] Parent shaping

2007-06-13 Thread Kristiadi Himawan
Hi It's possible if we try to shape the parent class at the parent ceil although total of the child ceil more than parent. Thanks. ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Re: [LARTC] snmp, cacti and shaping

2007-05-09 Thread Kristiadi Himawan
Hi John, If you still have the script for MRTG you could use it also with few modification for Cacti, and here's the step by step tutorial creating graph from script. http://docs.cacti.net/node/300 Regards, Kris On 5/9/2007, "John Baker" <[EMAIL PROTECTED]> wrote: >Hi > >I'm trying to move t

[LARTC] smallest rate

2006-08-15 Thread Kristiadi Himawan
Hi, anyone know the smallest rate for tc, is it possible using 0 bps ? ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Re: [LARTC] Marking packets by mac addr using tc filter u32 match?

2005-12-13 Thread Kristiadi Himawan
ct that an ARP packet isn't accessible with this technique. If I ubstitute IP for ARP in the filter statement it isn't accepted. Regards Mike D. Kristiadi Himawan wrote: it's should be 0x0806 0x ? or you have the example how to catch that kind of traffic gypsy wrote:

Re: [LARTC] Marking packets by mac addr using tc filter u32 match?

2005-12-12 Thread Kristiadi Himawan
it's should be 0x0806 0x ? or you have the example how to catch that kind of traffic gypsy wrote: Kristiadi Himawan wrote: It's also match to this kind of traffic ? 17:16:53.740978 arp who-has 192.43.165.29 tell 192.43.165.30 17:16:53.752482 arp reply 192.43.165.29 is-at 0

Re: [LARTC] Marking packets by mac addr using tc filter u32 match?

2005-12-12 Thread Kristiadi Himawan
It's also match to this kind of traffic ? 17:16:53.740978 arp who-has 192.43.165.29 tell 192.43.165.30 17:16:53.752482 arp reply 192.43.165.29 is-at 00:04:c1:b5:bd:f1 17:16:53.812889 arp who-has 192.43.162.194 tell 192.43.162.193 17:16:53.812922 arp reply 192.43.162.194 is-at 00:08:c7:c9:a3:17

[LARTC] HTB.init for zebra BGP

2004-08-30 Thread Kristiadi Himawan
Hi,I have successfully shape bandwidth using htb.init using ip address , butwhen i try to shape zebra BGP using their ip address and BGP port it can'tmatch the class for BGP and always get the default class.Here's my htb.init script in the bridge :#eth0-2:50.bgpRATE=128kbitRULE=192.168.192.1

Re: [LARTC] tc+mrtg

2004-07-19 Thread Kristiadi Himawan
I already use external script that fetch iptables mangle table from PREROUTING and POSTROUTING counter. But the traffic isn't really accurate, i found when there's bulk UDP traffic come to the shaper, my mrtg shown that the traffic shown bigger than allocated bandwidth for that class. So the questi

[LARTC] tc+mrtg

2004-07-19 Thread Kristiadi Himawan
Hi, I'm sorry if this question already asked by someone else. My question is how to make mrtg graph for traffic that already shape by htb. Acctually i already have mrtg for it but the traffic captured was before the shaper (PREROUTING and POSTROUTING) so the bandwidth shown is not the real traffic

Re: [LARTC] tc + snmp

2004-06-22 Thread Kristiadi Himawan
I already read the readme and here's the error log : gcc -I../../include -I../../include -I. -I../.. -I. -I./../.. -I./../../snmp lib -I./.. -I.. -DINET6 -O2 -D_REENTRANT -Dlinux -c os_checkfns_local.c -fPIC -DPIC -o .libs/qos_checkfns_local.lo In file included from /usr/include/arpa/nameser.h:55

Re: [LARTC] Graphing tc output

2003-12-11 Thread Kristiadi Himawan
hi guys, it seems interesting, anyone have the screenshot ... :) - Original Message - From: "Cezar Atanasiu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 11, 2003 7:05 PM Subject: Re: [LARTC] Graphing tc output > > me too :) > > On Wed, 10 Dec 2003 22:35:29

[LARTC] Traffic acounting

2003-11-11 Thread Kristiadi Himawan
Hi, Sorry the subject OOT. Anyone know about html based (using mrtg) for traffic report that show per service traffic. Thanx. Regards, Kris ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.or

Re: [LARTC] >10Mbit on HTB

2003-10-13 Thread Kristiadi Himawan
: <[EMAIL PROTECTED]> Sent: Monday, October 13, 2003 1:07 PM Subject: Re: [LARTC] >10Mbit on HTB > On Monday 13 October 2003 12:16, Catalin BOIE wrote: > > On Sat, 11 Oct 2003, Kristiadi Himawan wrote: > > > I want to try to shape 20-30Mbps traffic using HTB. > &

[LARTC] >10Mbit on HTB

2003-10-11 Thread Kristiadi Himawan
Below is the script:   tc qdisc del dev eth2 roottc qdisc add dev eth2 root handle 1 htb default 10 r2q 100   tc class add dev eth2 parent 1: classid 1:2 htb rate 100Mbit   tc class add dev eth2 parent 1:2 classid 1:10 htb rate 20Mbit ceil 20Mbittc filter add dev eth2 parent 1:0 protocol ip p

[LARTC] >10Mbit on HTB

2003-10-11 Thread Kristiadi Himawan
I want to try to shape 20-30Mbps traffic using HTB. It's possible? Anyone already try this?   Thanks.

[LARTC] Shape on trunked line

2003-10-09 Thread Kristiadi Himawan
Hi All,   Any idea how to shape on trunked line. I have try to both devices (eth0 and eth1) but fail and i assume because tag vlan on data frame that makes tc filter always missed.   Thnx   Kris

Re: [LARTC] Htb on trunked line

2003-10-06 Thread Kristiadi Himawan
eth0.106 brctl addif br106 eth1.106 I expect packet with vlan 106 would go to br106 and the others to br0. Am I right? - Original Message - From: "Ryan Goldberg" <[EMAIL PROTECTED]> To: "Kristiadi Himawan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>

Re: [LARTC] Htb on trunked line

2003-10-03 Thread Kristiadi Himawan
4 192.168.2.6 PortID 'FastEthernet0/8' CAP 0x28[|cdp] Any suggestion why ? - Original Message - From: "Ryan Goldberg" <[EMAIL PROTECTED]> To: "Kristiadi Himawan" <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 1:43 AM Subject: Re: [LART

Re: [LARTC] Htb on trunked line

2003-10-01 Thread Kristiadi Himawan
ssage - From: "Steve Wright" <[EMAIL PROTECTED]> To: "Kristiadi Himawan" <[EMAIL PROTECTED]> Cc: "lartc" <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 1:55 AM Subject: Re: [LARTC] Htb on trunked line > On Thu, 2003-10-02 at 06:41, Kristiadi H

Re: [LARTC] Htb on trunked line

2003-10-01 Thread Kristiadi Himawan
n. Btw, do you already try this kind of configuration? Thnx - Original Message - From: "Ryan Goldberg" <[EMAIL PROTECTED]> To: "Kristiadi Himawan" <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 1:43 AM Subject: Re: [LARTC] Htb on trunked line > O

[LARTC] Htb on trunked line

2003-10-01 Thread Kristiadi Himawan
Dear All,   I have configuration like this :   DVB Modem |                | ___Link A \   / trunk/ CiscoRouter CiscoSwitch---Link B \___   

Re: [LARTC] HTB in a bridge+trunk

2003-09-24 Thread Kristiadi Himawan
s condition? - Original Message - From: "Stef Coene" <[EMAIL PROTECTED]> To: "kristiadi himawan" <[EMAIL PROTECTED]>; "lartc" <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 1:10 AM Subject: Re: [LARTC] HTB in a bridge+trunk > On Mo

[LARTC] HTB in a bridge+trunk

2003-09-22 Thread kristiadi himawan
Dear All,   Sorry if my question here ever asked before by someone else. I have configuration like this :  |-trunking--| V  eth0 eth1  V router<--->bridge with htb<--->switch 202.xx.xx.227   #!/bin/bashtc qdisc del dev eth

Re: [LARTC] Performance analysis for qos

2002-11-27 Thread Kristiadi Himawan
AIL PROTECTED]> |To: Kristiadi Himawan <[EMAIL PROTECTED]>, lartc <[EMAIL PROTECTED]> |Subject: Re: [LARTC] Performance analysis for qos | |What do you want to test? Do you want to know how accurate the shaping is |done, or do you want to know how many resources (memory/cpu) thi

[LARTC] Performance analysis for qos

2002-11-27 Thread Kristiadi Himawan
Hi, i have tried some qdisc from linux kernel, it's interesting to test the performance from each qdisc, i have see the devik analysis page, but don't know what's the scenario and the analysis tools that used. anybody know some scenarios and tools to test and see the performance from cbq tbf sfq h

[LARTC] lartc analysis

2002-11-05 Thread Kristiadi Himawan
I want to see performance all qdisc in lartc howto, beside using mrtg, there is another tool ? so just only see "bytes" but another parameter. Best regards, >< ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/lis

[LARTC] failed shaping outgoing traffic

2002-10-28 Thread Kristiadi Himawan
I used cbq in my gateway, eth1 connecting to internet, and eth0 to local network, to poll traffic in/out using ipchains accounting and mrtg. Now i have succeed shaping incoming traffic to my local network with my configuration using cbq on eth0, but when i try to shaping outgoing traffic from my l

[LARTC] average speed in a class

2002-10-23 Thread Kristiadi Himawan
Any body knows how to make hosts bandwidth in a class got same bandwidth with the other, so no one can dominate the class bandwidth. Best regards, >< ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lart

[LARTC] multiple devices

2002-05-21 Thread Kristiadi Himawan
Hi, I use two interfaces (eth0 and eth1) in my gateway and using HTB to shape traffic from my internal network (eth0), so HTB using root dev eth0 to shape the traffic. if I want to change root dev with eth1 (external), what's the differences with the previous setting ... which ones is better ?

Re: [LARTC] bw console monitoring

2002-05-13 Thread Kristiadi Himawan
|On Mon, 13 May 2002, Stef Coene wrote: | |If you don't have to much ip addresses, you can create for each address a |iptables rule. You can use the byte counters of iptables to calculate the |bandwidth. And you can plot the data directly with rrd or feed them to mrtg. | |Stef | |-- I alread

[LARTC] bw console monitoring

2002-05-13 Thread Kristiadi Himawan
Hi, I want to see bandwidth every ip address in the local network that passing my linux gateway in the console, may be it's similar like mrtg (web based version) It's possible ? Best regards, >< ___ LARTC mailing list / [EMAIL PROTECT

[LARTC] cbq and htb inside ?

2002-03-28 Thread Kristiadi Himawan
i'm still newbie about qdisc and i have read about bandwidth limiting howto also kernel modules script about qdisc but still not understanding about the cbq and htb algorithm besides it's classes things anyone can help me ... Best regards, ><