Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||||||||
|
Posted by jackwik@gmail.com on June 4, 2008, 10:57 am
Please log in for more thread options I am having trouble getting the basic interface statistics from an ASA5550. 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: "" 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. Within the cfgmaker file I have specified LoadMIBs: /usr/share/snmp/ mibs/SNMPv2-MIB-asa.txt. This also didn't help.The version of mrtg is 2.10.15 on RedHat Enterprise Linux. I have successfully configured switches, routers, and FWSM on this machine. The ASA 5550 is the only device I am having trouble with. Any assistance would be greatly appreciated. TIA. Jack | |||||||||||||||||||
|
Posted by alexd on June 4, 2008, 1:33 pm
Please log in for more thread options 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) (UnSoEsNpEaTm@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 | |||||||||||||||||||
|
Posted by jackwik@gmail.com on June 4, 2008, 2:25 pm
Please log in for more 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 | |||||||||||||||||||
| Similar Threads | Posted |
| ASA5550 MRTG | June 4, 2008, 10:57 am |
| MRTG | April 8, 2006, 4:52 am |
| MRTG | May 3, 2006, 6:07 pm |
| MRTG and PIX | November 17, 2006, 5:04 pm |
| BGP and MRTG | May 22, 2007, 10:06 am |
| MRTG for a PIX | August 17, 2007, 12:29 pm |
| MRTG (SNMP) through a PIX | August 9, 2005, 11:29 am |
| MRTG and ASA appliance | September 5, 2007, 1:39 pm |
| MRTG IP Traffic for one IP address | October 18, 2005, 7:56 am |
| Cisco 837 - MRTG - monitoring SNR? | May 7, 2006, 3:16 pm |
| Dialer interfaces and MRTG. | October 5, 2006, 1:19 pm |
| Cisco 15454s and MRTG Graphing | March 24, 2006, 12:11 pm |
| Cisco 837 - 12.4 - MRTG monitoring stopped? | May 23, 2006, 3:45 pm |
| mrtg and catalyst 3750 stack | February 2, 2007, 10:58 am |
| MRTG on GBIC-Port Cisco WS-C2950-24 EI | November 15, 2005, 11:13 am |

ASA5550 MRTG
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





>
> 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: ""