You are on page 1of 3

MRTG-MIBHELP(1) mrtg MRTG-MIBHELP(1)

N#NA#AM#ME#E
mrtg-mibhelp - A Table of some interesting OIDs

O#OV#VE#ER#RV#VI#IE#EW#W
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 g#ga#au#ug#ge#e into the O#Op#pt#ti#io#on#ns#s[#[]#]:#: parameter.

For information about how to create a T#Ta#ar#rg#ge#et#t[#[]#]:#: parameter


which
references these MIB entries, please consult mrtg-reference.

M#MI#IB#B L#LI#IS#ST#T
i#if#fO#Op#pe#er#rS#St#ta#at#tu#us#s
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


t#te#es#st#ti#in#ng#g(3) state
indicates that no operational packets can be passed.

i#if#fA#Ad#dm#mi#in#nS#St#ta#at#tu#us#s
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


t#te#es#st#ti#in#ng#g(3)
state indicates that no operational packets can be passed.

i#if#fI#In#nO#Oc#ct#te#et#ts#s
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.

i#if#fI#In#nU#Uc#ca#as#st#tP#Pk#kt#ts#s
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.

i#if#fI#In#nN#NU#Uc#ca#as#st#tP#Pk#kt#ts#s
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.

i#if#fI#In#nD#Di#is#sc#ca#ar#rd#ds#s
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.

i#if#fI#In#nE#Er#rr#ro#or#rs#s
Descriptor: ifInErrors
Identifier: 1.3.6.1.2.1.2.2.1.14
ASN.1 Syntax: Counter32

The number of inbound packets that contained errors preventing them


from being deliverable to a higher-layer protocol.

i#if#fI#In#nU#Un#nk#kn#no#ow#wn#nP#Pr#ro#ot#to#os#s
Descriptor: ifInUnknownProtos
Identifier: 1.3.6.1.2.1.2.2.1.15
ASN.1 Syntax: Counter32

The number of packets received via the interface which were discarded
because of an unknown or unsupported protocol.

i#if#fO#Ou#ut#tO#Oc#ct#te#et#ts#s
Descriptor: ifOutOctets
Identifier: 1.3.6.1.2.1.2.2.1.16
ASN.1 Syntax: Counter32

The total number of octets transmitted out of the interface, including


framing characters.

i#if#fO#Ou#ut#tU#Uc#ca#as#st#tP#Pk#kt#ts#s
Descriptor: ifOutUcastPkts
Identifier: 1.3.6.1.2.1.2.2.1.17
ASN.1 Syntax: Counter32

The total number of packets that higher-level protocols requested be


transmitted to a subnetwork-unicast address, including those that were
discarded or not sent.

i#if#fO#Ou#ut#tN#NU#Uc#ca#as#st#tP#Pk#kt#ts#s
Descriptor: ifOutNUcastPkts
Identifier: 1.3.6.1.2.1.2.2.1.18
ASN.1 Syntax: Counter32

The total number of packets that higher-level protocols requested be


transmitted to a non- unicast (i.e., a subnetwork-broadcast or
subnetwork-multicast) address, including those that were discarded or
not sent.

i#if#fO#Ou#ut#tD#Di#is#sc#ca#ar#rd#ds#s
Descriptor: ifOutDiscards
Identifier: 1.3.6.1.2.1.2.2.1.19
ASN.1 Syntax: Counter32
The number of outbound packets which were chosen to be discarded even
though no errors had been detected to prevent their being transmitted.
One possible reason for discarding such a packet could be to free up
buffer space.

i#if#fO#Ou#ut#tE#Er#rr#ro#or#rs#s
Descriptor: ifOutErrors
Identifier: 1.3.6.1.2.1.2.2.1.20
ASN.1 Syntax: Counter32

The number of outbound packets that could not be transmitted because of


errors.

i#if#fO#Ou#ut#tQ#QL#Le#en#n
Descriptor: ifOutQLen
Identifier: 1.3.6.1.2.1.2.2.1.21
ASN.1 Syntax: Unsigned32

The length of the output packet queue (in packets).

f#fr#rI#In#nO#Oc#ct#te#et#ts#s
From: Simon Ferrett <simonf@world.net>

'frInOctets' => '1.3.6.1.2.1.10.32.2.1.9'


'frOutOctets' => '1.3.6.1.2.1.10.32.2.1.7'

which when used in the form:

frInOctets.pp.dd&frOutOctets.pp.dd:community@cisco.router

where pp is the physical port that the frame relay pvc is defined on
and dd is the DLCI of the pvc gets you the in and out octets for just
that pvc.

i#if#fA#Ad#dm#mi#in#nH#Ha#ac#ck#k a#an#nd#d i#if#fO#Op#pe#er#rH#Ha#ac#ck#k


The return values of ifAdminStatus and ifOperStatus are not very useful
for graphing. Use ifOperHack and ifAdminHack instead. They return 1 for
UP and 0 otherwise.

Note these are not real MIB entities but mrtg hacks

P#Ps#se#eu#ud#do#oZ#Ze#er#ro#o a#an#nd#d P#Ps#se#eu#ud#do#oO#On#ne#e


will return 0 and 1 respectively

Note these are not real MIB entities but mrtg hacks

A#AU#UT#TH#HO#OR#R
Tobias Oetiker <tobi@oetiker.ch>

2.17.10 2022-01-19 MRTG-MIBHELP(1)

You might also like