summaryrefslogtreecommitdiff
path: root/MIBS/corero/CORERO-CMS-MIB
blob: c547f071d508e0f76351ed53808eaf391966f864 (plain)
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
CORERO-CMS-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
    TimeTicks, Counter32, Unsigned32, Counter64, enterprises, IpAddress
        FROM SNMPv2-SMI
    DisplayString, TestAndIncr, TimeStamp, RowStatus, TruthValue, TEXTUAL-CONVENTION
        FROM SNMPv2-TC
    MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
        FROM SNMPv2-CONF;


coreroCMSMIB MODULE-IDENTITY
    LAST-UPDATED "201706160000Z"
    ORGANIZATION "Corero Network Security"
    CONTACT-INFO
            "       Corero Support
             E-mail: support.portal@corero.com"
    DESCRIPTION
            "Corero Management Server MIB."
    REVISION      "201706160000Z"
    DESCRIPTION
            "Added interface error counts."
    REVISION      "201601280000Z"
    DESCRIPTION
            "Added Protection Group Interface statistics."
    REVISION      "201404240000Z"
    DESCRIPTION
            "First version."

    ::= { corero 4 }

corero OBJECT IDENTIFIER ::= { enterprises 41036 }

-- Administrative assignments ++++---------------------------------

coreroCMSMIBObjects     OBJECT IDENTIFIER ::= { coreroCMSMIB 1 }
coreroCMSMIBConformance OBJECT IDENTIFIER ::= { coreroCMSMIB 2 }

-- ----------------------------------------------------------------
UnsignedShort ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "d"
    STATUS      current
    DESCRIPTION "xs:unsignedShort"
    SYNTAX      Unsigned32 (0 .. 65535)

ConfdString ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "1t"
    STATUS      current
    DESCRIPTION "xs: and confd: types mapped to strings"
    SYNTAX      OCTET STRING

String ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "1t"
    STATUS      current
    DESCRIPTION "xs:string"
    SYNTAX      OCTET STRING

TYPE-CMS-MODULE-STATE ::= TEXTUAL-CONVENTION
    STATUS      current
    DESCRIPTION ""
    SYNTAX      String

--
-- The defense node aggregates the defense status and statistics of the site
-- It has several nodes corresponding to the different containers in the defense-summary yang
--
defense              OBJECT IDENTIFIER ::= { coreroCMSMIBObjects 1 }
defenseStatus        OBJECT IDENTIFIER ::= { defense 1 }

defenseStatusThreatAwareness OBJECT IDENTIFIER ::= { defenseStatus 1 }

excessivePacketsFromBadClients OBJECT-TYPE
    SYNTAX      TruthValue
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Awareness indication for this type of threat."
    DEFVAL { false }
    ::= { defenseStatusThreatAwareness 1 }

excessiveProxySetupRate OBJECT-TYPE
    SYNTAX      TruthValue
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "Proxy is no longer supported in the system."
    DEFVAL { false }
    ::= { defenseStatusThreatAwareness 2 }

excessiveNewIpAddresses OBJECT-TYPE
    SYNTAX      TruthValue
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Awareness indication for this type of threat."
    DEFVAL { false }
    ::= { defenseStatusThreatAwareness 3 }

excessiveAddressTableUsage OBJECT-TYPE
    SYNTAX      TruthValue
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Awareness indication for this type of threat."
    DEFVAL { false }
    ::= { defenseStatusThreatAwareness 4 }

excessiveTcpSetupRate OBJECT-TYPE
    SYNTAX      TruthValue
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Awareness indication for this type of threat."
    DEFVAL { false }
    ::= { defenseStatusThreatAwareness 5 }

excessiveNonTcpSetupRate OBJECT-TYPE
    SYNTAX      TruthValue
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Awareness indication for this type of threat."
    DEFVAL { false }
    ::= { defenseStatusThreatAwareness 6 }

excessiveFailedProxyRate OBJECT-TYPE
    SYNTAX      TruthValue
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "Proxy is no longer supported in the system."
    DEFVAL { false }
    ::= { defenseStatusThreatAwareness 7 }


