Linux-admin Development Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Managing SNMP devices.
@ 2002-05-21 11:08 Ryan Ngai Hon Kong
  2002-05-21 11:55 ` Ramasubramanian
  0 siblings, 1 reply; 5+ messages in thread
From: Ryan Ngai Hon Kong @ 2002-05-21 11:08 UTC (permalink / raw)
  To: linux-admin

Hi,

This is my first time posting to the mailing-list.
I have a question (which I hope not too silly), is there
any tools (similar to MRTG) in linux which I can use to
collect SNMP traps from various devices (manageable)?

I happen to come across this tools from http://www.netvoyant.com
but they are way too expensive. Any recommendation is
highly valued.

Thank you.
Ryan



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Managing SNMP devices.
  2002-05-21 11:08 Ryan Ngai Hon Kong
@ 2002-05-21 11:55 ` Ramasubramanian
  2002-05-21 19:57   ` Mohd Saifullah
  0 siblings, 1 reply; 5+ messages in thread
From: Ramasubramanian @ 2002-05-21 11:55 UTC (permalink / raw)
  To: Ryan Ngai Hon Kong; +Cc: linux-admin

Hi,

	Run snmptrapd as root and give this manager's ip in the agent
running in the device.
	The trap info would get written in /var/log/messages.
	Hope this is helpful.

Regards
Rams


On Tue, 21 May 2002, Ryan Ngai Hon Kong wrote:

> Hi,
>
> This is my first time posting to the mailing-list.
> I have a question (which I hope not too silly), is there
> any tools (similar to MRTG) in linux which I can use to
> collect SNMP traps from various devices (manageable)?
>
> I happen to come across this tools from http://www.netvoyant.com
> but they are way too expensive. Any recommendation is
> highly valued.
>
> Thank you.
> Ryan
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

-- 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Managing SNMP devices.
  2002-05-21 11:55 ` Ramasubramanian
@ 2002-05-21 19:57   ` Mohd Saifullah
  2002-05-22  1:19     ` terry white
  0 siblings, 1 reply; 5+ messages in thread
From: Mohd Saifullah @ 2002-05-21 19:57 UTC (permalink / raw)
  To: Ramasubramanian; +Cc: Ryan Ngai Hon Kong, linux-admin

On Tue, 21 May 2002, Ramasubramanian wrote:

> Hi,
> 
> 	Run snmptrapd as root and give this manager's ip in the agent
> running in the device.
> 	The trap info would get written in /var/log/messages.
> 	Hope this is helpful.
> 

I beleive you need ucd-snmp(net-snmp) or cmu-snmp RPM to be installed to
get snmptrapd on your linux system.


Cheers,
Saif

> 
> On Tue, 21 May 2002, Ryan Ngai Hon Kong wrote:
> 
> > Hi,
> >
> > This is my first time posting to the mailing-list.
> > I have a question (which I hope not too silly), is there
> > any tools (similar to MRTG) in linux which I can use to
> > collect SNMP traps from various devices (manageable)?
> >
> > I happen to come across this tools from http://www.netvoyant.com
> > but they are way too expensive. Any recommendation is
> > highly valued.
> >
> > Thank you.
> > Ryan
> >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >
> 
> 

-- 


       ______________________________________________
     _ |  Saifulla M.A., IV sem M.S.                | _
    / )|  Dept. of Comp. Science,IIT,Madras.        |( \
   / / |      address  : 203,Krishna Hostel,IIT,    | \ \
 _( (  |  _   *******    Madras,T.N.-600036      _  |  ) )_
(((\ \ | / / also @:saif@lantana.iitm.ernet.in  < \ | / /)))
(\ \|/ /   Phone: (044) 445 - 9079, Room 203.    \ \|/ ////)
 \       /----------------------------------------\       /
  \     /                                          \     /
   \   /                                            \    \
===============================================================





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Managing SNMP devices.
  2002-05-21 19:57   ` Mohd Saifullah
@ 2002-05-22  1:19     ` terry white
  0 siblings, 0 replies; 5+ messages in thread
From: terry white @ 2002-05-22  1:19 UTC (permalink / raw)
  To: linux-admin

on "5-22-2002" "Mohd Saifullah" writ:

: > 	Run snmptrapd as root and give this manager's ip in the agent
:
: I beleive you need ucd-snmp(net-snmp)
  
... within very recent memory , mention was made of security problems
with snmp as implemented.  it seems the vulnerability NOT platform
specific.  a search of 'securityfocus.com' or 'cert.org' might be in
order ...
  
--
... i'm a man, but i can change,
    if i have to , i guess ...



^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: Managing SNMP devices.
@ 2002-05-22  4:48 Ryan Ngai Hon Kong
  0 siblings, 0 replies; 5+ messages in thread
From: Ryan Ngai Hon Kong @ 2002-05-22  4:48 UTC (permalink / raw)
  To: linux-admin

Hi,

Thanks for the feedback.
This is a great info. However, maybe my question is misleading.
Other than collecting snmp traps using snmptrapd, is there any
other tool which I could used to manipulate these snmp to take
certain action? I actually need a very good reporting tools,
something like analog but in great depth.

Thank you.
Ryan

-----Original Message-----
From: terry white [mailto:twhite@aniota.com]
Sent: Wednesday, May 22, 2002 9:19 AM
To: linux-admin
Subject: Re: Managing SNMP devices.


on "5-22-2002" "Mohd Saifullah" writ:

: > 	Run snmptrapd as root and give this manager's ip in the agent
:
: I beleive you need ucd-snmp(net-snmp)
  
... within very recent memory , mention was made of security problems
with snmp as implemented.  it seems the vulnerability NOT platform
specific.  a search of 'securityfocus.com' or 'cert.org' might be in
order ...
  
--
... i'm a man, but i can change,
    if i have to , i guess ...


-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-05-22  4:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-22  4:48 Managing SNMP devices Ryan Ngai Hon Kong
  -- strict thread matches above, loose matches on Subject: below --
2002-05-21 11:08 Ryan Ngai Hon Kong
2002-05-21 11:55 ` Ramasubramanian
2002-05-21 19:57   ` Mohd Saifullah
2002-05-22  1:19     ` terry white

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox