summaryrefslogtreecommitdiff
path: root/MIBS/telco-systems/binox/PRVT-TWAMP-MIB
blob: 244c039f069dfeca112a6d8d841d2dc3e788209e (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
-- *********************************************************************
-- **
-- ** BATM Advanced Communications.
-- **
-- *********************************************************************
-- ** Filename: PRVT-TWAMP-MIB.mib
-- ** Project: T-Metro Switches.
-- ** Purpose: Private MIB
-- *********************************************************************
-- (c) Copyright, 2009, 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 and contains
-- proprietary and confidential information. This file is made
-- available to authorized BATM customers on the express
-- condition that neither it, nor any of the information contained
-- therein, shall be disclosed to third parties or be used for any
-- purpose other than to replace, modify or upgrade firmware and/or
-- software components of BATM manufactured equipment within the
-- authorized customer's network, and that such transfer be
-- completed in accordance with the instructions provided by
-- BATM. Any other use is strictly prohibited.
--
-- EXCEPT AS RESTRICTED BY LAW, OR AS PROVIDED IN BATM'S LIMITED
-- WARRANTY, THE SOFTWARE PROGRAMS 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 SOFTWARE CONTAINED IN THIS FILE.
--
-- ----------------------------------------------------------------------------

PRVT-TWAMP-MIB DEFINITIONS ::= BEGIN

IMPORTS
    switch
        FROM PRVT-SWITCH-MIB
    Counter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, 
    NOTIFICATION-TYPE, OBJECT-TYPE, Unsigned32
        FROM SNMPv2-SMI
    MacAddress, RowStatus, TEXTUAL-CONVENTION, TruthValue
        FROM SNMPv2-TC;

prvtTwampMIB MODULE-IDENTITY
    LAST-UPDATED "201405160000Z"
    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 the extended capability of controlling and
         provisioning of TWAMP tests."
    REVISION    "201005270000Z"
    DESCRIPTION 
        "Initial version."
    ::= { switch 240 }


PrvtTwampTestNameType ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "32a"
    STATUS      current
    DESCRIPTION 
        "TWAMP test name type (1..32 characters)."
    SYNTAX      OCTET STRING (SIZE(1..32))

PrvtTwampDecimalPercent ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "3d.2d"
    STATUS      current
    DESCRIPTION 
        "A percentage value in decimal format."
    SYNTAX      OCTET STRING (SIZE(1..10))

prvtTwampNotifications OBJECT IDENTIFIER
    ::= { prvtTwampMIB 0 }

prvtTwampObjects OBJECT IDENTIFIER
    ::= { prvtTwampMIB 1 }

prvtTwampTest OBJECT IDENTIFIER
    ::= { prvtTwampObjects 1 }

prvtTwampTestTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF PrvtTwampTestEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Table contains TWAMP tests."
    ::= { prvtTwampTest 1 }

prvtTwampTestEntry OBJECT-TYPE
    SYNTAX      PrvtTwampTestEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Entry in prvtTwampTestTable"
    INDEX       { prvtTwampTestName }
    ::= { prvtTwampTestTable 1 }

PrvtTwampTestEntry ::= SEQUENCE {
    prvtTwampTestName           PrvtTwampTestNameType,
    prvtTwampTestRowStatus      RowStatus,
    prvtTwampTestServer         IpAddress,
    prvtTwampTestSessionsCount  Integer32,
    prvtTwampTestPackets        Integer32,
    prvtTwampTestTimeout        Integer32,
    prvtTwampTestDelay          Integer32,
    prvtTwampTestExecuteNow     Integer32
}

prvtTwampTestName OBJECT-TYPE
    SYNTAX      PrvtTwampTestNameType
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "TWAMP test name."
    ::= { prvtTwampTestEntry 1 }

prvtTwampTestRowStatus OBJECT-TYPE
    SYNTAX      RowStatus
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION 
        "Create/delete entry in prvtTwampTestTable."
    ::= { prvtTwampTestEntry 2 }

prvtTwampTestServer OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION 
        "TWAMP test server ip-address."
    ::= { prvtTwampTestEntry 3 }

prvtTwampTestSessionsCount OBJECT-TYPE
    SYNTAX      Integer32 (1..10)
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION 
        "The number of parallel test sessions."
    DEFVAL      { 1 }
    ::= { prvtTwampTestEntry 4 }

prvtTwampTestPackets OBJECT-TYPE
    SYNTAX      Integer32 (10..1000)
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION 
        "The number of packets in parallel sessions."
    DEFVAL      { 300 }
    ::= { prvtTwampTestEntry 5 }

prvtTwampTestTimeout OBJECT-TYPE
    SYNTAX      Integer32 (100..10000)
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION 
        "The timout interval of test packets (in milliseconds)."
    DEFVAL      { 900 }
    ::= { prvtTwampTestEntry 6 }

prvtTwampTestDelay OBJECT-TYPE
    SYNTAX      Integer32 (100..1500)
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION 
        "The delay interval between test packets (in milliseconds)"
    DEFVAL      { 100 }
    ::= { prvtTwampTestEntry 7 }

prvtTwampTestExecuteNow OBJECT-TYPE
    SYNTAX      Integer32 (0..2)
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION 
        "When this object is set to '1', command
         self-test execute-now.  When this object is set to '2' 
         the self-test is stopped. Setting the variable to '0'
         results in an 'inconsistentValue' error.
         Setting it to any other value has no effect.
         
         When this object is read, the value '0' is returned."
    ::= { prvtTwampTestEntry 8 }

prvtTwampServer OBJECT IDENTIFIER
    ::= { prvtTwampObjects 2 }

prvtTwampServerInnactivity OBJECT-TYPE
    SYNTAX      Integer32 (1..900)
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION 
        "The server innactivity timeout interval of the TWAMP server (in seconds)."
    DEFVAL      { 900 }
    ::= { prvtTwampServer 2 }

prvtTwampServerSessionInnactivity OBJECT-TYPE
    SYNTAX      Integer32 (1..900)
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION 
        "The session innactivity timeout interval of the TWAMP server (in seconds)."
    DEFVAL      { 900 }
    ::= { prvtTwampServer 3 }

prvtTwampServerMaxSessions OBJECT-TYPE
    SYNTAX      Integer32 (1..1000)
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION 
        "The maximum number of controll sessions supported by the TWAMP server."
    DEFVAL      { 10 }
    ::= { prvtTwampServer 4 }

prvtTwampServerMaxParallelSessions OBJECT-TYPE
    SYNTAX      Integer32 (1..10)
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION 
        "The maximum number of parallel test sessions for each client supperted by the TWAMP server."
    DEFVAL      { 1 }
    ::= { prvtTwampServer 5 }

prvtTwampServerShutdown OBJECT-TYPE
    SYNTAX      TruthValue
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION 
        "The administrative state of the TWAMP server."
    DEFVAL      { true }
    ::= { prvtTwampServer 6 }

prvtTwampClientTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF PrvtTwampClientEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Table contains the allowed clients for the TWAMP server."
    ::= { prvtTwampServer 7 }

prvtTwampClientEntry OBJECT-TYPE
    SYNTAX      PrvtTwampClientEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Entry in twampClientTable."
    INDEX       { prvtTwampClientIp }
    ::= { prvtTwampClientTable 1 }

PrvtTwampClientEntry ::= SEQUENCE {
    prvtTwampClientIp           IpAddress,
    prvtTwampClientRowStatus    RowStatus
}

prvtTwampClientIp OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "The ip-address of the client."
    ::= { prvtTwampClientEntry 1 }

prvtTwampClientRowStatus OBJECT-TYPE
    SYNTAX      RowStatus
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION 
        "create/delete entry in prvtTwampClientTable"
    ::= { prvtTwampClientEntry 2 }

prvtTwampServerControlSessions OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The number of current control sessions established on the TWAMP server."
    ::= { prvtTwampServer 8 }

prvtTwampServerTestSessions OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The number of current test sessions established on the TWAMP server."
    ::= { prvtTwampServer 9 }

prvtTwampTestResult OBJECT IDENTIFIER
    ::= { prvtTwampObjects 3 }

prvtTwampTestResultTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF PrvtTwampTestResultEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Table contains statistics of the executed TWAMP tests."
    ::= { prvtTwampTestResult 1 }

prvtTwampTestResultEntry OBJECT-TYPE
    SYNTAX      PrvtTwampTestResultEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Entry in twampTestResultTable"
    INDEX       { prvtTwampTestId, prvtTwampTestResultName }
    ::= { prvtTwampTestResultTable 1 }

PrvtTwampTestResultEntry ::= SEQUENCE {
    prvtTwampTestId                 Unsigned32,
    prvtTwampTestResultName         PrvtTwampTestNameType,
    prvtTwampTestStartTime          Unsigned32,
    prvtTwampTestServerAddress      IpAddress,
    prvtTwampTestSessions           Unsigned32,
    prvtTwampTestState              INTEGER,
    prvtTwampTestRtt                Counter64,
    prvtTwampTestMinRtt             Counter64,
    prvtTwampTestMaxRtt             Counter64,
    prvtTwampTestPcktSent           Unsigned32,
    prvtTwampTestPcktLost           Unsigned32,
    prvtTwampTestPcktDrop           Unsigned32,
    prvtTwampTestVariation          Counter64,
    prvtTwampTestVariationLow       PrvtTwampDecimalPercent,
    prvtTwampTestVariationMiddle    PrvtTwampDecimalPercent,
    prvtTwampTestVariationHigh      PrvtTwampDecimalPercent
}

prvtTwampTestId OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The internal ID of the TWAMP test instance."
    ::= { prvtTwampTestResultEntry 1 }

prvtTwampTestResultName OBJECT-TYPE
    SYNTAX      PrvtTwampTestNameType
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "TWAMP test name."
    ::= { prvtTwampTestResultEntry 2 }

prvtTwampTestStartTime OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The start time of the TWAMP test instance."
    ::= { prvtTwampTestResultEntry 3 }

prvtTwampTestServerAddress OBJECT-TYPE
    SYNTAX      IpAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The server ip-address of the TWAMP test instance."
    ::= { prvtTwampTestResultEntry 4 }

prvtTwampTestSessions OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The number of parallel test sessions of the TWAMP test instance."
    DEFVAL      { 0 }
    ::= { prvtTwampTestResultEntry 5 }

prvtTwampTestState OBJECT-TYPE
    SYNTAX      INTEGER { failed(1), running(2), stopped(3), finished(4) }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The status of the executed TWAMP test instance."
    DEFVAL      { 0 }
    ::= { prvtTwampTestResultEntry 6 }

prvtTwampTestRtt OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The average round-trip time of the TWAMP test sample."
    DEFVAL      { 0 }
    ::= { prvtTwampTestResultEntry 7 }

prvtTwampTestMinRtt OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The minimum round-trip time of the TWAMP test sample."
    DEFVAL      { 0 }
    ::= { prvtTwampTestResultEntry 8 }

prvtTwampTestMaxRtt OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The maximum round-trip time of the TWAMP test sample."
    DEFVAL      { 0 }
    ::= { prvtTwampTestResultEntry 9 }

prvtTwampTestPcktSent OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The number of test packets sent for the TWAMP test instance."
    DEFVAL      { 0 }
    ::= { prvtTwampTestResultEntry 10 }

prvtTwampTestPcktLost OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The number of lost test packets."
    DEFVAL      { 0 }
    ::= { prvtTwampTestResultEntry 11 }

prvtTwampTestPcktDrop OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The number of dropped test packets."
    DEFVAL      { 0 }
    ::= { prvtTwampTestResultEntry 12 }

prvtTwampTestVariation OBJECT-TYPE
    SYNTAX      Counter64
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The maximum module variation of the TWAMP test sample"
    DEFVAL      { 0 }
    ::= { prvtTwampTestResultEntry 13 }

prvtTwampTestVariationLow OBJECT-TYPE
    SYNTAX      PrvtTwampDecimalPercent
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The percent of singletons whose variation is less than 10% of the negated maximum module variation of the sample."
    ::= { prvtTwampTestResultEntry 14 }

prvtTwampTestVariationMiddle OBJECT-TYPE
    SYNTAX      PrvtTwampDecimalPercent
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The percent of singletons whose variation by module is less than 10% of the maximum module variation of the sample."
    ::= { prvtTwampTestResultEntry 15 }

prvtTwampTestVariationHigh OBJECT-TYPE
    SYNTAX      PrvtTwampDecimalPercent
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The percent of singletons whose variation is greater than 10% of the maximum module variation of the sample."
    ::= { prvtTwampTestResultEntry 16 }

END -- end of module PRVT-TWAMP-MIB.