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