Search found 3 matches

by stonedar
Wed Jun 06, 2007 2:34 pm
Forum: Help: General
Topic: MAXIMUM GPRINT values are incorrect
Replies: 1
Views: 697

Ooh nevermind :(
by stonedar
Tue Jun 05, 2007 12:45 pm
Forum: Help: General
Topic: MAXIMUM GPRINT values are incorrect
Replies: 1
Views: 697

MAXIMUM GPRINT values are incorrect

Hello, i made a simple template to aggregate 2 interfaces. the cdefs defined to sum the individual IN/OUT: a,b,+,8,* c,d,+,8,* The problem i'm having is that the GPRINT Values for the MAXIMUM are too low (please see pic). The values for CURRENT and AVERAGE are correct. Is there something i'm missing...
by stonedar
Thu Mar 22, 2007 12:44 pm
Forum: Help: General
Topic: How to sum traffic from multiple interfaces ?
Replies: 3
Views: 6556

Hello,

Try creating a CDEF (under Graph Management) to sum them up:

CDEF Type = Custom String
CDEF Item Value = a,b,+,8,*

Assuming your graph items were labeled 'a' and 'b'.

then add a new graph item with None as data source (pick line/area and color) and select the defined CDEF function.