This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OPENBSD-PF-MIB.txt
1463 lines (1277 loc) · 33.8 KB
/
OPENBSD-PF-MIB.txt
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
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
--
-- $jwk$
--
--
-- Copyright (c) 2004-2011 Joel Knight <[email protected]>
--
-- Permission to use, copy, modify, and distribute this document for any
-- purpose with or without fee is hereby granted, provided that the above
-- copyright notice and this permission notice appear in all copies.
--
-- THE DOCUMENT IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-- WITH REGARD TO THIS DOCUMENT INCLUDING ALL IMPLIED WARRANTIES OF
-- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS DOCUMENT.
OPENBSD-PF-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE,
Counter32, Counter64, Unsigned32, Integer32, IpAddress,
TimeTicks, enterprises
FROM SNMPv2-SMI
TruthValue
FROM SNMPv2-TC
openBSD
FROM OPENBSD-BASE-MIB
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF;
pfMIBObjects MODULE-IDENTITY
LAST-UPDATED "201105130000Z"
ORGANIZATION "OpenBSD"
CONTACT-INFO "
Author: Joel Knight
email: [email protected]
www: www.packetmischief.ca/openbsd-snmp-mibs/
"
DESCRIPTION "The MIB module for gathering information from
OpenBSD's packet filter.
"
::= { openBSD 1 }
-- define the sections of the MIB
info OBJECT IDENTIFIER ::= { pfMIBObjects 1 }
counters OBJECT IDENTIFIER ::= { pfMIBObjects 2 }
stateTable OBJECT IDENTIFIER ::= { pfMIBObjects 3 }
loginterface OBJECT IDENTIFIER ::= { pfMIBObjects 4 }
sourceTracking OBJECT IDENTIFIER ::= { pfMIBObjects 5 }
limits OBJECT IDENTIFIER ::= { pfMIBObjects 6 }
timeouts OBJECT IDENTIFIER ::= { pfMIBObjects 7 }
interfaces OBJECT IDENTIFIER ::= { pfMIBObjects 8 }
tables OBJECT IDENTIFIER ::= { pfMIBObjects 9 }
labels OBJECT IDENTIFIER ::= { pfMIBObjects 10 }
pfsyncStats OBJECT IDENTIFIER ::= { pfMIBObjects 11 }
-- info
running OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates whether pf is enabled or not."
::= { info 1 }
runtime OBJECT-TYPE
SYNTAX TimeTicks
UNITS "1/100th of a Second"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates how long pf has been enabled. If pf is not
enabled, indicates how long pf has been disabled. If pf has not
been explicitly enabled or disabled since the system was booted,
the value will be 0."
::= { info 2 }
debug OBJECT-TYPE
SYNTAX INTEGER {
emerg(0),
alert(1),
crit(2),
err(3),
warning(4),
notice(5),
info(6),
debug(7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the debug level that pf is running at."
::= { info 3 }
hostid OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The (unique) host id of the machine running pf."
::= { info 4 }
-- counters
match OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that have matched a filter rule."
::= { counters 1 }
badOffset OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that have had a bad offset value."
::= { counters 2 }
fragment OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packet fragments."
::= { counters 3 }
short OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were too short to contain a valid header."
::= { counters 4 }
normalize OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were normalized using the packet scrubber."
::= { counters 5 }
memory OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were dropped due to memory limitations."
::= { counters 6 }
timestamp OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were dropped due to improper RFC1323 timestamp."
::= { counters 7 }
congestion OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were dropped due to congestion on the interface."
::= { counters 8 }
ip-option OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were dropped due to having options set in
the IP header."
::= { counters 9 }
proto-cksum OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were dropped due to memory limitations."
::= { counters 10 }
state-mismatch OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were dropped due to a state table mismatch."
::= { counters 11 }
state-insert OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were dropped due to errors creating a
state table entry."
::= { counters 12 }
state-limit OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were dropped due to the per-rule max
state limit being reached."
::= { counters 13 }
src-limit OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were dropped due to stateful connection
tracking. A packet could be dropped due to resource limits (memory)
or due to a tracking limit being reached."
::= { counters 14 }
synproxy OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets that were dropped during the TCP synproxy process."
::= { counters 15 }
-- stateTable
count OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of entries in the state table."
::= { stateTable 1 }
searches OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of searches against the state table."
::= { stateTable 2 }
inserts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inserts into the state table."
::= { stateTable 3 }
removals OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of removals from the state table."
::= { stateTable 4 }
-- loginterface
name OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the interface configured using 'set loginterface'.
If no interface has been configured, the object will be empty."
::= { loginterface 1 }
ipBytesIn OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv4 bytes passed in on the loginterface."
::= { loginterface 2 }
ipBytesOut OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv4 bytes passed out on the loginterface."
::= { loginterface 3 }
ipPktsInPass OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv4 packets passed in on the loginterface."
::= { loginterface 4 }
ipPktsInDrop OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of dropped IPv4 packets coming in on the loginterface."
::= { loginterface 5 }
ipPktsOutPass OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv4 packets passed out on the loginterface."
::= { loginterface 6 }
ipPktsOutDrop OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of dropped IPv4 packets going out on the loginterface."
::= { loginterface 7 }
ip6BytesIn OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv6 bytes passed in on the loginterface."
::= { loginterface 8 }
ip6BytesOut OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv6 bytes passed out on the loginterface."
::= { loginterface 9 }
ip6PktsInPass OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv6 packets passed in on the loginterface."
::= { loginterface 10 }
ip6PktsInDrop OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of dropped IPv6 packets coming in on the loginterface."
::= { loginterface 11 }
ip6PktsOutPass OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv6 packets passed out on the loginterface."
::= { loginterface 12 }
ip6PktsOutDrop OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of dropped IPv6 packets going out on the loginterface."
::= { loginterface 13 }
-- sourceTracking
count OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of entries in the source tracking table."
::= { sourceTracking 1 }
searches OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of searches against the source tracking table."
::= { sourceTracking 2 }
inserts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inserts into the source tracking table."
::= { sourceTracking 3 }
removals OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of removals from the source tracking table."
::= { sourceTracking 4 }
-- limits
states OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of entries in the memory pool used by state
table entries (filter rules that specify 'keep state')."
::= { limits 1 }
sourceNodes OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of entries in the memory pool used for tracking
source IP addresses (filter rules that specify 'sticky-address' or
'source-track' options)."
::= { limits 2 }
fragments OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of entries in the memory pool used for packet
reassembly (scrub rules)."
::= { limits 3 }
-- timeouts
tcpFirst OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State after receiving the first TCP packet in a new connection."
::= { timeouts 1 }
tcpOpening OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State before the destination host ever sends a packet in response
to a new connection from this host."
::= { timeouts 2 }
tcpEstablished OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State when a TCP connection is fully established."
::= { timeouts 3 }
tcpClosing OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State after the first FIN has been sent."
::= { timeouts 4 }
tcpFinWait OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State after both FINs are sent and the connection is closed."
::= { timeouts 5 }
tcpClosed OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State after the first RST has been sent."
::= { timeouts 6 }
udpFirst OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State after receiving the first UDP packet."
::= { timeouts 7 }
udpSingle OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State if the source sends more than 1 packet but the destination
has never sent a packet back."
::= { timeouts 8 }
udpMultiple OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State when both hosts have sent packets."
::= { timeouts 9 }
icmpFirst OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State after receiving the first ICMP packet."
::= { timeouts 10 }
icmpError OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State when an ICMP error comes back in response to an ICMP
packet."
::= { timeouts 11 }
otherFirst OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State after receiving the first packet."
::= { timeouts 12 }
otherSingle OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State if the source sends more than 1 packet but the destination
has never sent a packet back."
::= { timeouts 13 }
otherMultiple OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"State when both hosts have sent packets."
::= { timeouts 14 }
fragment OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"How long before an unassembled fragment is expired."
::= { timeouts 15 }
interval OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Interval before purging expired states and fragments."
::= { timeouts 16 }
adaptiveStart OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"When the number of state entries exceeds this value, adaptive
scaling begins."
::= { timeouts 17 }
adaptiveEnd OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"When reaching this number of state entries, all timeout values
become zero, effectively purging all state entries immediately."
::= { timeouts 18 }
sourceTrack OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time that a source tracking entry will stay around after the
last state expires."
::= { timeouts 19 }
-- interfaces
ifNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of network interfaces present on this system."
::= { interfaces 1 }
ifTable OBJECT-TYPE
SYNTAX SEQUENCE OF IfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of individual interfaces. The number of entries is
given by the value of ifNumber."
::= { interfaces 128 }
ifEntry OBJECT-TYPE
SYNTAX IfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing management information applicable to a
particular interface."
INDEX { ifIndex }
::= { ifTable 1 }
IfEntry ::=
SEQUENCE {
ifIndex Integer32,
ifDescr OCTET STRING,
ifType INTEGER,
ifRefs Unsigned32,
ifRules Unsigned32,
ifIn4PassPkts Counter64,
ifIn4PassBytes Counter64,
ifIn4BlockPkts Counter64,
ifIn4BlockBytes Counter64,
ifOut4PassPkts Counter64,
ifOut4PassBytes Counter64,
ifOut4BlockPkts Counter64,
ifOut4BlockBytes Counter64,
ifIn6PassPkts Counter64,
ifIn6PassBytes Counter64,
ifIn6BlockPkts Counter64,
ifIn6BlockBytes Counter64,
ifOut6PassPkts Counter64,
ifOut6PassBytes Counter64,
ifOut6BlockPkts Counter64,
ifOut6BlockBytes Counter64
}
ifIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each interface. It
is recommended that values are assigned contiguously
starting from 1. The value for each interface sub-layer
must remain constant at least from one re-initialization of
the entity's network management system to the next re-
initialization."
::= { ifEntry 1 }
ifDescr OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the interface."
::= { ifEntry 2 }
ifType OBJECT-TYPE
SYNTAX INTEGER { group(0), instance(1), detached(2) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Denotes whether the interface is a group interface, an interface
instance, or whether it's been removed or destroyed."
::= { ifEntry 3 }
ifRefs OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of state and/or source track entries which reference
the interface."
::= { ifEntry 4 }
ifRules OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of rules which reference the interface."
::= { ifEntry 5 }
ifIn4PassPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv4 packets passed in."
::= { ifEntry 6 }
ifIn4PassBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv4 bytes passed in."
::= { ifEntry 7 }
ifIn4BlockPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of incoming IPv4 packets blocked."
::= { ifEntry 8 }
ifIn4BlockBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of incoming IPv4 bytes blocked."
::= { ifEntry 9 }
ifOut4PassPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv4 bytes passed out."
::= { ifEntry 10 }
ifOut4PassBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv4 bytes passed out."
::= { ifEntry 11 }
ifOut4BlockPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outgoing IPv4 bytes blocked."
::= { ifEntry 12 }
ifOut4BlockBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outgoing IPv4 bytes blocked."
::= { ifEntry 13 }
ifIn6PassPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv6 packets passed in."
::= { ifEntry 14 }
ifIn6PassBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv6 bytes passed in."
::= { ifEntry 15 }
ifIn6BlockPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of incoming IPv6 packets blocked."
::= { ifEntry 16 }
ifIn6BlockBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of incoming IPv6 bytes blocked."
::= { ifEntry 17 }
ifOut6PassPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv6 bytes passed out."
::= { ifEntry 18 }
ifOut6PassBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of IPv6 bytes passed out."
::= { ifEntry 19 }
ifOut6BlockPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outgoing IPv6 bytes blocked."
::= { ifEntry 20 }
ifOut6BlockBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of outgoing IPv6 bytes blocked."
::= { ifEntry 21 }
-- tables
tblNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of tables present on this system."
::= { tables 1 }
tblTable OBJECT-TYPE
SYNTAX SEQUENCE OF TblEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of individual tables. The number of entries is
given by the value of tblNumber."
::= { tables 128 }
tblEntry OBJECT-TYPE
SYNTAX TblEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing management information applicable to a
particular table."
INDEX { tblIndex }
::= { tblTable 1 }
TblEntry ::=
SEQUENCE {
tblIndex Integer32,
tblName OCTET STRING,
tblAddresses Integer32,
tblAnchorRefs Integer32,
tblRuleRefs Integer32,
tblEvalsMatch Counter64,
tblEvalsNoMatch Counter64,
tblInPassPkts Counter64,
tblInPassBytes Counter64,
tblInBlockPkts Counter64,
tblInBlockBytes Counter64,
tblInXPassPkts Counter64,
tblInXPassBytes Counter64,
tblOutPassPkts Counter64,
tblOutPassBytes Counter64,
tblOutBlockPkts Counter64,
tblOutBlockBytes Counter64,
tblOutXPassPkts Counter64,
tblOutXPassBytes Counter64,
tblStatsCleared TimeTicks
}
tblIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each table."
::= { tblEntry 1 }
tblName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the table."
::= { tblEntry 2 }
tblAddresses OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of addresses currently stored in the table."
::= { tblEntry 3 }
tblAnchorRefs OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of anchors which reference the table."
::= { tblEntry 4 }
tblRuleRefs OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of rules which reference the table."
::= { tblEntry 5 }
tblEvalsMatch OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of table evaluations that produced a match."
::= { tblEntry 6 }
tblEvalsNoMatch OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of table evaluations that didn't match."
::= { tblEntry 7 }
tblInPassPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets passed in that matched the table."
::= { tblEntry 8 }
tblInPassBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of bytes passed in that matched the table."
::= { tblEntry 9 }
tblInBlockPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of incoming packets blocked that matched the table."
::= { tblEntry 10 }
tblInBlockBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number incoming bytes blocked that matched the table."
::= { tblEntry 11 }
tblInXPassPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets statefully passed in where the state
entry refers to the table, but the table no longer contains
the address in question."
::= { tblEntry 12 }
tblInXPassBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of bytes statefully passed in where the state
entry refers to the table, but the table no longer contains
the address in question."
::= { tblEntry 13 }