Is it possible to create a report for portchannel utilization?
I was thinking on reworking the interface utilization template and using the ifIndices in the formulae (The indices refers to the used ports in the channel)
something like inputPortUtil = (ifInOctets.index1 + ifInOctets.index2 + ...) * 8 * 100 / ifSpeed etc...
Will this work ? (However, the poller needs the instances which are already used in my formule)
If I use the interfaceUtilisation as defined by the system, and I select the used instances in the poller, the report will contains the seperated ifUtils of the members of the portChannel (my selected instances). They are not summed in one graph.
Jan