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
|
AC-ModularGW-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE,
MODULE-IDENTITY FROM SNMPv2-SMI
TAddress,
DisplayString,
DateAndTime, TEXTUAL-CONVENTION FROM SNMPv2-TC
IpAddress FROM RFC1155-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}
acBoardMibs OBJECT IDENTIFIER ::= {acProducts 10}
acModularGateway MODULE-IDENTITY
LAST-UPDATED "200608150553Z" --Tuesday, August 15, 2006
ORGANIZATION "AudioCodes Ltd"
CONTACT-INFO
"Postal: AudioCodes LTD
4 Horesh Road
Yehud 56470, ISRAEL
Tel: 972-3-5394000
Email: support@audiocodes.com"
DESCRIPTION
"This MIB is solely for AudioCodes’ modular Gateways.
Use this MIB’s status section for cross reference tables connecting
analog/digital ports to the modules on which they are.
The MIB has become deprecated as of version 5.2. It will be
obsolete as of version 5.4"
::= {acBoardMibs 11}
acModularGatewayConfiguration OBJECT IDENTIFIER ::= {acModularGateway 1}
acModularGatewayStatus OBJECT IDENTIFIER ::= {acModularGateway 2}
acModularGWModules OBJECT IDENTIFIER ::= {acModularGatewayStatus 1}
-- ****************************************
-- acModularGWModule table decleration
-- ****************************************
acModularGWModuleTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcModularGWModuleEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table holds the information about each module in Audiocodes' modular gateways. If an index (Module number) is shown - then the module is in and working. You can also see the modules type, number of ports and it's first port's logical number allowing you to calculate which port is which logical trunk or analog channel. (This information is also obtainable in the acModularGWTrunkTable and acModularGWChannelTable)."
::= {acModularGWModules 20}
-- ****************************************
-- acModularGWModule table entry
-- ****************************************
acModularGWModuleEntry OBJECT-TYPE
SYNTAX AcModularGWModuleEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
""
INDEX {acModularGWModuleIndex}
::= {acModularGWModuleTable 1}
-- ****************************************
-- acModularGWModule TABLE
-- ****************************************
AcModularGWModuleEntry ::= SEQUENCE {
acModularGWModuleIndex INTEGER,
acModularGWModuleType INTEGER,
acModularGWModuleNumOfPorts INTEGER,
acModularGWModuleFirstPortNum INTEGER
}
acModularGWModuleIndex OBJECT-TYPE
SYNTAX INTEGER (1..6)
MAX-ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"Module index.
1 is the first Module - top left corner.
2 is the next Module to the right and so on.
4 is under 1."
::= {acModularGWModuleEntry 1}
acModularGWModuleType OBJECT-TYPE
SYNTAX INTEGER {
e1-t1-QUAD(0)
,
fxs(1)
,
fxo(2)
,
e1-t1-FALC56(4)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Module Type.
The Modules are characterized according to their ports.
0
= Digital - Quad.
1 = Analog - FXS.
2 = Analog - FXO.
4 = Digital -
FALC."
::= {acModularGWModuleEntry 2}
acModularGWModuleNumOfPorts OBJECT-TYPE
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"The number of physical interfaces in a module, analog or digital."
::= {acModularGWModuleEntry 3}
acModularGWModuleFirstPortNum OBJECT-TYPE
SYNTAX INTEGER (0..19)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"The logical number as seen in the general trunk/analog-channel
table of the first port in the module in question.
Since analog and digital ports can be operational at once,
analog and digital ports may have same logical number."
::= {acModularGWModuleEntry 4}
acModularGWCrossReference OBJECT IDENTIFIER ::= {acModularGatewayStatus 2}
-- ****************************************
-- acModularGWTrunk table decleration
-- ****************************************
acModularGWTrunkTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcModularGWTrunkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table shows the trunk location and type."
::= {acModularGWCrossReference 20}
-- ****************************************
-- acModularGWTrunk table entry
-- ****************************************
acModularGWTrunkEntry OBJECT-TYPE
SYNTAX AcModularGWTrunkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
""
INDEX {acModularGWTrunkIndex}
::= {acModularGWTrunkTable 1}
-- ****************************************
-- acModularGWTrunk TABLE
-- ****************************************
AcModularGWTrunkEntry ::= SEQUENCE {
acModularGWTrunkIndex INTEGER,
acModularGWTrunkOnModuleNum INTEGER,
acModularGWTrunkOnPortNum INTEGER
}
acModularGWTrunkIndex OBJECT-TYPE
SYNTAX INTEGER (0..23)
MAX-ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"Trunk index.
The trunk in question's logical number."
::= {acModularGWTrunkEntry 1}
acModularGWTrunkOnModuleNum OBJECT-TYPE
SYNTAX INTEGER (1..6)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Module number on which the trunk in question is placed.
1 is the first Module - top left corner.
2 is the next Module
to the right and so on.
4 is under 1."
::= {acModularGWTrunkEntry 2}
acModularGWTrunkOnPortNum OBJECT-TYPE
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Physical Port on module.
1 - left most port."
::= {acModularGWTrunkEntry 3}
-- ****************************************
-- acModularGWAnalogPort table decleration
-- ****************************************
acModularGWAnalogPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF AcModularGWAnalogPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table shows the analog port location and type."
::= {acModularGWCrossReference 21}
-- ****************************************
-- acModularGWAnalogPort table entry
-- ****************************************
acModularGWAnalogPortEntry OBJECT-TYPE
SYNTAX AcModularGWAnalogPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
""
INDEX {acModularGWAnalogPortIndex}
::= {acModularGWAnalogPortTable 1}
-- ****************************************
-- acModularGWAnalogPort TABLE
-- ****************************************
AcModularGWAnalogPortEntry ::= SEQUENCE {
acModularGWAnalogPortIndex INTEGER,
acModularGWAnalogPortOnModuleNum INTEGER,
acModularGWAnalogPortOnPortNum INTEGER
}
acModularGWAnalogPortIndex OBJECT-TYPE
SYNTAX INTEGER (0..23)
MAX-ACCESS not-accessible
STATUS deprecated
DESCRIPTION
"Channel index.
The channel in question's logical number."
::= {acModularGWAnalogPortEntry 1}
acModularGWAnalogPortOnModuleNum OBJECT-TYPE
SYNTAX INTEGER (1..6)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Module number on which the analog port in question is placed.
1 is the first Module - top left corner.
2 is the next Module
to the right and so on.
4 is under 1."
::= {acModularGWAnalogPortEntry 2}
acModularGWAnalogPortOnPortNum OBJECT-TYPE
SYNTAX INTEGER (1..4)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Physical port on module.
1 - left most port."
::= {acModularGWAnalogPortEntry 3}
acModularGatewayAction OBJECT IDENTIFIER ::= {acModularGateway 3}
END
|