Hello All,
 
            I have  a problem while executing snmpwalk
           
           
My snmpd.conf file  has the following contents
 
#  Make sure mountd is running
proc openssl
 
#  Make sure there are no more than 4 ntalkds running, but 0 is ok too.
proc ntalkd 4
 
#  Make sure at least one sendmail, but less than or equal to 10 are running.
proc sendmail 10 1
 
#  A snmpwalk of the prTable would look something like this:
 
Case 1:
 snmpwalk -v 1 -c public localhost UCD-SNMP-MIB::ucdavis.prTable
  I donot get any output
 

Case 2:
But for  SNMPv2-MIB::system I get the following output
 
snmpwalk -v 1 -c public 172.16.1.176  SNMPv2-MIB::system
SNMPv2-MIB::sysDescr.0 = STRING: HP-UX chera B.11.22 U ia64
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.8072.3.2.14
SNMPv2-MIB::sysUpTime.0 = Timeticks: (104030) 0:17:20.30
SNMPv2-MIB::sysContact.0 = STRING: [EMAIL PROTECTED]
SNMPv2-MIB::sysName.0 = STRING: chera
SNMPv2-MIB::sysLocation.0 = STRING:Coimbatore
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORID.1 = OID: SNMPv2-MIB::snmpMIB
SNMPv2-MIB::sysORID.2 = OID: SNMP-VIEW-BASED-ACM-MIB::vacmBasicGroup
SNMPv2-MIB::sysORID.3 = OID: SNMP-FRAMEWORK-MIB::snmpFrameworkMIBCompliance
SNMPv2-MIB::sysORID.4 = OID: SNMP-MPD-MIB::snmpMPDCompliance
SNMPv2-MIB::sysORID.5 = OID: SNMP-USER-BASED-SM-MIB::usmMIBCompliance
SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB::sysORDescr.2 = STRING: View-based Access Control Model for SNMP.
SNMPv2-MIB::sysORDescr.3 = STRING: The SNMP Management Architecture MIB.
SNMPv2-MIB::sysORDescr.4 = STRING: The MIB for Message Processing and Dispatching.
SNMPv2-MIB::sysORDescr.5 = STRING: The management information definitions for the SNMP User-based Security Model.
SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::sysORUpTime.2 = Timeticks: (0) 0:00:00.00
 

What may be the reason ??
 

Thanks,
Prakash

Reply via email to