Posts

Showing posts from February, 2014

MRTG configurations

Setup the Device cisco(config)# snmp-server community public RO setup the MRTG server yum install   mrtg   -> will install the MRTG yum install httpd -> will install the apache to view the graphs crated by mrtg To configure the MRTG issue following command: Cfgmaker –global   “WorkDir: /var/www/mrtg” –output /etc/mrtg/mrtg.cfg   device-community - string @( hostname or IP ) in this command :             --global   “WorkDir: /var/www/mrtg”   -> this is global configuration to define where the graphs will be store - -output /etc/mrtg/mrtg.cfg    ->    this is the output file name   device community   string ->   Configured snmp name on the device. In this case it is ‘public’   as   configured under the cisco device hostname or IP  ->   device IP or hostname Now run the indexmaker...