Re: SNMP Error

Duane Wessels <[email protected]> Mon, 5 May 2003 12:46:03 -0600 (MDT)
Newsgroups gmane.comp.web.cache.snmp
Message-ID <[email protected]>
> and when I check it with snmpwalk it report correctly but when I do cfgmaker get these error:
>
> :\mrtg-2.9.27\bin>perl cfgmaker --snmp-option=port:3401 [email protected] -
> global "WorkDir: c:\inetpub\wwwroot\mrtg" --output mrtg.cfg
> -base: Get Device Info on [email protected]:3401
> SNMP Error:
> received SNMP response with error code
>  error status: noSuchName
>  index 1 (OID: 1.3.6.1.2.1.1)
> SNMPv1_Session (remote host: "192.168.100.25" [192.168.100.25].3401)
>                  community: "public"
>                 request ID: -382575577
>                PDU bufsize: 8000 bytes
>                    timeout: 2s
>                    retries: 5
>                    backoff: 1)
> at C:/mrtg-2.9.27/bin\..\lib\mrtg2/SNMP_util.pm line 570
> SNMPWALK Problem for 1.3.6.1.2.1.1 on [email protected]:3401
> at cfgmaker line 689
>
> Any one Can help me?

I don't know anything about cfgmaker.

The OID 1.3.6.1.2.1.1 seems to be in the "MIB-2 System" MIB.  The Squid
OID tree starts at 1.3.6.1.4.1.3495.1, so perhaps you can pass that
the perl program.

Duane W.