CentOS 7使用yum安装SNMP教程
一、安装SMNP
yum install -y net-snmp net-snmp-utils
二、启动SNMP
systemctl snmpd start
三、使用SNMP
snmpwalk -v 2c -c public localhost .1.3.6.1.2.1.1
一、安装SMNP
yum install -y net-snmp net-snmp-utils
二、启动SNMP
systemctl snmpd start
三、使用SNMP
snmpwalk -v 2c -c public localhost .1.3.6.1.2.1.1