1752577 Members
3750 Online
108788 Solutions
New Discussion

snmpwalk query

 
NDO
Super Advisor

snmpwalk query

 

 

Hi All

 

I am having some issues when using snmpwak command on my hp-ux 11.31 server.

When run the following command:

#snmpwalk -v2c  -c public 10.1.20.250 1.3.6.1.4.1.1.11.2.3.1.1.5.0
SNMPv2-SMI::enterprises.1.11.2.3.1.1.5.0 = No Such Object available on this agent at this OID

 Please can you tell me how to overcome this?

2 REPLIES 2
Patrick Wallek
Honored Contributor

Re: snmpwalk query

The error you are getting is saying that the MIB you are requesting doesn't exist on that server.

 

What if you just run snmpwalk against the whole server?  What is returned then?  Do you see the data you are looking for?

NDO
Super Advisor

Re: snmpwalk query

Hi

 

Thanks for the response, I understand now, when running snmpwalk:

 

#snmpwalk -v2c  -c public 10.1.20.250
SNMPv2-MIB::sysDescr.0 = STRING: HP-UX dbnode1 B.11.31 U ia64 1871206893
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.11.2.3.2.6
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (17560482) 2 days, 0:46:44.82
SNMPv2-MIB::sysContact.0 = STRING:
SNMPv2-MIB::sysName.0 = STRING: dbnode1.mcel.co.mz
SNMPv2-MIB::sysLocation.0 = STRING:
SNMPv2-MIB::sysServices.0 = INTEGER: 72
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (0) 0:00:00.00
SNMPv2-MIB::snmpInPkts.0 = Counter32: 31439
SNMPv2-MIB::snmpOutPkts.0 = Counter32: 31440
SNMPv2-MIB::snmpInBadVersions.0 = Counter32: 0
SNMPv2-MIB::snmpInBadCommunityNames.0 = Counter32: 1248
SNMPv2-MIB::snmpInBadCommunityUses.0 = Counter32: 17716
SNMPv2-MIB::snmpInASNParseErrs.0 = Counter32: 0
SNMPv2-MIB::snmpInTooBigs.0 = Counter32: 0

 This is just part of it...

 

So where can I get a mib in order to send traps of alarms to another server?