1MRTG-MIBHELP(1) mrtg MRTG-MIBHELP(1)
2
3
4
6 mrtg-mibhelp - A Table of some interesting OIDs
7
9 This File Contains a collection of interesting MIB Entries ... mrtg
10 knows about their names ... depending on the ASN.1 Syntax you may have
11 to put gauge into the Options[]: parameter.
12
13 For information about how to create a Target[]: parameter which
14 references these MIB entries, please consult mrtg-reference.
15
17 ifOperStatus
18 Descriptor: ifOperStatus
19 Identifier: 1.3.6.1.2.1.2.2.1.8
20 ASN.1 Syntax: INTEGER
21 Enumeration: up 1, down 2, testing 3
22
23 The current operational state of the interface. The testing(3) state
24 indicates that no operational packets can be passed.
25
26 ifAdminStatus
27 Descriptor: ifAdminStatus
28 Identifier: 1.3.6.1.2.1.2.2.1.7
29 ASN.1 Syntax: INTEGER
30 Enumeration: up 1, down 2, testing 3
31
32 The current administrative state of the interface. The testing(3)
33 state indicates that no operational packets can be passed.
34
35 ifInOctets
36 Descriptor: ifInOctets
37 Identifier: 1.3.6.1.2.1.2.2.1.10
38 ASN.1 Syntax: Counter32
39
40 The total number of octets received on the interface, including framing
41 characters.
42
43 ifInUcastPkts
44 Descriptor: ifInUcastPkts
45 Identifier: 1.3.6.1.2.1.2.2.1.11
46 ASN.1 Syntax: Counter32
47
48 The number of subnetwork-unicast packets delivered to a higher-layer
49 protocol.
50
51 ifInNUcastPkts
52 Descriptor: ifInNUcastPkts
53 Identifier: 1.3.6.1.2.1.2.2.1.12
54 ASN.1 Syntax: Counter32
55
56 The number of non-unicast (i.e., subnetwork- broadcast or subnetwork-
57 multicast) packets delivered to a higher-layer protocol.
58
59 ifInDiscards
60 Descriptor: ifInDiscards
61 Identifier: 1.3.6.1.2.1.2.2.1.13
62 ASN.1 Syntax: Counter32
63
64 The number of inbound packets which were chosen to be discarded even
65 though no errors had been detected to prevent their being deliverable
66 to a higher-layer protocol. One possible reason for discarding such a
67 packet could be to free up buffer space.
68
69 ifInErrors
70 Descriptor: ifInErrors
71 Identifier: 1.3.6.1.2.1.2.2.1.14
72 ASN.1 Syntax: Counter32
73
74 The number of inbound packets that contained errors preventing them
75 from being deliverable to a higher-layer protocol.
76
77 ifInUnknownProtos
78 Descriptor: ifInUnknownProtos
79 Identifier: 1.3.6.1.2.1.2.2.1.15
80 ASN.1 Syntax: Counter32
81
82 The number of packets received via the interface which were discarded
83 because of an unknown or unsupported protocol.
84
85 ifOutOctets
86 Descriptor: ifOutOctets
87 Identifier: 1.3.6.1.2.1.2.2.1.16
88 ASN.1 Syntax: Counter32
89
90 The total number of octets transmitted out of the interface, including
91 framing characters.
92
93 ifOutUcastPkts
94 Descriptor: ifOutUcastPkts
95 Identifier: 1.3.6.1.2.1.2.2.1.17
96 ASN.1 Syntax: Counter32
97
98 The total number of packets that higher-level protocols requested be
99 transmitted to a subnetwork-unicast address, including those that were
100 discarded or not sent.
101
102 ifOutNUcastPkts
103 Descriptor: ifOutNUcastPkts
104 Identifier: 1.3.6.1.2.1.2.2.1.18
105 ASN.1 Syntax: Counter32
106
107 The total number of packets that higher-level protocols requested be
108 transmitted to a non- unicast (i.e., a subnetwork-broadcast or
109 subnetwork-multicast) address, including those that were discarded or
110 not sent.
111
112 ifOutDiscards
113 Descriptor: ifOutDiscards
114 Identifier: 1.3.6.1.2.1.2.2.1.19
115 ASN.1 Syntax: Counter32
116
117 The number of outbound packets which were chosen to be discarded even
118 though no errors had been detected to prevent their being transmitted.
119 One possible reason for discarding such a packet could be to free up
120 buffer space.
121
122 ifOutErrors
123 Descriptor: ifOutErrors
124 Identifier: 1.3.6.1.2.1.2.2.1.20
125 ASN.1 Syntax: Counter32
126
127 The number of outbound packets that could not be transmitted because of
128 errors.
129
130 ifOutQLen
131 Descriptor: ifOutQLen
132 Identifier: 1.3.6.1.2.1.2.2.1.21
133 ASN.1 Syntax: Unsigned32
134
135 The length of the output packet queue (in packets).
136
137 frInOctets
138 From: Simon Ferrett <simonf@world.net>
139
140 'frInOctets' => '1.3.6.1.2.1.10.32.2.1.9'
141 'frOutOctets' => '1.3.6.1.2.1.10.32.2.1.7'
142
143 which when used in the form:
144
145 frInOctets.pp.dd&frOutOctets.pp.dd:community@cisco.router
146
147 where pp is the physical port that the frame relay pvc is defined on
148 and dd is the DLCI of the pvc gets you the in and out octets for just
149 that pvc.
150
151 ifAdminHack and ifOperHack
152 The return values of ifAdminStatus and ifOperStatus are not very useful
153 for graphing. Use ifOperHack and ifAdminHack instead. They return 1 for
154 UP and 0 otherwise.
155
156 Note these are not real MIB entities but mrtg hacks
157
158 PseudoZero and PseudoOne
159 will return 0 and 1 respectively
160
161 Note these are not real MIB entities but mrtg hacks
162
164 Tobias Oetiker <tobi@oetiker.ch>
165
166
167
1682.17.10 2022-01-19 MRTG-MIBHELP(1)