Hello

/var/log/messages:
Jan  9 10:24:24 opr011 snmptrapd: snmptrapd shutdown succeeded
Jan  9 10:24:24 opr011 snmptrapd: Warning: no access control information configured.  <---NOTE1
Jan  9 10:24:24 opr011 snmptrapd:   It's unlikely this agent can serve any useful purpose in this state. <--- NOTE1
###############
NOTE1:
What does it mean this line?. I'm sure I wrote several lines in the snmpd.conf about this
In fact , I worte these lines:
syslocation "Juramento 2017 4A, Buenos Aires, Argentina. TEL +54 11 4788 9977"
syscontact  Jose Dragone <[EMAIL PROTECTED]>
rwuser  tenroses
rouser  rotenroses
rouser  tenroses
rocommunity  tenroses
rwcommunity  rwtenroses

SNMP user and community with same name ? Its aloud but very confusing. rwuser include rouser , so better :
 
rouser ro_tenroses
rwuser tenroses
 
rocommunity ro_group
rwcommunity rw_group 
 
 # Now , it follows the rest of the /var/log/messages log file:
###############
Jan  9 10:24:24 opr011 snmptrapd:   Run "snmpconf -g basic_setup" to help you configure the snmptrapd.conf file for this agent.
Jan  9 10:24:24 opr011 snmptrapd: snmptrapd startup succeeded
Jan  9 10:24:44 opr011 sendmail: sendmail shutdown succeeded
Jan  9 10:24:44 opr011 sendmail: sm-client shutdown succeeded
Jan  9 10:29:36 opr011 snmpd[28044]: Received SNMP packet(s) from UDP: [127.0.0.1]:32894
Jan  9 10:32:53 opr011 snmpd[28044]: Received SNMP packet(s) from callback: 1 on fd 4
Jan  9 10:32:53 opr011 snmpd[28044]: snmpd: send_trap: Timeout  <--- I'm worried about this line , what does it mean?
##################################################

snmpd: send_trap: Timeout means that the snmpd could sendout trap. start the snmpd like snmpd -Le -D -f or -Le -D -f -d to see all packets. 
 
Baumgart 

Reply via email to