| I got these from some Cisco web site that someone posted here.
DiscardRate \
" (ifinDiscards+ifOutDiscards) * 100 \
  \ (ifInUcastPkts + ifInNUcastPkts +     \
    ifOutUcastPkts + ifOutNUcastPkts)"    \
     .1.3.6.1.2.1.2.2.1.13.            \
     .1.3.6.1.2.1.2.2.1.19. +          \
     .1.3.6.1.2.1.2.2.1.11.            \
     .1.3.6.1.2.1.2.2.1.12. +          \
     .1.3.6.1.2.1.2.2.1.17. +          \
     .1.3.6.1.2.1.2.2.1.18. + / 100 *
ErrorRate \
" (ifinErrors+ifOutErrors)  * 100 \
  \ (ifInUcastPkts + ifInNUcastPkts +     \
    ifOutUcastPkts + ifOutNUcastPkts)"    \
     .1.3.6.1.2.1.2.2.1.14.            \
     .1.3.6.1.2.1.2.2.1.20. +          \
     .1.3.6.1.2.1.2.2.1.11.            \
     .1.3.6.1.2.1.2.2.1.12. +          \
     .1.3.6.1.2.1.2.2.1.17. +          \
     .1.3.6.1.2.1.2.2.1.18. + / 100 *
Cordially,
Leslie A. Clark
IBM Global Services - Systems Mgmt & Networking
Detroit
==========================================================
I am trying to report on interface errors on a serial link as a percentage
of overall packets sent on a cisco router.
I am using a mib2 1.3.6.1.2.1.2.2.1.14  for total ifinerrors and
1.3.6.1.2.1.2.2.1.11 for IfInucastpkts.
This is giving me all zeros for ifinerrors and very small values for
ifinucastpkts. I know I have interface errors as I have cleared the
counters
and there are errors on the se0 interface.
Has anyone done this on cisco routers and what oids did you use?
thanks Arthur
    Arthur Boulieris
    Implementation & Support
    Systems Management
 <<...>>
 |