SNMP installation

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring SNMP installation
# 1  
Old 10-07-2010
SNMP installation

Hi guys.

I'm new to the world of computers, and yet my boss asked me to learn on the operation of Unix SNMP Trap Handler and Generator. Can any kind soul enlighten me please? Help much appreciated. Smilie

Jolie.
# 2  
Old 10-07-2010
Obvious question: once you get a basic feel for this what are you expected to do with
it?

This gives you everything you need to know:
http://oreilly.com/catalog/9780596008406/

In general there is a book from oreilly with a distinct animal on the cover for almost all of the basic stuff for computer and network technology. I commend that fact to your immediate attention.

SNMP provides a means of monitoring network devices through a central manager.
It is a protocol, because it defines "who" gets to talk about what, and how the talk is formatted and transferred.

Overview:
Simple Network Management Protocol - Wikipedia, the free encyclopedia

SNMP trap is asynchronous, that is, it creates a message on its own. The message is created when there is a problem with a network device.

In order to undertand it, you need to understand UDP, TCP/IP, plus what your network looks like, so-called network topology.

The basic idea is:
1. there is a database of device information - MIB
2. a small program runs on each network device - an agent
3. A manager program runs on a computer - the NMS. This coordinates information derived from each agent.

Network devices are things like routers, switches, and so on.

Last edited by jim mcnamara; 10-07-2010 at 05:43 AM..
# 3  
Old 11-28-2010
@jim mcnamara: Thanks - wonderful, you have just help me a lot Smilie
# 4  
Old 11-28-2010
yikes - your new to the computer world and your first task is to learn UNIX SNMP. that is not a very nice boss Smilie

also - check out Net-SNMP
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need to transfer all kernel logs (var/log/messages) to the snmp listener as snmp trap

i am working with embedded system -Dell DCS management sub system. my question is as below: currently we are using linux kernel 2.6.30 build and we have a kernel logs stored to the /var/log/messages path. now we have to transfer all this logs to the specified SNMP target as a part of SNMP... (4 Replies)
Discussion started by: vipul_prajapati
4 Replies

2. Infrastructure Monitoring

SNMP traps to SNMP server

Dear Champs, I am new to unix, and need to configure linux server to send below traps to a SNMP server. Monitoring TRAP Disk Space Low Monitoring TRAP Memory Low Monitoring TRAP CPU high Monitoring TRAP Admin login/Logoff Please help me how to send this information to my SNMP server... (2 Replies)
Discussion started by: stavar
2 Replies

3. IP Networking

SNMP Problem - SNMP not getting to the agent.

I am having a problem with an SNMP event, and I am not sure where I should be looking to solve this problem. Description: There is an SNMP event in our system that for one reason or another is not getting sent out as an email because it is never getting to our SNMP agent. I see where the... (0 Replies)
Discussion started by: broberts
0 Replies

4. Red Hat

Sending data from DELL OMSA SNMP and Custom SNMP MIB to same UDP port 161

Hi , Currently DELL OMSA SNMP sends data through default udp port 161.I want my custom SNMP MIB also to send data in the same udp port 161.Whether its possible.If yes where to configure .I tried starting my custom MIB in udp port 161,but it throws port already in use.Kindly guide. (1 Reply)
Discussion started by: prabakar4all
1 Replies

5. IP Networking

Sending data from DELL OMSA SNMP and Custom SNMP MIB to same UDP port 161

Hi , Currently DELL OMSA SNMP sends data through default udp port 161.I want my custom SNMP MIB also to send data in the same udp port 161.Whether its possible.If yes where to configure .I tried starting my custom MIB in udp port 161,but it throws port already in use.Kindly guide. (0 Replies)
Discussion started by: prabakar4all
0 Replies

6. Infrastructure Monitoring

SNMP installation

Hi, I am new to snmp. I am using debian lenny in all my systems. I want to monitor the systems which are in network already. At begining i do not want to implement snmp in routers or in any switches. So i chose one system in my network and installed snmp,snmpd. I didn't change any... (1 Reply)
Discussion started by: vrpcse
1 Replies

7. Infrastructure Monitoring

snmp installation

Hi, I am new to snmp. I am using debian lenny in all my systems. I want to monitor the systems which are in network already. At begining i do not want to implement snmp in routers or in any switches. So i chose one system in my network and installed snmp,snmpd. I didn't change any settings in... (1 Reply)
Discussion started by: vrpcse
1 Replies

8. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies
Login or Register to Ask a Question