RE: perl pass_persist && getnext/getbulk - no end of MIB

2015-07-13 Thread Jurkiewicz Jean-Marc
requested OID, and not used-to-fill information. Hope this helps Best regards JMJ -Message d'origine- De : Turbo Fredriksson [mailto:tu...@bayour.com] Envoyé : dimanche 12 juillet 2015 21:46 À : net-snmp-users@lists.sourceforge.net Objet : perl pass_persist && getnext/getb

perl pass_persist && getnext/getbulk - no end of MIB

2015-07-12 Thread Turbo Fredriksson
27;re really not part of that table. But why isn't "snmptable" stops when it receives the ".1.3.6.1.4.1.8767.2.6.6.1.1.1" entry like "snmpwalk" do (I only have one entry/line in the next table, the zfsARCUsageTable)? And this is the same of ALL my tables. If I add "-CB"

END OF MIB

2014-05-07 Thread deepak . sachan
m snmp manager running in another machine) it is telling me "End of MIB" I think this is becoz there is no mib for that board(agent). I think this is becoz there is no mib for that board(agent). If i copy (all or some standard )mibs into the board , should it work?? or I have to

RE: End of MIB

2008-05-08 Thread Sathasivam, Elayaraja
6 PM To: Sathasivam, Elayaraja Cc: Net-snmp-users@lists.sourceforge.net Subject: Re: End of MIB 2008/5/8 Sathasivam, Elayaraja <[EMAIL PROTECTED]>: > $cat /etc/snmp/snmpd.conf' Stripping out all the comments leaves: > com2sec notConfigUser default public > g

Re: End of MIB

2008-05-08 Thread Dave Shield
2008/5/8 Sathasivam, Elayaraja <[EMAIL PROTECTED]>: > $cat /etc/snmp/snmpd.conf' Stripping out all the comments leaves: > com2sec notConfigUser default public > group notConfigGroup v1 notConfigUser > group notConfigGroup v2c notConfigUser > viewsystemviewi

RE: End of MIB

2008-05-08 Thread Sathasivam, Elayaraja
ost public .1.3.6.1.4.1.2021.255.1 s "New string" # enterprises.ucdavis.255.1 = "New string" # # For specific usage information, see the man/snmpd.conf.5 manual page # as well as the local/passtest script used in the above example. # Added for support of bcm5820 cards. pass .1.3.6.1.4.1.4413.4.1 /usr/bin/ucd5820stat

Re: End of MIB

2008-05-08 Thread Dave Shield
2008/5/8 Sathasivam, Elayaraja <[EMAIL PROTECTED]>: > Please note I am not using two different version. Not two versions of the software Two versions of SNMP requests. The working command used SNMPv2c, the failing one used SNMPv1. It was never likely that this would be relevant, but it was wort

RE: End of MIB

2008-05-08 Thread Sathasivam, Elayaraja
ivam, Elayaraja Cc: Net-snmp-users@lists.sourceforge.net Subject: Re: End of MIB 2008/5/8 Sathasivam, Elayaraja <[EMAIL PROTECTED]>: > I can able to do snmpwalk with the help of command "snmpwalk -v 2c -c > public localhost system" why its not working with the "snmp

Re: End of MIB

2008-05-08 Thread Dave Shield
2008/5/8 Sathasivam, Elayaraja <[EMAIL PROTECTED]>: > I can able to do snmpwalk with the help of command "snmpwalk -v 2c -c > public localhost system" why its not working with the "snmpwalk -v 1 -c > public localhost versiontag" please find the output as follows, Firstly, you are using two differ

End of MIB

2008-05-08 Thread Sathasivam, Elayaraja
I can able to do snmpwalk with the help of command "snmpwalk -v 2c -c public localhost system" why its not working with the "snmpwalk -v 1 -c public localhost versiontag" please find the output as follows, $snmpwalk -v 1 -c public localhost versiontag End of MIB

RE: End of MIB

2008-04-29 Thread Sathasivam, Elayaraja
End of MIB Thanks & Regards, ElayaRaja _ -Original Message- From: Mike Ayers [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 10:37 AM To: Sathasivam, Elayaraja; Net-snmp-u

RE: End of MIB

2008-04-29 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sathasivam, Elayaraja > Sent: Tuesday, April 29, 2008 9:40 PM > 1) $snmpgetnext -v 1 -c public localhost .1.3 > Outpu: Timeout: No Response from localhost. You forgot to start the server, I think. > Need to install s

RE: End of MIB

2008-04-29 Thread Sathasivam, Elayaraja
: RE: End of MIB > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sathasivam, Elayaraja > Sent: Tuesday, April 29, 2008 9:18 PM > 1) > But its working fine with remote host. > >$ snmpwalk -v 1 -c public versiontag > > Output: U

RE: End of MIB

2008-04-29 Thread Mike Ayers
::versionTag.0 = STRING: 5.0.9 > > 3)$snmpwalk -v 1 -c public localhost versiontag > > > End of MIB Try: $snmpgetnext -v 1 -c public localhost .1.3 If that does not return "End of MIB", the implication is that you do not have the

RE: End of MIB

2008-04-29 Thread Sathasivam, Elayaraja
Time.7 = Timeticks: (24) 0:00:00.24 SNMPv2-MIB::sysORUpTime.8 = Timeticks: (24) 0:00:00.24 SNMPv2-MIB::sysORUpTime.9 = Timeticks: (25) 0:00:00.25 > 3)$snmpwalk -v 1 -c public localhost versiontag > End of MIB 2) $ cat /etc/snmp/snmpd.conf # Other ideas: # #

Re: End of MIB

2008-04-29 Thread Dave Shield
2008/4/29 Sathasivam, Elayaraja <[EMAIL PROTECTED]>: > 1) $snmpget -v 1 -c public localhost sysUpTime.0 > DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (21168) 0:03:31.68 > > 3)$snmpwalk -v 1 -c public localhost versiontag > End of MIB What is in the file /etc/snmp/snm

End of MIB

2008-04-29 Thread Sathasivam, Elayaraja
# allowed to use the local INET services, as decided # by the '/usr/sbin/tcpd' server. # ALL:PARANOID:deny sshd:ALL snmpd:ALL ALL:ALL:DENY 3)$snmpwalk -v 1 -c public localhost versiontag End of MIB But its working fine with r

Re: END OF MIB

2008-03-26 Thread snmp girl
thanks , now I see what does mean. 2008/3/26, Dave Shield <[EMAIL PROTECTED]>: > > On 25/03/2008, snmp girl <[EMAIL PROTECTED]> wrote: > > I want to know what that's mean "END OF MIB" because I get it while > testing > > a snmpwalk > > The &q

Re: END OF MIB

2008-03-26 Thread Dave Shield
On 25/03/2008, snmp girl <[EMAIL PROTECTED]> wrote: > I want to know what that's mean "END OF MIB" because I get it while testing > a snmpwalk The "snmpwalk" command basically sends a sequence of GETNEXT requests, to step through the values one at a tim

END OF MIB

2008-03-25 Thread snmp girl
Hi, I want to know what that's mean "END OF MIB" because I get it while testing a snmpwalk thanks - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://cl