|
Posted by jackwik@gmail.com on June 4, 2008, 2:25 pm
If you were Registered and logged in, you could reply and use other advanced thread options > On Wed, 04 Jun 2008 07:57:03 -0700, jack...@gmail.com wrote:
> > The error I am receiving is as follows:
>
> > Received SNMP response with error code
> > error status: noSuchName
> > index 1 (OID: 1.3.6.1.2.1.2.2.1.10)
> > SNMPv1_Session (remote host: "" [].161)
> > community: ""
>
> The hostname and community are blank, unless you removed them before
> posting?
>
> > request ID: 1679385424
> > PDU bufsize: 8000 bytes
> > timeout: 2s
> > retries: 5
> > backoff: 1)
> > at /usr/bin/../lib/mrtg2/SNMP_util.pm line 490
>
> > In order to solve the problem I have placed the updated mibs for the
> > Cisco website under /usr/share/snmp/mibs.
>
> Think of MIBs as DNS for OIDs. You don't necessarily need the MIB to read
> an OID if you know what the numeric OID is.
>
> > Any assistance would be greatly appreciated.
>
> Try and snmpwalk it with the same credentials you've told MRTG to use, eg
>
> snmpwalk -v 1 -c public 10.209.12.33
>
> You should see tens/hundreds of OIDs flying past. If not, you've got
> something wrong with the SNMP config somewhere. SNMP is designed so that
> if you use the wrong community, no explicit deny message is sent from the
> agent, so if you've got the wrong community, you'll see something like:
>
> $ snmpwalk -v 1 -c public 10.209.12.33
> Timeout: No Response from 10.209.12.33
>
> --
> <http://ale.cx/> (AIM:troffasky) (UnSoEsNpE...@ale.cx)
> 18:27:10 up 10:08, 1 user, load average: 0.01, 0.03, 0.00
> Convergence, n: The act of using separate DSL circuits for voice and data
Hi,
The output I receive when doing an snmpwalk is vlaid and with no
errors.
I receive the above errors when polling the device after successfully
generating cfgmaker and indexmaker.
TIA.
Jack
|