Page 1 of 2

Not getting any output of Bandwidth

Posted: Thu Nov 15, 2012 11:15 pm
by wiproltdwiv
Hi,

I have configured near about 100 routers as per attached screenshot, but i am not getting bandwidth utilization, always it is showing in and out 0. i am using 64 and 128 Kbps line. Is there any changes required in configuration ? please check attached both files and do the needful.

Re: Not getting any output of Bandwidth

Posted: Fri Nov 16, 2012 8:23 am
by scottwilkerson
The bottom picture shows in and out...

Re: Not getting any output of Bandwidth

Posted: Sat Nov 17, 2012 2:21 am
by wiproltdwiv
why it is not showing any value? always it is 0 only

Re: Not getting any output of Bandwidth

Posted: Mon Nov 19, 2012 9:38 am
by scottwilkerson
Is there traffic on this interface?

Can you show us the command for this service?
Configure -> CCM -> Services -> Modify

Re: Not getting any output of Bandwidth

Posted: Tue Nov 20, 2012 4:48 am
by wiproltdwiv
Hi,
PFA having screenshot of modification

Re: Not getting any output of Bandwidth

Posted: Tue Nov 20, 2012 8:40 am
by scottwilkerson
This is a completely different interface than you showed before.

Are you getting the same results for all interfaces?

Re: Not getting any output of Bandwidth

Posted: Wed Nov 21, 2012 1:24 am
by wiproltdwiv
yes, near about 100 routers i have configured and for all i am getting same result

Re: Not getting any output of Bandwidth

Posted: Wed Nov 21, 2012 9:45 am
by scottwilkerson
lets run the following to make sure we do not have mrtg errors

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --check

Re: Not getting any output of Bandwidth

Posted: Wed Nov 21, 2012 11:21 pm
by wiproltdwiv
getting error while run command

[root@EMSNagios1 ~]# LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --check
ERROR: could not find RRDs.pm. Use LibAdd: in mrtg.cfg to help mrtg find RRDs.pm

Re: Not getting any output of Bandwidth

Posted: Thu Nov 22, 2012 7:54 am
by scottwilkerson
run the following to find the path to RRDs.pm

Code: Select all

yum install mlocate -y
update db
locate RRDs.pm
then add the following toward the top of /etc/mrtg/mrtg.cfg (replacing the path with the one you found)

Code: Select all

LibAdd: /opt/rrdtool-1.4.4/lib/perl/5.10.1