Step # 1 : Make sure snmp server installed Please note that snmpd configuration does not require using mrtg with remote network devices such as Routers and switches. If you just want mrtg graphs for router or switch then please refer to step # 4 (as all these devices comes preconfigured with snmpd software). Run rpm commands query option to find out snmp server installed or not: # rpm -qa | grep snmp If snmp installed then please refer step # 2 ; otherwise snmp server and utils were not present and your need to install them using following steps (login as a root user): (a) Visit rpmfind.net to get snmp server and utilities rpms. If you are fedora user then use yum command as follows to install it: # yum install net-snmp-utils net-snmp (b) If you are RHEL subscriber then use up2date command as follows to install: #up2date -v -i net-snmp-utils net-snmp Step # 2 : Determine if snmp server is running or not Run 'ps' command to see if snmp server is runnin...