hi, how can I access agent from a remote host

2005-03-08 Thread θ‹—θΏŽεŽ
I want to run the nms and the agent in different hosts. but it dosen't work well now.please look at the snmpd.conf below, and tell how to config in right way. Thanks. I ran snmpd in 192.168.30.151, and snmpget (get system.1.0, or anything else) in 192.168.30.150, then snmpget gots no response

RE: Auth Failure

2005-03-08 Thread Bruce Shaw
You're using the wrong syntax. >[EMAIL PROTECTED] root]# snmpwalk -v 2c localhost snmpNotifyTable try snmpwalk -v 2c -c public localhost snmpNotifyTable substituting your proper community string for "public" This communication is intended for the use of the recipient to which it is addressed,

Re: Re: Agent Code

2005-03-08 Thread Jude Amal Anand P
thanx for your help. Now i've got another problem. First i configured using --with-mib-modules="examples/notification" so i get the notification trap being sent every 30 seconds. Now i am trying to configure with --with-mib-modules=myProjFile This myProjFile also sends traps once the agent is Sta

snmpd error

2005-03-08 Thread Asha K
hi I installed Net-snmp in my linux rh9 machine. after installing and configuring the AGENT. I started the agent daemon using snmpd -f -Le i get this error and then the Agent starts snmpd: send_trap: Timeout NET-SNMP version 5.2.1.rc3 I am also trying to send a trap using the following progr

Re: Need advises to configure my agent

2005-03-08 Thread Andy Smith
It appears that only part of the ucdavis MIB is implemented on Windows. Hopefully moving forward that will change. Any code contributions would be appreciated! Regards, Andy Harter Damien wrote: Windows XP SP1 Net-snmp v5.2.1-1.win32 I want to try a Java sample available on http://www.jrobin.or

snmpd: send_trap: Timeout

2005-03-08 Thread Asha K
hi I installed Net-snmp in my linux rh9 machine. after installing and configuring the AGENT. I started the agent daemon using snmpd -f -Le i get this error and then the Agent starts snmpd: send_trap: Timeout NET-SNMP version 5.2.1.rc3 I am also trying to send a trap using the following progr

Does net-snmp support inter-table indexing?

2005-03-08 Thread bogdan antonovici
I am new with net-snmp and i would like to know if there is support for inter-table indexing (from what i tried it doesn't seem to be there). Thank you Bogdan --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on h

Auth Failure

2005-03-08 Thread Jude Amal Anand P
Hi all, I tried using this simple snmpwalk cmd.. [EMAIL PROTECTED] root]# snmpwalk -v 2c localhost snmpNotifyTable and the output i get.. is Timeout: No Response from localhost When i check in the snmptrapd Daemon it says.. authentication failure. What should i do? Kindly help.. cos my project i