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
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
|
BTI8xx-SYSTEM-MIB
DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
IpAddress,
Unsigned32,
Integer32,
Gauge32,
TimeTicks,
Counter32 FROM SNMPv2-SMI
TEXTUAL-CONVENTION,
DisplayString,
MacAddress,
TruthValue,
DateAndTime,
RowStatus FROM SNMPv2-TC -- [RFC2579]
MODULE-COMPLIANCE,
OBJECT-GROUP FROM SNMPv2-CONF
InterfaceIndex,
ifIndex FROM IF-MIB -- [RFC2863]
PerfCurrentCount,
PerfIntervalCount,
PerfTotalCount FROM PerfHist-TC-MIB -- [RFC3593]
mainSystem FROM BTI8xx-TC-MIB;
systemConfig MODULE-IDENTITY
LAST-UPDATED "201511301200Z" -- Monday, Nov 30, 12:00:00 KST 2015
ORGANIZATION "Actus Networks Ltd."
CONTACT-INFO "
Support: +82-2-26535666
R&D: +82-2-26535666
Fax: +82-2-26534662
Email: ymkim@actusnetworks.com
"
DESCRIPTION "This is a top-level MIB for Actus whose purpose is to lay out
the top-level objects in the OID hierarchy from which
BTI8xx MIB OIDs descend."
REVISION "201511301200Z" -- Monday, Nov 30, 12:00:00 KST 2015
DESCRIPTION "
*1. Change the Syntax(for silvercreek tool).
1.1. Change the syntax range. (1..32) -> (0..32)
ftpUserName
ftpUserPasswd
"
REVISION "201511201200Z" -- Friday, Nov 20, 12:00:00 KST 2015
DESCRIPTION "
*1. Change the MAX-ACCESS(for silvercreek tool).
'not-accessible' -> 'read-only'
-imageInfoIndex
*2. Change the Syntax(for silver creek tool).
2.1. DisplayString -> OCTET STRING
systemName
systemHWVersion
systemSWVersion
systemSWDateAndTime
systemProductName
ftpUserName
ftpUserPasswd
cfgFileName
upgradeImageSWFileName
upgradeImageSWDateAndTime
imageInfoVersion
imageInfoCreated
timezone
systemTime
2.2. Delete the syntax value range
lastSaveTime
*3. MIB code sorting.
"
REVISION "201509071300Z" -- Monday, Sep 07, 13:00:00 KST 2015
DESCRIPTION "
*1. Change the description attribute of 'miscellaneous'
timezone
- MET/IST/ACT/CNT : +30 minutes
- EAT : description
tempLowThreshold
"
REVISION "201410291200Z" -- Wednesday, Oct 29, 12:00:00 KST 2014
DESCRIPTION "
*1. Change the sytax size
DisplayString(SIZE(0..256)) -> DisplayString(SIZE(0..255))
"
REVISION "201408111200Z" -- Monday, Aug 11, 12:00:00 KST 2014
DESCRIPTION "
*1. This value option is changed.
upgradeImageSW
- upgradeByFtp(1) -> updateImageFile(1)
- upgradeByTftp(2)-> upgradeImage(2)
*2. Unused value
upgradeImageSWLocation
"
REVISION "201407151200Z" -- Tuesday, Jul 15, 12:00:00 KST 2014
DESCRIPTION "
*1. Delete the bridgeConfig
"
REVISION "201406181200Z" -- Wednesday, Jun 18, 12:00:00 KST 2014
DESCRIPTION "
*1. This value range is changed the 60 to 35791.
autoLogoutTime
*2. Update the timezone description
"
REVISION "201312271200Z" -- Monday, Dec 30, 12:00:00 KST 2013
DESCRIPTION "Initial version of MIB."
::= { mainSystem 1 }
-- ==============================================================
-- privateManagement:configManagement:mainSystem:systemConfig ==
-- ==============================================================
systemManagement OBJECT IDENTIFIER ::= { systemConfig 1 }
accessInfo OBJECT IDENTIFIER ::= { systemConfig 2 }
consoleInformation OBJECT IDENTIFIER ::= { systemConfig 3 }
-- ===============================================================================
-- privateManagement:configManagement:mainSystem:systemConfig:systemManagement ==
-- ===============================================================================
systemInfo OBJECT IDENTIFIER ::= { systemManagement 1 }
configAndImageMgmt OBJECT IDENTIFIER ::= { systemManagement 2 }
miscellaneous OBJECT IDENTIFIER ::= { systemManagement 3 }
--bridgeConfig OBJECT IDENTIFIER ::= { systemManagement 4 }
mgmtVlanConfig OBJECT IDENTIFIER ::= { systemManagement 5 }
--ztpConfig OBJECT IDENTIFIER ::= { systemManagement 6 }
-- ==========================================================================================
-- privateManagement:configManagement:mainSystem:systemConfig:systemManagement:systemInfo ==
-- ==========================================================================================
systemName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..40))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The System Name (Network Element Name)"
::= { systemInfo 1 }
autoLogoutTime OBJECT-TYPE
SYNTAX Integer32 (0..35791)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The auto-logout timer in minute of console/telnet/web based managment.
0 means auto logout is disabled. 0~35791 are applicable."
::= { systemInfo 2 }
systemUpTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"On site time- time after the last power up
Second resolution (also year)
Format: YY-DDD-HH-MM-SS (Year, Day, HR, Minute,Second)"
::= { systemInfo 3 }
systemHWVersion OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"H/W Version of Main System"
::= { systemInfo 4 }
systemSWVersion OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..8))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"S/W Version of Main System"
::= { systemInfo 5 }
systemSWDateAndTime OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..30))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"S/W Date and Time of Main System(ex. Apr 8 2010 14:00:01)"
::= { systemInfo 6 }
systemTemperature OBJECT-TYPE
SYNTAX Integer32(0..1000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"System Temperature of Main System(Celsius)"
::= { systemInfo 7 }
systemProductName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..40))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The System Product Name"
::= { systemInfo 8 }
-- ===========================================================================================
-- pManagement:configManagement:mainSystem:systemConfig:systemManagement:configAndImageMgmt ==
-- ===========================================================================================
serverConfig OBJECT IDENTIFIER ::= { configAndImageMgmt 1 }
configMgmt OBJECT IDENTIFIER ::= { configAndImageMgmt 2 }
imageMgmt OBJECT IDENTIFIER ::= { configAndImageMgmt 3 }
-- ========================================================================================================
-- pManagement:configManagement:mainSystem:systemConfig:systemManagement:configAndImageMgmt:serverConfig ==
-- ========================================================================================================
serverIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Ftp or Tftp Server Ip Address"
::= { serverConfig 1 }
ftpUserName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"FtpUserName"
::= { serverConfig 2 }
ftpUserPasswd OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"FtpUserPasswd"
::= { serverConfig 3 }
serverInterfaceType OBJECT-TYPE
SYNTAX INTEGER { oob(0), inBand(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Server type
oob : Management Interface
inBand : In-band Interface"
::= { serverConfig 4 }
-- ======================================================================================================
-- pManagement:configManagement:mainSystem:systemConfig:systemManagement:configAndImageMgmt:configMgmt ==
-- ======================================================================================================
cfgFileName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..128))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This Object is ConfigFile BackUp Name."
::= { configMgmt 1 }
cfgFileControl OBJECT-TYPE
SYNTAX INTEGER {
none (0),
backUpByFtp (1),
restoreByFtp (2),
backupByTftp (3),
restoreByTftp (4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This Object is Control Config File
BackUp: Configfile backup and upload to server.
Restore : Configfile download and restore."
::= { configMgmt 2 }
cfgFileStatus OBJECT-TYPE
SYNTAX INTEGER {
none (0),
backupSuccess (1),
restoreSuccess (2),
inProgress (3),
fileNotFound (4),
connnectionFail (5),
logInFail (6),
diskFull (7),
otherError (8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object represents the state of configfile backup and download."
::= { configMgmt 3 }
upgradeImageSWFileName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..128))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Upgrade Image FileName wiht the remote path.
the remote path is different from window-based ftp-server and linux-based ftp-server.
Window-based ftp-server : folder classification is '\'. (\image\bti800_main.img)
Linux-based ftp-server : folder classification is '/'. (/image/bti800_main.img)
"
::= { imageMgmt 1 }
-- upgradeImageSWLocation OBJECT-TYPE
-- SYNTAX INTEGER{ primary(0), secondary(1) }
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
-- "The date and time when upgradeImageSWStatus happen. "
-- DEFVAL { primary }
-- ::= { imageMgmt 2 }
upgradeImageSW OBJECT-TYPE
SYNTAX INTEGER {
none (0),
updateImageFile (1),
upgradeImage (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object provides the operator the ability to upgrade the image to a file.
The initial value would be none(0).
Before starting update image, upgradeImageSWFilenName and ftpConfig or tftpConfig value should be set.
updateImageFile(1) : Download the image file(by FTP server).
upgradeImage(2) : Upgrade image file.
This operation need long period, so Please checked the upgradeImageSWStatus.
Reboot should be executed to finish upgrade procedure when load upgrade will be passed.
"
::= { imageMgmt 3 }
upgradeImageSWStatus OBJECT-TYPE
SYNTAX INTEGER {
none (0),
success (1),
inProgress (2),
diskIsFull (3),
fileSizeError (4),
fileOpenError (5),
fileCRCError (6),
flashEraseError(7),
flashWriteError(8),
unknownError (9),
upgradeDeliveryInProgress(101),
upgradeDeliveryFailed (102),
upgradeDeliverySuccess (103),
upgradeCheckInProgress (104),
upgradeCheckFailed (105),
upgradeCheckSuccess (106),
upgradeLoadInProgress (107),
upgradeLoadFailed (108),
upgradeLoadSuccess1stDone(109),
upgradeInvokeInProgress (110),
upgradeInvokeFailed (111),
upgradeInvokeSuccess2ndDone (112),
upgradeCommitInProgress (113),
upgradeCommitFailed (114),
upgradeImagelatestVersion(115)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
" The current status of the upgrade operation.
- fileSizeError : image file is not matched image bank
The initial value should be none(0) and also it should be none
when get the imageFpga file success from the server.
The valus inProgress(2) is returned while upgradeImage.
The valus diskIsFull(3) is returned when file System is full and imageSW file is not written.
The valus fileSizeError(4) is returned when expected file size is not match with downloaded file.
The valus fileOpenError(5) is returned when there is a problem on downloaded file.
The valus fileCRCError(6) is returned whne there is a checksum error on downloaded file.
The valus flashEraseError(7) is returned when there is a problem on erasing flash.
The valus flashWriteError(8) is returned when there is a problem on writing flash.
The valus unknownError(9) is returned when there is a problem with others.
For imageSW upgrade/backup, it follows below procedures.
1) The value UpgradeLoadSuccess1stDone(109) is returned when
the upgradeImage command executed successfully.
2) The value UpgradeInvokeSuccess2ndDone(112) is returned when
reboot after upgradeImage success.
3) The value success(1) is returned when
the backupImage command executed successfully.
For others, it is for retrieving the status of upgrade processing.
upgradeDeliveryInProgress(101)
upgradeDeliveryFailed (102)
upgradeDeliverySuccess (103)
Delivery stage is that imageSW file is downloaded.
upgradeCheckInProgress (104)
upgradeCheckFailed (105)
upgradeCheckSuccess (106)
Check stage is that the downloaded file is checked for healthy.
upgradeLoadInProgress (107)
upgradeLoadFailed (108)
Load stage is that the downloaded imageSW is written on the primary bank.
upgradeInvokeInProgress (110)
upgradeInvokeFailed (111)
Invoke stage can be issued only when upgrade state is Load passed. The product is restarted from primary bank
with new load. If the primary bank load is corrupted, the product should start running from secondary bank.
upgradeCommitInProgress (113)
upgradeCommitFailed (114)
Commit stage is that it can be executed only after Invoke Upgrade stage when it is successfully completed
the image is copied from the primary to the secondary bank and only when the system started from primary bank.
The upgradeXXXX return codes are only for imageSW.
"
::= { imageMgmt 4 }
upgradeImageSWDateAndTime OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The date and time when upgradeImageSWStatus happen. "
::= { imageMgmt 5 }
imageInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF ImageInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"ImageInformation Table. It includes the information of the Primary bank and the Secondary bank "
::= { imageMgmt 10 }
imageInfoEntry OBJECT-TYPE
SYNTAX ImageInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"ImageInfoTable Entry."
INDEX { imageInfoIndex }
::= { imageInfoTable 1 }
ImageInfoEntry ::=
SEQUENCE {
imageInfoIndex INTEGER,
imageInfoVersion OCTET STRING,
imageInfoCreated OCTET STRING,
imageInfoSize Integer32,
imageInfoCurrent INTEGER
}
imageInfoIndex OBJECT-TYPE
SYNTAX INTEGER{ primary(1), secondary(2) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Index of the Image."
::= { imageInfoEntry 1 }
imageInfoVersion OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0.. 32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Version of the Image."
::= { imageInfoEntry 2 }
imageInfoCreated OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0.. 128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Created of the Image."
::= { imageInfoEntry 3 }
imageInfoSize OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Size of the Image.(bytes)"
::= { imageInfoEntry 4 }
imageInfoCurrent OBJECT-TYPE
SYNTAX INTEGER{ none(0), active(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Show Current Image"
::= { imageInfoEntry 5 }
-- ======================================================================================
-- pManagement:configManagement:mainSystem:systemConfig:systemManagement:miscellaneous ==
-- ======================================================================================
reboot OBJECT-TYPE
SYNTAX INTEGER {
none (0),
reboot(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Writing this object as other than none will make the software reboot.
reboot means slot1, slot2 and Main reboot simultaneously.
This process takes a few minutes."
::= { miscellaneous 1 }
save OBJECT-TYPE
SYNTAX INTEGER {
none(0),
save(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Writing this object other than none will save the current running configuration to the non-volatile memory of main"
::= { miscellaneous 2 }
lastSaveTime OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This value is shows the last save time of base system"
::= { miscellaneous 3 }
timezone OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..16))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The timezone configuration of the device. The examples are kst, KST, cnt etc.
act - ACT. Australia Central Time(GMT+9:30)
aet - AET. Australia Eastern Time(GMT+10:00)
agt - AGT. Argentina Standard Time(GMT-3:00)
art - ART. (Arabic) Egypt Standard Time(GMT+2:00)
ast - AST. Alaska Standard Time(GMT-9:00)
bet - BET. Brazil Eastern Time(GMT-3:00)
bst - BST. Bangladesh Standard Time(GMT+6:00)
cat - CAT. Central African Time(GMT-1:00)
cnt - CNT. Canada Newfoundland Time(GMT-3:30)
cst - CST. Central Standard Time(GMT-6:00)
ctt - CTT. China Taiwan Time(GMT+8:00)
eat - EAT. Eastern African Time(GMT+3:00)
ect - ECT. European Central Time(GMT+1:00)
edt - EDT. Eastern Daylight Time(GMT-4:00)
eet - EET. Eastern European Tim(GMT+2:00)
est - EST. Eastern Standard Time(GMT-5:00)
gmt - GMT. Greenwich Mean Time
hst - HST. Hawaii Standard Time(GMT-10:00)
iet - IET. Indiana Eastern Standard Time(GMT-5:00)
ist - IST. India Standard Time(GMT+5:30)
jst - JST. Japan Standard Time(GMT+9:00)
kst - KST. Korea Standard Time(GMT+9:00)
met - MET. Middle East Time(GMT+3:30)
mit - MIT. Midway Islands Time(GMT-11:00)
mst - MST. Mountain Standard Time(GMT-7:00)
net - NET. Near East Time(GMT+4:00)
nst - NST. New Zealand Standard Time(GMT+12:00)
plt - PLT. Pakistan Lahore Time(GMT+5:00)
pnt - PNT. Phoenix Standard Time(GMT-7:00)
prt - PRT. Puerto Rico and US Virgin Islands Time(GMT-4:00)
pst - PST. Pacific Standard Time(GMT-8:00)
sst - SST. Solomon Standard Time(GMT+11:00)
utc - UTC. Universal Coordinated Time
vst - VST. Vietnam Standard Time(GMT+7:00)
"
::= { miscellaneous 4 }
systemTime OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..32))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"system Current Time
- Time Format : Nov 15 20:53:40 2009"
::= { miscellaneous 5 }
lastCommand OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..512))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Save the last command line and time."
::= { miscellaneous 6 }
fanCtrlStartTemp OBJECT-TYPE
SYNTAX Integer32(0..100)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Fan Start Temperature : between 0 and 100"
::= { miscellaneous 7 }
fanCtrlStopTemp OBJECT-TYPE
SYNTAX Integer32(-30..30)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Fan Stop Temperature : between -30 and 30"
::= { miscellaneous 8 }
fanRpmConfig OBJECT-TYPE
SYNTAX Integer32(5000..20000)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fan Rpm : between 5000 and 20000"
::= { miscellaneous 9 }
fanLowTolerance OBJECT-TYPE
SYNTAX Integer32(10..80)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Fan Low Under Flow Tolerance : between 10% to 80%"
::= { miscellaneous 10 }
fanLowToleranceValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fan Low Under Flow Tolerance RPM"
::= { miscellaneous 11 }
fanHighTolerance OBJECT-TYPE
SYNTAX Integer32(10..80)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Fan High Over Flow Tolerance : between 10% to 80%"
::= { miscellaneous 12 }
fanHighToleranceValue OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Fan HighOver Flow Tolerance RPM"
::= { miscellaneous 13 }
tempHighThreshold OBJECT-TYPE
SYNTAX Integer32(0..100)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"High temperature threshold(0 to 100)"
::= { miscellaneous 14 }
tempLowThreshold OBJECT-TYPE
SYNTAX Integer32(-30..-1)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Low temperature threshold(-1 to -30)"
::= { miscellaneous 15 }
-- =====================================================================================
-- pManagement:configManagement:mainSystem:systemConfig:systemManagement:bridgeConfig ==
-- =====================================================================================
-- bridgeMode OBJECT-TYPE
-- SYNTAX INTEGER{ customer(1), provider(2), providerBackbone(3)}
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
-- ""
-- ::= { bridgeConfig 1 }
-- bridgeageingTime OBJECT-TYPE
-- SYNTAX Integer32(10..1000000)
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
-- ""
-- ::= { bridgeConfig 2 }
-- ========================================================================================
-- pManagement:configManagement:mainSystem:systemConfig:systemManagement:mgmtVlanConfig ==
-- ========================================================================================
mgmtOuterVlan OBJECT-TYPE
SYNTAX Integer32(1..4094)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
" "
::= { mgmtVlanConfig 1 }
mgmtOuterVlanPriority OBJECT-TYPE
SYNTAX Integer32(0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
" "
::= { mgmtVlanConfig 2 }
mgmtInnerVlan OBJECT-TYPE
SYNTAX Integer32(0..4094)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"0 is untagged"
::= { mgmtVlanConfig 3 }
mgmtInnerVlanPriority OBJECT-TYPE
SYNTAX Integer32(0..7)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
" "
::= { mgmtVlanConfig 4 }
-- ==================================================================
-- pManagement:configManagement:mainSystem:systemConfig:accessInfo ==
-- ==================================================================
pInbandIPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Ip Adddress of inband Primary management ETH port"
::= { accessInfo 1 }
pInbandNetMask OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"NetMask of inband Primary management ETH port"
::= { accessInfo 2 }
pInbandNetworkAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network address of Inband Primary management ETH port"
::= { accessInfo 3 }
pInbandMACAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"MAC address of inband Primary management ETH port"
::= { accessInfo 4 }
pOOBIPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IP address of OOB(Out of Band) ETH port"
::= { accessInfo 5 }
pOOBNetMask OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"NetMask of OOB(Out of band) ETH port"
::= { accessInfo 6 }
pOOBNetworkAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network address of OOB(Out of band) ETH port"
::= { accessInfo 7 }
pOOBMACAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"MAC address of OOB(Out of band) port"
::= { accessInfo 8 }
pDefaultGateway OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Default Gateway - 0.0.0.0 : disable"
::= { accessInfo 9 }
-- ==========================================================================
-- pManagement:configManagement:mainSystem:systemConfig:consoleInformation ==
-- ==========================================================================
consoleBaudRate OBJECT-TYPE
SYNTAX INTEGER {
bps9600 (1),
bps19200 (2),
bps38400 (3),
bps57600 (4),
bps115200 (5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The baud rate of the console port."
::= { consoleInformation 1 }
consoleCharSize OBJECT-TYPE
SYNTAX INTEGER {
sevenBits(7),
eightBits(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The character size of the console port."
::= { consoleInformation 2 }
consoleParityBits OBJECT-TYPE
SYNTAX INTEGER {
noParity (1),
evenParity(2),
oddParity (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The parity bits of the console port."
::= { consoleInformation 3 }
consoleStopBits OBJECT-TYPE
SYNTAX INTEGER {
one (1),
two (2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The stop bits of the console port."
::= { consoleInformation 4 }
consoleFlowControl OBJECT-TYPE
SYNTAX INTEGER {
none (1),
hardware (2),
xonXoff (3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The flow control of the console port."
::= { consoleInformation 5 }
END
|