Hi all, can I buffer traffic flow with HTB (like with TBF)? HTB hasn''t the "limit" parameter that represent the buffer size in tbf. there is another manner to buffering traffic with HTB? Thank in advance, Luigi Romano
include pfifo or bfifo as leaf and set limit on it. devik On Tue, 27 Aug 2002, Luigi Romano wrote:> Hi all, > can I buffer traffic flow with HTB (like with TBF)? > HTB hasn''t the "limit" parameter that represent the buffer size in tbf. > there is another manner to buffering traffic with HTB? > > Thank in advance, > Luigi Romano > > > > > > > >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
José Alberto Aguilar González
2002-Aug-27 11:49 UTC
dsmark_dequeue: unsupported protocol 2054
Hi all, I am using dsmark in a DS Edge router and I got those "dsmark_dequeue: unsupported protocol 2054" messages. I know it is ARP traffic (2054=0x806) and I wonder how can I avoid that kind traffic entering in the dsmark. Thanx in advance _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
José Alberto Aguilar González wrote:> I am using dsmark in a DS Edge router and I got those "dsmark_dequeue: > unsupported protocol 2054" messages. > I know it is ARP traffic (2054=0x806) and I wonder how can I avoid that > kind traffic entering in the dsmark.Entering dsmark per se isn''t a problem. dsmark will happily ignore your ARP traffic as long as you don''t ask dsmark to actually (re)mark it. dsmark will notice that you''re not trying to (re)mark the packets, if the dsmark class you''re sending it to uses value 0 and mask 0xff. In case you really want to divert non-IP traffic, you need another qdisc around dsmark, and send only IPv4 and IPv6 traffic to the class to which dsmark is attached. - Werner -- _________________________________________________________________________ / Werner Almesberger, Buenos Aires, Argentina wa@almesberger.net / /_http://icapeople.epfl.ch/almesber/_____________________________________/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/