How check SNMP configuration in Linux?
How check SNMP configuration in Linux? For checking SNMP in Linux Execute any one of the command in the console. $ /etc/rc.d/init.d/snmpd status or $ service snmpd status. If SNMP is installed, but is not started, execute any one of the command in the console to start SNMP (as root) Read more…