<font size=2 color=#002f80 face="sans-serif">Lee,</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp;
<i>&quot;</i></font><tt><font size=2><i>do you get a good answer
from this query?<br>
 &nbsp; &nbsp; &nbsp; &nbsp;snmpget -c test -v 1 172.20.129.2 .1.3.6.1.2.1.10.­
94.1.1.3.1.4.12<br>
 &nbsp; &nbsp; &nbsp; &nbsp;snmpget -c test -v 1 172.20.129.2 .1.3.6.1.2.1.10.­
94.1.1.2.1.4.12</i></font></tt><font size=2 color=#002f80 face="sans-serif"><i>&quot;</i></font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">I'm assuming that the
space between the 10 and 94 is just is typo. But anyway there's is a few
things I would try.</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">First try removing the
&quot;.&quot; that starts out the OID. That might help. But most likely
that's not the problem.</font>
<br><font size=2 color=#002f80 face="sans-serif">Also, in you cfg file
for the device. When you do version &quot;2&quot; on the &quot;Target[_]:&quot;
line don't use the &quot;c&quot; I don't think MRTG recognizes that.</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">So for example, you would
just use version &quot;2&quot; like this:</font>
<br><tt><font size=2>Target[<i>my-target-name</i>]:.1.3.6.1.2.1.10.­94.1.1.3.1.4.12&amp;.1.3.6.1.2.1.10.94­.1.1.2.1.4.12:test@172.20.129.2:::::2</font></tt>
<br><font size=2 color=#002f80 face="sans-serif">It should end with 5 &quot;<b>:</b>&quot;
colons, followed by a 2.</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">This is from the cfgmaker
man page:</font>
<br><font size=2 face="sans-serif"><i>&nbsp;--snmp-options=:[&lt;port&gt;][:[&lt;tmout&gt;][:[&lt;retr&gt;][:[&lt;backoff&gt;][:&lt;ver&gt;]]]]</i></font>
<br><font size=2 face="sans-serif"><i>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Specify default
SNMP options to be appended to all</i></font>
<br><font size=2 face="sans-serif"><i>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; routers following.
&nbsp;Individual fields can be empty.</i></font>
<br><font size=2 face="sans-serif"><i>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Routers following
might override some or all of the</i></font>
<br><font size=2 face="sans-serif"><i>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;options
given to --snmp-options.</i></font>
<br>
<br>
<br><font size=2 color=#002f80 face="sans-serif">Also, your &quot;Target:&quot;
name should be a unique name for each separate device/interface or you
can think of it as for each separate graph. Because MRTG will use the target
name as the filename for the RRD file.</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">One other thing you might
try would be to telnet to the router and check out what the &quot;snmp&quot;
or &quot;snmp-server&quot; settings are. There you should be able to see
what the SNMP version is too.</font>
<br>
<br><font size=2 color=#002f80 face="sans-serif">-Matt</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">Lee Todd &lt;ltodd2@hallmark-uk.com&gt;</font>
<br><font size=1 color=#5f5f5f face="sans-serif">To: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">Ian &lt;ian@acces.co.jp&gt;,
&lt;mrtg@lists.oetiker.ch&gt;, &lt;MMartin@jwpepper.com&gt;</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">01/18/2012 03:31 AM</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">Re: [mrtg] pulling
snr data error</font>
<br>
<hr noshade>
<br>
<br>
<br><tt><font size=2><br>
<br>
Ian and &nbsp;Matt<br>
<br>
I can run snmpget and below is what I get from it<br>
<br>
snmpget -t 1 -r 5 -m '' -v 2c -c test<br>
172.20.129.16:161 .1.3.6.1.2.1.10.94.1.1.2.1.4.12<br>
iso.3.6.1.2.1.10.94.1.1.2.1.4.12 = Gauge32: 72<br>
<br>
snmpget -t 1 -r 5 -m '' -v 2c -c test<br>
172.20.129.16:161 .1.3.6.1.2.1.10.94.1.1.3.1.4.12<br>
iso.3.6.1.2.1.10.94.1.1.3.1.4.12 = Gauge32: 58<br>
<br>
I have tried using -v 2c and -v 1 and both work<br>
<br>
<br>
<br>
From: &nbsp; &nbsp; &nbsp; Ian &lt;ian@acces.co.jp&gt;<br>
To: &nbsp; &nbsp; &nbsp; &nbsp; mrtg@lists.oetiker.ch,<br>
Date: &nbsp; &nbsp; &nbsp; 18/01/2012 00:15<br>
Subject: &nbsp; &nbsp;Re: [mrtg] pulling snr data error<br>
Sent by: &nbsp; &nbsp;mrtg-bounces+ltodd2=hallmark-uk.com@lists.oetiker.ch<br>
<br>
<br>
<br>
&gt; I have been trying to pull snr data from a cisco 887 router. &nbsp;I
got a<br>
base<br>
&gt; cfg from the web and changed what I think is correct but when I run
it I<br>
&gt; get the following error. &nbsp;Prob a really silly thing but im just
not<br>
seeing<br>
&gt; it.<br>
<br>
do you get a good answer from this query?<br>
snmpget -c test -v 1 172.20.129.2 .1.3.6.1.2.1.10.­ 94.1.1.3.1.4.12<br>
snmpget -c test -v 1 172.20.129.2 .1.3.6.1.2.1.10.­ 94.1.1.2.1.4.12<br>
<br>
<br>
_______________________________________________<br>
mrtg mailing list<br>
mrtg@lists.oetiker.ch<br>
</font></tt><a href="https://lists.oetiker.ch/cgi-bin/listinfo/mrtg"><tt><font size=2>https://lists.oetiker.ch/cgi-bin/listinfo/mrtg</font></tt></a><tt><font size=2><br>
<br>
<br>
<br>
Registered Office: Bingley Road, Bradford, BD9 6SD<br>
<br>
Registered in England no. 03414540<br>
<br>
<br>
<br>
The information contained in this e-mail and any accompanying documents<br>
<br>
may contain information that is confidential or otherwise protected from<br>
<br>
disclosure. If you are not the intended recipient of this message, or if<br>
<br>
this message has been addressed to you in error, please immediately<br>
<br>
alert the sender by reply e-mail and then delete this message, including<br>
<br>
any attachments. Any dissemination, distribution or other use of the<br>
<br>
contents of this message by anyone other than the intended recipient is<br>
<br>
strictly prohibited.<br>
<br>
<br>
<br>
Unless specifically stated in this e mail, the agreement and content <br>
<br>
of this correspondence is subject to contract. &nbsp;<br>
<br>
No contract is implied by this correspondence, unless specifically <br>
<br>
stated as a contract (purchase order or sales order)<br>
<br>
<br>
<br>
Think of the environment; please don't print this e-mail unless you<br>
<br>
really need to<br>
<br>
</font></tt>
<br>