graph discards out - explanation

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
zlabovic
Posts: 1
Joined: Tue Mar 28, 2006 7:45 am

graph discards out - explanation

Post by zlabovic »

Hello,

Can anyone tell me what exactly, in cacti grapghs, do the terms discards out and
discards in mean? WHat type of error is that?
Cacti graph is detecting these discards on my virtual tunnel interface whereas on the actual physical (fethernet) interface there are no errors. The device is a cisco router.
Attachments
Doc120.doc
(44.5 KiB) Downloaded 74 times
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Solution can be found in ./resource/snmp_queries/interface.xml that defines all OIDs queried by the Interface Traffic Templates

Code: Select all

                <ifInDiscards>
                        <name>Discarded Packets In</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.13</oid>
                </ifInDiscards>
                <ifOutDiscards>
                        <name>Discarded Packets Out</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.2.1.2.2.1.19</oid>
                </ifOutDiscards>
This denotes the SNMP OIDs that are queried by cacti. They conform to some RFCxxxx standard (don't know by heart)
Reinhard
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests