I am having some issues getting snmpd going on one of my boxes , wondering if some snmp guru can help me here.

Here is my /usr/local/share/snmp/snmpd.conf:

###########################################################################
#
# snmpd.conf
#
#   - created by the snmpconf configuration program
#
###########################################################################
# SECTION: Access Control Setup
#
#   This section defines who is allowed to talk to your running
#   snmp agent.

# rocommunity: a SNMPv1/SNMPv2c read-only access community name
#   arguments:  community [default|hostname|network/bits] [oid]

rocommunity  public


++++++++++++++

When I try to do the snmpwalk...i get timeout error.

snmpwalk -v 1 -c public 172.16.200.1 syscontact
Timeout: No Response from 172.16.200.1

I know snmpd is running:

# ps -aux | grep snmp
root     26868  0.0  3.5  2372  4548 ??  S      9:45PM    0:00.39 snmpd


Appreciate any help.

Thanks :)

Reply via email to