I have an ADSL Internet connection via at&amp;t.  I have a Motorola Netopia 3347 integrated modem/router on the connection.<br><br>I&#39;m having severe connection stability issues, and have not been getting much help from at&amp;t.  I need to graph the ADSL statistics of the connection, to help me prove my point to them.<br>
<br>I&#39;ve installed MRTG on an Ubuntu Linux system, that sits on the LAN side of the router.<br><br>I ran MRTG&#39;s &#39;cfgmaker&#39; against the router.  It finds  interfaces &#39;en0&#39;  &#39;lp1&#39;  &#39;ADSL0&#39;  &#39;10/100-Ethernet-0&#39;  &#39;TI-Wireless-0&#39;  &#39;ADSLInterleaved0&#39;  and  &#39;WAN-1a&#39;.<br>
<br>If I snmpwalk the router, I see output that looks like:<br><br>ADSL-LINE-MIB::adslLineCoding.3 = INTEGER: dmt(2)<br>ADSL-LINE-MIB::adslLineType.3 = INTEGER: fastOrInterleaved(4)<br>ADSL-LINE-MIB::adslAtucInvVendorID.3 = STRING:<br>
ADSL-LINE-MIB::adslAtucInvVersionNumber.3 = STRING: ^A<br>ADSL-LINE-MIB::adslAtucCurrStatus.3 = BITS: 80 noDefect(0)<br>ADSL-LINE-MIB::adslAtucCurrOutputPwr.3 = INTEGER: 3840 tenth dBm<br>ADSL-LINE-MIB::adslAtucCurrAttainableRate.3 = Gauge32: 800000 bps<br>
ADSL-LINE-MIB::adslAturInvSerialNumber.3 = STRING:<br>ADSL-LINE-MIB::adslAturInvVendorID.3 = STRING: ^D<br>ADSL-LINE-MIB::adslAturInvVersionNumber.3 = STRING: 7.5.2<br>ADSL-LINE-MIB::adslLineCoding.3 = INTEGER: dmt(2)<br>
ADSL-LINE-MIB::adslLineType.3 = INTEGER: fastOrInterleaved(4)<br>ADSL-LINE-MIB::adslAtucInvVendorID.3 = STRING:<br>ADSL-LINE-MIB::adslAtucInvVersionNumber.3 = STRING: ^A<br>ADSL-LINE-MIB::adslAtucCurrStatus.3 = BITS: 80 noDefect(0)<br>
ADSL-LINE-MIB::adslAtucCurrOutputPwr.3 = INTEGER: 3840 tenth dBm<br>ADSL-LINE-MIB::adslAtucCurrAttainableRate.3 = Gauge32: 800000 bps<br>ADSL-LINE-MIB::adslAturInvSerialNumber.3 = STRING:<br>ADSL-LINE-MIB::adslAturInvVendorID.3 = STRING: ^D<br>
ADSL-LINE-MIB::adslAturInvVersionNumber.3 = STRING: 7.5.2<br><br><br>Nothing that looks even close to this, showed up in the mrtg.cfg file that &#39;cfgmaker&#39; generated.<br><br>I don&#39;t understand how to map what I see with &#39;snmpwalk&#39; to the format of the config file that &#39;cfgmaker&#39; generated.<br>
<br>Can someone give me a working example of how to code one of these?  Like &#39;ADSL-LINE-MIB::adslAtucCurrOutputPwr.3 = INTEGER: 3840 tenth dBm&#39; maybe?<br><br>None of the documentation that I&#39;ve been able to find, presents it in a method that I&#39;ve been able to understand; so I&#39;m hoping someone can give me a working example and a few comments of how you constructed that section/stanza/block of the config file so I can make sections that will hopefully graph all the stats I need.<br>
<br>Much thanks!<br><br>