Web Hosting Talk







View Full Version : IOG Grapher


E-Insites
10-19-2002, 10:28 PM
Has anyone successfully ran the IOG Grapher version 1 at http://www.dynw.com/iog/

I have been battling it all day and keep getting errors.

The error is:

SNMP Error:
Received SNMP response with error code
error status: noSuchName
index 1 (OID: 1.3.6.1.2.1.2.2.1.10.0)
SNMPv1_Session (remote host: "66.206.11.1" [66.206.11.1].161)
community: "public"
request ID: -383065919
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)


It has to do with the oidnames

The line that errors is
my @oids = ($inoid,$outoid);

The lines before that set the OID are:

my %oidnames = qw(ifInOctets 1.3.6.1.2.1.2.2.1.10
ifOutOctets 1.3.6.1.2.1.2.2.1.16
ifHCInOctets 1.3.6.1.2.1.31.1.1.1.6
ifHCOutOctets 1.3.6.1.2.1.31.1.1.1.10);


The switch is a cisco 2950. Anyone know what rae the correct OID values for the cisco, or what could be going wrong with this?

Regards,

PHBPendragon
10-20-2002, 11:30 AM
I assume your comm string is cloaked, since I can't walk that IP, unless snmp is turned off.

Try snmpwalk <IP Addy> <comm string> system to see if it's turned on


IF so, snmpwalk public | grep <OID>
to see if thats a valid OID for that router.

Then head off to google to get a list of OID's for that router, just so you have them.

If you don't have any snmp command tools PM/IM me. I don't know what RH has loaded.