- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- snmpwalk query
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2014 02:35 AM
03-19-2014 02:35 AM
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?
- Tags:
- snmpwalk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2014 08:28 AM
03-19-2014 08:28 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2014 08:50 AM
03-19-2014 08:50 AM
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?