HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- snmptable?
Operating System - HP-UX
1832880
Members
2471
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-19-2001 12:12 PM
04-19-2001 12:12 PM
snmptable?
Hi to all.
Is there the snmptable command in NNM?
I need the table view format to represent a query result.
I see the snmpwalk command in the /opt/Ov/bin, but it show the information in sequence. I need a table view with lines and column.
Ed.
Is there the snmptable command in NNM?
I need the table view format to represent a query result.
I see the snmpwalk command in the /opt/Ov/bin, but it show the information in sequence. I need a table view with lines and column.
Ed.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 01:38 PM
04-19-2001 01:38 PM
Re: snmptable?
Hi,
There is no snmptable command in HPUX and in NNM itself.
Anybody who wants to display a table in the row column format must write an own programm or script.
But you should know that, although it is possible, it seems to be pretty complicated task.
This follows from the SNMP standard.
Possible services are: GetRequest, GetNextRequest, and GetBulk(version 2 of SNMP) and they are implemented in commands: snmpget, snmpnext, snmpwalk and snmpbulk.
Any table can be read either in lexicographic order or in a random order.
Lexicographically means that a table is read column by column. And the obtained in such a way table should be transformed to the row column form.
As an alternative you can read a table in such a way that first there are read all instances from the first raw, then all instances from the second row and so on (this corresponds to the so called random acces). But this way requires the instance identifiers to be specified explicitly.
These identifiers are defined in different ways for different tables. Often they are simply values from respect columns selected as indices. And moreover, the number of rows should be determined at the very beginning.
Hope this brief explanation helps you to take right decision.
There is no snmptable command in HPUX and in NNM itself.
Anybody who wants to display a table in the row column format must write an own programm or script.
But you should know that, although it is possible, it seems to be pretty complicated task.
This follows from the SNMP standard.
Possible services are: GetRequest, GetNextRequest, and GetBulk(version 2 of SNMP) and they are implemented in commands: snmpget, snmpnext, snmpwalk and snmpbulk.
Any table can be read either in lexicographic order or in a random order.
Lexicographically means that a table is read column by column. And the obtained in such a way table should be transformed to the row column form.
As an alternative you can read a table in such a way that first there are read all instances from the first raw, then all instances from the second row and so on (this corresponds to the so called random acces). But this way requires the instance identifiers to be specified explicitly.
These identifiers are defined in different ways for different tables. Often they are simply values from respect columns selected as indices. And moreover, the number of rows should be determined at the very beginning.
Hope this brief explanation helps you to take right decision.
Permanent training makes master
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP