NAME 

mibhelp - A Table of some interesting OIDs

OVERVIEW 

This File Contains a collection of interesting MIB Entries ... mrtg knows about their names ... depending on the ASN.1 Syntax you may have to put gauge into the Options[]: parameter.

For information about how to create a Target[]: parameter which references these MIB entries, please consult reference.

MIB LIST 

ifOperStatus 

 Descriptor:            ifOperStatus
 Identifier:            1.3.6.1.2.1.2.2.1.8
 ASN.1 Syntax:          INTEGER
 Enumeration:           up 1, down 2, testing 3

The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed.

ifAdminStatus 

 Descriptor:            ifAdminStatus
 Identifier:            1.3.6.1.2.1.2.2.1.7
 ASN.1 Syntax:          INTEGER
 Enumeration:           up 1, down 2, testing 3

The current administrative state of the interface. The testing(3) state indicates that no operational packets can be passed.

ifInOctets 

 Descriptor:            ifInOctets
 Identifier:            1.3.6.1.2.1.2.2.1.10
 ASN.1 Syntax:          Counter32

The total number of octets received on the interface, including framing characters.

ifInUcastPkts 

 Descriptor:            ifInUcastPkts
 Identifier:            1.3.6.1.2.1.2.2.1.11
 ASN.1 Syntax:          Counter32

The number of subnetwork-unicast packets delivered to a higher-layer protocol.

ifInNUcastPkts 

 Descriptor:            ifInNUcastPkts
 Identifier:            1.3.6.1.2.1.2.2.1.12
 ASN.1 Syntax:          Counter32

The number of non-unicast (i.e., subnetwork- broadcast or subnetwork-multicast) packets delivered to a higher-layer protocol.

ifInDiscards 

 Descriptor:            ifInDiscards
 Identifier:            1.3.6.1.2.1.2.2.1.13
 ASN.1 Syntax:          Counter32

The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space.