Hi,

I implemented a table using create-dataset template. When I called
snmpset and snmpget with the table object, I got the proper values back.
However when I called snmpwalk, I got nothing. I am using Net-SNMP
version 5.3.1 on Net-BSD 3.0.

Below is my table structure generated by snmptranslate:

+--mytestTable(3)
   |
   +--mytestEntry(1)
      |  Index: mytestIndex
      |
      +-- ---- Integer32 mytestIndex(1)
      +-- -RW- Integer32 mytestColumn1(2)

Below is the output of the snmp commands:

$ snmpset -v 1 -c tngcommunity localhost  mytestColumn1.1 = -1
MYTEST::mytestColumn1.1 = INTEGER: -1
$ snmpget -v 1 -c tngcommunity localhost  mytestColumn1.1
MYTEST::mytestColumn1.1 = INTEGER: -1

$ snmpwalk -v1 -c tngcommunity localhost  mytestTable
$ 
$ snmpwalk -v2c -c tngcommunity localhost  mytestTable
MYTEST::mytestTable = No Such Object available on this agent at this OID


Any idea what I am doing wrong?

Thanks in advance,

Don

The information contained in this e-mail message is PRIVATE. It may contain 
confidential information and may be legally privileged. It is intended for the 
exclusive use of the addressee(s). If you are not the intended recipient, you 
are hereby notified that any dissemination, distribution or reproduction of 
this communication is strictly prohibited. If the intended recipient(s) cannot 
be reached or if a transmission problem has occurred, please notify the sender 
immediately by return e-mail and destroy all copies of this message. 
Thank you. 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to