defenseStatistics        OBJECT IDENTIFIER ::= { defense 2 }

defenseBlockRateStatistics OBJECT IDENTIFIER ::= { defenseStatistics 1 }


allRulesBlockRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "All rules block rate (packets/sec)"
    ::= { defenseBlockRateStatistics 1 }

systemIssueBlockRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "System isues rules block rate is not longer supported in the system"
    ::= { defenseBlockRateStatistics 2 }

networkAccessRestrictionBlockRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "Network threat access restriction rules block rate is not longer supported in the system"
    ::= { defenseBlockRateStatistics 3 }

networkRateLimitBlockRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "Network thread rate limit rules block rate is not longer supported in the system"
    ::= { defenseBlockRateStatistics 4 }

networkProtocolValidationBlockRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
         "Network threat protocol validation rules block rate is not longer supported in the system"
    ::= { defenseBlockRateStatistics 5 }

networkIntegrityAnalysisBlockRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
         "Network threat integrity analysis rules block rate is not longer supported in the system"
    ::= { defenseBlockRateStatistics 6 }

applicationAccessRestrictionBlockRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
          "Application threat access restriction rules block rate is not longer supported in the system"
    ::= { defenseBlockRateStatistics 7 }

applicationRateLimitBlockRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
          "Application threat rate limit rules block rate is not longer supported in the system"
    ::= { defenseBlockRateStatistics 8 }

applicationProtocolValidationBlockRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
          "Application threat protocol validation rules block rate is not longer supported in the system"
    ::= { defenseBlockRateStatistics 9 }

applicationIntegrityAnalysisBlockRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
          "Application integrity analysis rules block rate is not longer supported in the system"
    ::= { defenseBlockRateStatistics 10 }


defenseSetupRateStatistics OBJECT IDENTIFIER ::= { defenseStatistics 2 }

tcpSetupRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "TCP protocol flow setup rate (packets/sec)"
    ::= { defenseSetupRateStatistics 1 }

nonTcpSetupRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Non-TCP protocol aggregate flow setup rate (packets/sec)"
    ::= { defenseSetupRateStatistics 2 }

udpSetupRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "UDP protocol flow setup rate (packets/sec)"
    ::= { defenseSetupRateStatistics 3 }

icmpSetupRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
           "ICMP protocol flow setup rate (packets/sec)"
    ::= { defenseSetupRateStatistics 4 }

otherIpSetupRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
           "IP protocols other than TCP and UDP flow setup rate (packets/sec)"
    ::= { defenseSetupRateStatistics 5 }

defenseUsageStatistics OBJECT IDENTIFIER ::= { defenseStatistics 3 }

inUseFlows OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Total number of flows in use across the devices"
    ::= { defenseUsageStatistics 1 }

inUseTcpFlows OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Total number of TCP flows in use across the devices"
    ::= { defenseUsageStatistics 2 }

inUseUdpFlows OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Total number of UDP flows in use across the devices"
    ::= { defenseUsageStatistics 3 }

inUseIcmpFlows OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Total number of ICMP flows in use across the devices"
    ::= { defenseUsageStatistics 4 }

inUseOtherFlows OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Total number of non-TCP, non-UDP, non-ICMP flows in use across the devices"
    ::= { defenseUsageStatistics 5 }

totalProxySetups OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
          "Proxy is no longer supported in the system"
    ::= { defenseUsageStatistics 6 }

totalProxyFailedSetups OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
          "Proxy is no longer supported in the system"
    ::= { defenseUsageStatistics 7 }

defenseInterfaceStatistics OBJECT IDENTIFIER ::= { defenseStatistics 4 }

externalPortPacketReceiveRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Receive rate on external ports (packets per second)"
    ::= { defenseInterfaceStatistics 1 }

externalPortBitReceiveRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Receive rate on external ports (Mbits per second)"
    ::= { defenseInterfaceStatistics 2 }

externalPortPacketTransmitRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Transmit rate on external ports (packets per second)"
    ::= { defenseInterfaceStatistics 3 }

externalPortBitTransmitRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Transmit rate on external ports (Mbits per second)"
    ::= { defenseInterfaceStatistics 4 }

internalPortPacketReceiveRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Receive rate on internal ports (packets per second)"
    ::= { defenseInterfaceStatistics 5 }

internalPortBitReceiveRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Receive rate on internal ports (Mbits per second)"
    ::= { defenseInterfaceStatistics 6 }

internalPortPacketTransmitRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Transmit rate on internal ports (packets per second)"
    ::= { defenseInterfaceStatistics 7 }

internalPortBitTransmitRate OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Transmit rate on internal ports (Mbits per second)"
    ::= { defenseInterfaceStatistics 8 }

externalPortReceivedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets received to the external port"
    ::= { defenseInterfaceStatistics 9 }

externalPortTransmittedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets transmitted from the external port"
    ::= { defenseInterfaceStatistics 10 }

externalPortReceivedBytes OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
         "Number of bytes received to the external port"
    ::= { defenseInterfaceStatistics 11 }

externalPortTransmittedBytes OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of bytes transmitted from external port"
    ::= { defenseInterfaceStatistics 12 }

internalPortReceivedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets received to the internal port"
    ::= { defenseInterfaceStatistics 13 }

internalPortTransmittedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets transmitted from the internal port"
    ::= { defenseInterfaceStatistics 14 }

internalPortReceivedBytes OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of bytes received to the internal port"
    ::= { defenseInterfaceStatistics 15 }

internalPortTransmittedBytes OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of bytes transmitted from the internal port"
    ::= { defenseInterfaceStatistics 16 }

externalPortReceivedBadCrcPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets received to the external port with an invalid CRC"
    ::= { defenseInterfaceStatistics 17 }

internalPortReceivedBadCrcPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets received to the internal port with an invalid CRC"
    ::= { defenseInterfaceStatistics 18 }

externalPortReceivedOversizedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of oversized packets received to the external port"
    ::= { defenseInterfaceStatistics 19 }

internalPortReceivedOversizedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of oversized packets received to the internal port"
    ::= { defenseInterfaceStatistics 20 }

externalPortReceivedJabberPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of jabber packets received to the external port"
    ::= { defenseInterfaceStatistics 21 }

internalPortReceivedJabberPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of jabber packets received to the internal port"
    ::= { defenseInterfaceStatistics 22 }

externalPortTransmitErrorPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of errors transmitting packets from the external port"
    ::= { defenseInterfaceStatistics 23 }

internalPortTransmitErrorPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of errors transmitting packets from the internal port"
    ::= { defenseInterfaceStatistics 24 }

defenseIpAddressStatistics OBJECT IDENTIFIER ::= { defenseStatistics 5 }

inUseAddresses OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Total number of IP table entries across the devices"
    ::= { defenseIpAddressStatistics 1 }

inUseTrustedAddresses OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Total number of trusted IP addresses across the devices"
    ::= { defenseIpAddressStatistics 2 }

inUseSuspiciousAddresses OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Total number of suspicious IP addresses across the devices"
    ::= { defenseIpAddressStatistics 3 }

inUseMaliciousAddresses OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Total number of malicious IP addresses across the devices"
    ::= { defenseIpAddressStatistics 4 }

inUseUnclassifiedAddresses OBJECT-TYPE
    SYNTAX      Gauge32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Total number of unclassified IP addresses across the devices"
    ::= { defenseIpAddressStatistics 5 }


protectionGroupStatistics OBJECT IDENTIFIER ::= { defense 3 }

protectionGroupTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF ProtectionGroupEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
	"Table containing interface statistics for the Protection Group"
    ::= { protectionGroupStatistics 1 }

protectionGroupEntry OBJECT-TYPE
    SYNTAX      ProtectionGroupEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
	"Port Statistic"
    INDEX       { pgName }
    ::= { protectionGroupTable 1 }

