> > tried using "snmpget" to retrieve the data in your way, and mbrowse to
> > retrieve only one MO (column) in one row from a table but it failed
>
> That description is a little bit vague.
> What was the exact "snmpget" command that you tried?
> (And for comparison, what's the full output from snmpwalk?)
>
>
Here are the outputs:

1) snmpget:
1a) command line: snmpget  ...  Table.1.Column1.index

       output: No such Instance currently exists at this OID

1b) mbrowse:

       output: No such Instance currently exists at this OID

2) snmpwalk:

2a) CLI: snmpwalk ... Table.1.Column1

     output: OK. Read all vaule for one column; (but read whole table failed
with error same as that in 1a))

2b) mbrowse:

     output: OK. Read all rows for one column first, then next...


Is that to say snmp iterator code waiting for optimization for snmpwalk? I
just can't conceive an example let me go through one row's columns first,
then move to next row, (maybe snmpget ... table.column1, table.column2,...,
table.columnX can do it)? Is this to say Snmpv1 is not capable to handle
table efficiently, and I should try looking for netsnmp coding model for
GetBulkRequest (snmpv3)?
Is table array such an example? I'm implementing my project based on
net-snmp table, and I need to return one row after the other in order.

Thanks a lot for the help so far.
------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to