Date: Mon, 7 Feb 2005 04:31:27 +0800 (CST) From: adrian kok <adriankok2000@yahoo.com.hk> To: questions@FreeBSD.org Subject: control udp, icmp packets Message-ID: <20050206203127.99427.qmail@web21201.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi all I am running zebra in freebsd. but can I have feature like cisco iso? I got the document from cymru about icmp and udp as follows: I tried the dummynet but it is not working properly! If you have this experience about dummynet working fine in router, please share to me. Thank you ! Allow UDP to occupy no more than 2 Mb/s of the pipe. rate-limit input access-group 150 2010000 250000 250000 conform-action transmit exceed-action drop ! Allow ICMP to occupy no more than 500 Kb/s of the pipe. rate-limit input access-group 160 500000 62500 62500 conform-action transmit exceed-action drop ! Allow multicast to occupy no more than 5 Mb/s of the pipe. rate-limit input access-group 170 5000000 375000 375000 conform-action transmit exceed-action drop Thank you
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050206203127.99427.qmail>