<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Bandwidth monitoring per IP device?</title>
	<link>http://ask.metafilter.com/77820/Bandwidth-monitoring-per-IP-device/</link>
	<description>Comments on Ask MetaFilter post Bandwidth monitoring per IP device?</description>
	<pubDate>Tue, 04 Dec 2007 14:44:39 -0800</pubDate>
	<lastBuildDate>Tue, 04 Dec 2007 14:44:39 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Bandwidth monitoring per IP device?</title>
		<link>http://ask.metafilter.com/77820/Bandwidth-monitoring-per-IP-device</link>	
		<description>Bandwidth monitoring per IP device? &lt;br /&gt;&lt;br /&gt; I&apos;m looking for a way to monitor bandwidth on a wireless LAN. I need to be able to see how much bandwidth any particular device on the LAN is using at any given time. This can be shown by IP address or MAC address.&lt;br&gt;
&lt;br&gt;
Ideally, it would break down like...&lt;br&gt;
&lt;br&gt;
192.168.1.a is using 654kbit&lt;br&gt;
192.168.1.b is using 322kbit&lt;br&gt;
192.168.1.c is using 12kbit&lt;br&gt;
192.168.1.d is using 0kbit&lt;br&gt;
&lt;br&gt;
How could I accomplish this? Would the router need any special features/logging/etc?&lt;br&gt;
&lt;br&gt;
Bear in mind that most devices on the network will not be able to run an SNMP client.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.77820</guid>
		<pubDate>Tue, 04 Dec 2007 14:39:48 -0800</pubDate>
		<dc:creator>doomtop</dc:creator>
		
			<category>network</category>
		
			<category>logging</category>
		
			<category>bandwidth</category>
		
			<category>monitoring</category>
		
	</item> <item>
		<title>By: iamabot</title>
		<link>http://ask.metafilter.com/77820/Bandwidth-monitoring-per-IP-device#1156121</link>	
		<description>You want netflow or netflow like statistics.   If the AP is the layer 3 gateway or your gateway is a Cisco router you can export the netflow statistics and use Netqos or any number of free and not free products to analyze and correlate the data.&lt;br&gt;
&lt;br&gt;
Other network products support netflow, but I don&apos;t have much in the way of expertise on those, so no suggestions there.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77820-1156121</guid>
		<pubDate>Tue, 04 Dec 2007 14:44:39 -0800</pubDate>
		<dc:creator>iamabot</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/77820/Bandwidth-monitoring-per-IP-device#1156135</link>	
		<description>&lt;a href=&quot;http://www.mikrotik.com&quot;&gt;MikroTik&lt;/a&gt; routers have this information easily accessible via webpage statistics, command-line interface, and GUI. We use their RouterOS on dedicated hardware, but you can also run their RouterOS on any X86 machine. If you only need to do this for a little while, you can use the software for free for 24 hours (timer stops when the router is off).&lt;br&gt;
&lt;br&gt;
I&apos;d highly recommend the software, it&apos;s very capable.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77820-1156135</guid>
		<pubDate>Tue, 04 Dec 2007 14:51:26 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: doomtop</title>
		<link>http://ask.metafilter.com/77820/Bandwidth-monitoring-per-IP-device#1156148</link>	
		<description>@odinsdream: I have access to dozens of MikroTik routerboards and am behind one currently. I was not aware that they had this ability. Can you please explain how I can utilize one to show this breakdown of bandwidth information?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77820-1156148</guid>
		<pubDate>Tue, 04 Dec 2007 14:58:07 -0800</pubDate>
		<dc:creator>doomtop</dc:creator>
	</item><item>
		<title>By: rhizome</title>
		<link>http://ask.metafilter.com/77820/Bandwidth-monitoring-per-IP-device#1156155</link>	
		<description>&lt;a href=&quot;http://www.cacti.net/&quot;&gt;Cacti + SNMP&lt;/a&gt;. Most OSes have SNMP implementations available for the installing.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77820-1156155</guid>
		<pubDate>Tue, 04 Dec 2007 15:03:43 -0800</pubDate>
		<dc:creator>rhizome</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/77820/Bandwidth-monitoring-per-IP-device#1156215</link>	
		<description>doomtop, you&apos;ll want to configure queues that specify whatever groups you wish to have graphs for. You can do this through the Winbox configuration tool by doing the following:&lt;br&gt;
&lt;br&gt;
Click Queues, find the Simple Queues tab. Add a new Queue and place the IP you wish to graph in the Target Address. If you want to group more than one address, continue adding IPs by clicking the down arrows. Click OK.&lt;br&gt;
&lt;br&gt;
For live data, you&apos;ll see it in the Simple Queues window right away. To review historical data, you&apos;ll have to enable graphing. I&apos;m not sure why this isn&apos;t possible through the Winbox interface, but it doesn&apos;t seem to be. So, open up a New Terminal.&lt;br&gt;
&lt;br&gt;
In the new terminal, type:&lt;br&gt;
&lt;br&gt;
/tool graphing queue&lt;br&gt;
&lt;br&gt;
Now, you can either create separate graphs for each queue by name, or just have it auto-create graphs for any queues now and in the future. I prefer the latter, so now type &lt;strong&gt;add&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
Open a connection to the router in a web browser. You should see something &lt;a href=&quot;http://p2c2e.dyndns.org&quot;&gt;like this&lt;/a&gt;. &quot;pudge&quot; is a graph generated by monitoring any IPs on my network that use bittorrent.&lt;br&gt;
&lt;br&gt;
Note that you can also enable general interface graphs by executing &lt;strong&gt;add&lt;/strong&gt; from /tool graphing interface, as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77820-1156215</guid>
		<pubDate>Tue, 04 Dec 2007 15:38:25 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/77820/Bandwidth-monitoring-per-IP-device#1156222</link>	
		<description>*Note, you can either open the browser directly to the router then click Graphs, or go directly to http://routeraddress/graphs</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77820-1156222</guid>
		<pubDate>Tue, 04 Dec 2007 15:40:12 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: RikiTikiTavi</title>
		<link>http://ask.metafilter.com/77820/Bandwidth-monitoring-per-IP-device#1156753</link>	
		<description>Packeteer&apos;s PacketShaper (and other related products) does this, and can limit people to boot.  Depending on your budget and intended use,  it may be either just the ticket or overkill.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77820-1156753</guid>
		<pubDate>Tue, 04 Dec 2007 23:15:44 -0800</pubDate>
		<dc:creator>RikiTikiTavi</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/77820/Bandwidth-monitoring-per-IP-device#1156880</link>	
		<description>I should add that once you set up the Simple Queue as I described, not only can you view the bandwidth graph and instantaneous rates, but you can specify separate upload and download limits for the target.&lt;br&gt;
&lt;br&gt;
In addition, you can get really fancy and use the Burst Mode limit feature to allow, for instance, insanely good speed test results, but cut it down to 50KBps after a minute of usage over that amount.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.77820-1156880</guid>
		<pubDate>Wed, 05 Dec 2007 06:05:56 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item>
	</channel>
</rss>
