Hi,
 
Is it possible to add a new data row to a table described in data_set.c, but 
instead of using textual MIB description, use only oid?
 
"% snmptranslate -m NET-SNMP-EXAMPLES-MIB -Tp -IR netSnmpIETFWGTable
    |+--netSnmpIETFWGTable(1)
    |   |
    |   +--netSnmpIETFWGEntry(1)
    |      |  Index: nsIETFWGName
    |      |
    |      +-- ---- String    nsIETFWGName(1)
    |      |        Size: 1..32
    |      +-- CR-- String    nsIETFWGChair1(2)
    |      +-- CR-- String    nsIETFWGChair2(3)
  

If this module is compiled into an agent, you should be able to issue snmp 
commands that look something like (valid authentication information not shown 
in these commands):      % snmpwalk localhost netSnmpIETFWGTable
      nsIETFWGChair1."snmpv3" = "Russ Mundy"
      nsIETFWGChair2."snmpv3" = "David Harrington"
      % snmpset localhost nsIETFWGChair1.\"sming\" = "David Durham"
      nsIETFWGChair1."sming" = "David Durham"
" Thanks! Leo;


      
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
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/listinfo/net-snmp-users

Reply via email to