<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Thanks Assaf,</DIV>
<DIV> </DIV>
<DIV>It looks like I have version 2</DIV>
<DIV> </DIV>
<DIV>[root@localhost snmp]# snmpwalk -v3 -c public localhost<BR>snmpwalk: No securityName specified<BR>[root@localhost snmp]#</DIV>
<DIV> </DIV>
<DIV>[root@localhost snmp]# snmpwalk -v2c -c public localhost system<BR>SNMPv2-MIB::sysDescr.0 = STRING: Linux localhost.localdomain 2.6.11-121.1.1.el5 #1 SMP Mon Jan 26 13:59:00 EST 2009 i686<BR>SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10<BR>DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (15121490) 1 day, 18:00:14.90<BR>SNMPv2-MIB::sysContact.0 = STRING: Root <<A href="mailto:root@localhost">root@localhost</A>> (configure /etc/snmp/snmp.local.conf)<BR>SNMPv2-MIB::sysName.0 = STRING: localhost.localdomain<BR>SNMPv2-MIB::sysLocation.0 = STRING: Unknown (edit /etc/snmp/snmpd.conf)<BR>SNMPv2-MIB::sysORLastChange.0 = Timeticks: (65) 0:00:00.65<BR>SNMPv2-MIB::sysORID.1 = OID: SNMPv2-MIB::snmpMIB<BR>SNMPv2-MIB::sysORID.2 = OID: TCP-MIB::tcpMIB<BR>SNMPv2-MIB::sysORID.3 = OID: IP-MIB::ip<BR>SNMPv2-MIB::sysORID.4 = OID: UDP-MIB::udpMIB<BR>SNMPv2-MIB::sysORID.5 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup<BR>SNMPv2-MIB::sysORID.6 =
 OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance<BR>SNMPv2-MIB::sysORID.7 = OID: SNMP-MPD-MIB::snmpMPDCompliance<BR>SNMPv2-MIB::sysORID.8 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance<BR>SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module for SNMPv2 entities<BR>SNMPv2-MIB::sysORDescr.2 = STRING: The MIB module for managing TCP implementations<BR>SNMPv2-MIB::sysORDescr.3 = STRING: The MIB module for managing IP and ICMP implementations<BR>SNMPv2-MIB::sysORDescr.4 = STRING: The MIB module for managing UDP implementations<BR>SNMPv2-MIB::sysORDescr.5 = STRING: View-based Access Control Model for SNMP.<BR>SNMPv2-MIB::sysORDescr.6 = STRING: The SNMP Management Architecture MIB.<BR>SNMPv2-MIB::sysORDescr.7 = STRING: The MIB for Message Processing and Dispatching.<BR>SNMPv2-MIB::sysORDescr.8 = STRING: The management information definitions for the SNMP User-based Security Model.<BR>SNMPv2-MIB::sysORUpTime.1 = Timeticks: (64)
 0:00:00.64<BR>SNMPv2-MIB::sysORUpTime.2 = Timeticks: (64) 0:00:00.64<BR>SNMPv2-MIB::sysORUpTime.3 = Timeticks: (64) 0:00:00.64<BR>SNMPv2-MIB::sysORUpTime.4 = Timeticks: (64) 0:00:00.64<BR>SNMPv2-MIB::sysORUpTime.5 = Timeticks: (64) 0:00:00.64<BR>SNMPv2-MIB::sysORUpTime.6 = Timeticks: (65) 0:00:00.65<BR>SNMPv2-MIB::sysORUpTime.7 = Timeticks: (65) 0:00:00.65<BR>SNMPv2-MIB::sysORUpTime.8 = Timeticks: (65) 0:00:00.65<BR>[root@localhost snmp]#<BR></DIV>
<DIV> </DIV>
<DIV>I tried check_ifstatus with -v 2  option and getting same message:</DIV>
<DIV> </DIV>
<DIV>[root@localhost etc]# /usr/local/nagios/libexec/check_ifstatus -H localhost -v 2 -C public -I -u E1 6/0<BR>CRITICAL: Requested table is empty or does not exist for 1.3.6.1.2.1.2.2.1.8  with snmp version 2<BR></DIV>
<DIV>I'll guess the message that "requested table is empty or does not exist for 1.3.6.1.2.1.2.2.1.8"  means that there is something that needs configuring in snmp (???).  I am very green with snmp.</DIV>
<DIV><BR><BR>--- On <B>Fri, 5/22/09, Assaf Flatto <I><assaf.flatto@ssp-intl.com></I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid"><BR>From: Assaf Flatto <assaf.flatto@ssp-intl.com><BR>Subject: Re: [Nagios-users] Error While Using check_ifstatus<BR>To: nagios-users@lists.sourceforge.net<BR>Date: Friday, May 22, 2009, 5:57 AM<BR><BR>
<DIV class=plainMail><BR><BR>On Thursday 21 May 2009 14:31:26 Martin Fontanez wrote:<BR>> I am new to Nagios.  Trying to get link state info (up/down) on NIC cards<BR>> on my box (realizing I could use check_ping but ICMP is blocked).  I am<BR>> using el5 and mii-tools/mii-diag does not work since my kernel is 2.6 or >.<BR>><BR>> I setup check-ifstatus but I am getting this error:<BR>><BR>> CRITICAL: Requested table is empty or does not exist for<BR>> 1.3.6.1.2.1.2.2.1.8  with snmp version 1<BR>><BR>> Wondering if anyone knows of a workaround. <BR><BR>Are you sure the device you are quering is using SNMP v1 ?<BR>most devices come with SNMP2 or even 3 , check the setting of you snmp query and the snmp setting on <BR>the device to see what version you need to use to check..<BR><BR>-- <BR>Assaf Flatto<BR>SSP Ops Team<BR>Linux System Administrator<BR>169 Euston Road, London, NW1 2AE<BR><BR>Along with a few
 colleagues I am doing The Three Peaks Challenge again <BR>this year to raise money for The Railway Children.<BR>Please sponsor me by making a donation online, simply click on the link <BR>below and give via your switch/credit card. Thank you.<BR><A href="http://www.justgiving.com/londonnorththreepeaks" target=_blank>http://www.justgiving.com/londonnorththreepeaks</A><BR><BR><BR><BR><BR>IMPORTANT . this email and the information in it may be confidential, legally<BR>privileged and/or protected by law. It is intended solely for the use of the<BR>person to whom it is addressed. If you are not the intended recipient, please<BR>notify the sender immediately and do not disclose the contents to any other<BR>person, use it for any purpose, or store or copy the information in any medium.<BR>Please also delete all copies of this email and any attachments from your<BR>system.<BR><BR>We cannot guarantee the security or confidentiality of email communications.
 We<BR>do not accept any liability for losses or damages that you may suffer as a<BR>result of your receipt of this email including but not limited to computer<BR>service or system failure, access delays or interruption, data non-delivery or<BR>mis-delivery, computer viruses or other harmful components.<BR><BR>Copyright in this email and any attachments belong to Select Service Partner UK<BR>Limited. Should you communicate with anyone at Select Service Partner UK Limited by<BR>email, you consent to us monitoring and reading any such correspondence.<BR><BR>Nothing in this email shall be taken or read as suggesting, proposing or<BR>relating to any agreement concerted practice or other practice that could<BR>infringe UK or EC competition legislation.<BR><BR>Select Service Partner UK Limited is a company registered in England and Wales<BR>(company number 05687183) whose registered office is at 1 The Heights, Brooklands, Weybridge. Surrey. KT13
 0NY<BR><BR><BR><BR>------------------------------------------------------------------------------<BR>Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT<BR>is a gathering of tech-side developers & brand creativity professionals. Meet<BR>the minds behind Google Creative Lab, Visual Complexity, Processing, & <BR>iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian<BR>Group, R/GA, & Big Spaceship. <A href="http://www.creativitycat.com/" target=_blank>http://www.creativitycat.com</A> <BR>_______________________________________________<BR>Nagios-users mailing list<BR><A href="http://us.mc592.mail.yahoo.com/mc/compose?to=Nagios-users@lists.sourceforge.net" ymailto="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</A><BR><A href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target=_blank>https://lists.sourceforge.net/lists/listinfo/nagios-users</A><BR>::: Please
 include Nagios version, plugin version (-v) and OS when reporting any issue. <BR>::: Messages without supporting info will risk being sent to /dev/null<BR></DIV></BLOCKQUOTE></td></tr></table><br>