summaryrefslogtreecommitdiff
path: root/MIBS/audiocodes/AcPerfMediaServices
blob: fa1083ccd0f59dd5ad65e98695eaf369043a1be9 (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
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

AcPerfMediaServices DEFINITIONS ::= BEGIN


    IMPORTS
       
       OBJECT-TYPE, 
       MODULE-IDENTITY                             FROM SNMPv2-SMI
       enterprises                                 FROM SNMPv2-SMI;

	audioCodes       OBJECT IDENTIFIER ::= {enterprises 5003}
	acRegistrations  OBJECT IDENTIFIER ::= {audioCodes 7}
	acGeneric        OBJECT IDENTIFIER ::= {audioCodes 8}
	acProducts       OBJECT IDENTIFIER ::= {audioCodes 9}	
	acPerformance    OBJECT IDENTIFIER ::= {audioCodes 10}	

       
acPerfMediaServices  MODULE-IDENTITY       
    LAST-UPDATED "200407121505Z"          --Monday, July 12, 2004
    ORGANIZATION "AudioCodes Ltd"
    CONTACT-INFO
    "Postal: Support
	     AudioCodes LTD
             1 Hayarden Street
             Airport City 
	     Lod, ISRAEL 70151
     Tel:    972-3-9764000
     Fax:    972-3-9764040
     Email:  support@audiocodes.com
     Web:    www.audiocodes.com"		

    DESCRIPTION       
    "This MIB defines the enterprise-specific objects needed
     to support performance management of the AudioCodes product.
     Performance measurements are grouped into the following MIB trees:

            acPerfIvr  - performance measurements related to the IVR service
            acPerfBct  - performance measurements related to the BCT service
            acPerfConf - performance measurements related to the Conferencing service
            acPerfTt   - performance measurements related to the Test Trunk service"


    REVISION "200311200000Z"
       DESCRIPTION
         "Version 4.4. November 20, 2003. Made these changes:
             o  Initial revision"

    ::= {acPerformance 2}

--
-- Abbreviations used:
--   Annc       announcement(s)
--   IVR        Interactive Voice Response
--   Conf       Conferencing
--   NE         network element
--   TT         Test Trunks
--

-- The following conventions are used in this MIB:

--   The "Product" attribute lists the products in which the
--   performance measurement is maintained. Current products
--   are:
--
--     Media Servers
--       IPmedia 2000
--     Media Gateways
--       Mediant 2000/5000/8000 (wireline)
--       Stretto 2000/5000/8000 (wireless)
--

--   The "Capabilities" attribute lists the capabilities that must be
--   configured on the system for the performance measurement to be
--   maintained.  The possible values are IVR, Conferencing, BCT, TT
--   and Trunking Gateway. Some performance measurements are not
--   related to any particular capabilities. In those cases, the value
--   of Capabilities attribute is "All".

--
-- Notes on IVR Service Performance Measurements
--

-- In response to a request to play an announcement, the media server
-- may play multiple audio segments. The media server maintains
-- performance data for the overall announcement request as well as
-- for the individual segments.

-- In naming of the performance measurements, "Play" is used to refer
-- to the overall announcement request. "PlaySegment" is used to refer
-- to the playing of an individual segment.

--
-- Notes on Play Collect
--

-- Play Collect involves playing of an initial prompt, collection of digits, followed
-- by actions which are dependent on the digits (or lack of digits) that are collected.
-- These are the prompts that can be specified (all are optional):
--
--    ip    initial prompt
--    nd    no digits reprompt (if not specified, use rp)
--    rp    reprompt (if not specified, use ip)
--    fa    failure, played once at end
--    sa    success, played once at end
--
-- The request can specify the number of attempts, before playing the fa prompt. If no
-- number of attempts value is supplied on the request, then a default is used.
--
-- The prompts can be either simple or complex announcements.
--
-- Continuous Digit Collect operations, which can be considered a special type of play
-- collect, are not tracked by any of the acPlayCollect performance measurements,
-- but are instead tracked in a special group of performance measurements.

--
-- Notes on Continuous Digit Collect
--

-- Continuous Digit Collect - Digits are collected during the entire
-- life of a call. No prompts are played.  Continuous Digit Collect
-- is typically used in a BCT call.
--
-- Continuous Digit Collect operations can be considered a special type of play
-- collect, but are not tracked by any of the acPlayCollect performance measurements.



 
 






     acPerfIvr                     OBJECT IDENTIFIER ::= {acPerfMediaServices 1}


     acPerfIvrPlayRequests OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The total number of announcement requests received from the call
     agent.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 1}



     acPerfIvrPlaySuccessful OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "Number of announcement requests processed successfully.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 2}



     acPerfIvrPlayFailedDueToLackOfResources OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "Number of announcement requests which failed to be played because
     some resource was not available.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 3}



     acPerfIvrPlayInProgress OBJECT-TYPE
       SYNTAX Gauge32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of announcement operations that are currently in progress.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 4}



     acPerfIvrPlayDuration OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The duration, in seconds, of all successful announcement
    requests. The average duration of all requests (average hold time)
    can be computed by dividing acPerfPlayDuration by acPerfPlaySuccessful.
    Products:     IPmedia 2000"
       ::= {acPerfIvr 5}



     acPerfIvrPlayFailedDueToProvMismatch OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "Number of announcement requests which failed because of a provisioning mismatch.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 6}



     acPerfIvrPlayCollectRequests OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of play collect requests.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 7}



     acPerfIvrPlayCollectSuccessful OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "Number of play collects completed successfully. A request is considered successful
     if the entire sequence, from initial prompt to success/failure prompt, is played out
     without a failure due to lack of resources, provisioning mismatch, or any other
     media server failure. The failure of the user to enter the proper digits is not a
     reason for failure of the request.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 8}



     acPerfIvrPlayCollectFailedDueToLackOfResources OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of play collect requests that failed due to lack of resources.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 9}



     acPerfIvrPlayCollectFailedDueToProvMismatch OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of play collect requests that failed due a provisioning mismatch.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 10}



     acPerfIvrPlayCollectInProgress OBJECT-TYPE
       SYNTAX Gauge32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of play collect operations that are currently in progress.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 11}



     acPerfIvrPlayCollectDuration OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The duration, in seconds, of all successful play collect
    requests. The average duration of all requests
    can be computed by dividing acPlayCollectDuration by acPlayCollectSuccessful.
    Products:     IPmedia 2000"
       ::= {acPerfIvr 12}



     acPerfIvrContDigitCollectRequests OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of continuous digit collect requests.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 13}



     acPerfIvrContDigitCollectSuccessful OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "Number of continuous digit collects completed successfully.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 14}



     acPerfIvrContDigitCollectFailedDueToLackOfResources OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of continuous digit collect requests that failed due to lack of resources.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 15}



     acPerfIvrContDigitCollectInProgress OBJECT-TYPE
       SYNTAX Gauge32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of continuous digit collect operations that are currently in progress.
     Products:     IPmedia 2000"
       ::= {acPerfIvr 16}



     acPerfIvrContDigitCollectDuration OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The duration, in seconds, of all successful continuous digit collect
    requests. The average duration of all requests
    can be computed by dividing acDCCollectDuration by acDCCollectSuccessful.
    Products:     IPmedia 2000"
       ::= {acPerfIvr 17}



     acPerfBct                     OBJECT IDENTIFIER ::= {acPerfMediaServices 2}


     acPerfBctRequests OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The total number of BCT contexts opened since the media server initialized
     Products:     IPmedia 2000"
       ::= {acPerfBct 1}



     acPerfBctSuccessful OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "Number of BCT requests processed successfully.
     Products:     IPmedia 2000"
       ::= {acPerfBct 2}



     acPerfBctFailedDueToLackOfResources OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "Number of BCT requests which failed to be played because
     some resource was not available.
     Products:     IPmedia 2000"
       ::= {acPerfBct 3}



     acPerfBctInProgress OBJECT-TYPE
       SYNTAX Gauge32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of BCT calls that are currently in progress.
     Products:     IPmedia 2000"
       ::= {acPerfBct 4}



     acPerfBctDuration OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The duration, in seconds, of all successful BCT contexts. The average
    duration of all contexts can be computed by dividing acPerfBCTDuration
    by acPerfBCTSuccessful.
    Products:     IPmedia 2000"
       ::= {acPerfBct 5}



     acPerfBctTotalParticipants OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The total number of BCT participants since the media server initialized
     Products:     IPmedia 2000"
       ::= {acPerfBct 6}



     acPerfBctCurrentNumberOfParticipants OBJECT-TYPE
       SYNTAX Gauge32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of participants in all BCT calls that are currently in progress.
     Products:     IPmedia 2000"
       ::= {acPerfBct 7}



     acPerfConf                    OBJECT IDENTIFIER ::= {acPerfMediaServices 3}


     acPerfConfRequests OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The total number of conferences processed since the last application restart.   This is the number of conferences created
    and not the number of members.
     Products:     IPmedia 2000"
       ::= {acPerfConf 1}



     acPerfConfSuccessful OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "Number of conference requests processed successfully. 
     Products:     IPmedia 2000"
       ::= {acPerfConf 2}



     acPerfConfInProgress OBJECT-TYPE
       SYNTAX Gauge32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of conferences currently in progress.
     Products:     IPmedia 2000"
       ::= {acPerfConf 3}



     acPerfConfDuration OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The duration, in seconds, of all successful conference requests. The average
    duration of all requests can be computed by dividing acPerfConfDuration
    by acPerfConfSuccessful.
    Products:     IPmedia 2000"
       ::= {acPerfConf 4}



     acPerfConfFailedDueToLackOfResources OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of times a conference request was rejected due to lack of resources
     since the last application restart.
     Products:     IPmedia 2000"
       ::= {acPerfConf 5}



     acPerfConfAddRequests OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of requests to add a conferee to an existing conference.
     Products:     IPmedia 2000"
       ::= {acPerfConf 6}



     acPerfConfAddSuccessful OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of times a conferee was added successfuly to an existing conference.
     Products:     IPmedia 2000"
       ::= {acPerfConf 7}



     acPerfConfAddFailedDueToLackOfResources OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of times a conferee could not be added to an existing conference
     due to a lack of resources.
     Products:     IPmedia 2000"
       ::= {acPerfConf 8}



     acPerfConfPortsUsed OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The total number of ports that were reserved for conferences since the last
     application restart.
     Products:     IPmedia 2000"
       ::= {acPerfConf 9}



     acPerfConfPortsReserved OBJECT-TYPE
       SYNTAX Gauge32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of conference ports currently reserved. This includes
     play ports, monitor ports and regular conferee ports.
     
     A monitor port may be reserved by the call agent when setting up
     a conference. The monitor port can then be used by one or more
     listen-only conferees.

     Products:     IPmedia 2000"
       ::= {acPerfConf 10}



     acPerfTt                      OBJECT IDENTIFIER ::= {acPerfMediaServices 4}


     acPerfTtRequests OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of test trunk calls requested.
     Products:     IPmedia 2000"
       ::= {acPerfTt 1}



     acPerfTtSuccessful OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of test trunk calls that were successfully setup and torn down. 
    This PM is not a reflection on whether  the test actually passed or failed.
     Products:     IPmedia 2000"
       ::= {acPerfTt 2}



     acPerfTtInProgress OBJECT-TYPE
       SYNTAX Gauge32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of test trunk calls that are currently in progress.
     Products:     IPmedia 2000"
       ::= {acPerfTt 3}



     acPerfTtDuration OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The duration, in seconds, of all successful test trunk requests.  This number
    is  The time between a test trunk call being initiated and completed.  The average duration
    of all requests can be computed by dividing acPerfTtDuration by acPerfTtSuccessful.
    Products:     IPmedia 2000"
       ::= {acPerfTt 4}



     acPerfTtFailedDueToLackOfResources OBJECT-TYPE
       SYNTAX Counter32
       MAX-ACCESS read-only
       STATUS deprecated
       DESCRIPTION
           "The number of times a test trunk request was rejected due to lack of resources
     since the last application restart.
     Products:     IPmedia 2000"
       ::= {acPerfTt 5}





END