summaryrefslogtreecommitdiff
path: root/MIBS/telco-systems/binos/PRVT-SWITCH-EV-PROP-MIB
blob: 9bda39c76c8daaa0ac86ce1371b983d08e5c304b (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
-- *********************************************************************
-- *********************************************************************
-- ** Filename: PRVT-SWITCH-EV-PROP-MIB
-- ** Project: T - Ethernet and Fast Ethernet IP Switches.
-- ** Purpose: Private MIB
-- *********************************************************************
-- (c) Copyright, 2001, BATM Advanced Communications. All rights reserved.
-- WARNING:
--
-- BY UTILIZING THIS FILE, YOU AGREE TO THE FOLLOWING:
--
-- This file is the property of BATM Advanced Communications.
-- BATM Advanced Communications retains all title and
-- ownership in the Specification, including any revisions.

-- BATM Advanced Communications grants all interested parties a non-exclusive
-- license to use and distribute an unmodified copy of this
-- Specification in connection with management of BATM Advanced Communications 
-- and Telco Systemsproducts, and without fee, provided that the following
-- conditions are met:
-- 1. Redistributions of this specification must retain the above copyright
-- notice, this list of conditions and the following disclaimer.
-- 2. Redistributions in binary form must reproduce the above copyright
-- notice, this list of conditions and the following disclaimer in the
-- documentation and/or other materials provided with the distribution.
-- 3. The name of the BATM Advanced Communications MAY NOT be used to endorse
-- or promote products derived from this specification without specific prior written
-- permission.
--
-- EXCEPT AS RESTRICTED BY LAW, OR AS PROVIDED IN BATM'S LIMITED
-- WARRANTY, THE SPECIFICATIONS CONTAINED IN THIS FILE ARE
-- PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES
-- OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
-- IN NO EVENT SHALL BATM BE LIABLE FOR ANY DAMAGES WHATSOEVER
-- INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
-- PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION OR
-- OTHER CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE, OR INABILITY
-- TO USE, THE SPECIFICATION CONTAINED IN THIS FILE.
PRVT-SWITCH-EV-PROP-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, Counter32, NOTIFICATION-TYPE
        FROM SNMPv2-SMI                  -- RFC2578
    MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
        FROM SNMPv2-CONF                 -- RFC2580
    RowStatus, TruthValue, DisplayString
        FROM SNMPv2-TC                   -- RFC2579
    switch
        FROM PRVT-SWITCH-MIB;

prvtEventPropagation MODULE-IDENTITY
LAST-UPDATED "201101260000Z"         
ORGANIZATION "BATM Advanced Communication"       
CONTACT-INFO
"BATM/Telco Systems Support team
Email: 
For North America: techsupport@telco.com
For North Europe: support@batm.de, info@batm.de
For the rest of the world: techsupport@telco.com"

DESCRIPTION
"This MIB provides control over the Event Propagation feature"
-- revision history
        REVISION       "201101260000Z"
        DESCRIPTION
        "Add Event Propagation traps. Curate MIB descriptions. Correct MIB conformance."
-- revision history
        REVISION       "201101170000Z"
        DESCRIPTION
        "Add more profile event types and profile remote peer types."
-- revision history
        REVISION       "201008090000Z"
        DESCRIPTION
        "Fix limits for hold-off timer and wait-to-restore timer."
-- revision history
        REVISION       "201005200000Z"
        DESCRIPTION
        "Add support for hold-off timer and wait-to-restore timer."
-- revision history
        REVISION       "200909250000Z"
        DESCRIPTION
        "Initial version."

::= { switch 166 }

-- ***********************************************
-- ************ Top level structure of the MIB****
-- ***********************************************
 prvtEvPropNotifications           OBJECT IDENTIFIER ::= { prvtEventPropagation 0 }
 prvtEvPropObjects                 OBJECT IDENTIFIER ::= { prvtEventPropagation 1 }
 prvtEvPropConformance             OBJECT IDENTIFIER ::= { prvtEventPropagation 2 }

-- ***********************************************
-- ************* global scalar objects ***********
-- ***********************************************
prvtEventPropagationProfile OBJECT IDENTIFIER ::= { prvtEvPropObjects 1 }
prvtEventPropagationSession OBJECT IDENTIFIER ::= { prvtEvPropObjects 2 }

prvtEventPropagationProfileTable OBJECT-TYPE
    SYNTAX SEQUENCE OF PrvtEventPropagationProfileEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Profile table that holds the settings for the 
        Event Propagation"
    ::= { prvtEventPropagationProfile 1 }

prvtEventPropagationProfileEntry OBJECT-TYPE
        SYNTAX PrvtEventPropagationProfileEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
        "NONE"
        INDEX { prvtEventPropagationProfileIndex }
        ::= { prvtEventPropagationProfileTable 1 }

PrvtEventPropagationProfileEntry ::= SEQUENCE {
        prvtEventPropagationProfileIndex                Unsigned32,
        prvtEventPropagationEvent                               INTEGER,
        prvtEventPropagationRemotePeerType              INTEGER,
        prvtEventPropagationRemotePeerID                DisplayString,
        prvtEventPropagationActionID                    INTEGER,
        prvtEventPropagationRevertiveActionID   INTEGER,
        prvtEventPropagationProfileRowStatus    RowStatus,
        prvtEventPropagationHoldTimer                   Unsigned32,
        prvtEventPropagationWaitRestoreTimer    Unsigned32
    }

prvtEventPropagationProfileIndex OBJECT-TYPE
        SYNTAX Unsigned32
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
        "This is an unique identifier of the 
        Event Propagation profile table."
        ::= { prvtEventPropagationProfileEntry 1 }

prvtEventPropagationEvent OBJECT-TYPE
        SYNTAX INTEGER
        {
                notSpecified ( 1 ),
                lossOfConnectivity ( 2 ),
                receivedAIS ( 3 ),
                receivedRDI ( 4 ),
                interfaceDown ( 5 ),
                testing ( 6 )
        }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
        "This leaf defines the type of event that will be monitored."
        ::= { prvtEventPropagationProfileEntry 2 }

prvtEventPropagationRemotePeerType OBJECT-TYPE
        SYNTAX INTEGER
        {
                notSpecified ( 1 ),
                macAddress ( 2 ),
                remoteMep ( 3 ),
                interfaceID ( 4 ),
                ipv4Address ( 5 ),
                localMep ( 6 ),
                lagID ( 7 )
        }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
        "The peer type onto which the event is generated."
        ::= { prvtEventPropagationProfileEntry 3 }

prvtEventPropagationRemotePeerID OBJECT-TYPE
        SYNTAX DisplayString (SIZE(1..32))
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
        "Remote peer ID"
        ::= { prvtEventPropagationProfileEntry 4 }

prvtEventPropagationActionID OBJECT-TYPE
        SYNTAX INTEGER
        {
                notSpecified ( 1 ),
                dropLink ( 2 )
        }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
        "Defines the action to be take in case of an event. "
        ::= { prvtEventPropagationProfileEntry 5 }

prvtEventPropagationRevertiveActionID OBJECT-TYPE
        SYNTAX INTEGER
        {
                notSpecified ( 1 ),
                restoreLink ( 2 )
        }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
        "Defines the revertive action to be take in case of
        an event. "
        ::= { prvtEventPropagationProfileEntry 6 }

prvtEventPropagationProfileRowStatus OBJECT-TYPE
        SYNTAX RowStatus
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
        "Creation/delete/edit of the Event Propagation profile. "
        ::= { prvtEventPropagationProfileEntry 7 }
        
prvtEventPropagationHoldTimer OBJECT-TYPE
        SYNTAX Unsigned32 (0..600000)
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
        "The action is performed after a period defined by the hold-off timer. 
         The value is represented in milliseconds. 
         A value of '0' depicts no wait period before performing the set action."
        DEFVAL { 0 }
        ::= { prvtEventPropagationProfileEntry 8 }
        
prvtEventPropagationWaitRestoreTimer OBJECT-TYPE
        SYNTAX Unsigned32 (0..600)
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
        "The revertive action is performed after a period defined by the wait-to-restore timer. 
         The value is represented in seconds.
         A value of '0' depicts no wait period before a revertive action is performed."
        DEFVAL { 0 }
        ::= { prvtEventPropagationProfileEntry 9 }

-- ***********************************************
-- ************* global scalar objects ***********
-- ***********************************************

prvtEventPropagationSessionTable OBJECT-TYPE
    SYNTAX SEQUENCE OF PrvtEventPropagationSessionEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "Session table that holds the settings for the 
        Event Propagation"
    ::= { prvtEventPropagationSession 1 }

prvtEventPropagationSessionEntry OBJECT-TYPE
        SYNTAX PrvtEventPropagationSessionEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
        "NONE"
        INDEX { prvtEventPropagationProfileIndex, prvtEventPropagationSessionIndex }
        ::= { prvtEventPropagationSessionTable 1 }

PrvtEventPropagationSessionEntry ::= SEQUENCE {
        prvtEventPropagationSessionIndex                                Unsigned32,
        prvtEventPropagationSessionTargetType                   INTEGER,
        prvtEventPropagationSessionTargetID                             DisplayString,
        prvtEventPropagationLastActionCounter                   Counter32,
        prvtEventPropagationLastRevertiveActionCounter  Counter32,
        prvtEventPropagationSessionRowStatus                    RowStatus
        }

prvtEventPropagationSessionIndex OBJECT-TYPE
        SYNTAX Unsigned32
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
        "This is an unique identifier of the 
        Event Propagation Session table."
        ::= { prvtEventPropagationSessionEntry 1 }

prvtEventPropagationSessionTargetType OBJECT-TYPE
        SYNTAX INTEGER
        {
                notSpecified ( 1 ),
                interfacePort ( 2 ),
                interfaceSAP ( 3 )
        }
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
        "The type of target this session affects."
        ::= { prvtEventPropagationSessionEntry 2 }

prvtEventPropagationSessionTargetID OBJECT-TYPE
        SYNTAX DisplayString (SIZE(4..32))
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
        "The targetID of this session.
         It is held in a string that is represented as follows:
                port - UUSSPP
                SAP  - ServiceID/UUSSPP:c-vlan:s-vlan
                        
         e.g.:   port -  1101, 1207, 1310
                         SAP  -  1/1101:1:22, 23/1112:24-26, 2756/1112:utag"
        ::= { prvtEventPropagationSessionEntry 3 }


prvtEventPropagationLastActionCounter OBJECT-TYPE
        SYNTAX Counter32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
        "Counts the number of actions that occured."
        ::= { prvtEventPropagationSessionEntry 4 }

prvtEventPropagationLastRevertiveActionCounter OBJECT-TYPE
        SYNTAX Counter32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
        "Counts the number of revertive actions that occured."
        ::= { prvtEventPropagationSessionEntry 5 }

prvtEventPropagationSessionRowStatus OBJECT-TYPE
        SYNTAX RowStatus
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
        "Creation/delete/edit of the Event Propagation session. "
        ::= { prvtEventPropagationSessionEntry 6 }

-- ***********************************************
-- **************** Notification *****************
-- ***********************************************

prvtEvPropAction NOTIFICATION-TYPE
          OBJECTS {
                  prvtEventPropagationEvent,
                  prvtEventPropagationRemotePeerType,
                  prvtEventPropagationRemotePeerID,
                  prvtEventPropagationActionID
          }
          STATUS current
          DESCRIPTION
            "This trap should be sent whenever an action is
                        performed."
          ::= { prvtEvPropNotifications 1 }

prvtEvPropRevert NOTIFICATION-TYPE
          OBJECTS {
                  prvtEventPropagationEvent,
                  prvtEventPropagationRemotePeerType,
                  prvtEventPropagationRemotePeerID,
                  prvtEventPropagationRevertiveActionID
          }
          STATUS current
          DESCRIPTION
            "This trap should be sent whenever a revert action is
                        performed."
          ::= { prvtEvPropNotifications 2 }

        
        
-- ******************************************************************
-- PRVT-SWITCH-EV-PROP MIB Module - Conformance Information
-- ******************************************************************

prvtEvPropCompliances OBJECT IDENTIFIER ::= { prvtEvPropConformance 1 }
prvtEvPropGroups      OBJECT IDENTIFIER ::= { prvtEvPropConformance 2 }

-- ******************************************************************
-- Units of conformance
-- ******************************************************************

prvtEvPropProfileGroup OBJECT-GROUP
    OBJECTS {
            prvtEventPropagationEvent,
            prvtEventPropagationRemotePeerType,
            prvtEventPropagationRemotePeerID,
            prvtEventPropagationActionID,
            prvtEventPropagationRevertiveActionID,
            prvtEventPropagationProfileRowStatus,
            prvtEventPropagationHoldTimer,
            prvtEventPropagationWaitRestoreTimer
    }
    STATUS      current
    DESCRIPTION
       "Objects for the Event Propagation profiles group."
    ::= { prvtEvPropGroups 1 }
    
prvtEvPropSessionGroup OBJECT-GROUP
    OBJECTS {
        prvtEventPropagationSessionTargetType,        
        prvtEventPropagationSessionTargetID,        
        prvtEventPropagationLastActionCounter,        
        prvtEventPropagationLastRevertiveActionCounter,        
        prvtEventPropagationSessionRowStatus
    }
    STATUS      current
    DESCRIPTION
       "Objects for the Event Propagation sessions group."
    ::= { prvtEvPropGroups 2 }
    
prvtEvPropNotificationsGroup NOTIFICATION-GROUP
    NOTIFICATIONS {
      prvtEvPropAction,
      prvtEvPropRevert
    }
    STATUS      current
    DESCRIPTION
       "Objects for the Event Propagation notifications group."
    ::= { prvtEvPropGroups 3 }
    
-- ******************************************************************
-- MIB Module Compliance statements
-- ******************************************************************

prvtEvPropCompliance MODULE-COMPLIANCE
    STATUS      current
    DESCRIPTION
       "The compliance statement for support of the Event Propagation MIB module."
    MODULE
        MANDATORY-GROUPS {
            prvtEvPropProfileGroup,
            prvtEvPropSessionGroup,
            prvtEvPropNotificationsGroup
            }

    OBJECT prvtEventPropagationProfileRowStatus
      SYNTAX       RowStatus { active(1), notInService(2), notReady(3) }
      WRITE-SYNTAX RowStatus { active(1), notInService(2), notReady(3),
                               createAndWait(5), destroy(6) }
      DESCRIPTION "Support for createAndWait is required."

    OBJECT prvtEventPropagationSessionRowStatus
      SYNTAX       RowStatus { active(1), notInService(2), notReady(3) }
      WRITE-SYNTAX RowStatus { active(1), notInService(2), notReady(3),
                               createAndWait(5), destroy(6) }
      DESCRIPTION "Support for createAndWait is required."

    ::= { prvtEvPropCompliances 1 }


END