It will respond from another machine (WinXP). What port should I open on the box trying to do the snmpwalk?
--Todd
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Les Mikesell Sent: Friday, September 23, 2005 2:33 PM To: CentOS mailing list Subject: Re: [CentOS] Reading SNMP on other machine
On Fri, 2005-09-23 at 09:15, Todd Reed wrote:
I'm trying to use snmpwalk to look at other machines, but I can't get a response. It keeps timing out. It can see itself, though. I haven't had this problem with other machines and I don't know what's different.
This sounds like firewalling, but the default snmpd.conf file is very restrictive. Make sure the one on the target machine allows it to respond.
On Fri, 2005-09-23 at 15:15, Todd Reed wrote:
It will respond from another machine (WinXP). What port should I open on the box trying to do the snmpwalk?
$ grep snmp /etc/services snmp 161/tcp # Simple Net Mgmt Proto snmp 161/udp # Simple Net Mgmt Proto snmptrap 162/udp snmp-trap # Traps for SNMP
On 9/23/05, Les Mikesell lesmikesell@gmail.com wrote:
$ grep snmp /etc/services snmp 161/tcp # Simple Net Mgmt Proto snmp 161/udp # Simple Net Mgmt Proto snmptrap 162/udp snmp-trap # Traps for SNMP
You don't need the last one for snmp polling (snmpwalk,...)
-- Francois Caen, RHCE, CCNA SpiderMaker, LLC