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
|
INNO-MIB DEFINITIONS ::= BEGIN
-- Innovaphone AG
-- Boeblinger Straße 76
-- D-71065 Sindelfingen
-- info@innovaphone.com
IMPORTS
Counter,TimeTicks,enterprises,IpAddress,Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
ifIndex
FROM RFC1213-MIB
TRAP-TYPE
FROM RFC-1215;
DisplayString ::= OCTET STRING
innovaphone OBJECT IDENTIFIER ::= { enterprises 6666 }
isdn OBJECT IDENTIFIER ::= { innovaphone 1 }
-- **********************************
-- LAPD table
-- **********************************
l2Table OBJECT-TYPE
SYNTAX SEQUENCE OF L2
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"ISDN layer2 table"
::= { isdn 1 }
l2Entry OBJECT-TYPE
SYNTAX L2
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Layer 2 Entry"
INDEX { l2Label }
::= { l2Table 1 }
L2 ::= SEQUENCE {
l2Label DisplayString,
l2State INTEGER,
l2Mode INTEGER,
l1Label DisplayString
}
l2Label OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..8))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Name of this Layer 2 instance"
::= { l2Entry 1 }
l2State OBJECT-TYPE
SYNTAX INTEGER {
down(1),
up(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indication whether the LAPD layer is active"
::= { l2Entry 2 }
l2Mode OBJECT-TYPE
SYNTAX INTEGER {
te(1),
nt(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Interface mode, either NT or TE"
::= { l2Entry 3 }
l1Label OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..8))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Name of Layer 1 (physical) instance this Layer 2
instance is working on"
::= { l2Entry 4 }
-- **********************************
-- L1 PRI table
-- **********************************
l1PriTable OBJECT-TYPE
SYNTAX SEQUENCE OF L1Pri
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Layer1 table (primary rate interface)"
::= { isdn 2 }
l1PriEntry OBJECT-TYPE
SYNTAX L1Pri
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Layer 1 Entry (primary rate interface)"
INDEX { l1PriLabel }
::= { l1PriTable 1 }
L1Pri ::= SEQUENCE {
l1PriLabel DisplayString,
l1PriState INTEGER,
l1PriErrCrc4 Counter,
l1PriErrRemAlarmInd Counter,
l1PriErrSigLoss Counter,
l1PriErrAlarmInd Counter,
l1PriErrFrameAlignmentTOut Counter,
l1PriErrFrameAlignmentLoss Counter,
l1PriErrSlip Counter,
l1PriTest INTEGER
}
l1PriLabel OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..8))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Name of this Layer 1 instance"
::= { l1PriEntry 1 }
l1PriState OBJECT-TYPE
SYNTAX INTEGER {
down(1),
up(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indication whether the physical layer is active"
::= { l1PriEntry 2 }
l1PriErrCrc4 OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The CRC4 check of a received submultiframe failed."
::= { l1PriEntry 3 }
l1PriErrRemAlarmInd OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Remote Alarm"
::= { l1PriEntry 4 }
l1PriErrSigLoss OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Loss of signal"
::= { l1PriEntry 5 }
l1PriErrAlarmInd OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Alarm Indication Signal"
::= { l1PriEntry 6 }
l1PriErrFrameAlignmentTOut OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Receive Time Out 400 msec"
::= { l1PriEntry 7 }
l1PriErrFrameAlignmentLoss OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Loss of Frame Alignment"
::= { l1PriEntry 8 }
l1PriErrSlip OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Receive SLIP detected"
::= { l1PriEntry 9 }
l1PriTest OBJECT-TYPE
SYNTAX INTEGER {
noTest(0),
simAlarm(1),
resetAlarms(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Triggers,resets some hardware alarm counters "
::= { l1PriEntry 10 }
-- **********************************
-- L1 BRI table
-- **********************************
l1BriTable OBJECT-TYPE
SYNTAX SEQUENCE OF L1Bri
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Layer1 table (basic rate interface)"
::= { isdn 3 }
l1BriEntry OBJECT-TYPE
SYNTAX L1Bri
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Layer 1 Entry (basic rate rate interface)"
INDEX { l1BriLabel }
::= { l1BriTable 1 }
L1Bri ::= SEQUENCE {
l1BriLabel DisplayString,
l1BriState INTEGER
}
l1BriLabel OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..8))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Name of this Layer 1 instance"
::= { l1BriEntry 1 }
l1BriState OBJECT-TYPE
SYNTAX INTEGER {
down(1),
up(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indication whether the physical layer is active"
::= { l1BriEntry 2 }
-- **********************************
-- L3 table
-- **********************************
l3Table OBJECT-TYPE
SYNTAX SEQUENCE OF L3
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Layer3 table"
::= { isdn 4 }
l3Entry OBJECT-TYPE
SYNTAX L3
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Layer 3 Entry"
INDEX { l3Label }
::= { l3Table 1 }
L3 ::= SEQUENCE {
l3Label DisplayString,
l3Protocol INTEGER,
l3NumBchan INTEGER,
l3NumBchanActive Gauge,
l3CallsBoot Counter
}
l3Label OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..8))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Name of this Layer 3 instance"
::= { l3Entry 1 }
l3Protocol OBJECT-TYPE
SYNTAX INTEGER {
none(0),
other(1),
etsi(3),
qsig(23)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Isdn signalling protocol on this interface"
::= { l3Entry 2 }
l3NumBchan OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of B-channels available"
::= { l3Entry 3 }
l3NumBchanActive OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Number of B-channels currently active.
May also be understood as number of calls
currently active on this interface."
::= { l3Entry 4 }
l3CallsBoot OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Accumulated Number of Calls on this interface
since last Boot"
::= { l3Entry 5 }
-- **********************************
-- Gateway group
-- **********************************
gateway OBJECT IDENTIFIER ::= { innovaphone 2 }
-- **********************************
-- gatekeeper
-- **********************************
gatekeeper OBJECT IDENTIFIER ::= { gateway 1 }
-- **********************************
-- Voice Interfaces
-- **********************************
voiceIfTable OBJECT-TYPE
SYNTAX SEQUENCE OF VoiceIf
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Voice Interfaces Table. Features either
physical interfaces or aliases."
::= { gatekeeper 1 }
voiceIfEntry OBJECT-TYPE
SYNTAX VoiceIf
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Voice Interfaces Entry.Features either
physical interfaces or aliases."
INDEX { voiceIfIndex,
voiceIfAliasIndex }
::= { voiceIfTable 1 }
VoiceIf ::= SEQUENCE {
voiceIfGwName DisplayString,
voiceIfType INTEGER,
voiceIfAddr IpAddress,
voiceIfState INTEGER,
voiceIfNumber DisplayString,
voiceIfName DisplayString,
voiceIfProduct DisplayString,
voiceIfIndex INTEGER,
voiceIfAliasIndex INTEGER
}
voiceIfGwName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Only of interest for aliases to show at which GWxx
an alias has been/will be registered"
::= { voiceIfEntry 1 }
voiceIfType OBJECT-TYPE
SYNTAX INTEGER {
unkown(0), --e.g. if interface>1 is down
if(1), --interface (physical)
ep(2), --endpoint
gk(3), --gatekeeper
gw(4) --gateway
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The type of the interface"
::= { voiceIfEntry 2 }
voiceIfAddr OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION
"ip address, only of interest if interface state
is up"
::= { voiceIfEntry 3 }
voiceIfState OBJECT-TYPE
SYNTAX INTEGER {
down(0),
up(1)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Interface state"
::= { voiceIfEntry 4 }
voiceIfNumber OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The E.164 number registered by this interface"
::= { voiceIfEntry 5 }
voiceIfName OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The H.323 Name registered by this interface"
::= { voiceIfEntry 6 }
voiceIfProduct OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"If available the description of the registering
product"
::= { voiceIfEntry 7 }
voiceIfIndex OBJECT-TYPE
SYNTAX INTEGER(1..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Increasing index of an interface,
utilized as first suboid of entry index."
::= { voiceIfEntry 8 }
voiceIfAliasIndex OBJECT-TYPE
SYNTAX INTEGER(1..65535)
ACCESS read-only
STATUS optional
DESCRIPTION
"If interface is an alias, this is the
increasing index of alias at an interface.
Otherwise -1 will be returned.
Utilized as second suboid of entry index."
::= { voiceIfEntry 9 }
-- **********************************
-- Traps
-- **********************************
-- trapDummyGroup doesn't really exist
trapDummyGroup OBJECT IDENTIFIER ::= { innovaphone 3 }
trapDisplayStringParm OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This variable doesn't exist. Its purpose is to
be syntactically referenced as a variable within
a trap."
::= { trapDummyGroup 1 }
trapIntegerParm OBJECT-TYPE
SYNTAX INTEGER(1..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This variable doesn't exist. Its purpose is to
be syntactically referenced as a variable within
a trap."
::= { trapDummyGroup 2 }
trapGaugeParm OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This variable doesn't exist. Its purpose is to
be syntactically referenced as a variable within
a trap."
::= { trapDummyGroup 3 }
innoColdStart TRAP-TYPE
ENTERPRISE innovaphone
DESCRIPTION
"An unexpected restart happened."
::= 0
innoWarmStart TRAP-TYPE
ENTERPRISE innovaphone
DESCRIPTION
"The device has been reset administratively."
::= 1
innoLinkDown TRAP-TYPE
ENTERPRISE innovaphone
VARIABLES { ifIndex }
DESCRIPTION
"An interface link went down (PPP)."
::= 2
innoLinkUp TRAP-TYPE
ENTERPRISE innovaphone
VARIABLES { ifIndex }
DESCRIPTION
"An interface link went up."
::= 3
innoAuthenticationFailure TRAP-TYPE
ENTERPRISE innovaphone
DESCRIPTION
"An Snmp PDU with a wrong community string has
been received."
::= 4
innoIsdnFailure TRAP-TYPE
ENTERPRISE innovaphone
VARIABLES {
trapDisplayStringParm, -- Name of originating interface
trapIntegerParm -- interface is down(0) or up(1)
}
DESCRIPTION
"Obsoleted: This SNMP trap is no longer necessary. Meanwhile it is covered more consistently by innoDiagAlarm and innoDiagAlarmClear.
Removed from on v9hf16."
::= 5
innoDiagAlarm TRAP-TYPE
ENTERPRISE innovaphone
VARIABLES {
trapGaugeParm, -- Alarm Code
trapDisplayStringParm, -- Alarm Source
trapGaugeParm, -- Severity: indeterminate(0),major(1),critical(2)
trapDisplayStringParm -- Alarm Text
}
DESCRIPTION
"This trap corresponds to an alarm under Administration/Diagnostics/Alarms"
::= 6
innoDiagAlarmClear TRAP-TYPE
ENTERPRISE innovaphone
VARIABLES {
trapGaugeParm, -- Alarm Code
trapDisplayStringParm -- Alarm Source
}
DESCRIPTION
"This trap corresponds to an alarm clearing under Administration/Diagnostics/Alarms"
::= 7
END -- Module
|