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
|
-- *****************************************************************************
-- Juniper-Policy-Manager-CONF
--
-- SNMP Agent Capabilities definitions for the Policy Manager MIB.
--
-- Copyright (c) 2001, 2002 Unisphere Networks, Inc.
-- Copyright (c) 2002, 2003, 2005 Juniper Networks, Inc.
-- All rights reserved.
-- *****************************************************************************
Juniper-Policy-Manager-CONF DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
juniAgents
FROM Juniper-Agents;
juniPolicyManagerAgent MODULE-IDENTITY
LAST-UPDATED "200508081821Z" -- 08-Aug-05 02:21 PM EDT
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
" Juniper Networks, Inc.
Postal: 10 Technology Park Drive
Westford, MA 01886-3146
USA
Tel: +1 978 589 5800
E-mail: mib@Juniper.net"
DESCRIPTION
"The agent capabilities definitions for the Policy Manager component of
the SNMP agent in the Juniper E-series family of products."
-- Revision History
REVISION "200508081821Z" -- 08-Aug-05 02:21 PM EDT - JUNOSe 7.2
DESCRIPTION
"Add support for ATM Cell Mode configuration."
REVISION "200502011558Z" -- 01-Feb-05 10:58 AM EST - JUNOSe x.y
DESCRIPTION
"Add attachment statistics preserve attribute."
REVISION "200310211920Z" -- 21-Oct-03 03:20 PM EDT - JUNOSe 5.3
DESCRIPTION
"Juniper-POLICY-MIB:
Policy precedence enhancements.
Route class policy feature support."
REVISION "200308261251Z" -- 26-Aug-03 08:51 AM EDT - JUNOSe 5.2
DESCRIPTION
"Juniper-POLICY-MIB:
Added new forward rules data objects."
REVISION "200209061654Z" -- 06-Sep-02 12:54 PM EDT - JUNOSe 5.0
DESCRIPTION
"Juniper-POLICY-MIB:
Replaced Unisphere names with Juniper names."
REVISION "200208021207Z" -- 02-Aug-02 08:07 AM EDT - JUNOSe 4.0
DESCRIPTION
"Juniper-POLICY-MIB:
Added a capabilities statement for traffic class rules management.
Extended rate limit profile objects.
Obsoleted policy traffic shaped capabilities."
REVISION "200109071527Z" -- 07-Sep-01 11:27 AM EDT - JUNOSe 3.2
DESCRIPTION
"The initial release of this management information module."
::= { juniAgents 31 }
-- *****************************************************************************
-- The basic Policy Manager SNMP Agent Capabilities definitions
-- *****************************************************************************
juniPolicyManagerBaseAgent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The basic Policy Manager component of the Policy Manager application.
MIB support for each specific policy rule type can run as a subcomponent
in addition to this base component."
::= { juniPolicyManagerAgent 1 }
juniPolicyManagerBaseAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the Policy Manager base component of the JUNOSe SNMP
agent. This version of the Policy Manager base component was supported
in JUNOSe 3.2 thru 5.2 system releases."
STATUS obsolete
DESCRIPTION
"The MIB groups supported by the SNMP agent for the base component of
the Policy Manager application in JUNOSe. These capabilities became
obsolete when support was added to separate precedence from policy
rule and apply it to classifier groups within a policy list."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniPolicyBaseGroup,
juniClassifierControlListGroup2,
juniPolicyIfAttachGroup,
juniPolicyAttachProfileGroup,
juniPolicyAttachStatisticsGroup }
::= { juniPolicyManagerBaseAgent 1 }
juniPolicyManagerBaseAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the Policy Manager base component of the JUNOSe SNMP
agent. This version of the Policy Manager base component is supported
in JUNOSe 5.3 and subsequent system releases."
STATUS obsolete
DESCRIPTION
"The MIB groups supported by the SNMP agent for the base component of
the Policy Manager application in JUNOSe. These capabilities became
obsolete when support was added for client based policy sharing."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniPolicyBaseGroup2,
juniPolicyClaclGrpGroup,
juniClassifierControlListGroup3,
juniPolicyIfAttachGroup,
juniPolicyAttachProfileGroup,
juniPolicyAttachStatisticsGroup2 }
::= { juniPolicyManagerBaseAgent 2 }
juniPolicyManagerBaseAgentV3 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 3 of the Policy Manager base component of the JUNOSe SNMP
agent. This version of the Policy Manager base component is supported
in JUNOSe 6.2 and subsequent system releases."
STATUS obsolete
DESCRIPTION
"The MIB groups supported by the SNMP agent for the base component of
the Policy Manager application in JUNOSe. These capabilities became
obsolete when support was added to allow consideration for ATM cell
tax when calculating statistics and rate limiting."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniPolicyBaseGroup2,
juniPolicyClaclGrpGroup,
juniClassifierControlListGroup3,
juniPolicyIfAttachGroup2,
juniPolicyAttachProfileGroup,
juniPolicyAttachStatisticsGroup2 }
::= { juniPolicyManagerBaseAgent 2 }
juniPolicyManagerBaseAgentV4 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 4 of the Policy Manager base component of the JUNOSe SNMP
agent. This version of the Policy Manager base component is supported
in JUNOSe 7.2 and subsequent system releases."
STATUS current
DESCRIPTION
"The MIB groups supported by the SNMP agent for the base component of
the Policy Manager application in JUNOSe."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniPolicyBaseGroup3,
juniPolicyClaclGrpGroup,
juniClassifierControlListGroup3,
juniPolicyIfAttachGroup2,
juniPolicyAttachProfileGroup,
juniPolicyAttachStatisticsGroup2 }
::= { juniPolicyManagerBaseAgent 2 }
-- *****************************************************************************
-- The rate limit Policy Manager agent capabilities.
-- *****************************************************************************
juniPolicyManagerRateLimitAgent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The rate limit policy management component of the Policy Manager
application. MIB support for this specific policy rule type
subcomponent can run independently of the other subcomponents but
requires the base component."
::= { juniPolicyManagerAgent 2 }
juniPolicyManagerRateLimitAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the rate limit management subcomponent of the Policy
Manager component of the JUNOSe SNMP agent. This version of the rate
limit policy management subcomponent was supported in JUNOSe 3.2 and
subsequent 3.x system releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the rate limit policy
management subcomponent of the Policy Manager application in JUNOSe.
These capabilities became obsolete when support was added for new rate
limit objects."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniRateLimitGroup }
::= { juniPolicyManagerRateLimitAgent 1 }
juniPolicyManagerRateLimitAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the rate limit management subcomponent of the Policy
Manager component of the JUNOSe SNMP agent. This version of the rate
limit policy management subcomponent was supported in JUNOSe 4.0 thru
5.2 system releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the rate limit policy
management subcomponent of the Policy Manager application in JUNOSe.
These capabilities became obsolete when support was added to separate
precedence from policy rule and apply it to classifier groups within a
policy list."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniRateLimitGroup2 }
::= { juniPolicyManagerRateLimitAgent 2 }
juniPolicyManagerRateLimitAgentV3 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 3 of the rate limit management subcomponent of the Policy
Manager component of JUNOSe SNMP agent. This version of the rate limit
policy management subcomponent is supported in the Juniper RX 5.3 and
subsequent system releases."
STATUS current
DESCRIPTION
"The MIB group supported by the SNMP agent for the rate limit policy
management subcomponent of the Policy Manager application in JUNOSe."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniRateLimitGroup2, -- deprecated
juniRateLimitGroup3 }
::= { juniPolicyManagerRateLimitAgent 3 }
-- *****************************************************************************
-- The traffic shape Policy Manager agent capabilities.
-- *****************************************************************************
juniPolicyManagerTrafficShapeAgent OBJECT-IDENTITY
STATUS obsolete
DESCRIPTION
"The traffic shape policy management component of the Policy Manager
application. MIB support for this specific policy rule type
subcomponent can run independently of the other subcomponents but
requires the base component."
::= { juniPolicyManagerAgent 3 }
juniPolicyManagerTrafficShapeAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the traffic shape management subcomponent of the Policy
Manager component of the JUNOSe SNMP agent. This version of the traffic
shape policy management subcomponent was supported in JUNOSe 3.2 and
subsequent 3.x system releases. "
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the traffic shape policy
management subcomponent of the Policy Manager application in JUNOSe.
These capabilities became obsolete when the policy shaper capability was
moved into the quality of service component."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniTrafficShapeGroup }
::= { juniPolicyManagerTrafficShapeAgent 1 }
-- *****************************************************************************
-- The log rules Policy Manager agent capabilities.
-- *****************************************************************************
juniPolicyManagerLogRulesAgent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The log policy rules component of the Policy Manager application. MIB
support for this specific policy rule type subcomponent requires the
base component but can run independently of the other subcomponents."
::= { juniPolicyManagerAgent 4 }
juniPolicyManagerLogRulesAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the log rules subcomponent of the Policy Manager component
of the JUNOSe SNMP agent. This version of the log policy rules
subcomponent was supported in JUNOSe 3.2 thru 5.2 system releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the log policy rules
subcomponent of the Policy Manager application in JUNOSe. These
capabilities became obsolete when support was added to separate
precedence from policy rule and apply it to classifier groups within a
policy list."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniLogRuleGroup }
::= { juniPolicyManagerLogRulesAgent 1 }
juniPolicyManagerLogRulesAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the log rules subcomponent of the Policy Manager component
of the JUNOSe SNMP agent. This version of the log policy rules
subcomponent is supported in JUNOSe 5.3 and subsequent system releases."
STATUS current
DESCRIPTION
"The MIB group supported by the SNMP agent for the log policy rules
subcomponent of the Policy Manager application in JUNOSe."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniLogRuleGroup, -- deprecated
juniLogRuleGroup2 }
::= { juniPolicyManagerLogRulesAgent 2 }
-- *****************************************************************************
-- The next-hop rules Policy Manager agent capabilities.
-- *****************************************************************************
juniPolicyManagerNextHopRulesAgent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The next-hop policy rules component of the Policy Manager application.
MIB support for this specific policy rule type subcomponent can run
independently of the other subcomponents but requires the base
component."
::= { juniPolicyManagerAgent 5 }
juniPolicyManagerNextHopRulesAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the next-hop rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the next-hop policy
rules subcomponent was supported in JUNOSe 3.2 thru 5.2 system
releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the next-hop policy rules
subcomponent of the Policy Manager application in JUNOSe. These
capabilities became obsolete when support was added to separate
precedence from policy rule and apply it to classifier groups within a
policy list."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniNextHopRulesGroup }
::= { juniPolicyManagerNextHopRulesAgent 1 }
juniPolicyManagerNextHopRulesAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the next-hop rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the next-hop policy
rules subcomponent is supported in JUNOSe 5.3 and subsequent system
releases."
STATUS current
DESCRIPTION
"The MIB group supported by the SNMP agent for the next-hop policy rules
subcomponent of the Policy Manager application in the JUNOSe."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniNextHopRulesGroup, -- deprecated
juniNextHopRulesGroup2 }
::= { juniPolicyManagerNextHopRulesAgent 2 }
-- *****************************************************************************
-- The filter rules Policy Manager agent capabilities.
-- *****************************************************************************
juniPolicyManagerFilterRulesAgent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The filter policy rules component of the Policy Manager application.
MIB support for this specific policy rule type subcomponent requires the
base component but can run independently of the other subcomponents."
::= { juniPolicyManagerAgent 6 }
juniPolicyManagerFilterRulesAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the filter rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the filter policy
rules subcomponent is supported in JUNOSe 3.2 thru 5.2 system releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the filter policy rules
subcomponent of the Policy Manager application in JUNOSe. These
capabilities became obsolete when support was added to separate
precedence from policy rule and apply it to classifier groups within a
policy list."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniFilterRulesGroup }
::= { juniPolicyManagerFilterRulesAgent 1 }
juniPolicyManagerFilterRulesAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the filter rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the filter policy
rules subcomponent is supported in JUNOSe 5.3 and subsequent system
releases."
STATUS current
DESCRIPTION
"The MIB group supported by the SNMP agent for the filter policy rules
subcomponent of the Policy Manager application in the JUNOSe."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniFilterRulesGroup, -- deprecated
juniFilterRulesGroup2 }
::= { juniPolicyManagerFilterRulesAgent 2 }
-- *****************************************************************************
-- The next-interface rules Policy Manager agent capabilities.
-- *****************************************************************************
juniPolicyManagerNextInterfaceRulesAgent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The next-interface policy rules component of the Policy Manager
application. MIB support for this specific policy rule type
subcomponent requires the base component but can run independently of
the other subcomponents."
::= { juniPolicyManagerAgent 7 }
juniPolicyManagerNextInterfaceRulesAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the next-interface rules subcomponent of the Policy
Manager component of the JUNOSe SNMP agent. This version of the
next-interface policy rules subcomponent was supported in JUNOSe 3.2
thru 5.2 system releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the next-interface policy
rules subcomponent of the Policy Manager application in JUNOSe. These
capabilities became obsolete when support was added to separate
precedence from policy rule and apply it to classifier groups within a
policy list."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniNextInterfaceRulesGroup }
::= { juniPolicyManagerNextInterfaceRulesAgent 1 }
juniPolicyManagerNextInterfaceRulesAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the next-interface rules subcomponent of the Policy
Manager component of the JUNOSe SNMP agent. This version of the
next-interface policy rules subcomponent is supported in JUNOSe 5.3 and
subsequent system releases."
STATUS current
DESCRIPTION
"The MIB group supported by the SNMP agent for the next-interface policy
rules subcomponent of the Policy Manager application in JUNOSe."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniNextInterfaceRulesGroup, -- deprecated
juniNextInterfaceRulesGroup2 }
::= { juniPolicyManagerNextInterfaceRulesAgent 2 }
-- *****************************************************************************
-- The marking rules Policy Manager agent capabilities.
-- *****************************************************************************
juniPolicyManagerMarkingRulesAgent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The marking policy rules component of the Policy Manager application.
MIB support for this specific policy rule type subcomponent requires the
base component but can run independently of the other subcomponents."
::= { juniPolicyManagerAgent 8 }
juniPolicyManagerMarkingRulesAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the marking rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the marking policy
rules subcomponent was supported in JUNOSe 3.2 thru 5.2 system
releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the marking policy rules
subcomponent of the Policy Manager application in JUNOSe. These
capabilities became obsolete when support was added to separate
precedence from policy rule and apply it to classifier groups within a
policy list."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniMarkingRulesGroup }
::= { juniPolicyManagerMarkingRulesAgent 1 }
juniPolicyManagerMarkingRulesAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the marking rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the marking policy
rules subcomponent is supported in JUNOSe 5.3 and subsequent system
releases."
STATUS current
DESCRIPTION
"The MIB group supported by the SNMP agent for the marking policy rules
subcomponent of the Policy Manager application in JUNOSe."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniMarkingRulesGroup, -- deprecated
juniMarkingRulesGroup2 }
::= { juniPolicyManagerMarkingRulesAgent 2 }
-- *****************************************************************************
-- The forward rules Policy Manager agent capabilities.
-- *****************************************************************************
juniPolicyManagerForwardRulesAgent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The forward policy rules component of the Policy Manager application.
MIB support for this specific policy rule type subcomponent requires the
base component but can run independently of the other subcomponents."
::= { juniPolicyManagerAgent 9 }
juniPolicyManagerForwardRulesAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the forward rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the forward policy
rules subcomponent was supported in JUNOSe 3.2 thru 5.1 system
releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the forward policy rules
subcomponent of the Policy Manager application in JUNOSe. These
capabilities became obsolete when support was added for new forward
rules objects."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniForwardRulesGroup }
::= { juniPolicyManagerForwardRulesAgent 1 }
juniPolicyManagerForwardRulesAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the forward rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the forward policy
rules subcomponent was supported in JUNOSe 5.2 system releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the forward policy rules
subcomponent of the Policy Manager application in JUNOSe. These
capabilities became obsolete when support was added to separate
precedence from policy rule and apply it to classifier groups within a
policy list."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniForwardRulesGroup }
::= { juniPolicyManagerForwardRulesAgent 2 }
juniPolicyManagerForwardRulesAgentV3 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 3 of the forward rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the forward policy
rules subcomponent is supported in JUNOSe 5.3 and subsequent system
releases."
STATUS current
DESCRIPTION
"The MIB group supported by the SNMP agent for the forward policy rules
subcomponent of the Policy Manager application in JUNOSe."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniForwardRulesGroup2, -- deprecated
juniForwardRulesGroup3 }
::= { juniPolicyManagerForwardRulesAgent 3 }
-- *****************************************************************************
-- The color rules Policy Manager agent capabilities.
-- *****************************************************************************
juniPolicyManagerColorRulesAgent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The color policy rules component of the Policy Manager application.
MIB support for this specific policy rule type subcomponent requires the
base component but can run independently of the other subcomponents."
::= { juniPolicyManagerAgent 10 }
juniPolicyManagerColorRulesAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the color rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the color policy
rules subcomponent was supported in JUNOSe 3.2 thru 5.2 system
releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the color policy rules
subcomponent of the Policy Manager application in JUNOSe. These
capabilities became obsolete when support was added to separate
precedence from policy rule and apply it to classifier groups within a
policy list."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniColorRulesGroup }
::= { juniPolicyManagerColorRulesAgent 1 }
juniPolicyManagerColorRulesAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the color rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the color policy
rules subcomponent is supported in JUNOSe 5.3 and subsequent system
releases."
STATUS current
DESCRIPTION
"The MIB group supported by the SNMP agent for the color policy rules
subcomponent of the Policy Manager application in JUNOSe."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniColorRulesGroup, -- deprecated
juniColorRulesGroup2 }
::= { juniPolicyManagerColorRulesAgent 2 }
-- *****************************************************************************
-- The traffic class rules Policy Manager agent capabilities.
-- *****************************************************************************
juniPolicyManagerTrafficClassRulesAgent OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The traffic class policy rules component of the Policy Manager
application. MIB support for this specific policy rule type
subcomponent requires the base component but can run independently of
the other subcomponents."
::= { juniPolicyManagerAgent 11 }
juniPolicyManagerTrafficClassRulesAgentV1 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 1 of the traffic class rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the traffic class
policy rules subcomponent was supported in JUNOSe 4.0 thru 5.2 system
releases."
STATUS obsolete
DESCRIPTION
"The MIB group supported by the SNMP agent for the traffic class policy
rules subcomponent of the Policy Manager application in JUNOSe. These
capabilities became obsolete when support was added to separate
precedence from policy rule and apply it to classifier groups within a
policy list."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniTrafficClassRulesGroup }
::= { juniPolicyManagerTrafficClassRulesAgent 1 }
juniPolicyManagerTrafficClassRulesAgentV2 AGENT-CAPABILITIES
PRODUCT-RELEASE
"Version 2 of the traffic class rules subcomponent of the Policy Manager
component of the JUNOSe SNMP agent. This version of the traffic class
policy rules subcomponent is supported in JUNOSe 5.3 and subsequent
system releases."
STATUS current
DESCRIPTION
"The MIB group supported by the SNMP agent for the traffic class policy
rules subcomponent of the Policy Manager application in the JUNOSe."
SUPPORTS Juniper-POLICY-MIB
INCLUDES {
juniTrafficClassRulesGroup, -- deprecated
juniTrafficClassRulesGroup2 }
::= { juniPolicyManagerTrafficClassRulesAgent 2 }
END
|