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
|
JUNIPER-DFC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY, OBJECT-TYPE,
NOTIFICATION-TYPE, Unsigned32, Counter64
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB -- RFC 2571
InterfaceIndex
FROM IF-MIB
jnxMibs, jnxDfcNotifications
FROM JUNIPER-SMI;
jnxDfc MODULE-IDENTITY
LAST-UPDATED "200507082153Z" -- Fri Jul 08 21:53:48 2005 UTC
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
" Juniper Technical Assistance Center
Juniper Networks, Inc.
1133 Innovation Way
Sunnyvale, CA 94089
E-mail: support@juniper.net"
DESCRIPTION
"This is Juniper Networks' implementation of enterprise
specific MIB for Dynamic Flow Capture (DFC)"
::= { jnxMibs 33 }
jnxDfcCSTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxDfcCSEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Statistics information for Control Source."
::= { jnxDfc 1 }
jnxDfcCSEntry OBJECT-TYPE
SYNTAX JnxDfcCSEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry of DFC Control Source table."
INDEX { jnxDfcGrpName,
jnxDfcCSId }
::= { jnxDfcCSTable 1 }
JnxDfcCSEntry ::=
SEQUENCE {
jnxDfcGrpName DisplayString,
jnxDfcCSId DisplayString,
jnxDfcCSControlProtocolAddRequests Counter64,
jnxDfcCSCriteriaAdded Counter64,
jnxDfcCSCriteriaAdditionFailed Counter64,
jnxDfcCSControlProtocolDeleteRequests Counter64,
jnxDfcCSCriteriaDeleted Counter64,
jnxDfcCSCriteriaDeletionFailed Counter64,
jnxDfcCSCriteriaDeletedTimeoutIdle Counter64,
jnxDfcCSCriteriaDeletedTimeoutTotal Counter64,
jnxDfcCSCriteriaDeletedPackets Counter64,
jnxDfcCSCriteriaDeletedBytes Counter64,
jnxDfcCSControlProtocolRefreshRequests Counter64,
jnxDfcCSCriteriaRefreshed Counter64,
jnxDfcCSCriteriaRefreshFailed Counter64,
jnxDfcCSControlProtocolListRequests Counter64,
jnxDfcCSListSuccess Counter64,
jnxDfcCSListFailed Counter64,
jnxDfcCSControlProtocolNoopRequests Counter64,
jnxDfcCSNoopSuccess Counter64,
jnxDfcCSNoopFailed Counter64,
jnxDfcCSDynamicCriteriaActive Counter64,
jnxDfcCSStaticCriteriaActive Counter64,
jnxDfcCSBadRequest Counter64,
jnxDfcCSResponseSuccessful Counter64,
jnxDfcCSResponseImproperCriteria Counter64,
jnxDfcCSResponseUnknownContentDest Counter64,
jnxDfcCSResponseUnknownCriteriaId Counter64,
jnxDfcCSResponseImproperTimeout Counter64,
jnxDfcCSResponseInvalidAuthentication Counter64,
jnxDfcCSResponseInvalidSequenceNumber Counter64,
jnxDfcCSResponseInternalError Counter64,
jnxDfcCSNotificationRestart Counter64,
jnxDfcCSNotificationRollover Counter64,
jnxDfcCSNotificationNoop Counter64,
jnxDfcCSNotificationTimeout Counter64,
jnxDfcCSNotificationCongestion Counter64,
jnxDfcCSNotificationCongestionDelete Counter64,
jnxDfcCSNotificationDuplicatesDropped Counter64,
jnxDfcCSAddRequestRate Counter64,
jnxDfcCSAddRequestPeakRate Counter64,
jnxDfcCSAggrCriteriaBandwidth Counter64,
jnxDfcCSSequenceNumber Counter64
}
jnxDfcGrpName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The name assigned to a DFC group. A DFC group defines a set of DFC
PICs that share same static/dynamic
configuration."
::= { jnxDfcCSEntry 1 }
jnxDfcCSId OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..48))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Control Source identifier. Control Source identifies Juniper router
with one unique Control IP address. There can be multiple IP
addresses from which a Control Source can send Control protocol
request to Juniper router."
::= { jnxDfcCSEntry 2 }
jnxDfcCSControlProtocolAddRequests OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Control protocol Add requests received. The add
request specifies a new filter criteria to be merged with the
existing tasking list for a given Control Source and Content
Destination."
::= { jnxDfcCSEntry 3 }
jnxDfcCSCriteriaAdded OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of filter criteria added successfully by the Control
Source."
::= { jnxDfcCSEntry 4 }
jnxDfcCSCriteriaAdditionFailed OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of filter criteria addition failed."
::= { jnxDfcCSEntry 5 }
jnxDfcCSControlProtocolDeleteRequests OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Control protocol delete requests received. The
delete request removes a particular filter criterion."
::= { jnxDfcCSEntry 6 }
jnxDfcCSCriteriaDeleted OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of filter criteria deleted successfully as requested
by Control Source."
::= { jnxDfcCSEntry 7 }
jnxDfcCSCriteriaDeletionFailed OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of filter criteria deletion failed."
::= { jnxDfcCSEntry 8 }
jnxDfcCSCriteriaDeletedTimeoutIdle OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of criteria deleted by timeout idle."
::= { jnxDfcCSEntry 9 }
jnxDfcCSCriteriaDeletedTimeoutTotal OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of criteria deleted by timeout total."
::= { jnxDfcCSEntry 10 }
jnxDfcCSCriteriaDeletedPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of criteria deleted by packets."
::= { jnxDfcCSEntry 11 }
jnxDfcCSCriteriaDeletedBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of criteria deleted by bytes."
::= { jnxDfcCSEntry 12 }
jnxDfcCSControlProtocolRefreshRequests OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Control protocol Refresh requests received. The
refresh request updates the timeout for a particular filter
criterion or set of filter criteria for the particular Control
Source to a particular Content Destination."
::= { jnxDfcCSEntry 13 }
jnxDfcCSCriteriaRefreshed OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of filter criteria refreshed successfully as requested
by Control Source."
::= { jnxDfcCSEntry 14 }
jnxDfcCSCriteriaRefreshFailed OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of filter criteria refresh request failed."
::= { jnxDfcCSEntry 15 }
jnxDfcCSControlProtocolListRequests OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Control protocol List requests received. The List
request returns a list of all criteria that a particular Control
Source has added and are currently active."
::= { jnxDfcCSEntry 16 }
jnxDfcCSListSuccess OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of list commands processed successfully as requested
by Control Source."
::= { jnxDfcCSEntry 17 }
jnxDfcCSListFailed OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of list commands that could not be processed
successfully."
::= { jnxDfcCSEntry 18 }
jnxDfcCSControlProtocolNoopRequests OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Control protocol Noop requests received. The purpose
of this request is to verify the end-to-end connectivity between
Control Source and DFC PIC."
::= { jnxDfcCSEntry 19 }
jnxDfcCSNoopSuccess OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Noop requests processed successfully as requested by
Control Source."
::= { jnxDfcCSEntry 20 }
jnxDfcCSNoopFailed OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Noop requests that could not be processed
successfully."
::= { jnxDfcCSEntry 21 }
jnxDfcCSDynamicCriteriaActive OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of active dynamic filter criteria."
::= { jnxDfcCSEntry 22 }
jnxDfcCSStaticCriteriaActive OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of active static filter criteria."
::= { jnxDfcCSEntry 23 }
jnxDfcCSBadRequest OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Bad requests received."
::= { jnxDfcCSEntry 24 }
jnxDfcCSResponseSuccessful OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of successful response(s) corresponding to the
requests (add, delete, refresh, list and noop) sent out to the
Control Source."
::= { jnxDfcCSEntry 25 }
jnxDfcCSResponseImproperCriteria OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of response(s) generated because of improper filter
criterion specification in the add request."
::= { jnxDfcCSEntry 26 }
jnxDfcCSResponseUnknownContentDest OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of response(s) generated because of unknown Content
Destination specified in the add, delete, refresh and list
request."
::= { jnxDfcCSEntry 27 }
jnxDfcCSResponseUnknownCriteriaId OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of response(s) generated because of unknown Criteria
Identifier specified in the delete, refresh and list request."
::= { jnxDfcCSEntry 28 }
jnxDfcCSResponseImproperTimeout OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of response(s) generated because of improper timeout
specified in the add and refresh request."
::= { jnxDfcCSEntry 29 }
jnxDfcCSResponseInvalidAuthentication OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of response(s) generated because of invalid
authentication specified in the add, delete, refresh, list and
noop request."
::= { jnxDfcCSEntry 30 }
jnxDfcCSResponseInvalidSequenceNumber OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of response(s) generated because of invalid Sequence
Number specified in the add, delete, refresh, list and noop
request."
::= { jnxDfcCSEntry 31 }
jnxDfcCSResponseInternalError OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of response(s) generated because of internal error at
the DFC PIC in processing a request."
::= { jnxDfcCSEntry 32 }
jnxDfcCSNotificationRestart OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Restart notifications sent to configured
notification-recipients. This notification will be generated when
the system experiences a failure such that all the DFC filter
criteria are lost."
::= { jnxDfcCSEntry 33 }
jnxDfcCSNotificationRollover OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Rollover notifications sent to configured
notification-recipients. This notification will be generated when
the DFC PIC experiences a sequence number rollover."
::= { jnxDfcCSEntry 34 }
jnxDfcCSNotificationNoop OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Noop notifications sent to configured
notification-recipents. This notification will be generated when
the DFC PIC receives a Noop message with the SendAsync parameter
present."
::= { jnxDfcCSEntry 35 }
jnxDfcCSNotificationTimeout OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Timeout notifications sent to configured
notification-recipents. This notification will be generated when
the DFC PIC times out a filter criterion on any one of its
configured timeout parameters and the criterion contains a
SendTimeoutAsync parameter."
::= { jnxDfcCSEntry 36 }
jnxDfcCSNotificationCongestion OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Congestion notifications sent to configured
notification-recipents. This notification will be generated when
the 10-second average packet forwarding rate (in bits/second)
summed over all active filter criteria to a configured Content
Destination exceeds the configured soft limit for that destination."
::= { jnxDfcCSEntry 37 }
jnxDfcCSNotificationCongestionDelete OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Congestion Delete notifications sent to configured
notification-recipents. This notification will be generated when
the total 10-second average packet forwarding rate (in bits/second)
summed over all active filter criteria to a configured Content
Destination exceeds the configured hard limit for that
destination."
::= { jnxDfcCSEntry 38 }
jnxDfcCSNotificationDuplicatesDropped OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Duplicates Dropped notifications sent to configured
notification-recipents. This notification will be generated when
the configurable Maximum Duplicates parameter has been exceeded in
such a way as to cause packets matching criteria added by the
corresponding Control Source to be dropped."
::= { jnxDfcCSEntry 39 }
jnxDfcCSAddRequestRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The request processing rate (requests processed/second)."
::= { jnxDfcCSEntry 40 }
jnxDfcCSAddRequestPeakRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The peak request processing rate (requests processed/second)."
::= { jnxDfcCSEntry 41 }
jnxDfcCSAggrCriteriaBandwidth OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bandwidth in bits/second."
::= { jnxDfcCSEntry 42 }
jnxDfcCSSequenceNumber OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Protocol sequence number."
::= { jnxDfcCSEntry 43 }
------------------------------------------------------------
jnxDfcCDTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxDfcCDEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Statistics information for content destination."
::= { jnxDfc 2 }
jnxDfcCDEntry OBJECT-TYPE
SYNTAX JnxDfcCDEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry of DFC Content-Destination table."
INDEX { jnxDfcGrpName,
jnxDfcCDId }
::= { jnxDfcCDTable 1 }
JnxDfcCDEntry ::=
SEQUENCE {
jnxDfcCDId DisplayString,
jnxDfcCDCriteria Counter64,
jnxDfcCDByteRate Counter64,
jnxDfcCDMatchedPackets Counter64,
jnxDfcCDMatchedBytes Counter64,
jnxDfcCDCongestionNotification Counter64
}
jnxDfcCDId OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..48))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Content Destination identifier. A Content Destination is the
recipient of the extracted data, once it is forwarded by the
Server."
::= { jnxDfcCDEntry 1 }
jnxDfcCDCriteria OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of filter criteria configured for the Content
Destination."
::= { jnxDfcCDEntry 2 }
jnxDfcCDByteRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Average data rate (in bytes/second) summed over all active
filter criteria to a configured Content Destination."
::= { jnxDfcCDEntry 3 }
jnxDfcCDMatchedPackets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of packets matching the filter criteria configured for
the Content Destination."
::= { jnxDfcCDEntry 4 }
jnxDfcCDMatchedBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of bytes matching the filter criteria configured for
the Content Destination."
::= { jnxDfcCDEntry 5 }
jnxDfcCDCongestionNotification OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total number of Congestion Notifications sent to a configured
notification-recipient."
::= { jnxDfcCDEntry 6 }
--
-- DFC PIC Notification objects
--
jnxDfcNotifyVars OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Notification object definitions."
::= { jnxDfc 3 }
jnxDfcInterfaceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The textual name of the DFC interface."
::= { jnxDfcNotifyVars 1 }
jnxDfcInputPktRate OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"data packet rate (in packets per second)."
::= { jnxDfcNotifyVars 2 }
jnxDfcPpsSoftOverloadLowWatermark OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Configured lowest value for data packet rate (in packets
per second)."
::= { jnxDfcNotifyVars 3 }
jnxDfcPpsSoftOverloadHighWatermark OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Configured highest value for data packet rate (in packets
per second)."
::= { jnxDfcNotifyVars 4 }
jnxDfcPpsHardOverloadLowWatermark OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Recommended lowest value for data packet rate (in packets
per second)."
::= { jnxDfcNotifyVars 5 }
jnxDfcPpsHardOverloadHighWatermark OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Recommended highest value for data packet rate (in packets
per second)."
::= { jnxDfcNotifyVars 6 }
jnxDfcFlowsUsage OBJECT-TYPE
SYNTAX Unsigned32
UNITS "percent"
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"% usage of total number of flows in system."
::= { jnxDfcNotifyVars 7 }
jnxDfcCriteriaUsage OBJECT-TYPE
SYNTAX Unsigned32
UNITS "percent"
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"% usage of matching criteria for all filters."
::= { jnxDfcNotifyVars 8 }
jnxDfcMemSoftOverloadLowWatermark OBJECT-TYPE
SYNTAX Unsigned32
UNITS "percent"
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Configured lowest watermark percent for memory load."
::= { jnxDfcNotifyVars 9 }
jnxDfcMemSoftOverloadHighWatermark OBJECT-TYPE
SYNTAX Unsigned32
UNITS "percent"
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Configured highest watermark percent for memory load."
::= { jnxDfcNotifyVars 10 }
jnxDfcFlowLowWatermark OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Recommended lowest value for number of flows allowed in
the system."
::= { jnxDfcNotifyVars 11 }
jnxDfcFlowHighWatermark OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Recommended highest value for number of flows allowed in
the system."
::= { jnxDfcNotifyVars 12 }
jnxDfcCriteriaLowWatermark OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Recommended lowest value for number of criterias allowed
in the system."
::= { jnxDfcNotifyVars 13 }
jnxDfcCriteriaHighWatermark OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Recommended highest value for number of criterias allowed
in the system."
::= { jnxDfcNotifyVars 14 }
--
-- DFC PIC Notification definitions
--
jnxDfcNotificationPrefix OBJECT-IDENTITY
STATUS current
DESCRIPTION
"All DFC notifications are registered under this branch."
::= { jnxDfcNotifications 0 }
jnxDfcSoftPpsThresholdExceeded NOTIFICATION-TYPE
OBJECTS { jnxDfcInterfaceName,
jnxDfcInputPktRate,
jnxDfcPpsSoftOverloadLowWatermark,
jnxDfcPpsSoftOverloadHighWatermark}
STATUS current
DESCRIPTION
"Notification of input packet rate (in packet per second)
going beyond the configured limit."
::= { jnxDfcNotificationPrefix 1 }
jnxDfcSoftPpsUnderThreshold NOTIFICATION-TYPE
OBJECTS { jnxDfcInterfaceName,
jnxDfcInputPktRate,
jnxDfcPpsSoftOverloadLowWatermark,
jnxDfcPpsSoftOverloadHighWatermark}
STATUS current
DESCRIPTION
"Notification of input packet rate (in packet per second)
dropping back to below the configured limit."
::= { jnxDfcNotificationPrefix 2 }
jnxDfcHardPpsThresholdExceeded NOTIFICATION-TYPE
OBJECTS { jnxDfcInterfaceName,
jnxDfcInputPktRate,
jnxDfcPpsHardOverloadLowWatermark,
jnxDfcPpsHardOverloadHighWatermark}
STATUS current
DESCRIPTION
"Notification of input packet rate (in packet per second)
going beyond the recommended limit."
::= { jnxDfcNotificationPrefix 3 }
jnxDfcHardPpsUnderThreshold NOTIFICATION-TYPE
OBJECTS { jnxDfcInterfaceName,
jnxDfcInputPktRate,
jnxDfcPpsHardOverloadLowWatermark,
jnxDfcPpsHardOverloadHighWatermark}
STATUS current
DESCRIPTION
"Notification of input packet rate (in packet per second)
dropping back to below the recommended limit."
::= { jnxDfcNotificationPrefix 4 }
jnxDfcSoftMemThresholdExceeded NOTIFICATION-TYPE
OBJECTS { jnxDfcInterfaceName,
jnxDfcFlowsUsage,
jnxDfcCriteriaUsage,
jnxDfcMemSoftOverloadLowWatermark,
jnxDfcMemSoftOverloadHighWatermark}
STATUS current
DESCRIPTION
"Notification of memory overload condition i.e memory usage
is going beyond the configured limit."
::= { jnxDfcNotificationPrefix 5 }
jnxDfcSoftMemUnderThreshold NOTIFICATION-TYPE
OBJECTS { jnxDfcInterfaceName,
jnxDfcFlowsUsage,
jnxDfcCriteriaUsage,
jnxDfcMemSoftOverloadLowWatermark,
jnxDfcMemSoftOverloadHighWatermark}
STATUS current
DESCRIPTION
"Notification of memory usage dropping back to below the
configured limit."
::= { jnxDfcNotificationPrefix 6 }
jnxDfcHardMemThresholdExceeded NOTIFICATION-TYPE
OBJECTS { jnxDfcInterfaceName,
jnxDfcFlowsUsage,
jnxDfcFlowLowWatermark,
jnxDfcFlowHighWatermark,
jnxDfcCriteriaUsage,
jnxDfcCriteriaLowWatermark,
jnxDfcCriteriaHighWatermark}
STATUS current
DESCRIPTION
"Notification of memory overload condition i.e memory usage
is going beyond the recommended limit."
::= { jnxDfcNotificationPrefix 7 }
jnxDfcHardMemUnderThreshold NOTIFICATION-TYPE
OBJECTS { jnxDfcInterfaceName,
jnxDfcFlowsUsage,
jnxDfcFlowLowWatermark,
jnxDfcFlowHighWatermark,
jnxDfcCriteriaUsage,
jnxDfcCriteriaLowWatermark,
jnxDfcCriteriaHighWatermark}
STATUS current
DESCRIPTION
"Notification of memory usage dropping back to below the
recommended limit."
::= { jnxDfcNotificationPrefix 8 }
END
|