Hey Steve, thanks for the reply.
Ok that sounds easy enough to upgrade. I'll give that a try. Thanks again for the info!!
I have one other question if you could help me with?
So I am using the "Grouping" option with Routers2 and one of the groups is for interface errors on all the routers I have (i.e. "ifInErrors" and "ifOutErrors").
My problem is that while I can see that it IS working, collecting the In/Out errors for each interface (I can see this on the individual graphs for each interface). But it isn't showing up on the "main graph", which is I guess is the average of all the interface's errors...?
For example if the router is let's say utilizing 20 of it's interfaces, and interface 5, 10, 20 have error counts of, let's say 100, 1500, and 300 respectively. The "main" graph does not show any data on it at all. Whereas the individual graphs for those 3 interfaces is showing those errors.
Do you think that it could be that the average is just that low, or is something not set correctly in my config file?
Here is a part of the config file for one of the routers with just one of the interfaces. I built it using a template I believe I found in this site, but not positive about that.
Code:
Target[10.5.1.1_2.err]: ifInErrors.2&ifOutErrors.2:communityName@10.5.1.1:
RouterUptime[10.5.1.1_2.err]: communityName@10.5.1.1:
YLegend[10.5.1.1_2.err]: Error Packets
ShortLegend[10.5.1.1_2.err]: /s
Legend1[10.5.1.1_2.err]: Error Packets
Legend2[10.5.1.1_2.err]:
Legend3[10.5.1.1_2.err]: Error Packets
Legend4[10.5.1.1_2.err]:
LegendI[10.5.1.1_2.err]: Inbound Error Packets:
LegendO[10.5.1.1_2.err]: Outbound Error Packets:
MaxBytes[10.5.1.1_2.err]: 1000
Options[10.5.1.1_2.err]: growright, nopercent, gauge
Title[10.5.1.1_2.err]: 10.5.1.1 2 Errors
PageTop[10.5.1.1_2.err]: <H1>10.5.1.1 2</H1>
<TABLE>
<TR><TD>System:</TD><TD>10.5.1.1 in </TD></TR>
<TR><TD>Maintainer:</TD><TD></TD></TR>
<TR><TD>Description:</TD><TD> In/Out Error counters </TD></TR>
<TR><TD>Resource:</TD><TD>2</TD></TR>
</TABLE>
Do you notice anything not right, or something missing? And/Or do you know of a better Template for collecting interface errors?
EDIT: Sorry one more Q... What happens if you have a cfg for interface traffic on a router and at some point more interface's are opened (i.e. interface status changes to "Up")? Will those sections remain commented out in the cfg file still, or will MRTG pick up on it?
Thanks Again for your Help,
Matt