0

Possible Duplicate:
Reduce SNMPd logging verbosity

I have following 2 lines in my /var/log/messages

Jun 15 17:54:22 myserver8 snmpd[5380]: Connection from UDP: [10.10.11.67]:61784 
Jun 15 17:54:22 myserver8 snmpd[5380]: Received SNMP packet(s) from UDP: [10.10.11.67]:61784 

Does it mean that my snmp is not configured correctly?

shantanuo
  • 3,459
  • 8
  • 47
  • 64
  • It means your snmpd is configured to log connections/traffic. Is that "correctly" configured for your environment? :) – voretaq7 Dec 08 '12 at 03:56

2 Answers2

0

seems only snmp log, nothing to worried, please refers to http://raetsel.wordpress.com/2008/02/15/snmpd-filling-up-varlogmessages/

chocripple
  • 2,039
  • 14
  • 9
0

Do you expect SNMP connections from this address? If not, than your server is not configured correctly.

Sven
  • 97,248
  • 13
  • 177
  • 225