Thanks Javier heres the same with the -On, same thing hapens but if I do a getnext from .2 io get the .3 returned, logicaly correect but dont understand why it wont give me the .2 with the get??
could this be a bug ?? [EMAIL PROTECTED] engine]# snmpwalk -On -c ***** -v 1 nw-ptrack 1.3.6.1.4.1.311.1.4.1.1.6.1.10 .1.3.6.1.4.1.311.1.4.1.1.6.1.10.1 = INTEGER: 2696 .1.3.6.1.4.1.311.1.4.1.1.6.1.10.2 = INTEGER: 88 .1.3.6.1.4.1.311.1.4.1.1.6.1.10.3 = INTEGER: 104 .1.3.6.1.4.1.311.1.4.1.1.6.1.10.4 = INTEGER: 1160 .1.3.6.1.4.1.311.1.4.1.1.6.1.10.5 = INTEGER: 128 .1.3.6.1.4.1.311.1.4.1.1.6.1.10.6 = INTEGER: 272 .1.3.6.1.4.1.311.1.4.1.1.6.1.10.7 = INTEGER: 5659248 [EMAIL PROTECTED] engine]# snmpget -On -c ***** -v 1 nw-ptrack 1.3.6.1.4.1.311.1.4.1.1.6.1.10.2 Error in packet Reason: (noSuchName) There is no such variable name in this MIB. Failed object: .1.3.6.1.4.1.311.1.4.1.1.6.1.10.2 [EMAIL PROTECTED] engine]# snmpgetnext -On -c ***** -v 1 nw-ptrack 1.3.6.1.4.1.311.1.4.1.1.6.1.10.2 .1.3.6.1.4.1.311.1.4.1.1.6.1.10.3 = INTEGER: 104 ----- Original Message ----- From: "Javier Szyszlican" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Friday, May 13, 2005 11:24 AM Subject: Re: [jffnms-users] snmpget problem > Paul, > > Just in case, do the first snmpawalk with -On so you will get the full OID > withload loading the MIBs. > > Then use that OID for the snmpget. > > Javier > > Paul Hardy wrote: > > I am trying to monitor ms sql 2000, I have the oids > > eg this is used space > > > > when I walk it get the values as expected but the get fails ?? > > the poller suffers the same problem in that results are not returned > > > > any ideas > > > > snmpwalk -c xxx -v1 nw-ptrack 1.3.6.1.4.1.311.1.4.1.1.6.1.10 > > SNMPv2-SMI::enterprises.311.1.4.1.1.6.1.10.1 = INTEGER: 2696 > > SNMPv2-SMI::enterprises.311.1.4.1.1.6.1.10.2 = INTEGER: 88 > > SNMPv2-SMI::enterprises.311.1.4.1.1.6.1.10.3 = INTEGER: 104 > > SNMPv2-SMI::enterprises.311.1.4.1.1.6.1.10.4 = INTEGER: 1160 > > SNMPv2-SMI::enterprises.311.1.4.1.1.6.1.10.5 = INTEGER: 128 > > SNMPv2-SMI::enterprises.311.1.4.1.1.6.1.10.6 = INTEGER: 272 > > SNMPv2-SMI::enterprises.311.1.4.1.1.6.1.10.7 = INTEGER: 5659248 > > > > snmpget -c xxx -v1 nw-ptrack 1.3.6.1.4.1.311.1.4.1.1.6.1.10.7 > > Error in packet > > Reason: (noSuchName) There is no such variable name in this MIB. > > Failed object: SNMPv2-SMI::enterprises.311.1.4.1.1.6.1.10.7 > > Thanks in advance > > Paul > > > > -- > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Javier Szyszlican, Project Leader, JFFNMS > [EMAIL PROTECTED] > > I hope JFFNMS or I were helpful to you, if you > can, please donate at http://jffnms.org/donate > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click > _______________________________________________ > jffnms-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jffnms-users ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
