yes,
linux-fxqr:/var/log # ps -ef | grep snmptrapd
root 21833 1 0 08:56 ? 00:00:00 snmptrapd
but when i do :
snmptrap -v 1 -m ALL -c loiuc localhost '' coldStart
i've
Quote:
linux-fxqr:/var/log # snmptrap -v 1 -c loiuc localhost '' coldStart
/etc/snmp/snmp.conf: line 6: Warning: Unknown token: com2sec.
/etc/snmp/snmp.conf: line 13: Warning: Unknown token: group.
/etc/snmp/snmp.conf: line 18: Warning: Unknown token: view.
/etc/snmp/snmp.conf: line 22: Warning: Unknown token: access.
unknown host: coldStart
|
My SNMP.conf
Quote:
com2sec Local 192.168.77.0/24 loiuc
group rogroup v1 Local
view all included .1 80
access rogroup "" v1 noauth exact all none none
|
-------
but about snmptrap, how can i do to restart .. because snmptrapd& isn't really good, why i do not have this file on /init.d/... only snmpd...
thanks