_generic-ip.yaml (#20331)
Co-authored-by: ilyam8 <ilya@netdata.cloud>
Fotis Voutsas committed
May 25, 2025 at 21:56 UTC
fd50e42e56d8392976f5d13e11cf045f13997717
1 file changed
+220
-163
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-ip.yaml
+220
-163
@@ -7,123 +7,150 @@ metrics:
7
name: ipSystemStatsTable
8
metric_type: monotonic_count
9
symbols:
10
- - OID: 1.3.6.1.2.1.4.31.1.1.4
11
- name: ipSystemStatsHCInReceives
12
- description: The total number of input IP datagrams received, including those received in error
13
- unit: "{datagram}"
10
- OID: 1.3.6.1.2.1.4.31.1.1.6
11
name: ipSystemStatsHCInOctets
16
- description: The total number of octets received in input IP datagrams, including those received in error
12
+ description: Octets received in input IP datagrams
13
+ family: Network/Traffic
14
+ unit: "By"
15
+ - OID: 1.3.6.1.2.1.4.31.1.1.33
16
+ name: ipSystemStatsHCOutOctets
17
+ description: The total number of octets in IP datagrams delivered to the lower layers for transmission
18
+ family: Network/Traffic
19
+ unit: "By"
20
+ - OID: 1.3.6.1.2.1.4.31.1.1.37
21
+ name: ipSystemStatsHCInMcastOctets
22
+ description: The total number of octets received in IP multicast datagrams
23
+ family: Network/Traffic
24
+ unit: "By"
25
+ - OID: 1.3.6.1.2.1.4.31.1.1.41
26
+ name: ipSystemStatsHCOutMcastOctets
27
+ description: The total number of octets transmitted in IP multicast datagrams
28
+ family: Network/Traffic
29
unit: "By"
30
+
31
+ - OID: 1.3.6.1.2.1.4.31.1.1.4
32
+ name: ipSystemStatsHCInReceives
33
+ description: Input IP datagrams received
34
+ family: Network/Packets
35
+ unit: "{packet}"
36
+ - OID: 1.3.6.1.2.1.4.31.1.1.21
37
+ name: ipSystemStatsHCOutRequests
38
+ description: The total number of IP datagrams that local IP user-protocols including ICMP supplied to IP in requests for transmission
39
+ family: Network/Packets
40
+ unit: "{packet}"
41
+ - OID: 1.3.6.1.2.1.4.31.1.1.31
42
+ name: ipSystemStatsHCOutTransmits
43
+ description: The total number of IP datagrams that this entity supplied to the lower layers for transmission
44
+ family: Network/Packets
45
+ unit: "{packet}"
46
+ - OID: 1.3.6.1.2.1.4.31.1.1.43
47
+ name: ipSystemStatsHCInBcastPkts
48
+ description: The number of IP broadcast datagrams received
49
+ family: Network/Packets
50
+ unit: "{packet}"
51
+ - OID: 1.3.6.1.2.1.4.31.1.1.45
52
+ name: ipSystemStatsHCOutBcastPkts
53
+ description: The number of IP broadcast datagrams transmitted
54
+ family: Network/Packets
55
+ unit: "{packet}"
56
+ - OID: 1.3.6.1.2.1.4.31.1.1.35
57
+ name: ipSystemStatsHCInMcastPkts
58
+ description: The number of IP multicast datagrams received
59
+ family: Network/Packets
60
+ unit: "{packet}"
61
+ - OID: 1.3.6.1.2.1.4.31.1.1.39
62
+ name: ipSystemStatsHCOutMcastPkts
63
+ description: The number of IP multicast datagrams transmitted
64
+ family: Network/Packets
65
+ unit: "{packet}"
66
+
67
+ - OID: 1.3.6.1.2.1.4.31.1.1.13
68
+ name: ipSystemStatsHCInForwDatagrams
69
+ description: Input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination
70
+ family: Network/Forwards
71
+ unit: "{forward}"
72
+ - OID: 1.3.6.1.2.1.4.31.1.1.24
73
+ name: ipSystemStatsHCOutForwDatagrams
74
+ description: The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination
75
+ family: Network/Forwards
76
+ unit: "{packet}"
77
+
78
- OID: 1.3.6.1.2.1.4.31.1.1.7
79
name: ipSystemStatsInHdrErrors
20
- description: The number of input IP datagrams discarded due to errors in their IP headers, including version number mismatch, other format errors, hop count exceeded, errors discovered in processing their IP options, etc
21
- unit: "{datagram}"
80
+ description: Discarded input IP datagrams due to errors in their IP headers
81
+ family: Network/Errors
82
+ unit: "{error}"
83
- OID: 1.3.6.1.2.1.4.31.1.1.8
84
name: ipSystemStatsInNoRoutes
24
- description: The number of input IP datagrams discarded because no route could be found to transmit them to their destination
25
- unit: "{datagram}"
85
+ description: Input IP datagrams discarded because no route could be found to transmit them to their destination
86
+ family: Network/Errors
87
+ unit: "{errors}"
88
- OID: 1.3.6.1.2.1.4.31.1.1.9
89
name: ipSystemStatsInAddrErrors
28
- description: The number of input IP datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity
29
- unit: "{datagram}"
90
+ description: Input IP datagrams discarded due to invalid IP address in header
91
+ family: Network/Errors
92
+ unit: "{error}"
93
- OID: 1.3.6.1.2.1.4.31.1.1.10
94
name: ipSystemStatsInUnknownProtos
32
- description: The number of locally-addressed IP datagrams received successfully but discarded because of an unknown or unsupported protocol
33
- unit: "{datagram}"
95
+ description: Locally-addressed IP datagrams received successfully but discarded due to an unknown or unsupported protocol
96
+ family: Network/Errors
97
+ unit: "{error}"
98
- OID: 1.3.6.1.2.1.4.31.1.1.11
99
name: ipSystemStatsInTruncatedPkts
36
- description: The number of input IP datagrams discarded because the datagram frame didn't carry enough data
37
- unit: "{datagram}"
38
- - OID: 1.3.6.1.2.1.4.31.1.1.13
39
- name: ipSystemStatsHCInForwDatagrams
40
- description: The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination
41
- unit: "{datagram}"
42
- - OID: 1.3.6.1.2.1.4.31.1.1.14
43
- name: ipSystemStatsReasmReqds
44
- description: The number of IP fragments received that needed to be reassembled at this interface
45
- unit: "{fragment}"
46
- - OID: 1.3.6.1.2.1.4.31.1.1.15
47
- name: ipSystemStatsReasmOKs
48
- description: The number of IP datagrams successfully reassembled
49
- unit: "{datagram}"
100
+ description: Input IP datagrams discarded due to datagram frame not carrying enough data
101
+ family: Network/Errors
102
+ unit: "{error}"
103
- OID: 1.3.6.1.2.1.4.31.1.1.16
104
name: ipSystemStatsReasmFails
105
description: The number of failures detected by the IP re-assembly algorithm
53
- unit: "{failure}"
106
+ family: Network/Errors
107
+ unit: "{error}"
108
- OID: 1.3.6.1.2.1.4.31.1.1.17
109
name: ipSystemStatsInDiscards
110
description: The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded
57
- unit: "{datagram}"
58
- - OID: 1.3.6.1.2.1.4.31.1.1.19
59
- name: ipSystemStatsHCInDelivers
60
- description: The total number of datagrams successfully delivered to IP user-protocols including ICMP
61
- unit: "{datagram}"
62
- - OID: 1.3.6.1.2.1.4.31.1.1.21
63
- name: ipSystemStatsHCOutRequests
64
- description: The total number of IP datagrams that local IP user-protocols including ICMP supplied to IP in requests for transmission
65
- unit: "{datagram}"
111
+ family: Network/Errors
112
+ unit: "{error}"
113
- OID: 1.3.6.1.2.1.4.31.1.1.22
114
name: ipSystemStatsOutNoRoutes
115
description: The number of locally generated IP datagrams discarded because no route could be found to transmit them to their destination
69
- unit: "{datagram}"
70
- - OID: 1.3.6.1.2.1.4.31.1.1.24
71
- name: ipSystemStatsHCOutForwDatagrams
72
- description: The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination
73
- unit: "{datagram}"
116
+ family: Network/Errors
117
+ unit: "{error}"
118
+ - OID: 1.3.6.1.2.1.4.31.1.1.28
119
+ name: ipSystemStatsOutFragFails
120
+ description: The number of IP datagrams that have been discarded because they needed to be fragmented but could not be
121
+ family: Network/Errors
122
+ unit: "{error}"
123
- OID: 1.3.6.1.2.1.4.31.1.1.25
124
name: ipSystemStatsOutDiscards
125
description: The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but were discarded
77
- unit: "{datagram}"
126
+ family: Network/Errors
127
+ unit: "{error}"
128
+
129
- OID: 1.3.6.1.2.1.4.31.1.1.26
130
name: ipSystemStatsOutFragReqds
131
description: The number of IP datagrams that would require fragmentation in order to be transmitted
81
- unit: "{datagram}"
132
+ family: Network/Fragmentation
133
+ unit: "{packet}"
134
- OID: 1.3.6.1.2.1.4.31.1.1.27
135
name: ipSystemStatsOutFragOKs
136
description: The number of IP datagrams that have been successfully fragmented
85
- unit: "{datagram}"
86
- - OID: 1.3.6.1.2.1.4.31.1.1.28
87
- name: ipSystemStatsOutFragFails
88
- description: The number of IP datagrams that have been discarded because they needed to be fragmented but could not be
89
- unit: "{datagram}"
137
+ family: Network/Fragmentation
138
+ unit: "{packet}"
139
- OID: 1.3.6.1.2.1.4.31.1.1.29
140
name: ipSystemStatsOutFragCreates
141
description: The number of output datagram fragments that have been generated as a result of IP fragmentation
142
+ family: Network/Fragmentation
143
unit: "{fragment}"
94
- - OID: 1.3.6.1.2.1.4.31.1.1.31
95
- name: ipSystemStatsHCOutTransmits
96
- description: The total number of IP datagrams that this entity supplied to the lower layers for transmission
97
- unit: "{datagram}"
98
- - OID: 1.3.6.1.2.1.4.31.1.1.33
99
- name: ipSystemStatsHCOutOctets
100
- description: The total number of octets in IP datagrams delivered to the lower layers for transmission
101
- unit: "By"
102
- - OID: 1.3.6.1.2.1.4.31.1.1.35
103
- name: ipSystemStatsHCInMcastPkts
104
- description: The number of IP multicast datagrams received
105
- unit: "{datagram}"
106
- - OID: 1.3.6.1.2.1.4.31.1.1.37
107
- name: ipSystemStatsHCInMcastOctets
108
- description: The total number of octets received in IP multicast datagrams
109
- unit: "By"
110
- - OID: 1.3.6.1.2.1.4.31.1.1.39
111
- name: ipSystemStatsHCOutMcastPkts
112
- description: The number of IP multicast datagrams transmitted
113
- unit: "{datagram}"
114
- - OID: 1.3.6.1.2.1.4.31.1.1.41
115
- name: ipSystemStatsHCOutMcastOctets
116
- description: The total number of octets transmitted in IP multicast datagrams
117
- unit: "By"
118
- - OID: 1.3.6.1.2.1.4.31.1.1.43
119
- name: ipSystemStatsHCInBcastPkts
120
- description: The number of IP broadcast datagrams received
121
- unit: "{datagram}"
122
- - OID: 1.3.6.1.2.1.4.31.1.1.45
123
- name: ipSystemStatsHCOutBcastPkts
124
- description: The number of IP broadcast datagrams transmitted
125
- unit: "{datagram}"
126
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
144
+ - OID: 1.3.6.1.2.1.4.31.1.1.14
145
+ name: ipSystemStatsReasmReqds
146
+ description: The number of IP fragments received that needed to be reassembled at this interface
147
+ family: Network/Fragmentation
148
+ unit: "{fragment}"
149
+ - OID: 1.3.6.1.2.1.4.31.1.1.15
150
+ name: ipSystemStatsReasmOKs
151
+ description: The number of IP datagrams successfully reassembled
152
+ family: Network/Fragmentation
153
+ unit: "{packet}"
154
metric_tags:
155
- index: 1
156
tag: ipversion
@@ -143,112 +170,142 @@ metrics:
170
- OID: 1.3.6.1.2.1.4.31.3.1.6
171
name: ipIfStatsHCInOctets
172
description: The total number of octets received in input IP datagrams, including those received in error
173
+ family: Network/Interfaces/Traffic
174
+ unit: "By"
175
+ - OID: 1.3.6.1.2.1.4.31.3.1.33
176
+ name: ipIfStatsHCOutOctets
177
+ description: The total number of octets in IP datagrams delivered to the lower layers for transmission
178
+ family: Network/Interfaces/Traffic
179
+ unit: "By"
180
+ - OID: 1.3.6.1.2.1.4.31.3.1.37
181
+ name: ipIfStatsHCInMcastOctets
182
+ description: The total number of octets received in IP multicast datagrams
183
+ family: Network/Interfaces/Traffic
184
unit: "By"
185
+ - OID: 1.3.6.1.2.1.4.31.3.1.41
186
+ name: ipIfStatsHCOutMcastOctets
187
+ description: The total number of octets transmitted in IP multicast datagrams
188
+ family: Network/Interfaces/Traffic
189
+ unit: "By"
190
+
191
+ - OID: 1.3.6.1.2.1.4.31.3.1.19
192
+ name: ipIfStatsHCInDelivers
193
+ description: The total number of datagrams successfully delivered to IP user-protocols including ICMP
194
+ family: Network/Interfaces/Packets
195
+ unit: "{packet}"
196
+ - OID: 1.3.6.1.2.1.4.31.3.1.21
197
+ name: ipIfStatsHCOutRequests
198
+ description: The total number of IP datagrams that local IP user-protocols including ICMP supplied to IP in requests for transmission
199
+ family: Network/Interfaces/Packets
200
+ unit: "{packet}"
201
+ - OID: 1.3.6.1.2.1.4.31.3.1.31
202
+ name: ipIfStatsHCOutTransmits
203
+ description: The total number of IP datagrams that this entity supplied to the lower layers for transmission
204
+ family: Network/Interfaces/Packets
205
+ unit: "{packet}"
206
+ - OID: 1.3.6.1.2.1.4.31.3.1.35
207
+ name: ipIfStatsHCInMcastPkts
208
+ description: The number of IP multicast datagrams received
209
+ family: Network/Interfaces/Packets
210
+ unit: "{packet}"
211
+ - OID: 1.3.6.1.2.1.4.31.3.1.39
212
+ name: ipIfStatsHCOutMcastPkts
213
+ description: The number of IP multicast datagrams transmitted
214
+ family: Network/Interfaces/Packets
215
+ unit: "{packet}"
216
+ - OID: 1.3.6.1.2.1.4.31.3.1.43
217
+ name: ipIfStatsHCInBcastPkts
218
+ description: The number of IP broadcast datagrams received
219
+ family: Network/Interfaces/Packets
220
+ unit: "{packet}"
221
+ - OID: 1.3.6.1.2.1.4.31.3.1.45
222
+ name: ipIfStatsHCOutBcastPkts
223
+ description: The number of IP broadcast datagrams transmitted
224
+ family: Network/Interfaces/Packets
225
+ unit: "{packet}"
226
+
227
+ - OID: 1.3.6.1.2.1.4.31.3.1.17
228
+ name: ipIfStatsInDiscards
229
+ description: The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded
230
+ family: Network/Interfaces/Errors
231
+ unit: "{error}"
232
+ - OID: 1.3.6.1.2.1.4.31.3.1.25
233
+ name: ipIfStatsOutDiscards
234
+ description: The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but were discarded
235
+ family: Network/Interfaces/Errors
236
+ unit: "{error}"
237
- OID: 1.3.6.1.2.1.4.31.3.1.7
238
name: ipIfStatsInHdrErrors
149
- description: The number of input IP datagrams discarded due to errors in their IP headers, including version number mismatch, other format errors, hop count exceeded, errors discovered in processing their IP options, etc
150
- unit: "{datagram}"
239
+ description: The number of input IP datagrams discarded due to errors in their IP headers
240
+ family: Network/Interfaces/Errors
241
+ unit: "{error}"
242
- OID: 1.3.6.1.2.1.4.31.3.1.8
243
name: ipIfStatsInNoRoutes
244
description: The number of input IP datagrams discarded because no route could be found to transmit them to their destination
154
- unit: "{datagram}"
245
+ family: Network/Interfaces/Errors
246
+ unit: "{error}"
247
- OID: 1.3.6.1.2.1.4.31.3.1.9
248
name: ipIfStatsInAddrErrors
249
description: The number of input IP datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity
158
- unit: "{datagram}"
250
+ family: Network/Interfaces/Errors
251
+ unit: "{error}"
252
- OID: 1.3.6.1.2.1.4.31.3.1.10
253
name: ipIfStatsInUnknownProtos
254
description: The number of locally-addressed IP datagrams received successfully but discarded because of an unknown or unsupported protocol
162
- unit: "{datagram}"
255
+ family: Network/Interfaces/Errors
256
+ unit: "{error}"
257
- OID: 1.3.6.1.2.1.4.31.3.1.11
258
name: ipIfStatsInTruncatedPkts
259
description: The number of input IP datagrams discarded because the datagram frame didn't carry enough data
166
- unit: "{datagram}"
167
- - OID: 1.3.6.1.2.1.4.31.3.1.13
168
- name: ipIfStatsHCInForwDatagrams
169
- description: The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination
170
- unit: "{datagram}"
171
- - OID: 1.3.6.1.2.1.4.31.3.1.14
172
- name: ipIfStatsReasmReqds
173
- description: The number of IP fragments received that needed to be reassembled at this interface
174
- unit: "{fragment}"
175
- - OID: 1.3.6.1.2.1.4.31.3.1.15
176
- name: ipIfStatsReasmOKs
177
- description: The number of IP datagrams successfully reassembled
178
- unit: "{datagram}"
260
+ family: Network/Interfaces/Errors
261
+ unit: "{error}"
262
+ - OID: 1.3.6.1.2.1.4.31.3.1.28
263
+ name: ipIfStatsOutFragFails
264
+ description: The number of IP datagrams that have been discarded because they needed to be fragmented but could not be
265
+ family: Network/Interfaces/Errors
266
+ unit: "{packet}"
267
- OID: 1.3.6.1.2.1.4.31.3.1.16
268
name: ipIfStatsReasmFails
269
description: The number of failures detected by the IP re-assembly algorithm
182
- unit: "{failure}"
183
- - OID: 1.3.6.1.2.1.4.31.3.1.17
184
- name: ipIfStatsInDiscards
185
- description: The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded
186
- unit: "{datagram}"
187
- - OID: 1.3.6.1.2.1.4.31.3.1.19
188
- name: ipIfStatsHCInDelivers
189
- description: The total number of datagrams successfully delivered to IP user-protocols including ICMP
190
- unit: "{datagram}"
191
- - OID: 1.3.6.1.2.1.4.31.3.1.21
192
- name: ipIfStatsHCOutRequests
193
- description: The total number of IP datagrams that local IP user-protocols including ICMP supplied to IP in requests for transmission
194
- unit: "{datagram}"
195
- - OID: 1.3.6.1.2.1.4.31.3.1.24
196
- name: ipIfStatsHCOutForwDatagrams
197
- description: The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination
198
- unit: "{datagram}"
199
- - OID: 1.3.6.1.2.1.4.31.3.1.25
200
- name: ipIfStatsOutDiscards
201
- description: The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but were discarded
202
- unit: "{datagram}"
203
- - OID: 1.3.6.1.2.1.4.31.3.1.26
204
- name: ipIfStatsOutFragReqds
205
- description: The number of IP datagrams that would require fragmentation in order to be transmitted
206
- unit: "{datagram}"
270
+ family: Network/Interfaces/Errors
271
+ unit: "{error}"
272
+
273
- OID: 1.3.6.1.2.1.4.31.3.1.27
274
name: ipIfStatsOutFragOKs
275
description: The number of IP datagrams that have been successfully fragmented
210
- unit: "{datagram}"
211
- - OID: 1.3.6.1.2.1.4.31.3.1.28
212
- name: ipIfStatsOutFragFails
213
- description: The number of IP datagrams that have been discarded because they needed to be fragmented but could not be
214
- unit: "{datagram}"
276
+ family: Network/Interfaces/Fragmentation
277
+ unit: "{packet}"
278
+ - OID: 1.3.6.1.2.1.4.31.3.1.26
279
+ name: ipIfStatsOutFragReqds
280
+ description: The number of IP datagrams that would require fragmentation in order to be transmitted
281
+ family: Network/Interfaces/Fragmentation
282
+ unit: "{packet}"
283
- OID: 1.3.6.1.2.1.4.31.3.1.29
284
name: ipIfStatsOutFragCreates
285
description: The number of output datagram fragments that have been generated as a result of IP fragmentation
286
+ family: Network/Interfaces/Fragmentation
287
unit: "{fragment}"
219
- - OID: 1.3.6.1.2.1.4.31.3.1.31
220
- name: ipIfStatsHCOutTransmits
221
- description: The total number of IP datagrams that this entity supplied to the lower layers for transmission
222
- unit: "{datagram}"
223
- - OID: 1.3.6.1.2.1.4.31.3.1.33
224
- name: ipIfStatsHCOutOctets
225
- description: The total number of octets in IP datagrams delivered to the lower layers for transmission
226
- unit: "By"
227
- - OID: 1.3.6.1.2.1.4.31.3.1.35
228
- name: ipIfStatsHCInMcastPkts
229
- description: The number of IP multicast datagrams received
230
- unit: "{datagram}"
231
- - OID: 1.3.6.1.2.1.4.31.3.1.37
232
- name: ipIfStatsHCInMcastOctets
233
- description: The total number of octets received in IP multicast datagrams
234
- unit: "By"
235
- - OID: 1.3.6.1.2.1.4.31.3.1.39
236
- name: ipIfStatsHCOutMcastPkts
237
- description: The number of IP multicast datagrams transmitted
238
- unit: "{datagram}"
239
- - OID: 1.3.6.1.2.1.4.31.3.1.41
240
- name: ipIfStatsHCOutMcastOctets
241
- description: The total number of octets transmitted in IP multicast datagrams
242
- unit: "By"
243
- - OID: 1.3.6.1.2.1.4.31.3.1.43
244
- name: ipIfStatsHCInBcastPkts
245
- description: The number of IP broadcast datagrams received
246
- unit: "{datagram}"
247
- - OID: 1.3.6.1.2.1.4.31.3.1.45
248
- name: ipIfStatsHCOutBcastPkts
249
- description: The number of IP broadcast datagrams transmitted
250
- unit: "{datagram}"
251
- # TODO: Check out metric_tags with symbols having mappings and/or expressing states/statuses. Need to convert to metrics.
288
+ - OID: 1.3.6.1.2.1.4.31.3.1.14
289
+ name: ipIfStatsReasmReqds
290
+ description: The number of IP fragments received that needed to be reassembled at this interface
291
+ family: Network/Interfaces/Fragmentation
292
+ unit: "{fragment}"
293
+ - OID: 1.3.6.1.2.1.4.31.3.1.15
294
+ name: ipIfStatsReasmOKs
295
+ description: The number of IP datagrams successfully reassembled
296
+ family: Network/Interfaces/Fragmentation
297
+ unit: "{packet}"
298
+
299
+ - OID: 1.3.6.1.2.1.4.31.3.1.13
300
+ name: ipIfStatsHCInForwDatagrams
301
+ description: The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination
302
+ family: Network/Interfaces/Forwards
303
+ unit: "{forward}"
304
+ - OID: 1.3.6.1.2.1.4.31.3.1.24
305
+ name: ipIfStatsHCOutForwDatagrams
306
+ description: The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination
307
+ family: Network/Interfaces/Forwards
308
+ unit: "{packet}"
309
metric_tags:
310
- index: 1
311
tag: ipversion