LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   SNMP running but no responde (https://www.linuxquestions.org/questions/linux-server-73/snmp-running-but-no-responde-724465/)

andybrr 05-07-2009 02:21 PM

SNMP running but no responde
 
Hi,

I runing snmpd service my centos 4.0 server. My snmpd.conf is:

[root@fw snmp]# cat snmpd.conf
## sec.name source community
com2sec local 127.0.0.1 mbc.snmp
com2sec mynetwork 10.10.0.0/24 mbc.snmp

## group.name sec.model sec.name
group MyRWGroup v1 local
group MyRWGroup v2c local
group MyROGroup v1 mynetwork
group MyROGroup v2c mynetwork

## incl/excl subtree mask
view all included .1 80

## context sec.model sec.level prefix read write notif
access MyROGroup "" any noauth exact all none none
access MyRWGroup "" any noauth exact all all all

But when I try to running from my cacti server, it shows me no responde from centos 4.0 server.

What can be wrong ?

Thanks
Anderson

samimk 05-07-2009 03:39 PM

forget about all this complication
add

rocommunity public

to your config file
and test with public until
you identify the problem then you can switch back to
view based access control

Sami


All times are GMT -5. The time now is 09:43 PM.