Hi,

 

Thanks for reply.

 

When I give command “snmpgetnext -v1 -c public localhost ucdavis.version.versionTag”, I get the following output:
        UCD-SNMP-MIB::versionTag.0 = STRING: 5.2.1.2
 
My “snmpd.conf” file has following entries:
        syslocation Unknown
        syscontact  "root@"
        rwcommunity  public
 
I tried with “net-snmp-5.2.2” and it worked, while same is not working with OS (FC4 64-bit) provided “net-snmp-5.2.1.2-fc4.1”.
The difference in these net-snmp versions which could be causing this issue to occur may be like this,
With “net-snmp-5.2.2”, when I give command “snmpwalk –v 2c –c public localhost .1.3.6.1.6”, I get output.
But with “net-snmp-5.2.1.2-fc4.1”, when I give command “snmpwalk –v 2c –c public localhost .1.3.6.1.6”, I get error as “Timeout: No Response from localhost”.
 
I want to make my code run with OS provided “net-snmp-5.2.1.2-fc4.1.x86_64.rpm”.
I see two ways of doing this, but I don’t know how to do:
1.    Somehow make changes in my code that after output of last OID of my MIB, the output should be “No more variables left in this MIB View (It is past the end of the MIB tree)” instead of error message.
2.    Add “SNMPv2-SMI.txt, SNMPv2-TC.txt etc…” MIBs, which contains objects for OID “.1.3.6.1.6” to master agent.
I prefer first one. Please let me know if there is another way available.
 
Kindly let me know how can I execute above 2 potential solutions, or there is another solution for this.
 
Regards,
Ajay
 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield
Sent: Wednesday, February 08, 2006 7:18 PM
To: Ajay Hotchandani
Cc: [email protected]
Subject: RE: Timeout: No Response after output of last OID

 

On Wed, 2006-02-08 at 18:45 +0530, Ajay Hotchandani wrote:

> Means on FC4 64-bit, last OID of my MIB is last OID of system.

 

Please see the FAQ entry:

 

   I can see the system group, but nothing else.  Why?

 

Dave

 

 

-------------------------------------------------------

This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

for problems?  Stop!  Download the new AJAX search engine that makes

searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!

http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642

_______________________________________________

Net-snmp-users mailing list

[email protected]

Please see the following page to unsubscribe or change other options:

https://lists.sourceforge.net/lists/listinfo/net-snmp-users

 

Reply via email to