Re: How can I do a set to a table (Dave Shield)
Ravi Kumar <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Thomas, I so the mail in the mailing list. If you are trying to add the row to the trable then you can use the snmpset. If you are trying for the example programs then you can see the following link for your quiery. http://www.net-snmp.org/dev/agent/data__set_8c-example.html ie is, snmpset -c <community string> localhost nsIETFWGChair1.\"sming\" = "David Durham" nsIETFWGChair1."sming" = "David Durham" for the next row of nsIETFWGChair1 you have to change the \"sming\" key to unique. If you give the same key then the value will be overwritten. I hope this will solve your problem. regards Ravi Kumar