Discussion:
Trying to get MRTG to graph ADSL throughput of Cisco 837
Jamie Dobbs
2005-06-05 01:49:25 UTC
Permalink
I'm trying to get MRTG to graph the ADSL throughput (bps) of a Cisco837
router. I've searched but haven't been able to find a MIB that work, I
have tried:

Dialer0:public@<ip>
ATM0:public@<ip>
ATM0.1:public@<ip>

but none of these appear to return any data.
Can anyone offer any assistance?

Cheers

Jamie
--
This message is part of the NZ ADSL mailing list.
see http://unixathome.org/adsl/ for archives, FAQ,
and various documents.
To unsubscribe: send mail to ***@lists.unixathome.org
with "unsubscribe adsl" in the body of the message
Reuben Farrelly
2005-06-05 02:43:49 UTC
Permalink
Hi,
Post by Jamie Dobbs
I'm trying to get MRTG to graph the ADSL throughput (bps) of a Cisco837
router. I've searched but haven't been able to find a MIB that work, I
but none of these appear to return any data.
Can anyone offer any assistance?
Sure. This is for a 1721 but the same works on the 837.

1. Set up your SNMP community:

router(config)#snmp-server community snmpaccess RO

2. Plot the throughput of the ATM0 interface:

Target[router_ATM0]: \ATM0:***@router:
SetEnv[router_ATM0]: MRTG_INT_IP="" MRTG_INT_DESCR="ATM0"
MaxBytes[router_ATM0]: 160000
AbsMax[router_ATM0]: 256000
RouterUptime[router_ATM0]: ***@router:
Title[router_ATM0]: Traffic Analysis for ATM0 to Orcon -- router

3. I also plot the DSL linespeed:

Target[router_ADSL_LINESPEED]:
transmission.94.1.1.4.1.2.8&transmission.94.1.1.5.1.2.8:***@router

If you are doing your measurements from inside and behind the router, use the
Ethernet0 interface IP address to poll, not the outside one.

reuben
--
This message is part of the NZ ADSL mailing list.
see http://unixathome.org/adsl/ for archives, FAQ,
and various documents.
To unsubscribe: send mail to ***@lists.unixathome.org
with "unsubscribe adsl" in the body of the message
Craig Humphrey
2005-06-06 03:21:06 UTC
Permalink
Failing that, use cfgmaker. It's pretty good at figuring out interfaces...
-----Original Message-----
Sent: Sunday, June 05, 2005 2:44 PM
To: Jamie Dobbs
Subject: Re: Trying to get MRTG to graph ADSL throughput of Cisco 837
Hi,
Post by Jamie Dobbs
I'm trying to get MRTG to graph the ADSL throughput (bps) of a
Cisco837 router. I've searched but haven't been able to find a MIB
but none of these appear to return any data.
Can anyone offer any assistance?
Sure. This is for a 1721 but the same works on the 837.
[snip snip]
--
This message is part of the NZ ADSL mailing list.
see http://unixathome.org/adsl/ for archives, FAQ,
and various documents.
To unsubscribe: send mail to ***@lists.unixathome.org
with "unsubscribe adsl" in the body of the message
Loading...