summaryrefslogtreecommitdiff
path: root/MIBS/huawei/HUAWEI-RPR-MIB
blob: 0767506bb02d415a67a1c2043d76d2136cbc3fe4 (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
-- ==================================================================
-- Copyright (C) 2002 by  HUAWEI TECHNOLOGIES. All rights reserved.
-- 
-- Description: HUAWEI RPR extend MIB
-- Reference:
-- Version: V1.0
-- History:
-- ==================================================================

    HUAWEI-RPR-MIB DEFINITIONS ::= BEGIN
 
        IMPORTS
            hwDatacomm            
                FROM HUAWEI-MIB            
            rprIfIndex, rprIfWrapConfig, rprIfRingOperModes, rprIfCurrentStatus, rprSpanIfIndex, 
            rprSpanId, rprSpanTotalRingletReservedRate, rprTopoImageIfIndex, rprTopoImageMacAddress, rprTopoImageStationIfIndex, 
            rprTopoImageRinglet0Hops, rprTopoImageRinglet1Hops, rprTopoImageWestProtectionStatus, rprTopoImageEastProtectionStatus, rprTopoImageStatus, 
            RprSpan            
                FROM IEEE-802DOT17-RPR-MIB            
            ifIndex, ifPhysAddress, ifName, InterfaceIndex            
                FROM IF-MIB            
            OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP            
                FROM SNMPv2-CONF            
            OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE            
                FROM SNMPv2-SMI;
    
    
        hwRPR MODULE-IDENTITY 
            LAST-UPDATED "200601090000Z"        -- January 09, 2006 at 00:00 GMT
            ORGANIZATION 
                "Huawei Technologies co.,Ltd."
            CONTACT-INFO 
                " R&D BeiJing, Huawei Technologies co.,Ltd.
                Huawei Bld.,NO.3 Xinxi Rd.,
                Shang-Di Information Industry Base,
                Hai-Dian District Beijing P.R. China
                Zip:100085
                Http://www.huawei.com
                E-mail:support@huawei.com "
            DESCRIPTION 
                "The HUAWEI-RPR-TRAP-MIB contains objects to
                Monitor the RPR TRAPs.
                
                *********************************
                RPR TRAP
                **********************************
                 This RPR TRAP consists of the following TRAPs:
                 1 :  hwRPRexcessReservedRateDefect
                 2 :  hwRPRprotMisconfigDefect
                 3 :  hwRPRtopoChange
                 4 :  hwRPRtopoInvalidDefect
                 5 :  hwRPRduplicateMacAddressDefect
                 6 :  hwRPRtopoInstabilityDefect
                 7 :  hwRPRtopoStabilityRestore
                 8 :  hwRPRPhyIfEventTrap
                 9 :  hwRPRLogicIfEventTrap
                "
            ::= { hwDatacomm 36 }
        
    
    
--
-- Node definitions
--
    
        hwRPRObjects OBJECT IDENTIFIER ::= { hwRPR 1 }
        
        hwRPRIfEventTable OBJECT-TYPE
            SYNTAX SEQUENCE OF HwRPRIfEventEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "A table of  interface event information."
            ::= { hwRPRObjects 1 }
        
        hwRPRIfEventEntry OBJECT-TYPE
            SYNTAX HwRPRIfEventEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "Interface event information Entry."
            INDEX { hwRPRLogicIfIndex, hwRPRLogicIfSpanId }
            ::= { hwRPRIfEventTable 1 }
        
        HwRPRIfEventEntry ::=
            SEQUENCE { 
                hwRPRLogicIfIndex
                    InterfaceIndex,
                hwRPRLogicIfSpanId
                    RprSpan,
                hwRPRLogicIfEvent
                    INTEGER,
                hwRPRPhyIfEvent
                    INTEGER
             }

        hwRPRLogicIfIndex OBJECT-TYPE
            SYNTAX InterfaceIndex
            MAX-ACCESS accessible-for-notify
            STATUS current
            DESCRIPTION
                "The ifIndex of this RPR logic interface."
            ::= { hwRPRIfEventEntry 1 }
        
        hwRPRLogicIfSpanId OBJECT-TYPE
            SYNTAX RprSpan
            MAX-ACCESS accessible-for-notify
            STATUS current
            DESCRIPTION
                "The SpanId of this RPR logic interface."
            ::= { hwRPRIfEventEntry 2 }
        
        hwRPRLogicIfEvent OBJECT-TYPE
            SYNTAX INTEGER
                {
                sd(1),
                sf(2),
                mateerr(3)
                }
            MAX-ACCESS accessible-for-notify
            STATUS current
            DESCRIPTION
                "Type of logic interface event.
                SD indicates that SDH Signal of the RPR logic interface degrades;
                SF indicates that SDH Signal of the RPR logic interface fails;
                MATEERR indicates that mate cable error caused by mate cable of
                the RPR physical interface is linked incorrect;
                "
            ::= { hwRPRIfEventEntry 3 }
        
        hwRPRPhyIfEvent OBJECT-TYPE
            SYNTAX INTEGER
                {
                sdHFramerSDst(1),
                sdHFramerSFst(2),
                sdHFramerLOSst(3),
                sdHFramerLOFst(4),
                sdHFramerRDIst(5),
                sdHFramerAISst(6),
                sdHFramerREIst(7),
                miscabling(8),
                keepalive(9),
                mateState(10)
                }
            MAX-ACCESS accessible-for-notify
            STATUS current
            DESCRIPTION
                "Type of physical interface event.
                SDHFramerSDst indicates that SDH Signal of the RPR physical interface degrades;
                SDHFramerSFst indicates that SDH Signal of the RPR physical interface fails;
                SDHFramerLOSst indicates that SDH Signal of the RPR physical interface loses;
                SDHFramerLOFst indicates that SDH framer of the RPR physical interface loses;
                SDHFramerRDIst indicates that remote Defect Indication ;
                SDHFramerAISst indicates that alarm Indication Signal;
                SDHFramerREIst indicates that remote ErrorIndication;
                Miscabling indicates that cable of the RPR physical interface is linked incorrect;
                Keepalive indicates that an exchange of messages allowing verification
                that communication between stations is not active;
                MateState indicates that mate cable of the RPR physical interface is linked incorrect.
                "
            ::= { hwRPRIfEventEntry 4 }
        
        hwRPRIfConfigTable OBJECT-TYPE
            SYNTAX SEQUENCE OF HwRPRIfConfigEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "A table of RPR logic interface configuration information."
            ::= { hwRPRObjects 2 }
        
        hwRPRIfConfigEntry OBJECT-TYPE
            SYNTAX HwRPRIfConfigEntry
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "RPR interface Configuration entry."
            INDEX { hwRPRIfConfigIfIndex }
            ::= { hwRPRIfConfigTable 1 }
        
        HwRPRIfConfigEntry ::=
            SEQUENCE { 
                hwRPRIfConfigIfIndex InterfaceIndex,
                hwRPRLogicIfTotalBandWidth INTEGER
             }
        hwRPRIfConfigIfIndex OBJECT-TYPE
            SYNTAX InterfaceIndex
            MAX-ACCESS not-accessible
            STATUS current
            DESCRIPTION
                "The ifIndex of this RPR logic interface."
            ::= { hwRPRIfConfigEntry 1 }
        hwRPRLogicIfTotalBandWidth OBJECT-TYPE
            SYNTAX INTEGER
                {
                bandwidth1000(1000),
                bandwidth2488(2488),
                bandwidth10000(10000)
                }
            MAX-ACCESS read-write
            STATUS current
            DESCRIPTION
                "The total bandwidth of this RPR logic interface."
            ::= { hwRPRIfConfigEntry 2 }
        
        hwRPRTraps OBJECT IDENTIFIER ::= { hwRPR 2 }
        
        hwRPRexcessReservedRateDefect NOTIFICATION-TYPE
            OBJECTS { rprSpanTotalRingletReservedRate }
            STATUS current
            DESCRIPTION 
                "This defect indicates that the amount of reserved
                bandwidth on a ringlet exceeds the available LINK_RATE.
                When an excess reserved rate defect is present,
                a notification may be generated.
                "
            ::= { hwRPRTraps 1 }
        
        hwRPRprotMisconfigDefect NOTIFICATION-TYPE
            OBJECTS { rprIfWrapConfig, rprIfRingOperModes }
            STATUS current
            DESCRIPTION 
                "A critical severity defect that indicates the presence
                of mismatched-protection-configuration stations, based
                on the value returned by MismatchedProtection().
                When a protection configuration defect is present
                on the station, a notification may be generated.
                "
            ::= { hwRPRTraps 2 }
        
        hwRPRtopoChange NOTIFICATION-TYPE
            OBJECTS { rprTopoImageStationIfIndex, rprTopoImageStatus, rprTopoImageWestProtectionStatus, rprTopoImageEastProtectionStatus, rprIfCurrentStatus
                 }
            STATUS current
            DESCRIPTION 
                "When an  topology change is present,
                a notification may be generated..
                "
            ::= { hwRPRTraps 3 }
        
        hwRPRtopoInvalidDefect NOTIFICATION-TYPE
            OBJECTS { ifPhysAddress, rprIfCurrentStatus }
            STATUS current
            DESCRIPTION 
                "A critical severity defect indicating that an
                invalid entry has been found within the scope
                of the topology,the stations on the ring excess
                the MAX_STATIONS or the local station has one
                or more duplicate secondary MAC addresses. When
                a topology entry invalid defect ,exceeing MaxStations
                or  duplicate secondary MAC addresses is present,
                a notification may be generated.
                "
            ::= { hwRPRTraps 4 }
        
        hwRPRduplicateMacAddressDefect NOTIFICATION-TYPE
            OBJECTS { ifPhysAddress, rprTopoImageRinglet0Hops, rprTopoImageRinglet1Hops }
            STATUS current
            DESCRIPTION 
                "A critical severity defect indicating that a
                duplicateMacAddress has been found on the ring.
                When a duplicateMacAddress defect is present,
                a notification may be generated.
                "
            ::= { hwRPRTraps 5 }
        
        hwRPRtopoInstabilityDefect NOTIFICATION-TYPE
            OBJECTS { ifPhysAddress }
            STATUS current
            DESCRIPTION 
                "The critical severity Instable topology defect.
                When an Instable topology defect is present,
                a notification may be generated.
                "
            ::= { hwRPRTraps 6 }
        
        hwRPRtopoStabilityRestore NOTIFICATION-TYPE
            OBJECTS { ifPhysAddress }
            STATUS current
            DESCRIPTION 
                "The critical severity Instable topology restore.
                When an stable topology  is present,
                a notification may be generated.
                "
            ::= { hwRPRTraps 7 }
        
        hwRPRPhyIfEventTrap NOTIFICATION-TYPE
            OBJECTS { hwRPRLogicIfIndex, hwRPRLogicIfSpanId, hwRPRPhyIfEvent }
            STATUS current
            DESCRIPTION 
                "The critical severity physical interface defect.
                When an physical interface  defect is present,
                a notification may be generated.
                "
            ::= { hwRPRTraps 8 }
        
        hwRPRLogicIfEventTrap NOTIFICATION-TYPE
            OBJECTS { hwRPRLogicIfIndex, hwRPRLogicIfSpanId, hwRPRLogicIfEvent }
            STATUS current
            DESCRIPTION 
                "The critical severity Logic interface defect.
                When an logic interface  defect that caused
                by physical interface event is present,
                a notification may be generated.
                "
            ::= { hwRPRTraps 9 }
        
        hwRPRNodeConErr NOTIFICATION-TYPE
            OBJECTS { ifName }
            STATUS current
            DESCRIPTION 
                "On RPR ring, to detect the connection, a kind of packet
                is send between neighbor RPR nodes, This kind of packet 
                is SC(Single-Choke) packet, If a node cannot receive SC 
                packet from neighbor node in KEEPALIVE time, then there 
                is failure between the two nodes. When happened, auto protection 
                is executed by software.!"
            ::= { hwRPRTraps 10 }
        
        hwRPRNodeConErrResume NOTIFICATION-TYPE
            OBJECTS { ifName }
            STATUS current
            DESCRIPTION 
                "On RPR ring, to detect the connection, a kind of packet
                is send between neighbor RPR nodes, This kind of packet 
                is SC(Single-Choke) packet, If a node cannot receive SC 
                packet from neighbor node in KEEPALIVE time, then there 
                is failure between the two nodes. When failure is resumed
                 , this notification is sent.!"
            ::= { hwRPRTraps 11 }
        
        hwRPRNodeMisCabling NOTIFICATION-TYPE
            OBJECTS { ifName }
            STATUS current
            DESCRIPTION 
                "Optical fiber is connected in error. i.e the east direction 
                of one node is connected with east direction of another node, 
                or the west direction of one node is connected with west direction 
                of another node!"
            ::= { hwRPRTraps 12 }
        
        hwRPRNodeMisCablingResume NOTIFICATION-TYPE
            OBJECTS { ifName }
            STATUS current
            DESCRIPTION 
                "when phenomena that Optical fiber is connected in error disappears,
                this notification is sent!"
            ::= { hwRPRTraps 13 }
        
        hwRPRMateErr NOTIFICATION-TYPE
            OBJECTS { ifName }
            STATUS current
            DESCRIPTION 
                "In double RPR operating mode, east and west directions 
                of one rpr node lay on two RPR cards, These two cards are 
                internally conntected by Gigaibit-ethernet, which is called 
                MATE interface. The RPR nodes cannot work normaly under 
                condition of MATE error.!"
            ::= { hwRPRTraps 14 }
        
        hwRPRMateErrResume NOTIFICATION-TYPE
            OBJECTS { ifName }
            STATUS current
            DESCRIPTION 
                "In double RPR operating mode, east and west directions 
                of one rpr node lay on two RPR cards, These two cards are 
                internally conntected by Gigaibit-ethernet, which is called 
                MATE interface. The RPR nodes cannot work normaly under 
                condition of MATE error.when MATE error is resumed ,this 
                notification is sent!"
            ::= { hwRPRTraps 15 }
        
        hwRPRLOS NOTIFICATION-TYPE
            OBJECTS { ifName }
            STATUS current
            DESCRIPTION 
                "On RPR physical layer, link connection is detected 
                through physical singal. When can't receive physical
                 singal, then local node from neighbor node, LOS(lost of signal) 
                 alarm is report, auto protection is executed by software.!"
            ::= { hwRPRTraps 16 }
        
        hwRPRLOSResume NOTIFICATION-TYPE
            OBJECTS { ifName }
            STATUS current
            DESCRIPTION 
                "On RPR physical layer, link connection is detected 
                through physical singal. When can't receive physical
                singal, then local node from neighbor node, LOS(lost of signal) 
                alarm is report, auto protection is executed by software.when LOS
                is resumed,this notification is sent"
            ::= { hwRPRTraps 17 }
        
        hwRPRTrapConformance OBJECT IDENTIFIER ::= { hwRPR 3 }
        
        hwRPRTrapCompliances OBJECT IDENTIFIER ::= { hwRPRTrapConformance 1 }
        
        hwRPRTrapCompliance MODULE-COMPLIANCE
            STATUS current
            DESCRIPTION 
                "The compliance statement for entities that implement
                RPRTRAP on a router.
                "
            MODULE -- this module
                MANDATORY-GROUPS { hwRPRIfEventGroup, hwRPRTrapGroup }
            ::= { hwRPRTrapCompliances 1 }
        
        hwRPRTrapGroups OBJECT IDENTIFIER ::= { hwRPRTrapConformance 2 }
        
        hwRPRIfEventGroup OBJECT-GROUP
            OBJECTS { hwRPRLogicIfIndex, hwRPRLogicIfSpanId, hwRPRPhyIfEvent, hwRPRLogicIfEvent }
            STATUS current
            DESCRIPTION 
                "provide RPRTRAP objects configuration information. "
            ::= { hwRPRTrapGroups 1 }
        
        hwRPRTrapGroup NOTIFICATION-GROUP
            NOTIFICATIONS { hwRPRexcessReservedRateDefect, hwRPRprotMisconfigDefect, hwRPRtopoChange, hwRPRtopoInvalidDefect, hwRPRduplicateMacAddressDefect, 
                hwRPRtopoInstabilityDefect, hwRPRtopoStabilityRestore, hwRPRPhyIfEventTrap, hwRPRLogicIfEventTrap, hwRPRNodeConErr, 
                hwRPRNodeConErrResume, hwRPRNodeMisCabling, hwRPRNodeMisCablingResume, hwRPRMateErr, hwRPRMateErrResume, 
                hwRPRLOS, hwRPRLOSResume }
            STATUS current
            DESCRIPTION 
                "Required objects to provide RPRTRAP objects configuration
                information. "
            ::= { hwRPRTrapGroups 2 }
        
        hwRPRIfConfigGroup OBJECT-GROUP
            OBJECTS { hwRPRLogicIfTotalBandWidth }
            STATUS current
            DESCRIPTION 
                "Description."
            ::= { hwRPRTrapGroups 3 }
        
    
    END

--
-- HUAWEI-RPR-MIB.mib
--