![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to configure linux to receive snmp traps from a windows server? | iamtulipin | Linux | 2 | 02-19-2008 07:28 PM |
| Snmp | manoj.solaris | AIX | 1 | 08-14-2007 01:01 PM |
| Want to set up SNMP with MIB on SCO OS5 | herd5cusa | SCO | 0 | 05-19-2006 02:01 PM |
| SNMP in HP-UX. | Nguyen Quang Vu | HP-UX | 1 | 04-15-2005 08:02 AM |
| snmp on linux | uday | UNIX for Dummies Questions & Answers | 1 | 07-10-2002 12:13 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
|||
|
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. |