[mrtg] Re: OIDs for cisco FECN/BECN

Tim Kennedy sugarat at thunderhold.sugarat.net
Fri Jul 30 19:54:11 MEST 1999


On Thu, 29 Jul 1999, Antonio Querubin wrote:

> Does anyone have an example config for querying FECN and BECN counts from
> a cisco?  I've found the basic OIDs but I'm not sure how to specify the
> various sub-interfaces.

OID             frInOctets      .1.3.6.1.2.1.10.32.2.1.9
OID             frOutOctets     .1.3.6.1.2.1.10.32.2.1.7
OID             frRecBECNs      .1.3.6.1.2.1.10.32.2.1.5
OID             frRecFECNs      .1.3.6.1.2.1.10.32.2.1.4
OID             frIndex         .1.3.6.1.2.1.10.32.2.1.1
OID             frDlci          .1.3.6.1.2.1.10.32.2.1.2

The hard thing about getting the frame stats, is building the config file.
You are probably going to have to do that outside. of cfgmaker.

you need the ifIndex, the frIfIndex (which maps to the frame-relay host),
and the frDLCI OID.

The various sub-interfaces can be specified as 
$OID.$frIndex.$frDLCI 
for gathering stats.  So say you have a sub interface serial4.121 that you
need to graph.  You'd specify that as 
FECNs: .1.3.6.1.2.1.10.32.2.1.5.4.121
because 4 is the frame host interface, and 121 is the DLCI.  But that
interface might be ifIndex interface 34, because those get counted in a
straight line from zero.

If you play with it enough, you'll get it working.

-Tim



Timothy Kennedy
sugarat.net, Network Management Resources
http://www.sugarat.net

--
* To unsubscribe from the mrtg mailing list, send a message with the
  subject: unsubscribe to mrtg-request at list.ee.ethz.ch
* The mailing list archive is at http://www.ee.ethz.ch/~slist/mrtg


More information about the mrtg mailing list