snmp on linux


 
Thread Tools Search this Thread
Operating Systems Linux snmp on linux
# 1  
Old 03-26-2008
snmp on linux

hello,

I use this command:

snmpwalk -c public -v2c zeus
Timeout: No Response from zeus

I then installed net-snmp on zeus. however, this has not changed the situation:

snmpwalk -c public -v2c zeus
Timeout: No Response from zeus

any idea please on how to make the linux server answers the snmp query?

thanks
# 2  
Old 03-26-2008
Hello,
make sure that:
1- You can ping zeus or that you can resolve that name.
2- The snmp service is running on zeus (netstat -uap)
Regards.
# 3  
Old 03-26-2008
hi,

yes the server is pingable

and netstat -uap shows
udp 0 0 *:snmp *:*


I installed rpm also:
net-snmp-debuginfo-5.4.1-1.fc6.i386.rpm
net-snmp-devel-5.4.1-1.fc6.i386.rpm
net-snmp-perlmods-5.4.1-1.fc6.i386.rpm
net-snmp-5.4.1-1.fc6.i386.rpm

But the snmpwalk still does not work

snmpwalk -c public -v2c zeus
Timeout: No Response from zeus

thanks in advance for any hint.
# 4  
Old 03-26-2008
mmmm...
What about the SNMP version the server uses? You are connecting using v1, and the server might be using v2 or v3...
# 5  
Old 03-26-2008
how to identify the version that snmp is using on both servers?
# 6  
Old 03-26-2008
Need to configure the snmpd to honor client requests from external locations, configure community strings, snmp version, etc....
Try man snmpconf if you want to generate a quick and dirty config.
# 7  
Old 04-18-2008
Hey do I need any file other than snmptrapd.conf to run snmptrap ...... ??
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Snmp [xx] Got trap from peer in Red Hat Linux

hi I get below error from console and message log in red hat linux snmp Got trap from peer on fd 13 . Any idea why there is error and how to fix it ?? Please use CODE tags as required by forum rules! (0 Replies)
Discussion started by: chuikingman
0 Replies

2. UNIX for Beginners Questions & Answers

How to install snmp on #50-Ubuntu 64 GNU/Linux?

Hi all, I am trying to install snmp on a Linux VM so I can use snmpwalk, snmpget etc. On searching the forum I found two old posts from 2010/11. So I wanted to ask again if there are any updated instructions on how to install snmp. On web I found a few instructions but they suggested using yum... (4 Replies)
Discussion started by: pat_pramod
4 Replies

3. 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

4. Infrastructure Monitoring

SNMP Linux help

Please could someone help - advise : I am running linux on a HP server, and I have installed the HP SMNP agents to the server. The snmpd process is running ok, I would like to send an snmp test message to the GMI server ( netcool ). Please could someone advise me the snmp command I can use.... (2 Replies)
Discussion started by: venhart
2 Replies

5. Infrastructure Monitoring

Configuring SNMP in linux

I am trying to enabling SNMP access and trap forwarding for Linux(RHEL5) using following official url from IBM. http://publib.boulder.ibm.com/infocenter/eserver/v1r2/index.jsp?topic=/diricinfo/fqm0_t_enabling_snmp_access_and_trap_forwarding_for_linux.html In my system, snmp and snmplibs are... (1 Reply)
Discussion started by: SiddhV
1 Replies

6. Infrastructure Monitoring

Need implementation of TCP, SNMP and WIMAX in Linux

Hi, Can anyone please provide the Open Source implmentation of the Following Protocols in Linux Operating Systems. A. SNMP B. TCP C. WIMAX MAC layer protocol. Thaniks Saurav (2 Replies)
Discussion started by: sauravbh
2 Replies

7. Infrastructure Monitoring

linux snmp trap relay

Hi all, I'm after a linux utility that can relay all incoming traffic on a certain port to another server. Can anyone recommend a good program? I've taken a look at snmptrapd, but it's not obvious how this can be configured for my requirements. Many thanks. (1 Reply)
Discussion started by: badoshi
1 Replies

8. IP Networking

snmp linux win

I use snmp protocol on linux, now I have to use snmp on win, i use pc linux. I have activated the service snmp on win but I can not question him on my linux pc, you have any suggestions? (1 Reply)
Discussion started by: fege
1 Replies

9. Linux

How to configure linux to receive snmp traps from a windows server?

Can anybody please tell me how to configure linux to receive snmp traps from a windows server? I am not able to receieve snmp traps on unix machines specifically linux and solaris. I have tried starting snmptrapd service on linux but it didn't work. Is there anything special that I have to do on... (2 Replies)
Discussion started by: iamtulipin
2 Replies

10. UNIX for Dummies Questions & Answers

snmp on linux

Which is the best link which answers following question: What is use of snmp and How do i set it up in linux (1 Reply)
Discussion started by: uday
1 Replies
Login or Register to Ask a Question