Re: snmpset table values using oid instead of textual MIB description

2010-10-07 Thread Leo Lin
I added the following code to snmpset.c to display the parsed oid   int oid_count = 0; prinft("\noid = "); for (oid_count = 0; oid_count < name_length; oid_count++){     printf("%d.", name[oid_count]); } printf("\n");   I was able to use the oid to change the value of the column given a index,

Re: snmpset table values using oid instead of textual MIB description

2010-10-07 Thread Leo Lin
I added the following code to snmpset.c to display the parsed oid   int oid_count = 0; prinft("\noid = "); for (oid_count = 0; oid_count < name_length; oid_count++){   } --- On Wed, 10/6/10, Leo Lin wrote: From: Leo Lin Subject: snmpset table values using oid instead of textual MIB description

SNMPv3 Engine ID: needed for crypto?

2010-10-07 Thread Ron Rader
Are any Engine ID values used in the net-snmp agent interface to OpenSSL? Where is this API implemented in the net-snmp agent code? I'm trying to determine security requirements for the SNMPv3 configuration data. Thanks, Ron Rader The information contained in this message may be priv