2008/6/27 Paul <[EMAIL PROTECTED]>: > How can I use CLI command to get some entry in the table? : > My main question is how to represent string and integer index values in OID?
If you're not sure how indexes will be represented, then try running "snmpwalk" (or "snmpwalk -On") on one of the column objects. That will show you all of the entries in the table, and hence how the indexes are represented. You should then be able to use "snmpget" on any of these OID to retrieve the corresponding value (and similarly for any of the other columns in that row). Dave ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
