Performance Data


Monitoring performance on Ethernet interfaces comes down to monitoring bandwidth utilization using the methods described in Chapter 12, "Monitoring System Interfaces."

MIB Variables for Ethernet Traffic

The following MIB objects (from RFC 2233) are the most useful in measuring the amount of traffic flowing across Ethernet interfaces:

  • ifInOctets, ifOutOctets The number of octets transmitted or received on a given interface.

  • ifHCInOctets, ifHCOutOctets The number of octets transmitted or received on a given high-speed interface (but support does not start until OS 12.0 or Catalyst switch OS 3.1).

  • ifInUcastPkts, ifOutUcastPkts The number of unicast packets transmitted or received on a given interface.

  • ifInNUcastPkts, ifOutNUcastPkts The number of broadcast and multicast packets transmitted or received on a given interface.

  • ifInMulticastPkts, ifOutMulticastPkts The number of multicast packets transmitted or received on a given interface (not supported until OS 12.0 or Catalyst switch OS 3.1).

  • ifInBroadcastPkts, ifOutBroadcastPkts The number of broadcast packets transmitted or received on a given interface (not supported until OS 12.0 or Catalyst switch OS 3.1)

  • ifName The name of the interface as assigned by the device. It should be (but is not guaranteed to be) unique.

  • ifAlias A name or alias for the interface assigned by the network manager. It can be used as a non-volatile handle used by management applications to identify the interface.

From RFC 1757, the etherStatsOctets object provides a count of input and output octets summed together.

From MIB RFC 1213, the sysUpTime object provides the number of time ticks counted since the device was initialized. This object must be sampled on each poll to determine whether the interface counters rolled over.

From MIB CISCO-STACK-MIB, the sysClearMacTime and sysClearPortTime objects provide the number of time ticks since the counters were cleared. On Catalyst switches, these objects must be sampled on each poll for Catalyst switches to determine whether the counters were cleared.

The separate input and output counters from the ifTable must be used for full-duplex interfaces. The single counter from the etherStats table is handy for half-duplex interfaces because it already sums the counts together.

The high-capacity counters are necessary to measure traffic on Gigabit Ethernet interfaces. Otherwise, you must poll the device too frequently to make sure you do not miss the counter rolling over.



Performance and Fault Management
Performance and Fault Management: A Practical Guide to Effectively Managing Cisco Network Devices (Cisco Press Core Series)
ISBN: 1578701805
EAN: 2147483647
Year: 2005
Pages: 200

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net