Re: disable cold start and warm start snmp traps

Dave Shield <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
    [ First - *please* don't mail me privately, without copying
     any responses to the mailing list.  I don't have the time
     or inclination to offer private, unpaid, SNMP consultancy.
     Keep discussions to the list, where others can both learn
     and offer advice.  Thanks.   ]

On Fri, 2005-10-28 at 04:24 -0700, Gayatri K wrote:
> Thanks Dave for the reply.
>  
> 1) How can I know what more kind of traps are enabled by default?

See the FAQ entry:
       What traps are sent by the agent?

 
> 2) What are the steps that I need to follow to install just the
> SNMP library, and the 'snmptrap' binary? 
> I have done the foll :
>       * Download net-snmp-5.2.2.pre1.tar.gz and tar
>       * ./configure
>       * make
>       * make install

That would install the whole suite.
To just install snmptrap, try something like:

	./configure
	make
	(cd snmplib ; make install)
	(cd apps    ; make install)

which would install all the client tools (but not the agent).

You *might* be able to simply copy the snmptrap binary from
'apps' into the appropriate directory, depending on whether
it uses shared libraries or not.  But the safest approach
is to run "make install" in the apps directory.


Dave


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.