This is a discussion on Re: Problem in net SNMP agent( complied with MY own MIB)..please within the SNMP Users forums, part of the Networking and Network Related category; On Mon, 21 Mar 2005 18:33:01 +0100 Kumara-Swamy.Dontamsetti@infineon.com wrote: KSDC> snmpget -v 2c -...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mon, 21 Mar 2005 18:33:01 +0100 Kumara-Swamy.Dontamsetti@infineon.com wrote:
KSDC> snmpget -v 2c -m ALL -M KSDC> /home/kumar/projects_cc/common/mib_tools/mibs/ietf localhost -c private KSDC> 10.94.1.1.14.1.2."0000000001" If "0000000001" is supposed to be a string, you need to escape it, like so: 10.94.1.1.14.1.2.\"0000000001\" KSDC> adslLineConfProfileEntry OBJECT-TYPE KSDC> INDEX { IMPLIED adslLineConfProfileName} Hmm... I'm not sure that snmpget is smart enought to recognize that the index is implied and omit the length. Try building the OID manually: 10.94.1.1.14.1.2.0.0.0.0.0.0.0.0.0.1 -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |