Thanks - I didnt realize that 'public' was the password vs the name of the community.if someone breaks into your network and guesses your community strng ("public" is default typically and probably most people's first guess) they'd be able to query your switch for interface stats/usage, chassis temperature, IPs/arp table contents etc. meh. if you want you can pick a more secure community string like:
enable
conf t
no snmp-server community public ro
snmp-server community XxsuperSecretXx ro
write mem
then when adding to librenms you'll obviously have t put whatever pass you came up with in the community box instead of "public"
Code:
snmp-server community XxsuperSecretXx ro
snmp-server -community = enables the SNMP process
XxsuperSecretXx = the password for SNMP
ro = read only
can a packet sniffer on the network sniff the password of the snmp?
Could a potential hacker do anything with the snmp info that could be helpful in access? Might be overthinking due to past issues on my network.