Thanks and Regards,
Bhushan
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development,
of this problem,
Or is there any API in net-snmp so as to take care above problem ?
Please help me, Thanks in adavance.
Regards
Bhushan
On 4/11/07, Dave Shield <[EMAIL PROTECTED]> wrote:
> On 11/04/07, bhushan <[EMAIL PROTECTED]> wrote:
> > In my application snmpd wi
my question is calling "run_alarms" explicitly from subagent code will
be safe or not ? if not safe
then what problem it may lead to ?
Please help me, Thanks in advance.
Regards
Bhushan
-
Take Surveys. Earn Cash.
===
tcp0 0 127.0.0.1:7050.0.0.0:*
LISTEN 5687/snmpd
tcp73120 65536 127.0.0.1:47506127.0.0.1:705
ESTABLISHED5655/subagent
tcp74904 65536 127.0.0.1:705 127.0.0.1:47506
ESTABLISHED 5687/snmpd
Regards
Bhusha
how should i set it so as my snmpd will pick main snmpd.conf & snmpv3
snmpd.conf from
different location that i want.
On 2/22/07, Wes Hardaker <[EMAIL PROTECTED]> wrote:
>>>>> "b" == bhushan <[EMAIL PROTECTED]> writes:
b> I am using netsnmp 5.4,
work
Please help me
Regards
Bhushan. E . Sonawane
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business t
call initialize then trap_send accordingly, thats why i want to call
init_snmp
again, but it will return by not doing anything so what should i do ?.
Thanks in Advance
Regards
bhushan. E . Sonawane
-
Take Surveys. Earn
simmilar post on mailing
list of netsnmp but don't get help from thouse mails.
I think when main program call destroy, & after that call init_agent
then at that time some thing went wrong i also don't know weather
i correct or not. Pleas
u need to find variable name which is defined in IF-MIB or may be RMON-MIB
which contain value for link.
Bhushan
On 12/11/06, Peeyush Bishnoi <[EMAIL PROTECTED]> wrote:
Thanxs a lot sending the URL. It's quite informative...
I have one more query
Can you please tell me how t
have a look at this link
http://net-snmp.sourceforge.net/docs/FAQ.html#How_do_I_add_a_MIB_to_the_agent_
if u want to develop agent for your own mib this try mib2c utility for
that.
Bhushan.
On 12/11/06, Peeyush Bishnoi <[EMAIL PROTECTED]> wrote:
Hi
I am Peeyush working on SNMP
't called WSAStartup.
after 2 days of effort i finally found the problem
so take care to call SOCK_STARTUP before init_agent in windows
Have Good Day friends
Bye
Regards
Bhushan
On 12/7/06, bhushan <[EMAIL PROTECTED]> wrote:
yes i tried with that version also
it wont work
than
yes i tried with that version also
it wont work
thanks for reply
Regards
Bhushan
On 12/7/06, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
On ons, 2006-12-06 at 18:04 +0530, bhushan wrote:
> hello friends
> for finding reason for this failure i found that
> following function get c
TSNMP_DS_APPLICATION_ID, NETSNMP_DS_AGENT_X_SOCKET,
"tcp:localhost:705");
it always execute true part of if i.e for TCP case
What is the problem here ?
Thanks in advance
Regards
Bhushan E. Sonawane
-
Take Surveys. Ear
ocol also by setting entry in snmpd.conf as well in
my code but still same error is coming .
what is the problem ?
Thanks in advance
Bhushan E. Sonawane
--
bhushan. E . Sonawane
-
Take Surveys. Earn Cash
this is problem .
but i don't know why this is happening ?
please help me.
Thanks in advance
Regards
Bhushan E. Sonawane
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel
code sinks structure
get fill
so that when we are calling send_v2trap then it get data from sinks
structure & send trap to destination
tell me If i am wrong .
Thanks in advance
Regards
Bhushan
-
Take Surveys. Earn Cash.
I am using static version of library
Is there any problem with it ?
Thanks for replying
Please do reply
Regards
Bhushan
On 12/5/06, Alex Burger <[EMAIL PROTECTED]> wrote:
Are you using the DLL version of the library (netsnmp.dll) or did you
compile static?
Alex
bhushan wrote:
&
s variable not get fill at
initial stage
i.e. in init_agent function in windows where as it get fill in linux
I am attaching by agent_trap.c with this mail, also my agent code with this
mail
Please help me in this .
Thanks in advance
Regar
ble is NULL, this is global variable in agent_trap.c
& this variable fill(updated) by function "add_trap_session" located in same
file i.e. agent_trap.c
when I am looking at code add_trap_session function get call by
function snmpd_parse_config_trapsess, and
snmpd_parse_config_trapses
Microsoft Corp 1992-1998. All rights reserved.
/out:subagent.exe
netsnmp.lib
wsock32.lib
advapi32.lib
netsnmpagent.lib
netsnmpmibs.lib
netsnmphelpers.lib
subagent.obj
LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other
libs; use /NODEFAULTLIB:library
Thanks in adv
sorry sir
By typing mistake i made that mistake in mail.
both port numbers setting are same still main agent not getting
packet of subagent(i.e. traps).
what may be the problem?
sorry for my typing mistake again
Thanks
Regards
Bhushan. E . Sonawane
On 12/4/06, Dave Shield <[EMAIL PROTEC
if (background && netsnmp_daemonize(1, !syslog))
exit(1);
/* initialize the agent library */
while( init_agent("sub-agent") != 0 ) {
sleep(2);
}
init_snmp("sub-agent");
send_trap();
return 0;
}
Please point if any mistake i made in
2) compile my subagnt on windows so as to get exe of it
to send trap -- so how should i compile agent on windows ?
are this api ( ie send_v2trap, snmp_varlist_add_variable) will
work on windows are there any dll which have thiis function.
Thanks in advance
Regards
Bhush
thanks Sir,
As you said i set like this in my conf
trapsess -v 3 . localhost:162
snmp trap are received by snmptrapd so port number might be
the problem.
thanks you very much Sir
Regards
bhushan. E . Sonawane
On 11/22/06, Dave Shield <[EMAIL PROTECTED]> wrote:
On 22/11/06, bhushan &
re question i want ask .
is any port number we can configured in trapsess so as to send trap to
specific desti:port?
Thank one again sir for replying
Thank in advance
Regards
Bhushan E. Sonawane
On 11/21/06, Dave Shield <[EMAIL PROTECTED]> wrote:
On 21/11/06, bhushan <[EMAIL PROTECTE
hello friends,greetings.i want to add snmp v3 user to netsnmp agent. so are there API in netsnmp so using that i can add snmp v3 user to agent in C language. please help me in this.Thanks in advance.
Regards -- bhushan. E . Sonawane
MI.txt from that directory then it shows
some error then o/p ATN-MIB::ServerStatus = INTEGER: 0 so tried to remove ATN-MIB file then it shows iso.3.6.1.4.1.16901.1.1 = INTEGER: 0 but it never say MYOWN-MIB:: in o/p i want MYOWN-MIB name in o/p
please help me out of this problem .thanks in advance
27 matches
Mail list logo