-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCALISTA-DPA-MIB-V1SMI.my
474 lines (422 loc) · 14.6 KB
/
CALISTA-DPA-MIB-V1SMI.my
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
-- MIB file created 01-May-2001 16:14:06, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CALISTA-DPA-MIB DEFINITIONS ::= BEGIN
-- From file: "CALISTA-DPA-MIB.my"
-- Compile options "4 7 F H N W 03 06 0B 0G 0N 0T"
IMPORTS
IpAddress, Counter, enterprises
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
calista OBJECT IDENTIFIER ::= { enterprises 7505 }
products OBJECT IDENTIFIER ::= { calista 1 }
dpa OBJECT IDENTIFIER ::= { products 1 }
DisplayString ::= OCTET STRING
serialNumber OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Unique value assigned to each DPA device."
::= { dpa 1 }
imageVersion OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The version of the main image code that the DPA
is currently running."
::= { dpa 2 }
loaderVersion OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The version of the boot loader code that the DPA
is currently running."
::= { dpa 3 }
integrationMode OBJECT-TYPE
SYNTAX INTEGER {
unconfigured(1),
simple(2),
hybrid(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The integration mode in which the DPA is currently
operating:
unconfigured the factory setting; the DPA requires
configuring before it can be connected
to an Octel voicemail system.
simple the DPA is connected to only an Octel
voicemail system and Cisco CallManager
hybrid the DPA is connected to an Octel
voicemail system, a PBX system and
Cisco CallManager
See the DPA Administration Guide for more detailed
descriptions of these modes."
::= { dpa 4 }
pbxType OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The PBX type that the DPA is currently emulating in order
to communicate with the Octel voicemail system. This also
determines the protocol used on the digital telephony
links to the PBX, if in hybrid mode."
::= { dpa 5 }
receivedCalls OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of IP telephony calls made to this DPA. This
includes all calls, regardless of whether the Octel
answered. This could happen, for instance, if the original
caller hangs up before the Octel accepts the call."
::= { dpa 6 }
outgoingCallsMade OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of calls originated by the Octel which go
through the DPA. These include networking calls
(communication between peer Octel systems), pager and
mobile notifications and fax calls."
::= { dpa 7 }
mwiCommandsReceived OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of commands to set or clear a Message Waiting
Indicator received by this DPA from the Octel voicemail
system. These commands are relayed to the Cisco
CallManager via the virtual port, and, if the DPA is
operating in hybrid mode, the attached PBX system."
::= { dpa 8 }
pbxQueuedMWICommands OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of commands to set or clear a Message Waiting
Indicator which are queued within the DPA, waiting to be
sent to the PBX. These commands will be issued to the PBX
when the appropriate port becomes available.
If the DPA is not operating in hybrid mode, this value will
always be zero."
::= { dpa 9 }
pbxCompletedMWICommands OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of commands to set or clear a Message Waiting
Indicator which have been successfully sent to the PBX.
If the DPA is not operating in hybrid mode, this value will
always be zero."
::= { dpa 10 }
pbxMWIErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of commands to set or clear a Message Waiting
Indicator that the DPA was unable to send successfully to
the PBX. Such commands will have been discarded, and the
cause written to the DPA's error log.
If the DPA is not operating in hybrid mode, this value will
always be zero."
::= { dpa 11 }
callManagerQueuedMWICommands OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of commands to set or clear a Message Waiting
Indicator which are queued within the DPA, waiting to be
sent to Cisco CallManager."
::= { dpa 12 }
callManagerCompletedMWICommands OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of commands to set or clear a Message Waiting
Indicator which have been successfully sent to Cisco
CallManager."
::= { dpa 13 }
callManagerMWIErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of commands to set or clear a Message Waiting
Indicator that the DPA was unable to send successfully to
Cisco CallManager. Such commands will have been discarded,
and the cause written to the DPA's error log."
::= { dpa 14 }
portTable OBJECT-TYPE
SYNTAX SEQUENCE OF PortEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of the available ports on the DPA, with current state
information for each."
::= { dpa 15 }
portEntry OBJECT-TYPE
SYNTAX PortEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing all relevant information for a DPA port."
INDEX { portIndex }
::= { portTable 1 }
PortEntry ::= SEQUENCE {
portIndex INTEGER,
portType INTEGER,
portTelephonyLinkState INTEGER,
portCallManagerLinkState INTEGER,
portCallState INTEGER,
portDeviceName DisplayString,
portCodecInUse INTEGER,
portErrors INTEGER,
portDacLevel INTEGER
}
portIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A unique value for each port. Its value ranges from
1 to the total number of ports."
::= { portEntry 1 }
portType OBJECT-TYPE
SYNTAX INTEGER {
notInUse(1),
octel(2),
pbx(3),
virtual(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"How this port is currently being used:
notInUse not currently in use (may become active later)
octel connected to an Octel voicemail system
pbx connected to a digital PBX
virtual not a physical port; connected only to
Cisco CallManager
It should be noted that the type of a port is determined when
it first becomes active. Significantly, this value will not
change back to notInUse if a port is later disconnected; the
relevant portTelephonyLinkState value should be read to
determine whether the port is currently active."
::= { portEntry 2 }
portTelephonyLinkState OBJECT-TYPE
SYNTAX INTEGER {
notApplicable(1),
down(2),
registering(3),
up(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The state of the digital telephony link. This field only has
meaning for physical ports connected to Octel voicemail systems
or digital PBX systems. For virtual ports or those currently
not in use, the state will be returned as notApplicable."
::= { portEntry 3 }
portCallManagerLinkState OBJECT-TYPE
SYNTAX INTEGER {
notApplicable(1),
down(2),
registering(3),
up(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The state of this port's connection to a Cisco CallManager,
if such a connection exists. For ports connected to digital
PBX systems (see the portType entry) this will be returned as
notApplicable."
::= { portEntry 4 }
portCallState OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
notApplicable(2),
onHook(3),
callIn(4),
callOut(5),
onCall(6),
offHook(7),
transfer(8),
outCall(9),
hangingUp(10)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Once a port's required link(s) to an Octel / PBX and
CallManager have become active, it then becomes available for
use placing calls between the two realms. This entry shows the
current state of any active call for a port, as described in
the DPA Administration Guide."
::= { portEntry 5 }
portDeviceName OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The device name under which this port is registered with
Cisco CallManager."
::= { portEntry 6 }
portCodecInUse OBJECT-TYPE
SYNTAX INTEGER {
none(1),
g711ALaw(2),
g711MuLaw(3),
g723dot1(4),
g729a(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"If there is a call in progress on this port, this entry gives
the codec in use, otherwise it will return none."
::= { portEntry 7 }
portErrors OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The number of centiseconds during which PBX protocol errors
were detected for this port. It is normal for there to be
some errors, especially during port initialization, but very
large values should only be seen on disconnected ports."
::= { portEntry 8 }
portDacLevel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The DAC level for the port; this is related to the voltage
level on the digital telephony port, and is only used in
diagnosis of internal hardware faults."
::= { portEntry 9 }
callManagerConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF CallManagerConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of all of the Cisco CallManager connections that the
DPA is currently maintaining."
::= { dpa 16 }
callManagerConnectionEntry OBJECT-TYPE
SYNTAX CallManagerConnectionEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing all relevant information for a connection
to a Cisco CallManager device."
INDEX { portIndex, cmConnectionIndex }
::= { callManagerConnectionTable 1 }
CallManagerConnectionEntry ::= SEQUENCE {
cmConnectionPortIndex INTEGER,
cmConnectionIndex INTEGER,
cmConnectionCallManagerName DisplayString,
cmConnectionIpAddress IpAddress,
cmConnectionIpPort INTEGER,
cmConnectionState INTEGER
}
cmConnectionPortIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Corresponds to portIndex in PortEntry."
::= { callManagerConnectionEntry 1 }
cmConnectionIndex OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The index of this connection; each port can have connections
to several Cisco CallManagers, with one active connection and
the rest operating in standby mode."
::= { callManagerConnectionEntry 2 }
cmConnectionCallManagerName OBJECT-TYPE
SYNTAX DisplayString
-- Rsyntax OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The host name, if known, of the CallManager to which this
connection refers."
::= { callManagerConnectionEntry 3 }
cmConnectionIpAddress OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The IP address of the CallManager to which this connection
refers."
::= { callManagerConnectionEntry 4 }
cmConnectionIpPort OBJECT-TYPE
SYNTAX INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The TCP port number on the CallManager to which this connection
has been made."
::= { callManagerConnectionEntry 5 }
cmConnectionState OBJECT-TYPE
SYNTAX INTEGER {
idle(1),
connecting(2),
retryBackOff(3),
connectPending(4),
active(5),
standby(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current state of this connection. The possible values have
the following meanings:
idle initial state of the link before a
connection has been attempted, and the
state to which a link changes after
teardown
connecting a TCP link to a Cisco CallManager system
is in the process of being established
retryBackOff the attempt to establish to the Cisco
CallManager failed; the connection stays in
this state for a short while before the DPA
tries again
connectPending the retry back off period has finished and
the DPA is about to re-attempt connection
to the Cisco CallManager
active the connection has been successfully
established; this state signifies that the
connection is being used for transmission
and reception of Skinny Station Protocol
messages
standby the connection has been successfully
established but it is not currently being
used for data traffic; however, it would
move into the active state were the
currently active connection to go down "
::= { callManagerConnectionEntry 6 }
END