forked from aabc/ipt-netflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IPT-NETFLOW-MIB.my
797 lines (702 loc) · 17.7 KB
/
IPT-NETFLOW-MIB.my
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
-- IPT-NETFLOW-MIB.my
IPT-NETFLOW-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Counter64,
Gauge32, Integer32, Counter32, enterprises
FROM SNMPv2-SMI
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
CounterBasedGauge64
FROM HCNUM-TC
TEXTUAL-CONVENTION, DisplayString, DateAndTime
FROM SNMPv2-TC;
iptNetflowMIB MODULE-IDENTITY
LAST-UPDATED "201409120000Z"
ORGANIZATION "ABC"
CONTACT-INFO
"Author's email: abc at telekom.ru
Latest version should be obtained from
https://raw.githubusercontent.com/aabc/ipt-netflow/master/IPT-NETFLOW-MIB.my"
DESCRIPTION
"The IPT-NETFLOW-MIB defines managed objects
for ipt_NETFLOW kernel module, which is high
performance NetFlow/IPFIX probe for Linux.
Copyright (c) 2014 <abc at telekom.ru>.
License: GPL-2.0-only"
REVISION "201409110000Z"
DESCRIPTION "Initial revision."
::= { enterprises 37476 9000 10 1 }
-- Top Level --
iptNetflowObjects OBJECT IDENTIFIER ::= { iptNetflowMIB 1 }
iptNetflowStatistics OBJECT IDENTIFIER ::= { iptNetflowMIB 2 }
iptNetflowConformance OBJECT IDENTIFIER ::= { iptNetflowMIB 3 }
-- Objects --
-- modinfo
iptNetflowModule OBJECT IDENTIFIER ::= { iptNetflowObjects 1 }
-- sysctl net.netflow
iptNetflowSysctl OBJECT IDENTIFIER ::= { iptNetflowObjects 2 }
-- Modinfo Objects --
name OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Module name."
::= { iptNetflowModule 1 }
version OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Software version of the module."
::= { iptNetflowModule 2 }
srcversion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Binary version of the module."
::= { iptNetflowModule 3 }
loadTime OBJECT-TYPE
SYNTAX DateAndTime
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Module load date-time."
::= { iptNetflowModule 4 }
refcnt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Module usage by other kernel objects."
::= { iptNetflowModule 5 }
-- RW Sysctl objects --
protocol OBJECT-TYPE
SYNTAX INTEGER {
netflow5(5),
netflow9(9),
ipfix(10)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Protocol version (5, 9, 10=IPFIX)."
::= { iptNetflowSysctl 1 }
hashsize OBJECT-TYPE
SYNTAX Integer32
UNITS "buckets"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Hash table size of flows cache."
::= { iptNetflowSysctl 2 }
maxflows OBJECT-TYPE
SYNTAX Integer32
UNITS "flows"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Max flows limit. This limit is used for DoS protection."
::= { iptNetflowSysctl 3 }
active-timeout OBJECT-TYPE
SYNTAX Integer32
UNITS "minutes"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Active flows timeout value."
::= { iptNetflowSysctl 4 }
inactive-timeout OBJECT-TYPE
SYNTAX Integer32
UNITS "minutes"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Inactive flows timeout value."
::= { iptNetflowSysctl 5 }
sndbuf OBJECT-TYPE
SYNTAX Integer32
UNITS "bytes"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Sockets SNDBUF size."
::= { iptNetflowSysctl 6 }
destination OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Export destination parameter."
::= { iptNetflowSysctl 7 }
aggregation OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Aggregation parameters."
::= { iptNetflowSysctl 8 }
sampler OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Sampler parameters: sampling mode:sampling interval.
Where samplign modes: deterministic, random, hash."
::= { iptNetflowSysctl 9 }
natevents OBJECT-TYPE
SYNTAX INTEGER {
disabled(0),
enabled(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Natevents (NEL) controlling parameter."
::= { iptNetflowSysctl 10 }
promisc OBJECT-TYPE
SYNTAX INTEGER {
disabled(0),
enabled(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Promisc hack controlling parameter."
::= { iptNetflowSysctl 11 }
snmp-rules OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"SNMP-index translation rules."
::= { iptNetflowSysctl 12 }
scan-min OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"scan-min parameter."
::= { iptNetflowSysctl 13 }
-- Statistics Objects --
iptNetflowTotals OBJECT IDENTIFIER ::= { iptNetflowStatistics 1 }
inBitRate OBJECT-TYPE
SYNTAX CounterBasedGauge64
UNITS "bits/second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total incoming bits per second."
::= { iptNetflowTotals 1 }
inPacketRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets/second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total incoming packets per second."
::= { iptNetflowTotals 2 }
inFlows OBJECT-TYPE
SYNTAX Counter64
UNITS "flows"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total observed (metered) flows."
::= { iptNetflowTotals 3 }
inPackets OBJECT-TYPE
SYNTAX Counter64
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total metered packets. Not couning dropped packets."
::= { iptNetflowTotals 4 }
inBytes OBJECT-TYPE
SYNTAX Counter64
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total metered bytes in inPackets."
::= { iptNetflowTotals 5 }
FixedDiv100 ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-2"
STATUS current
DESCRIPTION "Fixed point, two decimals."
SYNTAX Gauge32
hashMetric OBJECT-TYPE
SYNTAX FixedDiv100
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Measure of performance of hash table. When optimal should
attract to 1.0, when non-optimal will be highly above of 1."
::= { iptNetflowTotals 6 }
hashMemory OBJECT-TYPE
SYNTAX Gauge32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"How much system memory is used by the hash table."
::= { iptNetflowTotals 7 }
hashFlows OBJECT-TYPE
SYNTAX Gauge32
UNITS "flows"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Flows currently residing in the hash table and not
exported yet."
::= { iptNetflowTotals 8 }
hashPackets OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Packets in flows currently residing in the hash table."
::= { iptNetflowTotals 9 }
hashBytes OBJECT-TYPE
SYNTAX CounterBasedGauge64
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bytes in flows currently residing in the hash table."
::= { iptNetflowTotals 10 }
dropPackets OBJECT-TYPE
SYNTAX Counter64
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total packets dropped by metering process."
::= { iptNetflowTotals 11 }
dropBytes OBJECT-TYPE
SYNTAX Counter64
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total bytes in packets dropped by metering process."
::= { iptNetflowTotals 12 }
outByteRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "bytes/second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total exporter output bytes per second."
::= { iptNetflowTotals 13 }
outFlows OBJECT-TYPE
SYNTAX Counter64
UNITS "flows"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total exported flow data records."
::= { iptNetflowTotals 14 }
outPackets OBJECT-TYPE
SYNTAX Counter64
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total exported packets of netflow stream itself."
::= { iptNetflowTotals 15 }
outBytes OBJECT-TYPE
SYNTAX Counter64
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total exported bytes of netflow stream itself."
::= { iptNetflowTotals 16 }
lostFlows OBJECT-TYPE
SYNTAX Counter64
UNITS "flows"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total of accounted flows that are lost by exporting process
due to socket errors. This value will not include asynchronous
errors (cberr), these will be counted in errTotal."
::= { iptNetflowTotals 17 }
lostPackets OBJECT-TYPE
SYNTAX Counter64
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total metered packets lost by exporting process.
See lostFlows for details."
::= { iptNetflowTotals 18 }
lostBytes OBJECT-TYPE
SYNTAX Counter64
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total bytes in packets lost by exporting process.
See lostFlows for details."
::= { iptNetflowTotals 19 }
errTotal OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total exporting sockets errors (including cberr)."
::= { iptNetflowTotals 20 }
sndbufPeak OBJECT-TYPE
SYNTAX Counter32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Global maximum value of socket sndbuf. Sort of output
queue length."
::= { iptNetflowTotals 21 }
-- Per CPU statistics --
iptNetflowCpuTable OBJECT-TYPE
SYNTAX SEQUENCE OF IptNetflowCpuEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Per-CPU statistics."
::= { iptNetflowStatistics 2 }
iptNetflowCpuEntry OBJECT-TYPE
SYNTAX IptNetflowCpuEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Defines an entry in the iptNetflowCpuTable."
INDEX { cpuIndex }
::= { iptNetflowCpuTable 1 }
IptNetflowCpuEntry ::=
SEQUENCE {
cpuIndex INTEGER,
cpuInPacketRate Gauge32,
cpuInFlows Counter64,
cpuInPackets Counter64,
cpuInBytes Counter64,
cpuHashMetric FixedDiv100,
cpuDropPackets Counter64,
cpuDropBytes Counter64,
cpuErrTrunc Counter32,
cpuErrFrag Counter32,
cpuErrAlloc Counter32,
cpuErrMaxflows Counter32
}
cpuIndex OBJECT-TYPE
SYNTAX Integer32 (0..4096)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Index of this cpu."
::= { iptNetflowCpuEntry 1 }
cpuInPacketRate OBJECT-TYPE
SYNTAX Gauge32
UNITS "packets/second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Incoming packets per second for this cpu."
::= { iptNetflowCpuEntry 2 }
cpuInFlows OBJECT-TYPE
SYNTAX Counter64
UNITS "flows"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Flows metered on this cpu."
::= { iptNetflowCpuEntry 3 }
cpuInPackets OBJECT-TYPE
SYNTAX Counter64
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Packets metered for cpuIndex."
::= { iptNetflowCpuEntry 4 }
cpuInBytes OBJECT-TYPE
SYNTAX Counter64
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bytes metered on this cpu."
::= { iptNetflowCpuEntry 5 }
cpuHashMetric OBJECT-TYPE
SYNTAX FixedDiv100
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Measure of performance of hash table on this cpu."
::= { iptNetflowCpuEntry 6 }
cpuDropPackets OBJECT-TYPE
SYNTAX Counter64
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Packets dropped by metering process on this cpu."
::= { iptNetflowCpuEntry 7 }
cpuDropBytes OBJECT-TYPE
SYNTAX Counter64
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bytes in cpuDropPackets for this cpu."
::= { iptNetflowCpuEntry 8 }
cpuErrTrunc OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Truncated packets dropped for this cpu."
::= { iptNetflowCpuEntry 9 }
cpuErrFrag OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fragmented packets dropped for this cpu."
::= { iptNetflowCpuEntry 10 }
cpuErrAlloc OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Packets dropped due to memory allocation errors."
::= { iptNetflowCpuEntry 11 }
cpuErrMaxflows OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Packets dropped due to maxflows limit being reached."
::= { iptNetflowCpuEntry 12 }
-- Per Socket statistics --
iptNetflowSockTable OBJECT-TYPE
SYNTAX SEQUENCE OF IptNetflowSockEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Per socket statistics."
::= { iptNetflowStatistics 3 }
iptNetflowSockEntry OBJECT-TYPE
SYNTAX IptNetflowSockEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Defines an entry in the iptNetflowSockTable."
INDEX { sockIndex }
::= { iptNetflowSockTable 1 }
IptNetflowSockEntry ::=
SEQUENCE {
sockIndex INTEGER,
sockDestination DisplayString,
sockActive INTEGER,
sockErrConnect Counter32,
sockErrFull Counter32,
sockErrCberr Counter32,
sockErrOther Counter32,
sockSndbuf Gauge32,
sockSndbufFill Gauge32,
sockSndbufPeak Gauge32
}
sockIndex OBJECT-TYPE
SYNTAX Integer32 (0..4096)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Exporting socket index."
::= { iptNetflowSockEntry 1 }
sockDestination OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Exporting connection destination of this socket."
::= { iptNetflowSockEntry 2 }
sockActive OBJECT-TYPE
SYNTAX INTEGER {
inactive(0),
active(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Connection state of this socket."
::= { iptNetflowSockEntry 3 }
sockErrConnect OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Connections attempt count. High value usually mean
that network is not set up properly, or module is loaded
before network is up, in this case it is not dangerous
and should be ignored."
::= { iptNetflowSockEntry 4 }
sockErrFull OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Socket full errors on this socket. Usually mean sndbuf
value is too small."
::= { iptNetflowSockEntry 5 }
sockErrCberr OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Asynchronous callback errors on this socket. Usually mean
that there is 'connection refused' errors on UDP socket
reported via ICMP messages."
::= { iptNetflowSockEntry 6 }
sockErrOther OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"All other possible errors on this socket."
::= { iptNetflowSockEntry 7 }
sockSndbuf OBJECT-TYPE
SYNTAX Gauge32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Sndbuf value for this socket. Higher value allows accommodate
(exporting) traffic bursts."
::= { iptNetflowSockEntry 8 }
sockSndbufFill OBJECT-TYPE
SYNTAX Gauge32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Amount of data currently in socket buffers. When this value
will reach size sndbuf, packet loss will occur."
::= { iptNetflowSockEntry 9 }
sockSndbufPeak OBJECT-TYPE
SYNTAX Gauge32
UNITS "bytes"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Historical peak amount of data in socket buffers. Useful to
evaluate sndbuf size, because sockSndbufFill is transient."
::= { iptNetflowSockEntry 10 }
-- Conformance Information --
iptNetflowCompliances OBJECT IDENTIFIER ::= { iptNetflowConformance 1 }
iptNetflowGroups OBJECT IDENTIFIER ::= { iptNetflowConformance 2 }
iptNetflowCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "iptNetflowCompliance"
MODULE
MANDATORY-GROUPS {
iptNetflowModuleGroup,
iptNetflowSysctlGroup,
iptNetflowTotalsGroup,
iptNetflowCpuGroup,
iptNetflowSockGroup
}
::= { iptNetflowCompliances 1 }
iptNetflowModuleGroup OBJECT-GROUP
OBJECTS {
name,
version,
srcversion,
loadTime,
refcnt
}
STATUS current
DESCRIPTION "Modinfo."
::= { iptNetflowGroups 1 }
iptNetflowSysctlGroup OBJECT-GROUP
OBJECTS {
hashsize,
maxflows,
protocol,
active-timeout,
inactive-timeout,
sndbuf,
destination,
aggregation,
sampler,
natevents,
promisc,
snmp-rules,
scan-min
}
STATUS current
DESCRIPTION "Read-write objects accessed via sysctl"
::= { iptNetflowGroups 2 }
iptNetflowTotalsGroup OBJECT-GROUP
OBJECTS {
inBitRate,
inPacketRate,
inFlows,
inPackets,
inBytes,
hashMetric,
hashMemory,
hashFlows,
hashPackets,
hashBytes,
dropPackets,
dropBytes,
outByteRate,
outFlows,
outPackets,
outBytes,
lostFlows,
lostPackets,
lostBytes,
errTotal,
sndbufPeak
}
STATUS current
DESCRIPTION "Statistics totals."
::= { iptNetflowGroups 3 }
iptNetflowCpuGroup OBJECT-GROUP
OBJECTS {
cpuIndex,
cpuInPacketRate,
cpuInFlows,
cpuInPackets,
cpuInBytes,
cpuHashMetric,
cpuDropPackets,
cpuDropBytes,
cpuErrTrunc,
cpuErrFrag,
cpuErrAlloc,
cpuErrMaxflows
}
STATUS current
DESCRIPTION "Per CPU statistics."
::= { iptNetflowGroups 4 }
iptNetflowSockGroup OBJECT-GROUP
OBJECTS {
sockDestination,
sockActive,
sockErrConnect,
sockErrFull,
sockErrCberr,
sockErrOther,
sockSndbuf,
sockSndbufFill,
sockSndbufPeak
}
STATUS current
DESCRIPTION "Per socket statistics."
::= { iptNetflowGroups 5 }
END