solariwinds里面的read/Write community string
配置了snmpd.conf为:
syslocation Server Room
syscontact Sysadmin ([email=root@localhost]root@localhost[/email])
# These really aren't meant for production use. They include all MIBS
# and can use considerable resources. See snmpd.conf(5) for information
# on setting up groups and limiting MIBS.
#rocommunity public 127.0.0.1
# rwcommunity mysecret 127.0.0.1
rocommunity public
rwcommunity rwpublic
在solariwinds上可以正常配置上community string,能正常通过,也正常添加进去了,可以看到硬盘等
但在read/write community string上填写rwpublic就死都不能通过,是不是snmpd.conf有问题呢?