[mrtg] Re: MIB's / HOW I CAN MONITOR DISCARDS PACKETS
Roth, Gabrielle
gabrielle.roth at xo.com
Mon Oct 23 18:09:56 MEST 2000
(Jeff L, may I borrow your Ouija board for a brief moment? ;> )
Matthias, you are probably getting this error, right?
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
The problem is that neither of your OIDs are specific enough.
The best troubleshooting tool that I have found when mrtg is giving me
unexpected results is to snmpwalk the problematic device and OIDs, from the
command line.
Doing this with your first OID gives me:
:::-->snmpwalk myrouter mycommunity .1.3.6.1.2.1.4.8
ip.ipInDiscards.0 = 0
See the .0 on the end? Add that to your OID for ipInDiscards.
You also need a little more info for the ipOutDiscards, it should be
.1.3.6.1.2.1.4.11.0
This makes your target line
Target[indiscards]1.3.6.1.2.1.4.8.0&1.3.6.1.2.1.4.11.0:public at 127.0.0.1
> How I can set a MIB path in my target.
> I trying many options but there is now way for me
> aybe someone cane help me...
>
> Look this is a part from my configfile: -- whats wrong ---
>
> Target[indiscards]1.3.6.1.2.1.4.8&1.3.6.1.2.1.4:public at 127.0.0.1
>
> Whats wrong ??????
>
> Can I set the outdiscards in the same graph ????
>
> Best Regards
> Matthias
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the mrtg
mailing list