Hi,
I need help. I adds new private mib process module to snmp agent, and
successfully bulid it into snmpd.
But I have problem when I use snmpset to set a data to snmp agent. I run
snmpd(snmp agent) on pc whose IP address is 10.48.138.84, and run
snmpset on other snmp client whose IP is 10.48.138
Hi Mike Ayers,
Thank's for response.
My requirement is , I have to create a rows in
SNMP-COMMUNITY-MIB::snmpCommunityTable,
SNMP-COMMUNITY-MIB::snmpTargetAddrExtTable,
SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable,
SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable,
SNMP-VIEW-BASED-
Mike.
I was thinking wholesale replacing the gettimeofday() call used by
net-snmp with a software maintained clock that's not affected by linux
system time (basically a up counter started at bootup). Would it work if
I don't mind timestamps not matching the wall clock? I sort of suspect
things are
>> I'm sure this is in a spec somewhere and surely knowable from the code
>> but if someone can answer off the top of their head, it'd save me a
>> lot of digging and I'd appreciate it.
>
> http://www.ietf.org/rfc/rfc2257.txt?number=2257
>
>You may need to reference it at some point.
Thank
>> From: Chris Nelson [mailto:[EMAIL PROTECTED]
>> My monitors are surely talking only to snmpd so I wonder if snmpd
>> opens a new session to the subagent for each incoming session/request
>> or if it keeps a session open to the subagent and uses it over and
>> over.
There's a persistent Net-SNM