On 04/21/16 13:42, Wes
Hardaker wrote:
RFC3414 is indeed the exact document you need to read if you're
implementing things by hand.
Though I might wonder why you're implementing it by hand rather than
using something existing (since you're already using net-snmp).
On 04/21/16 13:50, Wes Hardaker wrote:
Dan Miller writes:
# snmpgetnext -v 3 -u MD5User -a MD5 -A "The Net-SNMP Demo Password" -l authNoPriv test.net-snmp.org sysUpTime
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (12131402) 1 day, 9:41:54.02
Zhouhuai Shen writes:
> When I have created a snmpv3 user, looks like the user's type was set
> to NONVOLATILE. As a result of this, the next snmpd restart will save
> this user to a non-volatile config file -- snmpd.conf. This user will
> be persistent forever. Does anyone know why and how I ca
Dan Miller writes:
> # snmpgetnext -v 3 -u MD5User -a MD5 -A "The Net-SNMP Demo Password" -l
> authNoPriv test.net-snmp.org sysUpTime
> DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (12131402) 1 day,
> 9:41:54.02
>
> Unfortunately, that doesn't work for me either:
It is likely that
Hi Dan,
Maybe I'm misinterpreting your question, but doesn't RFC 3414
(https://tools.ietf.org/html/rfc3414) include the details that you're
looking for?
--
With kind regards,
Jeroen van Ingen
Software Developer
Quarantainenet BV
www.quarantainenet.nl
On 21-04-16 17:23, Dan Miller wrote:
Hi
hmmm... maybe so...
thank you; I'll study this...
On 04/21/16 10:08, Jeroen van Ingen
wrote:
Hi Dan,
Maybe I'm misinterpreting your question, but doesn't RFC 3414 (https://tools.ietf.org/html/rfc3414)
include the deta
Hi hwhr, thanks for
your response...
Actually, I know about openssl, and snmpd.conf.
What I need to accomplish, though, is to manually implement snmp
v3 message parsers and generators in C, for an embedded system.
I was originally hopin