<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
-->
</style><style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" lang="EN-US" link="#0563C1" vlink="#954F72">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">When you're dealing with really big numbers, SNMPv2 and its 16bit numbers cannot cope, and you need to use SNMPv2 and its 64bit counters.<br>
<br>
If you're using an interface with a bandwidth over 100Mbps (such as in this case), then you MUST use SNMPv2 to be certain of avoiding 'counter wrap' and get reliable graphs.&nbsp; Also, interface speed over 100Mbps doesnt report correctly to cfgmaker unless you're
 using SNMPv2.<br>
<br>
You can specify --snmp-options=&quot;:::::2&quot; to cfgmaker to ensure that it uses SNMPv2 (and make sure your device has it enabled in its ACLs if necessary).<br>
<br>
Normally, you don't need to bother about AbsMax unless you have a virtual circuit that can burst above its normal limit.&nbsp;
<br>
AbsMax defaults to the value of MaxBytes, and is the highest value deemed sane for this metric - any value higher is discarded.<br>
MaxBytes is used for determining percentages, and the Maximum line on graphs.<br>
Usually, they are both the same, but some ATM circuits and other cases allow usage &gt;100% in some cases.<br>
<br>
In your case, the Fibre interface is 1Gbps (this is AbsMax).&nbsp; However, your provider is rate-limiting you to 100Mbps (this is MaxBytes).&nbsp; It may be that the provider allows you to burst over this limit if they have free capacity.<br>
<br>
If you do not have UnScaled set, then the graph is always scaled to show the MaxBytes line.&nbsp; If you have a 1Gbps interface, this can result in a very boring graph as the actual data is a tiny green pixel at the bottom.&nbsp; By setting UnScaled[_]:dwmy you can have
 the graph autoscale to show the data to its best effect, rather than the MaxBytes line.&nbsp;
<br>
Some MRTG/RRD frontends, such as Routers2, default to UnScaled mode for network interfaces; the native-mode MRTG will default to Scaled mode.<br>
<br>
HTH<br>
<br>
Steve<br>
<br>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><strong>Steve Shipway</strong></div>
<div style="font-family:Tahoma; font-size:13px">University of Auckland ITS</div>
<div style="font-family:Tahoma; font-size:13px"><em>UNIX Systems Design Lead</em></div>
<div style="font-family:Tahoma; font-size:13px"><a href="mailto:s.shipway@auckland.ac.nz">s.shipway@auckland.ac.nz</a></div>
<div style="font-family:Tahoma; font-size:13px">Ph: &#43;64 9 373 7599 ext 86487</div>
<div style="font-family:Tahoma; font-size:13px"><em></em><br>
</div>
</div>
</div>
</div>
</body>
</html>