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
|
--
-- DCP-OCH-MIB.mib
-- Smartoptics DCP Interface Enterprise Specific MIB.
--
-- Copyright (c) 2021, Smartoptics
-- All rights reserved
--
DCP-OCH-MIB DEFINITIONS ::= BEGIN
IMPORTS
dcpGeneric
FROM DCP-MIB
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
Unsigned32, Gauge32, OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
OpticalPower1Decimal, ItuPerceivedSeverity, InterfaceStatus, DcpTenths, DcpHundreds, OchPortMode
FROM SO-TC-MIB;
-- 1.3.6.1.4.1.30826.2.2.4
dcpOch MODULE-IDENTITY
LAST-UPDATED "202103181449Z"
ORGANIZATION "Smartoptics."
CONTACT-INFO "http://www.smartoptics.com"
DESCRIPTION "This is the enterprise specific DCP OCH MIB for Smartoptics"
REVISION "202103181449Z"
DESCRIPTION "The initial revision"
::= { dcpGeneric 4 }
-- Node definitions
--
-- 1.3.6.1.4.1.30826.2.2.4.1
dcpOchGeneral OBJECT IDENTIFIER ::= { dcpOch 1 }
-- 1.3.6.1.4.1.30826.2.2.4.1.1
dcpOchGeneralTable OBJECT-TYPE
SYNTAX SEQUENCE OF OchGeneralEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table with general information about the och port."
::= { dcpOchGeneral 1 }
-- 1.3.6.1.4.1.30826.2.2.4.1.1.1
dcpOchGeneralEntry OBJECT-TYPE
SYNTAX OchGeneralEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { dcpOchGeneralIndex }
::= { dcpOchGeneralTable 1 }
OchGeneralEntry ::=
SEQUENCE {
dcpOchGeneralIndex
Unsigned32,
dcpOchGeneralPortName
DisplayString,
dcpOchGeneralSpacing
DcpHundreds,
dcpOchGeneralMaxChannels
Unsigned32,
dcpOchGeneralActiveChannels
Unsigned32,
dcpOchGeneralUtilization
Gauge32,
dcpOchGeneralConfiguredChannels
Unsigned32
}
-- 1.3.6.1.4.1.30826.2.2.4.1.1.1.1
dcpOchGeneralIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..1000000)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Port Index in the following format:
ccspp where
cc: chassis.
s: slot number.
pp: port number."
::= { dcpOchGeneralEntry 1 }
-- 1.3.6.1.4.1.30826.2.2.4.1.1.1.2
dcpOchGeneralPortName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port name in the following format:
och-c/s/port where c = chassis, s = slot, port = port name
or
ocm-c/s where c = chassis, s = slot"
::= { dcpOchGeneralEntry 2 }
-- 1.3.6.1.4.1.30826.2.2.4.1.1.1.3
dcpOchGeneralSpacing OBJECT-TYPE
SYNTAX DcpHundreds
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The channel spacing used in units of 0.01 GHz."
::= { dcpOchGeneralEntry 3 }
-- 1.3.6.1.4.1.30826.2.2.4.1.1.1.4
dcpOchGeneralMaxChannels OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of channels that is used for the optical power channel plan for the EDFA."
::= { dcpOchGeneralEntry 4 }
-- 1.3.6.1.4.1.30826.2.2.4.1.1.1.5
dcpOchGeneralActiveChannels OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of active channels currently in regulation."
::= { dcpOchGeneralEntry 5 }
-- 1.3.6.1.4.1.30826.2.2.4.1.1.1.6
dcpOchGeneralUtilization OBJECT-TYPE
SYNTAX Gauge32 (0..100)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of channels used in the system in units of %."
::= { dcpOchGeneralEntry 6 }
-- 1.3.6.1.4.1.30826.2.2.4.1.1.1.7
dcpOchGeneralConfiguredChannels OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of channels that are enabled."
::= { dcpOchGeneralEntry 7 }
-- Node definitions
--
-- 1.3.6.1.4.1.30826.2.2.4.2
dcpOchObjects OBJECT IDENTIFIER ::= { dcpOch 2 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1
dcpOchTable OBJECT-TYPE
SYNTAX SEQUENCE OF OchInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table with all optical channels of the system."
::= { dcpOchObjects 1 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1
dcpOchEntry OBJECT-TYPE
SYNTAX OchInterfaceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Description."
INDEX { dcpOchIndex }
::= { dcpOchTable 1 }
OchInterfaceEntry ::=
SEQUENCE {
dcpOchIndex
Unsigned32,
dcpOchChannelId
DisplayString,
dcpOchRxPower
DcpTenths,
dcpOchTxPower
DcpTenths,
dcpOchWssAttenuation
DcpTenths,
dcpOchWssInsertionLoss
DcpTenths,
dcpOchWantedOutputPower
DcpTenths,
dcpOchPortMode
OchPortMode,
dcpOchStatus
InterfaceStatus,
dcpOchDescription
DisplayString,
dcpOchAlarm
ItuPerceivedSeverity
}
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.1
dcpOchIndex OBJECT-TYPE
SYNTAX Unsigned32 (1..1000000)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Och Index in the following format:
cspoooy where
c: chassis.
s: slot number.
p: port number.
ooo: Och number.
y: 0 = tx+rx port, 1 = tx port, 2 = rx port.
Same Index is used in the IF-MIB."
::= { dcpOchEntry 1 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.2
dcpOchChannelId OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The optical channel id name in the following format:
och-c/s/p/och where
c = chassis.
s = slot number.
port = edfa or eq.
och = optical channel."
::= { dcpOchEntry 2 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.3
dcpOchRxPower OBJECT-TYPE
SYNTAX DcpTenths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The optical input power for the optical channel in units of 0.1 dBm."
::= { dcpOchEntry 3 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.4
dcpOchTxPower OBJECT-TYPE
SYNTAX DcpTenths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The optical output power for the optical channel in units of 0.1 dBm."
::= { dcpOchEntry 4 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.5
dcpOchWssAttenuation OBJECT-TYPE
SYNTAX DcpTenths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The WSS attenuation for the optical channel in units of 0.1 dB."
::= { dcpOchEntry 5 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.6
dcpOchWssInsertionLoss OBJECT-TYPE
SYNTAX DcpTenths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The calibration value of WSS insertion loss in units of 0.1 dBm."
::= { dcpOchEntry 6 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.7
dcpOchWantedOutputPower OBJECT-TYPE
SYNTAX DcpTenths
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The wanted optical output power for the optical channel in units of 0.1 dBm."
::= { dcpOchEntry 7 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.8
dcpOchPortMode OBJECT-TYPE
SYNTAX OchPortMode
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The port mode for the channel. Port mode can be on or off.
off - The channel is disabled.
on - The channel is enabled.
edfa - The channel is enabled and connected to the edfa port.
express - The channel is enabled and connected to the express port."
::= { dcpOchEntry 8 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.9
dcpOchStatus OBJECT-TYPE
SYNTAX InterfaceStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The operational state for a channel.
idle - The optical channel is not activated.
down - The optical channel traffic is lost.
up - There is traffic on the optical channel."
::= { dcpOchEntry 9 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.10
dcpOchDescription OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"User configurable description string for the optical channel."
::= { dcpOchEntry 10 }
-- 1.3.6.1.4.1.30826.2.2.4.2.1.1.11
dcpOchAlarm OBJECT-TYPE
SYNTAX ItuPerceivedSeverity
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The highest alarm severity of the optical channel."
::= { dcpOchEntry 11 }
-- 1.3.6.1.4.1.30826.2.2.4.3
dcpOchMIBCompliance OBJECT IDENTIFIER ::= { dcpOch 3 }
-- 1.3.6.1.4.1.30826.2.2.4.3.1
dcpOchMIBGroups OBJECT IDENTIFIER ::= { dcpOchMIBCompliance 1 }
-- 1.3.6.1.4.1.30826.2.2.4.3.1.1
dcpOchGeneralTableGroupV1 OBJECT-GROUP
OBJECTS { dcpOchGeneralPortName, dcpOchGeneralSpacing, dcpOchGeneralMaxChannels, dcpOchGeneralActiveChannels,
dcpOchGeneralUtilization, dcpOchGeneralConfiguredChannels}
STATUS current
DESCRIPTION
"The och general table objects V1."
::= { dcpOchMIBGroups 1 }
-- 1.3.6.1.4.1.30826.2.2.4.3.1.2
dcpOchTableGroupV1 OBJECT-GROUP
OBJECTS { dcpOchChannelId, dcpOchRxPower, dcpOchTxPower, dcpOchWssAttenuation, dcpOchWssInsertionLoss,
dcpOchWantedOutputPower, dcpOchPortMode, dcpOchStatus, dcpOchDescription, dcpOchAlarm}
STATUS current
DESCRIPTION
"The och table objects V1."
::= { dcpOchMIBGroups 2 }
-- 1.3.6.1.4.1.30826.2.2.4.3.2
dcpOchMIBCompliances OBJECT IDENTIFIER ::= { dcpOchMIBCompliance 2 }
-- 1.3.6.1.4.1.30826.2.2.4.3.2.1
dcpOchBasicComplV1 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"Basic implementation requirements for the DCP-OCH-MIB V1."
MODULE
MANDATORY-GROUPS {
dcpOchGeneralTableGroupV1,
dcpOchTableGroupV1}
::= { dcpOchMIBCompliances 1 }
END
--
-- DCP-OCH-MIB.mib
--
|