net snmp broadcast

2008-07-29 Thread deka aditia
hey all, is there any way that possibly make snmpd do broadcast operation ... spreading many packet's into the network ? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux bas

Re: Agent development

2008-07-21 Thread deka aditia
I'm sorry i didn't find any configuration file named mib2c.scalar_group.conf ... where should i find this ?? (i allready build my agent, thanx for your help dave) On Mon, Jul 7, 2008 at 6:18 PM, Dave Shield <[EMAIL PROTECTED]> wrote: > 2008/7/7 deka aditia <[EMAIL PROTECTED

Re: net-snmp installation

2008-07-08 Thread deka aditia
On 7/8/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > 2008/7/8 deka aditia <[EMAIL PROTECTED]>: > > Using tarball i've done some instruction like (./configure, make, make > install)... > > > But after that i don't get snmpd program that responsible as

net-snmp installation

2008-07-07 Thread deka aditia
OK, i don't know where i should start this topic .. here is the story: I need to enhance an agent with some tutorial in http://.net-snmp.org >From what i got in that tutorial, i've to compile my development file (*.c and *.h) with net-snmp source to provide new agent that i want but my OS is al

Re: Agent development

2008-07-07 Thread deka aditia
On 7/7/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > 2008/7/7 deka aditia <[EMAIL PROTECTED]>: > > > if it is, then what should i do when i have some scallar object (up to 1) > > > > should i make an exutable for each of them and link to main agent ?? &

Re: Agent development

2008-07-07 Thread deka aditia
This is the valid link > > > - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source

Re: Agent development

2008-07-07 Thread deka aditia
{ I'm sorry, i've made this mistake again } On 7/7/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > 2008/7/7 deka aditia <[EMAIL PROTECTED]>: > > > Anyone know how to write mib module for a scalar object ? > > just by using mib2c -c mib2c.scalar.conf $na

Re: Agent development

2008-07-07 Thread deka aditia
On 7/2/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > 2008/7/2 deka aditia <[EMAIL PROTECTED]>: >> I would suggest that you concentrate on developing a MIB > >> module for your particular needs, and use this within the > >> existing Net-SNMP agent

Re: Agent development

2008-07-01 Thread deka aditia
Keep discussions to the list, where others can both learn > and offer advice. Thanks. ] > > First of all i've to say sorry for you dave and all of the members of this > mailing list > it was an accident when i using my email application > > > 2008/6/30 dek

Agent development

2008-06-30 Thread deka aditia
Hey guys. my name is deka. i'm from indonesia.. I'm kind of newbie in snmp development using net-snmp currently i'm developing an application that will listen to SNMP Port, when there is snmp packet incoming then my application will translate the request and send it back to user . Before i will sta