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