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
|
-- *****************************************************************
-- UBQS-ERPS-MIB: Ubiquoss ERPS MIB
--
-- Nov 2010, Park Hyung Eun
--
-- Copyright (c) 2010 by Ubiquoss, Corp.
-- All rights reserved.
-- *****************************************************************
--
UBQS-ERPS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
NOTIFICATION-TYPE,
Counter32,
IpAddress,
Gauge32,
Integer32,
Unsigned32
FROM SNMPv2-SMI
MODULE-COMPLIANCE,
OBJECT-GROUP,
NOTIFICATION-GROUP
FROM SNMPv2-CONF
TEXTUAL-CONVENTION,
RowStatus,
DisplayString,
TruthValue,
FROM SNMPv2-TC
ifIndex,
FROM IF-MIB
VlanIndex,
FROM Q-BRIDGE-MIB
ubiSysMacAddr,
FROM UBQS-SYSTEM-MIB
Dot1agCfmMaintDomainName,
Dot1agCfmMaintAssocName,
FROM UBQS-CFM-MIB
UbiBridgeId,
FROM UBQS-TC
ubiMgmtv2
FROM UBQS-SMI;
ubiErpsMIB MODULE-IDENTITY
LAST-UPDATED "201011290000Z"
ORGANIZATION "Ubiquoss Corp."
CONTACT-INFO
" Ubiquoss
Customer Service
Postal: 24F Milennium B/D,
467-12, Dogok-Dong,
GangNam-Gu, Seoul 135-270
Korea
Tel: 82-2-2190-3100"
DESCRIPTION
""
::= { ubiMgmtv2 11 }
-- *****************************************************************
-- Textual Conventions
-- *****************************************************************
-- *****************************************************************
-- ubiERPSMIB
-- *****************************************************************
ubiErpsMIBNotificationPrefix OBJECT IDENTIFIER ::= { ubiErpsMIB 0 }
ubiErpsMIBObjects OBJECT IDENTIFIER ::= { ubiErpsMIB 1 }
ubiErpsMIBConformance OBJECT IDENTIFIER ::= { ubiErpsMIB 2 }
ubiErpsGlobal OBJECT IDENTIFIER ::= { ubiErpsMIBObjects 4 }
ubiErpsNotificationEnables OBJECT IDENTIFIER ::= { ubiErpsMIBObjects 5 }
-- *****************************************************************
-- ubiCfmNotifications
-- *****************************************************************
ubiErpsMIBNotifications OBJECT IDENTIFIER ::= { ubiErpsMIBNotificationPrefix 0 }
ubiErpsRingStateChange NOTIFICATION-TYPE
OBJECTS {
ubiSysMacAddr,
ubiErpsSwitchBridgeId,
ubiErpsSwitchRingId,
ubiErpsSwitchCurrentState,
ubiErpsSwitchEastIf,
ubiErpsSwitchEastIfState,
ubiErpsSwitchWestIf,
ubiErpsSwitchWestIfState,
}
STATUS current
DESCRIPTION
"Notification of ERPS State Change."
::= { ubiErpsMIBNotifications 1 }
ubiErpsRingEastIfStateChange NOTIFICATION-TYPE
OBJECTS {
ubiSysMacAddr,
ubiErpsSwitchBridgeId,
ubiErpsSwitchRingId,
ubiErpsSwitchEastIf,
ubiErpsSwitchEastIfState
}
STATUS current
DESCRIPTION
"Notification of East Ring Port State Change."
::= { ubiErpsMIBNotifications 2 }
ubiErpsRingWestIfStateChange NOTIFICATION-TYPE
OBJECTS {
ubiSystemMacAddr,
ubiErpsSwitchBridgeId,
ubiErpsSwitchRingId,
ubiErpsSwitchWestIf,
ubiErpsSwitchWestIfState
}
STATUS current
DESCRIPTION
"Notification of West Ring Port State Change."
::= { ubiErpsMIBNotifications 3 }
-- *****************************************************************
-- ubiErpsBaseTable
-- *****************************************************************
ubiErpsBaseTable OBJECT-TYPE
SYNTAX SEQUENCE OF UbiErpsBaseEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of ERPS Base information."
::= { ubiErpsMIBObjects 1 }
ubiErpsBaseEntry OBJECT-TYPE
SYNTAX UbiErpsBaseEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry of ERPS Base information."
INDEX { ubiErpsBaseBridgeId, ubiErpsBaseRingId,
ubiErpsBaseEastIf, ubiErpsBaseWestIf,
ubiErpsBaseInstId }
::= { ubiErpsBaseTable 1 }
UbiErpsBaseEntry ::= SEQUENCE {
ubiErpsBaseBridgeId UbiBridgeId,
ubiErpsBaseRingId Integer32,
ubiErpsBaseEastIf Integer32,
ubiErpsBaseWestIf Integer32,
ubiErpsBaseInstId Integer32,
ubiErpsBaseRowStatus RowStatus
}
ubiErpsBaseBridgeId OBJECT-TYPE
SYNTAX UbiBridgeId
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ERPS Base Bridge ID."
::= { ubiErpsBaseEntry 1 }
ubiErpsBaseRingId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ERPS Base Ring ID."
::= { ubiErpsBaseEntry 2 }
ubiErpsBaseEastIf OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ERPS Base East Ring port."
::= { ubiErpsBaseEntry 3 }
ubiErpsBaseWestIf OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ERPS Base West Ring port."
::= { ubiErpsBaseEntry 4 }
ubiErpsBaseInstId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ERPS Base Instance ID."
::= { ubiErpsBaseEntry 5 }
ubiErpsBaseRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of the row."
::= { ubiErpsBaseEntry 6 }
-- *****************************************************************
-- ubiErpsVlanTable
-- *****************************************************************
ubiErpsVlanTable OBJECT-TYPE
SYNTAX SEQUENCE OF UbiErpsVlanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of ERPS Vlan information."
::= { ubiErpsMIBObjects 2 }
ubiErpsVlanEntry OBJECT-TYPE
SYNTAX UbiErpsVlanEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry of ERPS Vlan information."
INDEX { ubiErpsBaseBridgeId, ubiErpsBaseRingId,
ubiErpsVlanVlanId, ubiErpsVlanServiceVlan }
::= { ubiErpsVlanTable 1 }
UbiErpsVlanEntry ::= SEQUENCE {
ubiErpsVlanVlanId VlanIndex,
ubiErpsVlanServiceVlanType INTEGER,
ubiErpsVlanRowStatus RowStatus
}
ubiErpsVlanVlanId OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Vlan ID."
::= { ubiErpsVlanEntry 1 }
ubiErpsVlanServiceVlanType OBJECT-TYPE
SYNTAX INTEGER {
service_vlan(1),
protected_vlan(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ERPS Vlan Type.
service_vlan(1) - Control Vlan
protected_vlan(2) - Service Valn"
::= { ubiErpsVlanEntry 2 }
ubiErpsVlanRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The status of the row."
::= { ubiErpsVlanEntry 3 }
-- *****************************************************************
-- ubiErpsSwitchTable
-- *****************************************************************
ubiErpsSwitchTable OBJECT-TYPE
SYNTAX SEQUENCE OF UbiErpsSwitchEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of ERPS Switch information."
::= { ubiErpsMIBObjects 3 }
ubiErpsSwitchEntry OBJECT-TYPE
SYNTAX UbiErpsSwitchEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry of ERPS Switch information."
INDEX { ubiErpsSwitchBridgeId, ubiErpsSwitchRingId }
::= { ubiErpsSwitchTable 1 }
UbiErpsSwitchEntry ::= SEQUENCE {
ubiErpsSwitchBridgeId UbiBridgeId,
ubiErpsSwitchRingId Integer32,
ubiErpsSwitchVersion INTEGER,
ubiErpsSwitchNodeType INTEGER,
ubiErpsSwitchEastIf Integer32,
ubiErpsSwitchWestIf Integer32,
ubiErpsSwitchEastIfState INTEGER,
ubiErpsSwitchWestIfState INTEGER,
ubiErpsSwitchRingProtectionLink INTEGER,
ubiErpsSwitchRevertiveMode TruthValue,
ubiErpsSwitchMegLevel Integer32,
ubiErpsSwitchPropagateTc TruthValue,
ubiErpsSwitchGuardTimer Integer32,
ubiErpsSwitchHoldOff Integer32,
ubiErpsSwitchWaitToRestore Integer32,
ubiErpsSwitchWaitToBlock Integer32,
ubiErpsSwitchMajorRingId Integer32,
ubiErpsSwitchEthoamEvent TruthValue,
ubiErpsSwitchForcedSwitch INTEGER,
ubiErpsSwitchManualSwitch INTEGER,
ubiErpsSwitchClear INTEGER,
ubiErpsSwitchCurrentState INTEGER,
ubiErpsSwitchLastEvent INTEGER,
ubiErpsSwitchSuppressEast TruthValue,
ubiErpsSwitchSuppressWest TruthValue,
ubiErpsSwitchCotNode TruthValue,
ubiErpsSwitchCotNbrPort INTEGER,
ubiErpsSwitchMdName Dot1agCfmMaintDomainName,
ubiErpsSwitchMaName Dot1agCfmMaintAssocName
}
ubiErpsSwitchBridgeId OBJECT-TYPE
SYNTAX UbiBridgeId
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Bridge ID ERPS is running."
::= { ubiErpsSwitchEntry 1 }
ubiErpsSwitchRingId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"G8032 ERPS Ring ID."
::= { ubiErpsSwitchEntry 2 }
ubiErpsSwitchVersion OBJECT-TYPE
SYNTAX INTEGER (1 | 2)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"G8032 ERPS Version.
1 - Version 1
2 - Version 2"
::= { ubiErpsSwitchEntry 3 }
ubiErpsSwitchNodeType OBJECT-TYPE
SYNTAX INTEGER {
ring_none(1),
rpl_owner(2),
rpl_neighbor(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"G8032 ERPS Node Type.
ring_none(1) - non-RPL Owner
rpl_owner(2) - RPL Owner
rpl_neigbor(3) - RPL Neighober"
::= { ubiErpsSwitchEntry 4 }
ubiErpsSwitchEastIf OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"East Ring port of ERPS."
::= { ubiErpsSwitchEntry 5 }
ubiErpsSwitchWestIf OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"West Ring port of ERPS."
::= { ubiErpsSwitchEntry 6 }
ubiErpsSwitchEastIfState OBJECT-TYPE
SYNTAX INTEGER {
down(1),
block(2),
forward(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Port status of east ring port."
::= { ubiErpsSwitchEntry 7 }
ubiErpsSwitchWestIfState OBJECT-TYPE
SYNTAX INTEGER {
down(1),
block(2),
forward(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Port status of west ring port."
::= { ubiErpsSwitchEntry 8 }
ubiErpsSwitchRingProtectionLink OBJECT-TYPE
SYNTAX INTEGER {
none(1),
east(2),
west(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indication of Ring protection link(RPL).
none(1) - non-RPL
east(2) - East port is RPL
wast(3) - West port is RPL"
::= { ubiErpsSwitchEntry 9 }
ubiErpsSwitchRevertiveMode OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"G8032 ERPS Switch Mode.
- If this is configured, it is revertive mode,
is not, it is non-revertive mode."
::= { ubiErpsSwitchEntry 10 }
ubiErpsSwitchMegLevel OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"G8032 ERPS MEG Level."
::= { ubiErpsSwitchEntry 11 }
ubiErpsSwitchPropagateTc OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"If this is configured, when sub-ring topolgy is changed,
sub-ring transmits Topology Change Message to major-ring."
::= { ubiErpsSwitchEntry 12 }
ubiErpsSwitchGuardTimer OBJECT-TYPE
SYNTAX Integer32
UNITS "milliseconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Guard Timer value."
::= { ubiErpsSwitchEntry 13 }
ubiErpsSwitchHoldOff OBJECT-TYPE
SYNTAX Integer32
UNITS "milliseconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Hold-off Timer value."
::= { ubiErpsSwitchEntry 14 }
ubiErpsSwitchWaitToRestore OBJECT-TYPE
SYNTAX Integer32
UNITS "minutes"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Wait to Restore Timer value."
::= { ubiErpsSwitchEntry 15 }
ubiErpsSwitchWaitToBlock OBJECT-TYPE
SYNTAX Integer32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Waith to Block Timer value."
::= { ubiErpsSwitchEntry 16 }
ubiErpsSwitchMajorRingId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Major-ring ID who is inter operated."
::= { ubiErpsSwitchEntry 17 }
ubiErpsSwitchEthoamEvent OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable interopering with CFM CCM."
::= { ubiErpsSwitchEntry 18 }
ubiErpsSwitchForcedSwitch OBJECT-TYPE
SYNTAX INTEGER {
none(1),
east(2),
west(3),
both(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indication of Forced swith ring port.
none - none
east - east ring port
west - west ring port
both - both ring port"
::= { ubiErpsSwitchEntry 19 }
ubiErpsSwitchManualSwitch OBJECT-TYPE
SYNTAX INTEGER {
none(1),
east(2),
west(3),
both(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indication of Manual swith ring port.
none - none
east - east ring port
west - west ring port
both - both ring port"
::= { ubiErpsSwitchEntry 20 }
ubiErpsSwitchClear OBJECT-TYPE
SYNTAX INTEGER {
none(1),
east(2),
west(3),
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Clear Forced/Manual swith."
::= { ubiErpsSwitchEntry 21 }
ubiErpsSwitchCurrentState OBJECT-TYPE
SYNTAX INTEGER
{
init(1),
idle(2),
protection(3),
manual_switch(4),
forced_switch(5),
pending(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Informaiont of ERPS current state.
init(1)
- Initialize State machine: One of ring ports is blocked.
idle(2)
- Idle state: RPL is blocked and ring ports of others are unblocked.
protection(3)
- Protection state: When links are failed,
RPL is unblocked and ring ports of others are unblocked.
manual_switch(4)
- Manual switch state: Manually switched port is blocked
and ring ports of others are unblocked.
forced_switch(5)
- Force switch state: Forcedly switched ports are blocked
and ring ports of others are unblocked.
pending(6)
- Pneding state: When status of links changed to 'unfailed',
one of them is still unblocked."
::= { ubiErpsSwitchEntry 22 }
ubiErpsSwitchLastEvent OBJECT-TYPE
SYNTAX INTEGER {
r_aps_nr(1),
r_aps_nr_rb(2),
r_aps_wtb_running(3),
wtb_expires(4),
r_aps_wtr_running(5),
wtr_expires(6),
ms(7),
r_aps_ms(8),
clear(9),
l_clear_sf(10),
l_sf(11),
r_aps_sf(12),
fs(13),
r_aps_fs(14),
event_flush_req(15)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Last Event of ERPS.
r_aps_nr(1) - received R-APS(NR)
r_aps_nr_rb(2) - received R-APS(NR/RB)
r_aps_wtb_running(3) - WTB is started
wtb_espires(4) - WTB is expired
r_aps_wtr_running(5) - WTR is started
wtr_expires(6) - WTR is expired
ms(7) - Manual switched
r_aps_ms(8) - rceived R-APS(MS)
clear(9) - Clear Pending/MS/FS state
l_clear_sf(10) - Local clear SF
l_sf(11) - Local SF
r_aps_sf(12) - received R-APS(SF)
fs(13) - Forced switch
r_aps_fs(14) - rceived R-APS(FS)
event_flush_req(15) - rceived R-APS(Flush request)"
::= { ubiErpsSwitchEntry 23 }
ubiErpsSwitchSuppressEast OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Suppress trasmission R-APS to east ring port."
::= { ubiErpsSwitchEntry 24 }
ubiErpsSwitchSuppressWest OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"uppress trasmission R-APS to west ring port"
::= { ubiErpsSwitchEntry 25 }
ubiErpsSwitchCotNode OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indication of COT node."
::= { ubiErpsSwitchEntry 26 }
ubiErpsSwitchCotNbrPort OBJECT-TYPE
SYNTAX INTEGER {
none(1),
east(2),
west(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indication of COT neighbor port.
none(1) - none
east(2) - east ring port
west(3) - west ring port"
::= { ubiErpsSwitchEntry 27 }
ubiErpsSwitchMdName OBJECT-TYPE
SYNTAX Dot1agCfmMaintDomainName
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"CFM Maintenance Domain Name for inter operation."
::= { ubiErpsSwitchEntry 28 }
ubiErpsSwitchMaName OBJECT-TYPE
SYNTAX Dot1agCfmMaintAssocName
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"CFM Maintenance association Name for inter operation."
::= { ubiErpsSwitchEntry 29 }
-- *****************************************************************
-- ubiErpsGlobal
-- *****************************************************************
ubiErpsGlobalHoldOff OBJECT-TYPE
SYNTAX Integer32
UNITS "milliseconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Global hold-off timer value."
::= { ubiErpsGlobal 1 }
-- *****************************************************************
-- ubiErpsNotificationEnables
-- *****************************************************************
ubiErpsRingStateChangeEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable Notificaion of ERPS State Change."
::= { ubiErpsNotificationEnables 1 }
ubiErpsRingEastIfStateChangeEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable Notificaiont of East Port Status Change."
::= { ubiErpsNotificationEnables 2 }
ubiErpsRingWestIfStateChangeEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable Notificaiont of East Port Status Change."
::= { ubiErpsNotificationEnables 3 }
-- ***********************************************************
-- ubiIfErpsTable
-- ***********************************************************
ubiIfErpsTable OBJECT-TYPE
SYNTAX SEQUENCE OF UbiIfErpsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of ERPS information on interface."
::= { ubiErpsMIBObjects 6 }
ubiIfErpsEntry OBJECT-TYPE
SYNTAX UbiIfErpsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The entry of ERPS information on interface."
INDEX { ifIndex }
::= { ubiIfErpsTable 1 }
UbiIfErpsEntry ::= SEQUENCE
{
ubiIfErpsAggMinLink Integer32
}
ubiIfErpsAggMinLink OBJECT-TYPE
SYNTAX Integer32 (1..8)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Minmum Link count to activate Port-channel in ERPS.
- To activate Port-channel, actived members of port-channel
must be minmum link count at least."
::= { ubiIfErpsEntry 1 }
-- *****************************************************************
-- ubiErpsMIBConformance
-- *****************************************************************
-- Conformance Information
ubiErpsMIBCompliances OBJECT IDENTIFIER ::= { ubiErpsMIBConformance 1 }
ubiErpsMIBGroups OBJECT IDENTIFIER ::= { ubiErpsMIBConformance 2 }
-- compliance statements
ubiErpsMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for VTP implementations."
MODULE -- this module
MANDATORY-GROUPS {
ubiErpsBaseGroup
}
::= { ubiErpsMIBCompliances 1 }
-- units of conformance
ubiErpsBaseGroup OBJECT-GROUP
OBJECTS {
}
STATUS current
DESCRIPTION
""
::= { ubiErpsMIBGroups 1 }
END
|