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.
graph discards out - explanation
Moderators: Developers, Moderators
graph discards out - explanation
- Attachments
-
- Doc120.doc
- (44.5 KiB) Downloaded 74 times
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Solution can be found in ./resource/snmp_queries/interface.xml that defines all OIDs queried by the Interface Traffic TemplatesThis denotes the SNMP OIDs that are queried by cacti. They conform to some RFCxxxx standard (don't know by heart)
Reinhard
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>
Reinhard
Who is online
Users browsing this forum: No registered users and 0 guests