summaryrefslogtreecommitdiff
path: root/MIBS/junose/Juniper-SSC-CLIENT-MIB
blob: e72005dc682f23f0e36fb3d546cbfcb7d1729c95 (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

-- *****************************************************************************
-- Juniper-SSC-CLIENT-MIB
--
-- Juniper Networks Enterprise MIB
--   Service Selection Center (SSC) Client
--
-- Copyright (c) 2000, 2002 Unisphere Networks, Inc.
-- Copyright (c) 2002, 2003 Juniper Networks, Inc.
--   All Rights Reserved.
-- *****************************************************************************

Juniper-SSC-CLIENT-MIB  DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress, Counter32
        FROM SNMPv2-SMI
    DisplayString
        FROM SNMPv2-TC
    MODULE-COMPLIANCE, OBJECT-GROUP
        FROM SNMPv2-CONF
    JuniName
        FROM Juniper-TC
    juniMibs
        FROM Juniper-MIBs;

juniSscClientMIB  MODULE-IDENTITY
    LAST-UPDATED "200312181629Z"  -- 18-Dec-03 11:29 AM EST
    ORGANIZATION "Juniper Networks, Inc."
    CONTACT-INFO
        "       Juniper Networks, Inc.
        Postal: 10 Technology Park Drive
                Westford, MA  01886-3146
                USA
        Tel:    +1 978 589 5800
        Email:  mib@Juniper.net"
    DESCRIPTION
        "The Service Selection Center (SSC) Client MIB for the Juniper Networks
        enterprise."
    -- Revision History
    REVISION    "200312181629Z"  -- 18-Dec-03 11:29 AM EST  - JUNOSe 5.3
    DESCRIPTION
        "Obsoleted token and added discover scalar statistics."
    REVISION    "200209162144Z"  -- 16-Sep-02 05:44 PM EDT  - JUNOSe 5.0
    DESCRIPTION
        "Replaced Unisphere names with Juniper names."
    REVISION    "200201142015Z"  -- 14-Jan-02 03:15 PM EST  - JUNOSe 4.0
    DESCRIPTION
        "Added version number, local address and transport router name objects."
    REVISION    "200101232130Z"  -- 23-Jan-01 04:30 PM EST  - JUNOSe 3.1
    DESCRIPTION
        "Added DHCP-LS, Web and SSC support."
    REVISION    "200002172310Z"  -- 17-Feb-00  6:10 PM EST  - JUNOSe 2.0
    DESCRIPTION
        "Initial version of this MIB module."
    ::= { juniMibs 36 }


-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Managed objects
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniSscClientObjects      OBJECT IDENTIFIER ::= { juniSscClientMIB 1 }

juniSscClientCfg          OBJECT IDENTIFIER ::= { juniSscClientObjects 1 }
juniSscClientStatus       OBJECT IDENTIFIER ::= { juniSscClientObjects 2 }
juniSscClientStatistics   OBJECT IDENTIFIER ::= { juniSscClientObjects 3 }


--
-- Configuration scalars
--
juniSscClientCfgScalars   OBJECT IDENTIFIER ::= { juniSscClientCfg 1 }

juniSscClientServerSwitchoverTimeout  OBJECT-TYPE
    SYNTAX      Integer32 (5..300)
    UNITS       "seconds"
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The server switchover timeout in seconds.  The SSC Client begins with
        the primary server and proceeds rotationally to secondary, tertiary,
        primary, etc. as timeouts occur."
    ::= { juniSscClientCfgScalars 1 }

juniSscClientPrimaryAddress  OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The IP address of the primary SSC server.  A value of 0.0.0.0 indicates
        the server address is unconfigured."
    ::= { juniSscClientCfgScalars 2 }

juniSscClientPrimaryPort  OBJECT-TYPE
    SYNTAX      Integer32 (0..65535)
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The TCP port number for the primary SSC server.  A value of zero
        indicates the port is unconfigured."
    ::= { juniSscClientCfgScalars 3 }

juniSscClientSecondaryAddress  OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The IP address of the secondary SSC server.  A value of 0.0.0.0
        indicates the server address is unconfigured."
    ::= { juniSscClientCfgScalars 4 }

juniSscClientSecondaryPort  OBJECT-TYPE
    SYNTAX      Integer32 (0..65535)
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The TCP port number of the secondary SSC server.  A value of zero
        indicates the port is unconfigured."
    ::= { juniSscClientCfgScalars 5 }

juniSscClientTertiaryAddress  OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The IP address of the tertiary SSC server.  A value of 0.0.0.0
        indicates the server address is unconfigured."
    ::= { juniSscClientCfgScalars 6 }

juniSscClientTertiaryPort  OBJECT-TYPE
    SYNTAX      Integer32 (0..65535)
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The TCP port number of the tertiary SSC server.  A value of zero
        indicates the port is unconfigured."
    ::= { juniSscClientCfgScalars 7 }

juniSscClientLocalAddress  OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The local IP address binding of the server connection.  A value of
        0.0.0.0 indicates the local address is unconfigured."
    ::= { juniSscClientCfgScalars 8 }

juniSscClientTransportRouterName  OBJECT-TYPE
    SYNTAX      JuniName
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
        "The name of the router to be used as the transport for the server
        connection."
    ::= { juniSscClientCfgScalars 9 }


--
-- Status objects
--
juniSscClientStatusScalars    OBJECT IDENTIFIER ::= { juniSscClientStatus 1 }

juniSscClientConnectionState  OBJECT-TYPE
    SYNTAX      INTEGER {
                    disconnected(0),
                    trying(1),
                    connected(2) }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The connection state of the SSC Client:
            disconnected    Not connected to a SSC server.
            trying          Attempting a connection to a server.
            connected       Connected to a server.

        When this object has the value 'connected', the active server address
        and TCP port are reported in juniSscClientActiveAddress and
        juniSscClientActivePort, respectively."
    ::= { juniSscClientStatusScalars 1 }

juniSscClientActiveAddress  OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The IP address of the SSC server currently in use.  A value of 0.0.0.0
        indicates no server is in use."
    ::= { juniSscClientStatusScalars 2 }

juniSscClientActivePort  OBJECT-TYPE
    SYNTAX      Integer32 (0..65535)
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The TCP port number for the SSC server currently in use.  A value of
        zero indicates no server is in use."
    ::= { juniSscClientStatusScalars 3 }

juniSscClientVersion  OBJECT-TYPE
    SYNTAX      DisplayString (SIZE(0..16))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The version number for the SSC server currently in use."
    ::= { juniSscClientStatusScalars 4 }


--
-- Statistics Objects
--
juniSscClientStatisticsScalars  OBJECT IDENTIFIER
    ::= { juniSscClientStatistics 1 }

juniSscClientPolicyCommandsReceived  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of policy command packets received from the SSC."
    ::= { juniSscClientStatisticsScalars 1 }

juniSscClientPolicyCommandsListReceived  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of policy command packets received from the SSC with subtype
        LIST."
    ::= { juniSscClientStatisticsScalars 2 }

juniSscClientPolicyCommandsAcctReceived  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of policy command packets received from the SSC with subtype
        ACCOUTING."
    ::= { juniSscClientStatisticsScalars 3 }

juniSscClientBadPolicyCommandsReceived  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of policy command packets received from the SSC that
        included rules that were in error."
    ::= { juniSscClientStatisticsScalars 4 }

juniSscClientErrorPolicyCommandsReceived  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of policy command packets received from the SSC indicating
        an error from the SSC."
    ::= { juniSscClientStatisticsScalars 5 }

juniSscClientPolicyReportsSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of policy report packets sent to the SSC."
    ::= { juniSscClientStatisticsScalars 6 }

juniSscClientConnectionOpenRequests  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of connection open requests sent to the SSC."
    ::= { juniSscClientStatisticsScalars 7 }

juniSscClientConnectionOpenCompletes  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of connections to the SSC that open successfully."
    ::= { juniSscClientStatisticsScalars 8 }

juniSscClientConnectionClosedSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of connection close indications that were sent to the SSC."
    ::= { juniSscClientStatisticsScalars 9 }

juniSscClientConnectionClosedRemotely  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of connection close indications that were received from the
        SSC."
    ::= { juniSscClientStatisticsScalars 10 }

juniSscClientCreateInterfacesSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of interface creation indications that were sent to the SSC.
        This indicates the transition of an interface to an UP state."
    ::= { juniSscClientStatisticsScalars 11 }

juniSscClientDeleteInterfacesSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of delete interface indications that were sent to the SSC.
        This indicates the transition of an interface to an DOWN state."
    ::= { juniSscClientStatisticsScalars 12 }

juniSscClientActiveIpInterfaces  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of currently active IP interfaces that the SSC Client is
        aware of."
    ::= { juniSscClientStatisticsScalars 13 }

juniSscClientIpInterfaceTransitions  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of IP interface transitions that have been tracked by the
        SSC Client."
    ::= { juniSscClientStatisticsScalars 14 }

juniSscClientSynchronizesReceived  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of synchronization requests received from the SSC."
    ::= { juniSscClientStatisticsScalars 15 }

juniSscClientSynchronizeCompletesSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of synchronization complete packets sent to the SSC."
    ::= { juniSscClientStatisticsScalars 16 }

juniSscClientInternalErrors  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of internal errors tracked by the SSC Client."
    ::= { juniSscClientStatisticsScalars 17 }

juniSscClientCommunicationErrors  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of lower layer communication errors tracked by the SSC
        Client."
    ::= { juniSscClientStatisticsScalars 18 }

juniSscClientTokensSeen  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "The number of tokens seen by the SSC client."
    ::= { juniSscClientStatisticsScalars 19 }

juniSscClientActiveTokens  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "The number of tokens that the SSC client is currently aware of."
    ::= { juniSscClientStatisticsScalars 20 }

juniSscClientTokenTransitions  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "The number of tokens transitions that have occurred."
    ::= { juniSscClientStatisticsScalars 21 }

juniSscClientCreateTokensSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "The number of token creation indications that were sent to the SSC.
        This indicates the transition of a token to an UP state."
    ::= { juniSscClientStatisticsScalars 22 }

juniSscClientDeleteTokensSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "The number of delete token indications that were sent to the SSC.  This
        indicates the transition of a token to an DOWN state."
    ::= { juniSscClientStatisticsScalars 23 }

juniSscClientActiveAddresses  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of addresses that the SSC client is currently aware of."
    ::= { juniSscClientStatisticsScalars 24 }

juniSscClientAddressTransitions  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of address transitions that have occurred."
    ::= { juniSscClientStatisticsScalars 25 }

juniSscClientCreateAddressesSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of address creation indications that were sent to the SSC.
        This indicates the transition of an address to an UP state."
    ::= { juniSscClientStatisticsScalars 26 }

juniSscClientDeleteAddressesSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of delete address indications that were sent to the SSC.
        This indicates the transition of an address to an DOWN state."
    ::= { juniSscClientStatisticsScalars 27 }

juniSscClientAuthenticationSuccesses  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "The number of tokens which were authenticated successfully."
    ::= { juniSscClientStatisticsScalars 28 }

juniSscClientAuthenticationFailures  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      obsolete
    DESCRIPTION
        "The number of tokens which were not authenticated successfully."
    ::= { juniSscClientStatisticsScalars 29 }

juniSscClientDiscoversSeen  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of discovers seen by the SSC client."
    ::= { juniSscClientStatisticsScalars 30 }

juniSscClientActiveDiscovers  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of discovers that the SSC client is currently aware of."
    ::= { juniSscClientStatisticsScalars 31 }

juniSscClientDiscoverTransitions  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of discover transitions that have occurred."
    ::= { juniSscClientStatisticsScalars 32 }

juniSscClientCreateDiscoversSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of discover creation indications that were sent to the SSC."
    ::= { juniSscClientStatisticsScalars 33 }

juniSscClientDeleteDiscoversSent  OBJECT-TYPE
    SYNTAX      Counter32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The number of delete discover indications that were sent to the SSC."
    ::= { juniSscClientStatisticsScalars 34 }


-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Notifications
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- No notifications are defined in this MIB.  Placeholders follow.
-- juniSscClientTrapControl      OBJECT IDENTIFIER ::= { juniSscClientMIB 2 }
-- juniSscClientTraps            OBJECT IDENTIFIER ::= { juniSscClientMIB 3 }
-- juniSscClientTrapPrefix       OBJECT IDENTIFIER ::= { juniSscClientTraps 0 }


-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Conformance information
-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
juniSscClientMIBConformance  OBJECT IDENTIFIER
    ::= { juniSscClientMIB 4 }
juniSscClientMIBCompliances  OBJECT IDENTIFIER
    ::= { juniSscClientMIBConformance 1 }
juniSscClientMIBGroups       OBJECT IDENTIFIER
    ::= { juniSscClientMIBConformance 2 }

--
-- compliance statements
--
juniSscClientAuthCompliance  MODULE-COMPLIANCE
    STATUS      obsolete
    DESCRIPTION
        "Obsolete compliance statement for authentication clients implementing
        the Juniper SSC Client MIB authentication functionality.  This statement
        became obsolete when DHCP-LS, Web and SSC support objects were added."
    MODULE   -- this module
        MANDATORY-GROUPS {
            juniSscClientGroup }
    ::= { juniSscClientMIBCompliances 1 }                          -- JUNOSe 2.0

juniSscClientAuthCompliance2  MODULE-COMPLIANCE
    STATUS      obsolete
    DESCRIPTION
        "Obsolete compliance statement for authentication clients implementing
        the Juniper SSC Client MIB authentication functionality.  This statement
        became obsolete when the version number, local address and transport
        router name objects were added."
    MODULE   -- this module
        MANDATORY-GROUPS {
            juniSscClientGroup2 }
    ::= { juniSscClientMIBCompliances 2 }                          -- JUNOSe 3.1

juniSscClientAuthCompliance3 MODULE-COMPLIANCE
    STATUS      obsolete
    DESCRIPTION
        "Obsolete compliance statement for clients implementing the Juniper SSC
        Client MIB functionality.  This statement became obsolete when token
        scalar statistics were obsoleted and discover scalar statistics were
        added."
    MODULE   -- this module
        MANDATORY-GROUPS {
            juniSscClientGroup3 }
    ::= { juniSscClientMIBCompliances 3 }                          -- JUNOSe 4.0

juniSscClientAuthCompliance4 MODULE-COMPLIANCE
    STATUS      current
    DESCRIPTION
        "The compliance statement for clients implementing the Juniper SSC
        Client MIB functionality."
    MODULE   -- this module
        MANDATORY-GROUPS {
            juniSscClientGroup4 }
    ::= { juniSscClientMIBCompliances 4 }                          -- JUNOSe 5.3


--
-- units of conformance
--
juniSscClientGroup OBJECT-GROUP
    OBJECTS {
        juniSscClientServerSwitchoverTimeout,
        juniSscClientPrimaryAddress,
        juniSscClientPrimaryPort,
        juniSscClientSecondaryAddress,
        juniSscClientSecondaryPort,
        juniSscClientTertiaryAddress,
        juniSscClientTertiaryPort,
        juniSscClientActiveAddress,
        juniSscClientConnectionState,
        juniSscClientActivePort,
        juniSscClientPolicyCommandsReceived,
        juniSscClientPolicyCommandsListReceived,
        juniSscClientPolicyCommandsAcctReceived,
        juniSscClientBadPolicyCommandsReceived,
        juniSscClientErrorPolicyCommandsReceived,
        juniSscClientPolicyReportsSent,
        juniSscClientConnectionOpenRequests,
        juniSscClientConnectionOpenCompletes,
        juniSscClientConnectionClosedSent,
        juniSscClientConnectionClosedRemotely,
        juniSscClientCreateInterfacesSent,
        juniSscClientDeleteInterfacesSent,
        juniSscClientActiveIpInterfaces,
        juniSscClientIpInterfaceTransitions,
        juniSscClientSynchronizesReceived,
        juniSscClientSynchronizeCompletesSent,
        juniSscClientInternalErrors,
        juniSscClientCommunicationErrors }
    STATUS      obsolete
    DESCRIPTION
        "Obsolete collection of objects providing management of SSC Clients.
        This group became obsolete when DHCP-LS, Web and SSC support objects
        were added."
    ::= { juniSscClientMIBGroups 1 }                               -- JUNOSe 2.0

juniSscClientGroup2 OBJECT-GROUP
    OBJECTS {
        juniSscClientServerSwitchoverTimeout,
        juniSscClientPrimaryAddress,
        juniSscClientPrimaryPort,
        juniSscClientSecondaryAddress,
        juniSscClientSecondaryPort,
        juniSscClientTertiaryAddress,
        juniSscClientTertiaryPort,
        juniSscClientActiveAddress,
        juniSscClientConnectionState,
        juniSscClientActivePort,
        juniSscClientPolicyCommandsReceived,
        juniSscClientPolicyCommandsListReceived,
        juniSscClientPolicyCommandsAcctReceived,
        juniSscClientBadPolicyCommandsReceived,
        juniSscClientErrorPolicyCommandsReceived,
        juniSscClientPolicyReportsSent,
        juniSscClientConnectionOpenRequests,
        juniSscClientConnectionOpenCompletes,
        juniSscClientConnectionClosedSent,
        juniSscClientConnectionClosedRemotely,
        juniSscClientCreateInterfacesSent,
        juniSscClientDeleteInterfacesSent,
        juniSscClientActiveIpInterfaces,
        juniSscClientIpInterfaceTransitions,
        juniSscClientSynchronizesReceived,
        juniSscClientSynchronizeCompletesSent,
        juniSscClientInternalErrors,
        juniSscClientCommunicationErrors,
        juniSscClientTokensSeen,
        juniSscClientActiveTokens,
        juniSscClientTokenTransitions,
        juniSscClientCreateTokensSent,
        juniSscClientDeleteTokensSent,
        juniSscClientActiveAddresses,
        juniSscClientAddressTransitions,
        juniSscClientCreateAddressesSent,
        juniSscClientDeleteAddressesSent,
        juniSscClientAuthenticationSuccesses,
        juniSscClientAuthenticationFailures }
    STATUS      obsolete
    DESCRIPTION
        "Obsolete collection of objects providing management of SSC Clients.
        This group became obsolete when version number, local address and
        transport router name objects were added."
    ::= { juniSscClientMIBGroups 2 }                               -- JUNOSe 3.1

juniSscClientGroup3 OBJECT-GROUP
    OBJECTS {
        juniSscClientServerSwitchoverTimeout,
        juniSscClientPrimaryAddress,
        juniSscClientPrimaryPort,
        juniSscClientSecondaryAddress,
        juniSscClientSecondaryPort,
        juniSscClientTertiaryAddress,
        juniSscClientTertiaryPort,
        juniSscClientLocalAddress,
        juniSscClientTransportRouterName,
        juniSscClientActiveAddress,
        juniSscClientConnectionState,
        juniSscClientActivePort,
        juniSscClientVersion,
        juniSscClientPolicyCommandsReceived,
        juniSscClientPolicyCommandsListReceived,
        juniSscClientPolicyCommandsAcctReceived,
        juniSscClientBadPolicyCommandsReceived,
        juniSscClientErrorPolicyCommandsReceived,
        juniSscClientPolicyReportsSent,
        juniSscClientConnectionOpenRequests,
        juniSscClientConnectionOpenCompletes,
        juniSscClientConnectionClosedSent,
        juniSscClientConnectionClosedRemotely,
        juniSscClientCreateInterfacesSent,
        juniSscClientDeleteInterfacesSent,
        juniSscClientActiveIpInterfaces,
        juniSscClientIpInterfaceTransitions,
        juniSscClientSynchronizesReceived,
        juniSscClientSynchronizeCompletesSent,
        juniSscClientInternalErrors,
        juniSscClientCommunicationErrors,
        juniSscClientTokensSeen,
        juniSscClientActiveTokens,
        juniSscClientTokenTransitions,
        juniSscClientCreateTokensSent,
        juniSscClientDeleteTokensSent,
        juniSscClientActiveAddresses,
        juniSscClientAddressTransitions,
        juniSscClientCreateAddressesSent,
        juniSscClientDeleteAddressesSent,
        juniSscClientAuthenticationSuccesses,
        juniSscClientAuthenticationFailures }
    STATUS      obsolete
    DESCRIPTION
        "Obsolete collection of objects providing management of SSC Clients.
        This group became obsolete when token scalar statistics were obsoleted
        and discover scalar statistics were added."
    ::= { juniSscClientMIBGroups 3 }                               -- JUNOSe 4.0

juniSscClientGroup4 OBJECT-GROUP
    OBJECTS {
        juniSscClientServerSwitchoverTimeout,
        juniSscClientPrimaryAddress,
        juniSscClientPrimaryPort,
        juniSscClientSecondaryAddress,
        juniSscClientSecondaryPort,
        juniSscClientTertiaryAddress,
        juniSscClientTertiaryPort,
        juniSscClientLocalAddress,
        juniSscClientTransportRouterName,
        juniSscClientActiveAddress,
        juniSscClientConnectionState,
        juniSscClientActivePort,
        juniSscClientVersion,
        juniSscClientPolicyCommandsReceived,
        juniSscClientPolicyCommandsListReceived,
        juniSscClientPolicyCommandsAcctReceived,
        juniSscClientBadPolicyCommandsReceived,
        juniSscClientErrorPolicyCommandsReceived,
        juniSscClientPolicyReportsSent,
        juniSscClientConnectionOpenRequests,
        juniSscClientConnectionOpenCompletes,
        juniSscClientConnectionClosedSent,
        juniSscClientConnectionClosedRemotely,
        juniSscClientCreateInterfacesSent,
        juniSscClientDeleteInterfacesSent,
        juniSscClientActiveIpInterfaces,
        juniSscClientIpInterfaceTransitions,
        juniSscClientSynchronizesReceived,
        juniSscClientSynchronizeCompletesSent,
        juniSscClientInternalErrors,
        juniSscClientCommunicationErrors,
        juniSscClientActiveAddresses,
        juniSscClientAddressTransitions,
        juniSscClientCreateAddressesSent,
        juniSscClientDeleteAddressesSent,
        juniSscClientDiscoversSeen,
        juniSscClientActiveDiscovers,
        juniSscClientDiscoverTransitions,
        juniSscClientCreateDiscoversSent,
        juniSscClientDeleteDiscoversSent }
    STATUS      current
    DESCRIPTION
        "The basic collection of objects providing management of SSC Clients."
    ::= { juniSscClientMIBGroups 4 }                               -- JUNOSe 5.3

END