ProtectionGroupEntry ::= SEQUENCE {
    pgName                                 OCTET STRING ,
    pgExternalPortReceivedPackets Counter64,
    pgExternalPortTransmittedPackets Counter64,
    pgExternalPortReceivedBytes Counter64,
    pgExternalPortTransmittedBytes Counter64,
    pgInternalPortReceivedPackets Counter64,
    pgInternalPortTransmittedPackets Counter64,
    pgInternalPortReceivedBytes Counter64,
    pgInternalPortTransmittedBytes Counter64,
    pgExternalPortReceivedBadCrcPackets Counter64,
    pgInternalPortReceivedBadCrcPackets Counter64,
    pgExternalPortReceivedOversizedPackets Counter64,
    pgInternalPortReceivedOversizedPackets Counter64,
    pgExternalPortReceivedJabberPackets Counter64,
    pgInternalPortReceivedJabberPackets Counter64,
    pgExternalPortTransmitErrorPackets Counter64,
    pgInternalPortTransmitErrorPackets Counter64
}

pgName OBJECT-TYPE
    SYNTAX  OCTET STRING
    MAX-ACCESS not-accessible
    STATUS  current
    DESCRIPTION
        "Protection group name as an Index"
    ::= { protectionGroupEntry 1 }

pgExternalPortReceivedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets received to the external port"
    ::= { protectionGroupEntry 2 }

pgExternalPortTransmittedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets transmitted from the external port"
    ::= { protectionGroupEntry 3 }

pgExternalPortReceivedBytes OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
         "Number of bytes received to the external port"
    ::= { protectionGroupEntry 4 }

pgExternalPortTransmittedBytes OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of bytes transmitted from external port"
    ::= { protectionGroupEntry 5 }

pgInternalPortReceivedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets received to the internal port"
    ::= { protectionGroupEntry 6 }

pgInternalPortTransmittedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets transmitted from the internal port"
    ::= { protectionGroupEntry 7 }

pgInternalPortReceivedBytes OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of bytes received to the internal port"
    ::= { protectionGroupEntry 8 }

pgInternalPortTransmittedBytes OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of bytes transmitted from the internal port"
    ::= { protectionGroupEntry 9 }

pgExternalPortReceivedBadCrcPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets received to the external port with an invalid CRC"
    ::= { protectionGroupEntry 10 }

pgInternalPortReceivedBadCrcPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of packets received to the internal port with an invalid CRC"
    ::= { protectionGroupEntry 11 }

pgExternalPortReceivedOversizedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of oversized packets received to the external port"
    ::= { protectionGroupEntry 12 }

pgInternalPortReceivedOversizedPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of oversized packets received to the internal port"
    ::= { protectionGroupEntry 13 }

pgExternalPortReceivedJabberPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of jabber packets received to the external port"
    ::= { protectionGroupEntry 14 }

pgInternalPortReceivedJabberPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of jabber packets received to the internal port"
    ::= { protectionGroupEntry 15 }

pgExternalPortTransmitErrorPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of errors transmitting packets from the external port"
    ::= { protectionGroupEntry 16 }

pgInternalPortTransmitErrorPackets OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
          "Number of errors transmitting packets from the internal port"
    ::= { protectionGroupEntry 17 }



-- Conformance ----------------------------------------------------
coreroCMSMIBCompliances OBJECT IDENTIFIER ::= { coreroCMSMIBConformance 1 }
coreroCMSMIBGroups      OBJECT IDENTIFIER ::= { coreroCMSMIBConformance 2 }


-- compliance statements

coreroCMSMIBCompliance MODULE-COMPLIANCE
    STATUS  current
    DESCRIPTION
            "The compliance statement for SNMPv2 entities which
            implement the SNMPv2 MIB."
    MODULE  -- this module
        -- MANDATORY-GROUPS { snmpGroup, snmpSetGroup, systemGroup,
        --                   snmpBasicNotificationsGroup }

        GROUP   defenseGroup
        DESCRIPTION
            "This group is mandatory for SNMPv2 entities which
            support community-based authentication."

    ::= { coreroCMSMIBCompliances 2 }


-- units of conformance

defenseGroup OBJECT-GROUP
    OBJECTS {
                defenseStatus,
                defenseStatistics,
                protectionGroupStatistics
             }
    STATUS  current
    DESCRIPTION
            "A collection of objects providing status and statistics for the site."
    ::= { coreroCMSMIBGroups 1 }


END