SNMPGET error - SNMP
This is a discussion on SNMPGET error - SNMP ; Anyone can help me with this error.
Sometimes the SNMPGET works, sometimes i doesn't
It's not a traffic issue, it fails even during the night when there is
no traffic.
What does this part means "SNMPGET Problem for ifInOctets"
Here ...
-
SNMPGET error
Anyone can help me with this error.
Sometimes the SNMPGET works, sometimes i doesn't
It's not a traffic issue, it fails even during the night when there is
no traffic.
What does this part means "SNMPGET Problem for ifInOctets"
Here is a copy of my log file:
Thanks in advance.
2003-08-11 15:42:21 -- SNMP Error:
no response received
SNMPv1_Session (remote host: "216.226.xxx.xxx" [216.226.xxx.xxx].161)
community: "exxxxa"
request ID: -931565697
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
at /usr/local/lib/perl5/site_perl/5.8.0/SNMP_util.pm line 458
2003-08-11 15:42:21 -- SNMPGET Problem for ifInOctets.2 ifOutOctets.2
on expra@216.226.xxx.xxx:
at /usr/local/bin/mrtg line 1620
2003-08-11 15:42:21 -- WARNING: skipping because at least the query
for ifInOctets.2 on 216.226.xx.x did not succeed
2003-08-11 15:42:21 -- ERROR: Target[216.226.xxx.xxx_1][_IN_] '
$$target[3]{$mode} ' did not eval into defined data
2003-08-11 15:42:21 -- ERROR: Target[216.226.xxx.xxx_1][_OUT_] '
$$target[3]{$mode} ' did not eval into defined data
2003-08-11 15:42:21 -- ERROR: Target[216.226.xxx.xxx_2][_IN_] '
$$target[4]{$mode} ' did not eval into defined data
2003-08-11 15:42:21 -- ERROR: Target[216.226.xxx.xxx_2][_OUT_] '
$$target[4]{$mode} ' did not eval into defined data
-
Re: SNMPGET error
Steeve wrote:
> Anyone can help me with this error.
> Sometimes the SNMPGET works, sometimes i doesn't
> It's not a traffic issue, it fails even during the night when there is
> no traffic.
> What does this part means "SNMPGET Problem for ifInOctets"
> Here is a copy of my log file:
> Thanks in advance.
>
>
> 2003-08-11 15:42:21 -- SNMP Error:
> no response received
^^^^^^^^^^^^^^^^^^^^
This doesn't appear to have anything to do with ifInOctets or
what you're asking for. The SNMP agent you are trying to talk
to is not responding. This is most likely either because there
is no SNMP agent on the machine you are trying to talk to, or
the community string you're trying to use is invalid.
Pete
--
Pete Flugstad
Remove NO.SPAM to reply directly
Icon Labs (http://www.icon-labs.com)
-
Re: SNMPGET error
Pete Flugstad wrote in message news:<3F39042D.3030803@SPAM.icon-labs.com>...
> Steeve wrote:
> > Anyone can help me with this error.
> > Sometimes the SNMPGET works, sometimes i doesn't
> > It's not a traffic issue, it fails even during the night when there is
> > no traffic.
> > What does this part means "SNMPGET Problem for ifInOctets"
> > Here is a copy of my log file:
> > Thanks in advance.
> >
> >
> > 2003-08-11 15:42:21 -- SNMP Error:
> > no response received
> ^^^^^^^^^^^^^^^^^^^^
>
> This doesn't appear to have anything to do with ifInOctets or
> what you're asking for. The SNMP agent you are trying to talk
> to is not responding. This is most likely either because there
> is no SNMP agent on the machine you are trying to talk to, or
> the community string you're trying to use is invalid.
>
> Pete
Thanks, but i know that the community string is good and that there is
an agent on the device. The device is a NetScreen 50. I can get some
information from the device, but somtetimes it fails and I get a "no
response received" Is it possible for a SNMPGET request to time out?
There is 15 hops between my station and the device. I have no SNMP
problems with the devices on my LAN.
Any hints would be appreciated.