On 11/21/07, Scott Baker <[EMAIL PROTECTED]> wrote: > I'm aggregrating several graphs together using the following syntax: > > Target[myrouter]: 2:[EMAIL PROTECTED] + 1:[EMAIL PROTECTED] + 13:[EMAIL > PROTECTED] > > It works without any problems except when I get above 114Mb/s. It > looks like I've run into the limit of 32 bit integer for this item. If > this were a SINGLE router I'd just add ::::2 on to the end. I'm not > sure how/if you can do that with something like this that's added up. > Is it possible? > > - Scott >
Scott, This should work: Target[myrouter]: 2:[EMAIL PROTECTED]:::::2 + 1:[EMAIL PROTECTED]:::::2 + 13:[EMAIL PROTECTED]:::::2 HTH, Eric Brander _______________________________________________ mrtg mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/mrtg
