Need help for snmpset

2008-10-08 Thread Wang, Dong
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

Re: I have implemted a Vacm table and register to my Subagent(agentx)::Implemented a snmpcommunity-Table and snmptargetTable butAgentis taking snmpcommunity string form snmpd.conf

2008-10-08 Thread kumar undurthi
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-

RE: snmp_select_info() and changing system time

2008-10-08 Thread Ray Chang
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

Re: AgentX semantics

2008-10-08 Thread Chris Nelson
>> 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

Re: AgentX semantics

2008-10-08 Thread Dave Shield
>> 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