Hey!
I got a problem with adding my (the ISPs) Cisco 1812 to MRTG. also got the same issue with a Cisco Catalyst 360
I'm running MRTG version 2.16.2 on a Debian 5 installation.
The system, that already got 40 hosts added and working, got full access to this Cisco router, but since this is my ISPs router I dont have any other access than SNMP.
If I do a snmpwalk -v1 -c public xxx.xxx.xxx.18 I get this output:
--------------------------
----------
-----
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifDescr.1 = STRING: FastEthernet0
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifMtu.1 = INTEGER: 1500
IF-MIB::ifSpeed.1 = Gauge32: 100000000
IF-MIB::ifPhysAddress.1 = STRING: 0:1b:53:52:b0:ae
IF-MIB::ifAdminStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifLastChange.1 = Timeticks: (268487582) 31 days, 1:47:55.82
IF-MIB::ifInOctets.1 = Counter32: 3156062826
IF-MIB::ifInUcastPkts.1 = Counter32: 15842129
IF-MIB::ifInNUcastPkts.1 = Counter32: 1595
IF-MIB::ifInDiscards.1 = Counter32: 0
IF-MIB::ifInErrors.1 = Counter32: 0
IF-MIB::ifInUnknownProtos.
1 = Counter32: 0
IF-MIB::ifOutOctets.1 = Counter32: 3646213967
IF-MIB::ifOutUcastPkts.1 = Counter32: 20769365
IF-MIB::ifOutNUcastPkts.1 = Counter32: 806800
IF-MIB::ifOutDiscards.1 = Counter32: 0
IF-MIB::ifOutErrors.1 = Counter32: 0
IF-MIB::ifOutQLen.1 = Gauge32: 0
IF-MIB::ifSpecific.1 = OID: SNMPv2-SMI::zeroDotZero
End of MIB
--------------------------
----------
-----
So I know SNMP is working against it, but when I try to run cfgmaker I get this:
--------------------------
----------
-----
cfgmaker public@xxx.xxx.xxx.18
WARNING: Skipping public@xxx.xxx.xxx.18: as no info could be retrieved
# Created by
# /usr/bin/cfgmaker public@xxx.xxx.xxx.18
### Global Config Options
# for UNIX
# WorkDir: /home/http/mrtg
# for Debian
WorkDir: /var/www/mrtg
# or for NT
# WorkDir: c:\mrtgdata
### Global Defaults
# to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits
EnableIPv6: no
##########################
##########
##########
##########
##########
####
# System:
# Description:
# Contact:
# Location:
##########################
##########
##########
##########
##########
####
--------------------------
----------
-----
So, how to I get cfgmaker to create me a working config? or are there anyone out there with a working config I can get a copy of?