<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Tx/Rx rate in MI424wr telnet?&#x27; in forum &#x27;Verizon Fiber Optics&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/TxRx-rate-in-MI424wr-telnet-27992522</link>
<description></description>
<language>en</language>
<pubDate>Thu, 23 May 2013 16:36:59 EDT</pubDate>
<lastBuildDate>Thu, 23 May 2013 16:36:59 EDT</lastBuildDate>

<item>
<title>Re: Tx/Rx rate in MI424wr telnet?</title>
<link>http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-28011169</link>
<description><![CDATA[houkouonchi posted : ah I guess the newer ones have 64-bit counters which is definitely nice considering you can't even record speeds more than 117 megabits or something (forget what it is) if your doing a 5 minute interval on 32-bit counters.<br><small>--<br>300/150 mbit Bonded Verizon FiOS connection FTW!</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-28011169</guid>
<pubDate>Thu, 14 Feb 2013 15:59:24 EDT</pubDate>
</item>

<item>
<title>Re: Tx/Rx rate in MI424wr telnet?</title>
<link>http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-28002271</link>
<description><![CDATA[Dream Killer posted : ooh, that works too, and the mi424wr has 64-bit counters (i'm seeing a couple terabytes when i pull mine up). though "qos utilization" already keeps track of the speeds, no calculation needed, of all connections so all i had to do was pull the columns out and add them up for the total rate.<br><br>EDIT: though i have to rebuild my RRD/RRAs, i think your script that uses expect works a lot better since the counters on ifconfig seems more accurate than the qos engine on the router. some packets traverse the firewall through fastpath and it doesnt get counted along with the rest at all.<br><br>thanks!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-28002271</guid>
<pubDate>Tue, 12 Feb 2013 01:12:47 EDT</pubDate>
</item>

<item>
<title>Re: Tx/Rx rate in MI424wr telnet?</title>
<link>http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-28001038</link>
<description><![CDATA[houkouonchi posted : I did something similar for a guy running a westell router (i forget the model) Just used ifconfig output (which reset every 4 GB with MRTG which expected this behavior).<br><br>Had a stand-alone shell script that just dumped some info to a text file and parsed that:<br><br>vz_ifconfig.sh:<br><br><pre class="brush: text">#!/bin/sh&#012;/usr/bin/expect &lt;&lt; EOF&#012;set timeout 20&#012;spawn /usr/bin/telnet targetip targetport&#012;expect "Username: "&#012;send "bandwidth\r"&#012;expect "Password: "&#012;send "thepassword\r"&#012;expect "Wireless Broadband Router&gt; "&#012;send "system shell\r"&#012;expect "/ #"&#012;send "ifconfig\r"&#012;expect "/ #"&#012;send "uptime\r"&#012;expect "/ #"&#012;send "exit\r"&#012;expect "Wireless Broadband Router&gt; "&#012;send "exit\r"&#012;exit&#012;EOF&#012; &#012;</pre><!--end code block--><br>And the script that MRTG called:<br><br>vz_bytes.sh:<br><pre class="brush: text">#!/bin/sh&#012;tmp=/stats/vz_ifconfig.txt&#012;/stats/vz_ifconfig.sh &gt; $tmp&#012;bytes=`cat $tmp  | grep -A6 eth1 | tail -n 1 | /usr/bin/awk '{print $2" "$6}' | /usr/bin/awk -F "bytes:" '{print $2 $3}'`&#012;rx=`echo $bytes | /usr/bin/awk '{print $1}'`&#012;tx=`echo $bytes | /usr/bin/awk '{print $2}'`&#012;uptime=`cat $tmp | grep load |  /usr/bin/awk -F "up " '{print $2}' | /usr/bin/awk -F ", load" '{print $1}'`&#012;echo $rx&#012;echo $tx&#012;echo $uptime&#012;echo "Home Network"&#012; &#012;</pre><!--end code block--><br><small>--<br>300/150 mbit Bonded Verizon FiOS connection FTW!</small>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-28001038</guid>
<pubDate>Mon, 11 Feb 2013 17:04:14 EDT</pubDate>
</item>

<item>
<title>Re: Tx/Rx rate in MI424wr telnet?</title>
<link>http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27997442</link>
<description><![CDATA[Dream Killer posted : As promised:<br><img src=http://img607.imageshack.us/img607/4442/wanrxtx.png><br><br>It's a bit brute forcish in scripting as I'm not very good at it. Someone can probably clean up the script so it's more understandable but I can try to help if anyone's having trouble.<div class="borderless"><TABLE WIDTH=95% align=center border=0 CELLPADDING=4"><TR><TD ALIGN=CENTER VALIGN=CENTER BGCOLOR=#FFFFFF nwrap WIDTH=33%><A HREF="/r0/download/2073709~622a1cf00b46b74c0307b928aab6e54e/fiosrouter.tar.gz"><IMG  align=absmiddle style="vertical-align:middle;" TITLE="download" SRC="http://i.dslr.net/silk/arrow_down.png" border=0 width=16 height=16><IMG SRC="http://i.dslr.net/1ptrans.gif" WIDTH=10 HEIGHT=1 border=0><big>fiosrouter.tar.gz</big></A> <small>36,827 bytes</small><br>fiosrouter.tar.gz</TD></TABLE></div>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27997442</guid>
<pubDate>Sun, 10 Feb 2013 14:27:17 EDT</pubDate>
</item>

<item>
<title>Re: Tx/Rx rate in MI424wr telnet?</title>
<link>http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27996549</link>
<description><![CDATA[More Fiber posted : No SNMP support in the router. ]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27996549</guid>
<pubDate>Sun, 10 Feb 2013 08:09:18 EDT</pubDate>
</item>

<item>
<title>Re: Tx/Rx rate in MI424wr telnet?</title>
<link>http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27996448</link>
<description><![CDATA[watice posted : apologize if this has been asked before somewhere, but is there a way to get this data via snmp? same router, a Rev I, but I see no such options in the webgui]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27996448</guid>
<pubDate>Sun, 10 Feb 2013 04:15:33 EDT</pubDate>
</item>

<item>
<title>Re: Tx/Rx rate in MI424wr telnet?</title>
<link>http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27995209</link>
<description><![CDATA[Dream Killer posted : When I complete it I'll share it here. I'm still having a lot of problems sorting out what value is WAN upload from the router. "Sent Bytes" under "Broadband Connection" is obviously wrong.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27995209</guid>
<pubDate>Sat, 09 Feb 2013 15:34:48 EDT</pubDate>
</item>

<item>
<title>Re: Tx/Rx rate in MI424wr telnet?</title>
<link>http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27994777</link>
<description><![CDATA[propcgamer posted : I've been meaning to do this, mind sharing some of your rrd scripts?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27994777</guid>
<pubDate>Sat, 09 Feb 2013 12:31:12 EDT</pubDate>
</item>

<item>
<title>Re: Tx/Rx rate in MI424wr telnet?</title>
<link>http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27993772</link>
<description><![CDATA[Dream Killer posted : Nvm, I figured how to do it through the COUNTER DST so it derives speed from Tx/Rx amount.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-TxRx-rate-in-MI424wr-telnet-27993772</guid>
<pubDate>Fri, 08 Feb 2013 22:46:30 EDT</pubDate>
</item>

<item>
<title>Tx/Rx rate in MI424wr telnet?</title>
<link>http://www.dslreports.com/forum/TxRx-rate-in-MI424wr-telnet-27992522</link>
<description><![CDATA[Dream Killer posted : I'm graphing a bunch of stuff from the MI424wr in RRD however I can't seem to find where Tx/Rx information is listed in the telnet terminal.<br><br>I can see it I log into the router's webgui but it's not saved or printed anywhere. Does the router not calculate this statistic?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/TxRx-rate-in-MI424wr-telnet-27992522</guid>
<pubDate>Fri, 08 Feb 2013 15:33:18 EDT</pubDate>
</item>

</channel>
</rss>
