This is a discussion on Re: Re: Agent Code within the SNMP Coders forums, part of the Networking and Network Related category; thanx for your help. Now i've got another problem. First i configured using --with-mib-modules="examples/notification&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 Started. Now how do i stop the notification process to stop sending traps. Thanx for the help. Jude On Fri, 25 Feb 2005 Robert Story wrote : >On 24 Feb 2005 09:31:50 -0000 Jude wrote: >JAAP> 1. How do i start it.? What is the command to start my >Agent >JAAP> alone. How do i stop the other agent processes. > >The procedure for stopping the agent varies by platform. For >example, on >some Linux systems it is 'service snmpd stop'. But on any system, >sending the >SIGTERM signal to snmpd should shut it down. See the man page for >kill for >details. > >Starting a new agent is as simple as running snmpd. See the snmpd >and >snmpd.conf man pages for details. More info can also be found on >the web site. > >JAAP> 2. I Run a program "snmptrapd -P" . WHich shows the output >if i >JAAP> manually send the trap to the localhost. is that that >AGENT?? > >No, that is the trap received. > >JAAP> 3. Wat is the diffenrence between snmpd and snmptrapd. > >snmpd is an agent (aka command responder) which responds to >queries. snmptrapd >is a trap receiver, for logging and/or processing traps. > >-- >Robert Story; NET-SNMP Junkie >Support: <http://www.net-snmp.org/> ><irc://irc.freenode.net/#net-snmp> >Archive: ><http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> > >You are lost in a twisty maze of little standards, all >different. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |