如何在Ubuntu,CentOS和Cisco系统中配置SNMPv3

发布网友 发布时间:2022-04-22 14:57

我来回答

1个回答

热心网友 时间:2023-06-26 03:36

被监控端安装snmpyum -y install net-snmp net-snmp-devel被监控端安装配置snmpvim /etc/snmp/snmpd.confcom2sec notConfigUser default public改为 ( cacti主机IP地址 )com2sec notConfigUser 192.168.0.195 publicaccess notConfigGroup "" any noauth exact systemview none none改为access notConfigGroup "" any noauth exact all none none#view all included .1 80将#注释删掉view all included .1 80然后开启 snmpservice snmpd start设置snmpd开机启动chkconfig snmpd on参考资料:/cacti-centos-linux-snmp-config.html

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com