summaryrefslogtreecommitdiff
path: root/MIBS/arris/ARRIS-C3-SM-MIB
blob: ec403b12561db2dc7c8b5abfa9b9f73bad16d664 (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
ARRIS-C3-SM-MIB DEFINITIONS ::= BEGIN

IMPORTS
    enterprises, MODULE-IDENTITY, OBJECT-TYPE, 
    Unsigned32, Integer32, NOTIFICATION-TYPE
        FROM SNMPv2-SMI
    OBJECT-GROUP, MODULE-COMPLIANCE
        FROM SNMPv2-CONF
    DateAndTime,
    TruthValue
        FROM SNMPv2-TC
    cmtsC3
        FROM ARRIS-MIB;

    cmtsC3SMMIB  MODULE-IDENTITY
        LAST-UPDATED "200311250000Z" -- 25th Nov 2003
        ORGANIZATION "Arris International"
        CONTACT-INFO
            "   Network Management
                Postal: Arris International.
                        4400 Cork Airport Business Park
                        Cork Airport, Kinsale Road
                        Cork, Ireland.
                Tel:    +353 21 7305 800
                Fax:    +353 21 4321 972"

        DESCRIPTION
            "This MIB manages the System Manager
            software on the Arris CMTS C3"
        ::= { cmtsC3 4 }

    dcxSMObjects OBJECT IDENTIFIER ::= { cmtsC3SMMIB 1 }

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- Boot
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    dcxSMBootGroup OBJECT IDENTIFIER ::= { dcxSMObjects 1 }

    dcxSMBootDevice OBJECT-TYPE
        SYNTAX INTEGER {
                nfs (1),
                tftp (2),
                ftp (3),
                diskAlternative (4),
                diskCurrent (5)
        }
        MAX-ACCESS  read-write
        STATUS      current
        DESCRIPTION
            "Specify device CMTS will by default boot from"
        ::= { dcxSMBootGroup 1 } 

    dcxSMBootHostname OBJECT-TYPE
        SYNTAX IpAddress
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "Ip address of tftp, nfs, ftp server,
            ignored when booting from flash disk"
        ::= { dcxSMBootGroup 2 }      
        
    dcxSMBootUsername OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (0..20))
            MAX-ACCESS      read-write
            STATUS          current
            DESCRIPTION 
                "User name for tftp, ftp, nfs server,
                ignored when booting from flash disk"
            ::= { dcxSMBootGroup 3 }      
            
    dcxSMBootPassword OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (0..32))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "User password for tftp, ftp, nfs server,
            ignored when booting from flash disk"
        ::= { dcxSMBootGroup 4 }      
        
    dcxSMBootPath OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (0..80))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "Boot path for image file on tftp,
            ftp, nfs server, ignored when 
            booting from flash disk"
        ::= { dcxSMBootGroup 5 }      
        
    dcxSMEnetMgmtInterface OBJECT-TYPE
        SYNTAX INTEGER{
            outOfBand(0),
            inBand(1)                  
        }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Specify Cmts management interface"
        ::= { dcxSMBootGroup 6 }

    dcxSMRebootAction OBJECT-TYPE 
        SYNTAX INTEGER{
            nil(1),
            rebootNow(2) 
        }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "Force a reboot of the CMTS"
        ::= { dcxSMBootGroup 7 }
    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- Config File boot
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    dcxSMConfigFileBootGroup OBJECT IDENTIFIER ::= { dcxSMObjects 2 }

    dcxSMConfigFileBootDevice OBJECT-TYPE
        SYNTAX INTEGER {
            nfs (1),
            tftp (2),
            ftp (3),
            diskAlternative (4),
            diskCurrent (5)
        }
        MAX-ACCESS  read-write
        STATUS      current
        DESCRIPTION
            "Specify device from which CMTS
            will read it's configuration"
        ::= { dcxSMConfigFileBootGroup 1 } 
        
    dcxSMConfigFileBootHostname OBJECT-TYPE
        SYNTAX          IpAddress
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "Ip address of tftp, nfs, ftp server, 
            ignored when using flash disk"
        ::= { dcxSMConfigFileBootGroup 2 }      

    dcxSMConfigFileBootUsername OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (0..32))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "User name for tftp, ftp server,
            ignored when using flash disk"
        ::= { dcxSMConfigFileBootGroup 3 }      

    dcxSMConfigFileBootPassword OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (0..32))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "User password for tftp, ftp server,
            ignored when using flash disk"
        ::= { dcxSMConfigFileBootGroup 4 }      

    dcxSMConfigFileBootPath OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (0..256))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "Boot path for image file on tftp,
            ftp server, ignored when using flash disk"
        ::= { dcxSMConfigFileBootGroup 5 }      
        
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- Download
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    dcxSMDownloadGroup OBJECT IDENTIFIER ::= { dcxSMObjects 3 }
            
    dcxSMDownloadDevice OBJECT-TYPE
        SYNTAX INTEGER {
            nfs (1),
            tftp (2),
            ftp (3)
        }
        MAX-ACCESS  read-write
        STATUS      current
        DESCRIPTION
            "Specify device CMTS will by download from"
        ::= { dcxSMDownloadGroup 1 } 

    dcxSMDownloadHostname OBJECT-TYPE
        SYNTAX IpAddress
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "download ip address"
        ::= { dcxSMDownloadGroup 2 }      

    dcxSMDownloadUsername OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (0..32))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "download user name"
        ::= { dcxSMDownloadGroup 3 }      
        
    dcxSMDownloadPassword OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (0..32))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "download user password"
        ::= { dcxSMDownloadGroup 4 }      

    dcxSMDownloadPath OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (0..256))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION 
            "Boot path for image file on tftp, ftp"
        ::= { dcxSMDownloadGroup 5 }      
        
    dcxSMDownloadControl OBJECT-TYPE
        SYNTAX          INTEGER { start(1), abort(2) }
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Begin downloading by setting to start(1)
            abort a current download with abort(2)
            downloaded image will not become active
            until it made current in the softwareList
            group"
        ::= { dcxSMDownloadGroup 6 }      
        
    dcxSMDownloadStatus OBJECT-TYPE
        SYNTAX          INTEGER { none(1), inprogress(2), finished(3)  }
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "none(1) indicates no images has been downloaded
            since the CMTS rebooted, inprogress indicates there
            is an active download occuring, finished(3) indicates
            the download is complete and may be activated in the
            SoftwareList group"
        ::= { dcxSMDownloadGroup 7 }      
        
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- Traps
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    dcxSMTrapGroup OBJECT IDENTIFIER ::= { dcxSMObjects 4 }
    
    dcxSMDiskInserted NOTIFICATION-TYPE
        OBJECTS { dcxSMSoftwareVersion }
        STATUS          current
        DESCRIPTION 
            "disk inserted. Severity is WARNING"
        ::= { dcxSMTrapGroup 1 }      
        
    dcxSMDiskRemoved NOTIFICATION-TYPE
        OBJECTS { dcxSMSoftwareVersion }
        STATUS          current
        DESCRIPTION 
            "disk removed. Severity is ERROR."
        ::= { dcxSMTrapGroup 2 }      
        
    dcxSMDiskFailed NOTIFICATION-TYPE
        OBJECTS { dcxSMSoftwareVersion }
        STATUS          current
        DESCRIPTION 
            "disk failed. Severity is ERROR."
        ::= { dcxSMTrapGroup 3 }      
        
    dcxSMConfigChecksumChanged NOTIFICATION-TYPE
        OBJECTS { dcxSMConfigFileDesc }
        STATUS          current
        DESCRIPTION 
            "Config file checksum is different compared to the 
            config file used to initialize the cmts. Severity
                is WARNING."
        ::= { dcxSMTrapGroup 4 }      
            
    dcxSMImageChecksumChanged NOTIFICATION-TYPE
        OBJECTS { dcxSMSoftwareVersion }
        STATUS          current
        DESCRIPTION 
            "Config image checksum is different compared to the
            image used to boot the cmts. Severity is WARNING."
        ::= { dcxSMTrapGroup 5 }      
        
    dcxSMImageDownloadFailed NOTIFICATION-TYPE
        OBJECTS { dcxSMSoftwareVersion }
        STATUS          current
        DESCRIPTION 
            "An error occured while downloading the image file.
            Severity is ERROR."
        ::= { dcxSMTrapGroup 6 }      
        
    dcxSMImageBootFailed NOTIFICATION-TYPE
        OBJECTS { dcxSMSoftwareVersion }
        STATUS          current
        DESCRIPTION 
            "An error occured while booting.
            Severity is ERROR."
        ::= { dcxSMTrapGroup 7 }      
            
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- DcxSMConfigFileTable
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    dcxSMConfigFileGroup OBJECT IDENTIFIER ::= { dcxSMObjects 5 }

    dcxSMConfigFileTable OBJECT-TYPE
        SYNTAX SEQUENCE OF DcxSMConfigFileEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION
            "Table of config files installed on CMTS flash disk"
        ::= { dcxSMConfigFileGroup 1 }

    dcxSMConfigFileEntry OBJECT-TYPE
        SYNTAX DcxSMConfigFileEntry
        MAX-ACCESS  not-accessible
        STATUS      current
        DESCRIPTION "."
        INDEX   { dcxSMConfigFileIndex }
        ::= { dcxSMConfigFileTable 1 }

    DcxSMConfigFileEntry ::= SEQUENCE {
        dcxSMConfigFileIndex          Unsigned32,
        dcxSMConfigFileDate           DateAndTime,
        dcxSMConfigFileDesc           OCTET STRING,
        dcxSMConfigFileChecksum       Integer32,
        dcxSMConfigFileSize           Integer32,
        dcxSMConfigFileStatus         INTEGER }

    dcxSMConfigFileIndex   OBJECT-TYPE
        SYNTAX          Unsigned32 (1..6)
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION
            "index"
        ::= { dcxSMConfigFileEntry 1 }     
        
    dcxSMConfigFileDate OBJECT-TYPE
        SYNTAX          DateAndTime
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "Date Config file last modified"
        ::= { dcxSMConfigFileEntry 2 }     
        
    dcxSMConfigFileDesc   OBJECT-TYPE
        SYNTAX          OCTET STRING (SIZE(0..256))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Description of config file"
        ::= { dcxSMConfigFileEntry 3 }     
        
    dcxSMConfigFileChecksum   OBJECT-TYPE
        SYNTAX          Integer32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "checksum"
        ::= { dcxSMConfigFileEntry 4 }     

    dcxSMConfigFileSize   OBJECT-TYPE
        SYNTAX          Integer32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "file size"
        ::= { dcxSMConfigFileEntry 5 }     

    dcxSMConfigFileStatus OBJECT-TYPE
        SYNTAX          INTEGER { curconfig(1), alt(2), inactive(3), deleted(4) }
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Status of config file may be currrent, alt or inactive
            current -> alt allowed config files swapped
            alt -> current allowed config files swapped
            inactive -> current allowed config files swapped
            inactive -> alt allowed config files swapped
            current -> inactive not allowed
            alt -> inactive not allowed
            deleted -> inactive only change allowed on deleted
            deleted files remain available until the cmts is rebooted"
        ::= { dcxSMConfigFileEntry 6 }

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- DcxSMSoftwareTable
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    dcxSMSoftwareListGroup OBJECT IDENTIFIER ::= { dcxSMObjects 6 }

    dcxSMSoftwareListTable OBJECT-TYPE
        SYNTAX SEQUENCE OF DcxSMSoftwareListEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION
            "Table of images installed on CMTS flash disk"
        ::= { dcxSMSoftwareListGroup 1 }

    dcxSMSoftwareListEntry OBJECT-TYPE
        SYNTAX DcxSMSoftwareListEntry
        MAX-ACCESS  not-accessible
        STATUS      current
        DESCRIPTION "."
        INDEX   { dcxSMSoftwareIndex }
        ::= { dcxSMSoftwareListTable 1 }

    DcxSMSoftwareListEntry ::= SEQUENCE {
        dcxSMSoftwareIndex Unsigned32,
        dcxSMSoftwareVersion OCTET STRING,
        dcxSMSoftwareDate DateAndTime,
        dcxSMSoftwareDesc OCTET STRING,
        dcxSMSoftwareChecksum Integer32,
        dcxSMSoftwareSize Integer32,
        dcxSMSoftwareStatus INTEGER }

    dcxSMSoftwareIndex OBJECT-TYPE
        SYNTAX          Unsigned32 (1..6)
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION
            "image index"
        ::= { dcxSMSoftwareListEntry 1 }     
        
    dcxSMSoftwareVersion  OBJECT-TYPE
        SYNTAX          OCTET STRING (SIZE(0..32))
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "image version"
        ::= { dcxSMSoftwareListEntry 2 }     
        
    dcxSMSoftwareDate   OBJECT-TYPE
        SYNTAX          DateAndTime
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "Date image created"
        ::= { dcxSMSoftwareListEntry 3 }     
        
    dcxSMSoftwareDesc   OBJECT-TYPE
        SYNTAX          OCTET STRING (SIZE(0..256))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Description of image"
        ::= { dcxSMSoftwareListEntry 4 }
        
    dcxSMSoftwareChecksum   OBJECT-TYPE
        SYNTAX          Integer32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "checksum"
        ::= { dcxSMSoftwareListEntry 5 }     
        
    dcxSMSoftwareSize   OBJECT-TYPE
        SYNTAX          Integer32
        MAX-ACCESS      read-only
        STATUS          current
        DESCRIPTION
            "file size"
        ::= { dcxSMSoftwareListEntry 6 }    
        
    dcxSMSoftwareStatus OBJECT-TYPE
        SYNTAX          INTEGER { curimage(1), alt(2), inactive(3), deleted(4) }
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Status of software may be currrent, alt or inactive
            current -> alt allowed software swapped
            alt -> current allowed software swapped
            inactive -> current allowed config files swapped
            inactive -> alt allowed softwares swapped
            current -> inactive not allowed
            alt -> inactive not allowed
            deleted -> inactive only change allowed on deleted
            deleted files remain available until the cmts is rebooted"
        ::= { dcxSMSoftwareListEntry 7 }     


    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- Misc user management
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
--  removed for security reasons 7 may 03(COMmv14520) dcxSMMiscUserManagementGroup OBJECT IDENTIFIER ::= { dcxSMObjects 7 }
--  put back in for feature reasons 25 nov 03(PROD00034329)
    dcxSMMiscUserManagementGroup OBJECT IDENTIFIER ::= { dcxSMObjects 7 }

    dcxSMMiscUserTable OBJECT-TYPE
        SYNTAX SEQUENCE OF DcxSMMiscUserListEntry
        MAX-ACCESS      not-accessible
        STATUS          current
        DESCRIPTION
            "Table of CLI accounts"
        ::= { dcxSMMiscUserManagementGroup 1 }
        
    dcxSMMiscUserListEntry OBJECT-TYPE
        SYNTAX DcxSMMiscUserListEntry
        MAX-ACCESS  not-accessible
        STATUS      current
        DESCRIPTION "."
        INDEX   { dcxSMMiscUserIndex }
        ::= { dcxSMMiscUserTable 1 }
        
    DcxSMMiscUserListEntry ::= SEQUENCE {
        dcxSMMiscUserIndex Unsigned32,
        dcxSMMiscUserLoginName OCTET STRING,
        dcxSMMiscUserLoginPwd  OCTET STRING,
        dcxSMMiscUserEnablePwd OCTET STRING,
        dcxSMMiscUserEnableSecretePwd OCTET STRING,
        dcxSMMiscUserWorkMode  INTEGER }

    dcxSMMiscUserIndex OBJECT-TYPE
            SYNTAX          Unsigned32 (1..5)
            MAX-ACCESS      not-accessible
            STATUS          current
            DESCRIPTION
                "user index"
            ::= { dcxSMMiscUserListEntry 1 }     
            
    dcxSMMiscUserLoginName  OBJECT-TYPE
        SYNTAX          OCTET STRING (SIZE(0..32))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Login user name"
        ::= { dcxSMMiscUserListEntry 2 }     
        
    dcxSMMiscUserLoginPwd  OBJECT-TYPE
        SYNTAX          OCTET STRING (SIZE(0..32))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Login user password"
        ::= { dcxSMMiscUserListEntry 3 }
        
    dcxSMMiscUserEnablePwd  OBJECT-TYPE
        SYNTAX          OCTET STRING (SIZE(0..32))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Login user name password to enter priviledged mode"
        ::= { dcxSMMiscUserListEntry 4 }
        
    dcxSMMiscUserEnableSecretePwd OBJECT-TYPE
        SYNTAX          OCTET STRING (SIZE(0..32))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Login user enable secret password to enter priviledged mode"
            ::= { dcxSMMiscUserListEntry 5 }
            
    dcxSMMiscUserWorkMode  OBJECT-TYPE
        SYNTAX          INTEGER {
            usermode(1),
            priviledgedmode(2),
            globalconfiguremode(3),
            lineconfmode(4),
            ethernetconfmode(5),
            cableconfmode(6)            			
        }
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Login user config mode"
        ::= { dcxSMMiscUserListEntry 6 }

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- Ipdr
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    dcxIpdrGroup OBJECT IDENTIFIER ::= { dcxSMObjects 8 }

    dcxIpdrEnable OBJECT-TYPE
        SYNTAX      TruthValue
        MAX-ACCESS  read-write
        STATUS      current
        DESCRIPTION
            "Enable or disable Ipdr"
        ::= { dcxIpdrGroup 1 } 

    dcxIpdrFileName OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (8..63))
            MAX-ACCESS      read-write
            STATUS          current
            DESCRIPTION 
                "Ipdr file name on the ftp server. Can not be changed
                while the collection system is retrieving or deleting
                the exisiting file or if the CMTS is building the current
                Ipdr file."
            ::= { dcxIpdrGroup 2 }      
            
    dcxIpdrUserLoginName  OBJECT-TYPE
        SYNTAX          OCTET STRING (SIZE(6..31))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Ftp server login name for accessing Ipdr file. If
            set to 'anonymous', any non-zero length password
            will be accepted."
        ::= { dcxIpdrGroup 3 }     
        
    dcxIpdrUserLoginPwd  OBJECT-TYPE
        SYNTAX          OCTET STRING (SIZE(6..31))
        MAX-ACCESS      read-write
        STATUS          current
        DESCRIPTION
            "Ftp server login password for accessing Ipdr file.
            If dcxIpdrUserLoginName is 'anonymous', any non-zero
            length password will be accepted."
        ::= { dcxIpdrGroup 4 }

    dcxDxmObjects OBJECT IDENTIFIER ::= { cmtsC3SMMIB 2 }

    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- DoxMonitor Status Group
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --    
    dcxDxmStatusGroup OBJECT IDENTIFIER ::= { dcxDxmObjects 1 }

    dcxDxmStatusIpAddress OBJECT-TYPE
        SYNTAX      IpAddress
        MAX-ACCESS  read-write
        STATUS      current
        DESCRIPTION
            "Specifies the IP address of the DoxMonitor managing this DoxController"
        ::= { dcxDxmStatusGroup 1 } 

    dcxDxmStatusPort OBJECT-TYPE
        SYNTAX      Unsigned32
        MAX-ACCESS  read-write
        STATUS      current
        DESCRIPTION
            "Specifies the TCP/UDP Port us to connect to the appropriate DoxMonitor"
        ::= { dcxDxmStatusGroup 2 } 

    dcxDxmStatusEnable OBJECT-TYPE
        SYNTAX      TruthValue
        MAX-ACCESS  read-write
        STATUS      current
        DESCRIPTION
            "Specifies whether the DoxController should register with the specified DoxMonitor"
        ::= { dcxDxmStatusGroup 3 } 

    dcxDxmStatusCmtsId OBJECT-TYPE
        SYNTAX      INTEGER (0..9)
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "Specifies whether the DoxController should register with the specified DoxMonitor"
        ::= { dcxDxmStatusGroup 4 } 

    dcxDxmStatusRole OBJECT-TYPE
        SYNTAX      INTEGER{
                    other(1),
                    primary(2),
                    standby(3)
                    }
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "describes the DoxController's role in the DoxMonitor redundancy cluster, it is
             a Primary or Standby CMTS"
        ::= { dcxDxmStatusGroup 5 } 
                   
    dcxDxmStatusState OBJECT-TYPE
        SYNTAX      INTEGER{
                    standalone(1),
                    active(2),
                    inactive(3),
                    passive(4),
                    restored(5),
                    failed(6),
                    replacement(7),
                    restoring(8)
                    }
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "Specifies the current state of the DoxController"
        ::= { dcxDxmStatusGroup 6 } 

    dcxDxmStatusLastConfigRetrieval OBJECT-TYPE
        SYNTAX      DateAndTime
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "Specifies when the startup-configuration was last retrieved from this DoxController"
        ::= { dcxDxmStatusGroup 7 } 

    dcxDxmStatusLastConfigChange OBJECT-TYPE
        SYNTAX      DateAndTime
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "Specifies when the startup-configuration was last changed on this DoxController"
        ::= { dcxDxmStatusGroup 8 } 

    dcxDxmStatusConfigRetrievalCount OBJECT-TYPE
        SYNTAX      Unsigned32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "The total number of times the DoxController has responded to a Config Retrieval Request"
        ::= { dcxDxmStatusGroup 9 } 

    dcxDxmStatusHeartbeatCount OBJECT-TYPE
        SYNTAX      Unsigned32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "The total number of times the DoxController has responded to a Heartbeat Request"
        ::= { dcxDxmStatusGroup 10 } 

    dcxDxmStatusNotifAddCmCount OBJECT-TYPE
        SYNTAX      Unsigned32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "The total number of times the DoxController has generated an AddCableModem Notification"
        ::= { dcxDxmStatusGroup 11 } 

    dcxDxmStatusNotifDelCmCount OBJECT-TYPE
        SYNTAX      Unsigned32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "The total number of times the DoxController has generated an DeleteCableModem Notification"
        ::= { dcxDxmStatusGroup 12 } 

    dcxDxmStatusNotifAddCpeCount OBJECT-TYPE
        SYNTAX      Unsigned32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "The total number of times the DoxController has generated an AddCpe Notification"
        ::= { dcxDxmStatusGroup 13 } 

    dcxDxmStatusNotifDelCpeCount OBJECT-TYPE
        SYNTAX      Unsigned32
        MAX-ACCESS  read-only
        STATUS      current
        DESCRIPTION
            "The total number of times the DoxController has generated a DeleteCpe Notification"
        ::= { dcxDxmStatusGroup 14 } 

END