IOG Grapher

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,

 

 

 

 

Top