Hello,

I have one Juniper MX480 with 40 * 10G ports. The router push more than 150G and more than 100G on one IRB interface.

Observium see the traffic on the IRB interface here :

http://imageshack.com/i/mah92bp

But is unable to graph the port here :

http://imageshack.com/i/1364rap

http://imageshack.com/i/nmkft3p

I’m running CE 0.13.10.4585

Is there any The rrd graph was created with a lower value for the bandwidth ( updated to 200G after ) .

Do I have to re-generate the rrd file ( export from the old rrd and import data to the new one ?

Here the rrdtool command to update the rrd

rrdtool graph /tmp/IilQ0vGmiWc161PX.png --alt-autoscale-max --rigid -E --start 1384116473 --end 1384202873 --width 1159 --height 300 -c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c FONT#000000 -c CANVAS#FFFFFF00 -c GRID#a5a5a5 -c MGRID#FF9999 -c FRAME#5e5e5e -c ARROW#5e5e5e -R normal --font LEGEND:8:'DejaVuSansMono' --font AXIS:7:'DejaVuSansMono' --font-render-mode normal COMMENT:'Bits/s Now Avg Max 95th \n' DEF:outoctets=/opt/observium/rrd/router.test.com/port-575.rrd:OUTOCTETS:AVERAGE DEF:inoctets=/opt/observium/rrd/router.test.com/port-575.rrd:INOCTETS:AVERAGE DEF:outoctets_max=/opt/observium/rrd/router.test.com/port-575.rrd:OUTOCTETS:MAXDEF:inoctets_max=/opt/observium/rrd/router.test.com/port-575.rrd:INOCTETS:MAX CDEF:octets=inoctets,outoctets,+ CDEF:doutoctets=outoctets,-1,* CDEF:outbits=outoctets,8,* CDEF:outbits_max=outoctets_max,8,* CDEF:doutoctets_max=outoctets_max,-1,* CDEF:doutbits=doutoctets,8,* CDEF:doutbits_max=doutoctets_max,8,* CDEF:inbits=inoctets,8,* CDEF:inbits_max=inoctets_max,8,* VDEF:totin=inoctets,TOTAL VDEF:totout=outoctets,TOTAL VDEF:tot=octets,TOTAL VDEF:95thin=inbits,95,PERCENT VDEF:95thout=outbits,95,PERCENT VDEF:d95thout=doutbits,5,PERCENT AREA:inbits#92B73F LINE1.25:inbits#4A8328:'In ' GPRINT:inbits:LAST:%6.2lf%s GPRINT:inbits:AVERAGE:%6.2lf%s GPRINT:inbits_max:MAX:%6.2lf%s GPRINT:95thin:%6.2lf%s\\n AREA:doutbits#7075B8 LINE1.25:doutbits#323B7C:'Out' GPRINT:outbits:LAST:%6.2lf%s GPRINT:outbits:AVERAGE:%6.2lf%s GPRINT:outbits_max:MAX:%6.2lf%s GPRINT:95thout:%6.2lf%s\\n GPRINT:tot:'Total %6.2lf%s' GPRINT:totin:'(In %6.2lf%s' GPRINT:totout:'Out %6.2lf%s)\\l'LINE1:95thin#aa0000 LINE1:d95thout#aa0000

regards,
Raphael