<div dir="ltr">hi,<br><br>I have 2 network devices. one of them is a 10 Gbps Foundry switch which which returns its bandwidth usage in Gauge32. The other returns the same value using Integers. The Gauge32 is also providing its value in kilobytes, vs the other one&#39;s bytes.<br>
I need to summarize these two.<br>I am not sure how to go about it. the 10 Gbps device&#39;s config looks something like this:<br><br>LoadMIBS: (path specified, mib is correct)MIB-OID-FOUNDRY-SN-SWITCH-GROUP-MIB.mib<br>WorkDir: (specified, irrelevant)<br>
<br>Target[sum-net]: .1.3.6.1.4.1.1991.1.1.3.3.5.1.54.22&amp;.1.3.6.1.4.1.1991.1.1.3.3.5.1.55.22:public@y.y.y.y:::::2 * 128<br>Options[sum-net]: Gauge, nopercent<br>Title[sum-net]: <br>MaxBytes[sum-net]: 100000000000<br>PageTop[sum-net]: &lt;H1&gt;Net Total Traffic&lt;/H1&gt;<br>
<br>The non-10 Gig thing&#39;s config is something like this:<br><br>WorkDir: (specified, irrelevant)<br><br>Target[sum-net1]: 1:public@x.x.x.x:::::2<br>Title[sum-net1]: device1<br>MaxBytes[sum-net1]: 10000000000<br>PageTop[sum-net1]: &lt;H1&gt;Net1 Total Traffic&lt;/H1&gt;<br>
<br><br>Both these work perfectly. However, how do I add them up? clearly .1.3.6.1.4.1.1991.1.1.3.3.5.1.54.22&amp;.1.3.6.1.4.1.1991.1.1.3.3.5.1.55.22:public@y.y.y.y:::::2 * 128 + 1:public@x.x.x.x:::::2 in this case will not work.<br>
<br>Any insight would be most appreciated.<br><br>thank you<br>Gabor<br></div>