<br><font size=2 face="sans-serif">From your snmpwalk it appears you are
using snmp v2 but you aren't in your cfgmaker statement. &nbsp;Try adding
--snmp-options=:::::2 to your cfgmaker statement.</font>
<br><font size=2 face="sans-serif">This is from the cfgmaker on-line documentation:
&nbsp;(</font><font size=3><tt>--snmp-options=:[&lt;port&gt;][:[&lt;tmout&gt;][:[&lt;retr&gt;][:[&lt;backoff&gt;][:&lt;ver&gt;]]]]</tt></font><font size=2 face="sans-serif">)</font>
<br><font size=2 face="sans-serif"><br>
<br>
<br>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery. NOTE: Regardless of content, this e-mail shall not operate to
bind CSC to any order or other contract unless pursuant to explicit written
agreement or government initiative expressly permitting the use of e-mail
for such purpose.<br>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;Ken Gibson&quot;
&lt;ken.gibson@iapshop.com&gt;</b> </font>
<br><font size=1 face="sans-serif">Sent by: mrtg-bounces@lists.oetiker.ch</font>
<p><font size=1 face="sans-serif">05/10/2007 08:49 AM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">&lt;mrtg@lists.oetiker.ch&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">[mrtg] newbie question</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br><font size=1 face="Comic Sans MS">Greetings, all.</font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1 face="Comic Sans MS">Before I get to my question let me
say &nbsp;MRTG is the greatest thing since sliced bread. I'm very new to
SNMP, however, so &nbsp;please be gentle.</font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1 face="Comic Sans MS">Like the question asked earlier by
&nbsp;another list member, I'd like to use&nbsp;explicit OIDs to monitor
bytes in and &nbsp;out on Array Network machines from Fedora Core5. The
command I'm using is &nbsp;</font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1><tt>./bin/cfgmaker -global 'WorkDir:/private-1/www/array'
--global &nbsp;'Options[_]:bits,growright' --output /private-1/www/array/cfg/vip_in_out_6.cfg
&nbsp;1.3.6.1.4.1.7564.22.6\&amp;1.3.6.1.4.1.7564.22.7:public@10.10.63.6</tt></font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1 face="Comic Sans MS">which throws the following:</font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1><tt>--base: Get Device Info on &nbsp;1.3.6.1.4.1.7564.22.6&amp;1.3.6.1.4.1.7564.22.7:public@10.10.63.6:</tt></font>
<br><font size=1><tt>SNMP &nbsp;Error:</tt></font>
<br><font size=1><tt>no response received</tt></font>
<br><font size=1><tt>SNMPv1_Session (remote host: &quot;10.10.63.6&quot;
&nbsp;[10.10.63.6].161)</tt></font>
<br><font size=1><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;community: &nbsp;&quot;1.3.6.1.4.1.7564.22.6&amp;1.3.6.1.4.1.7564.22.7:public&quot;</tt></font>
<br><font size=1><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;request ID: &nbsp;-1871658509</tt></font>
<br><font size=1><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;PDU bufsize: 8000 &nbsp;bytes</tt></font>
<br><font size=1><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;timeout: &nbsp;2s</tt></font>
<br><font size=1><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;retries: &nbsp;5</tt></font>
<br><font size=1><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;backoff: 1)</tt></font>
<br><font size=1><tt>&nbsp;at /usr/share/mrtg-2.15.1/bin/../lib/mrtg2/SNMP_util.pm
&nbsp;line 627</tt></font>
<br><font size=1><tt>SNMPWALK Problem for 1.3.6.1.2.1.1 on &nbsp;1.3.6.1.4.1.7564.22.6&amp;1.3.6.1.4.1.7564.22.7:public@10.10.63.6:::::v4only</tt></font>
<br><font size=1><tt>&nbsp;at &nbsp;./bin/cfgmaker line 924</tt></font>
<br><font size=1><tt>WARNING: Skipping &nbsp;1.3.6.1.4.1.7564.22.6&amp;1.3.6.1.4.1.7564.22.7:public@10.10.63.6:
as no info &nbsp;could be retrieved</tt></font>
<br>
<br><font size=1><tt>--base: Writing &nbsp;/private-1/www/array/cfg/vip_in_out_6.cfg</tt></font>
<br>
<br><font size=1 face="Comic Sans MS">However, using snmpwalk by itself
seems &nbsp;to work. This might be expected, too, since I'm using a third-party
MIB &nbsp;file.</font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1><tt># snmpwalk -v 2c -c public -u array 10.10.63.6 &nbsp;1.3.6.1.4.1.7564.22.6</tt></font>
<br><font size=1><tt>CA-SNMP-MIB::totalIPBytesIn.0 = Counter32: &nbsp;2111313468</tt></font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1 face="Comic Sans MS">To test another method, I then created
my &nbsp;own .cfg file, which looked like </font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=2 face="Times New Roman">EnableIPv6: &nbsp;no</font>
<br><font size=2 face="Times New Roman">WorkDir:/private-1/www/array</font>
<br><font size=2 face="Times New Roman">LoadMIBs: &nbsp;/usr/share/snmp/mibs/CA-SNMP-MIB.txt</font>
<br><font size=2 face="Times New Roman">Target[r1]: &nbsp;1.3.6.1.4.1.7564.22.6&amp;1.3.6.1.4.1.7564.22.7:public@10.10.63.6</font>
<br><font size=2 face="Times New Roman">Options[_]:bits,growright</font>
<br><font size=2 face="Times New Roman">MaxBytes[r1]: &nbsp;8000</font>
<br><font size=2 face="Times New Roman">Title[r1]: Bytes in and out 10.10.63.6</font>
<br><font size=2 face="Times New Roman">PageTop[r1]: &lt;h1&gt;Bytes &nbsp;in
and out 10.10.63.6&lt;/h1&gt;</font>
<br>
<br><font size=1 face="Comic Sans MS">This generated graphs with no data,
which &nbsp;again might be expected since it was breaking earlier. </font>
<br><font size=1 face="Comic Sans MS">Since there are several IP addresses
&nbsp;load-balanced by these machines, I've also tried </font>
<br><font size=1><tt>Target[r1]: &nbsp;CA-SNMP-MIB::totalIPBytesIn.10.10.63.102&amp;CA-SNMP-MIB::totalIPBytesOut.10.10.63.102:public@10.10.63.6</tt></font>
<br><font size=1 face="Comic Sans MS">The log for the last try says &quot;Argument
&nbsp;'v4only' isn't numeric in int at ...&quot;</font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1 face="Comic Sans MS">Any ideas why this wouldn't work?
&nbsp;Any help you can give me is greatly &nbsp;appreciated.</font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1 face="Comic Sans MS">Thanks</font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1 face="Comic Sans MS">Ken</font>
<br><font size=2><tt>&nbsp;</tt></font>
<br><font size=1 face="Comic Sans MS">PS - the default scripts from the
&nbsp;examples on the site work just fine with these devices; i.e., the
graphs &nbsp;generated by the command</font>
<br><font size=1 face="Comic Sans MS">&nbsp;</font>
<br><font size=1 face="Times New Roman">./bin/cfgmaker -global &nbsp;'WorkDir:/private-1/www/array'
--global 'Options[_]:bits,growright' --output &nbsp;/private-1/www/array/cfg/mrtg.cfg&nbsp;
</font><a href=mailto:public@10.10.63.6><font size=1 color=blue face="Times New Roman"><u>public@10.10.63.6</u></font></a>
<br><font size=1 face="Comic Sans MS">&nbsp;</font>
<br><font size=1 face="Comic Sans MS">look great. </font>
<br><font size=2><tt>_______________________________________________<br>
mrtg mailing list<br>
mrtg@lists.oetiker.ch<br>
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg</tt></font>
<br>
<br>