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
|
-- ============================================================================
-- AT-FIBER-MONITORING-MIB, Allied Telesis enterprise MIB:
-- Fiber Monitoring MIB objects.
--
-- Copyright (c) 2015 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-FIBER-MONITORING-MIB DEFINITIONS ::= BEGIN
IMPORTS
sysinfo
FROM AT-SYSINFO-MIB
Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC;
atFiberMon MODULE-IDENTITY
LAST-UPDATED "201509080000Z"
ORGANIZATION
"Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB contains managed objects definition and notification
definitions for AT Fiber Monitoring feature."
REVISION "201509080000Z"
DESCRIPTION
"Initial revision"
::= { sysinfo 27 }
--
-- Textual conventions
--
--
-- Node definitions
--
-- ---------------------------------------------------------- --
-- Fiber Monitoring Notifications
-- ---------------------------------------------------------- --
atFiberMonNotifications OBJECT IDENTIFIER::= { atFiberMon 0 }
atFiberMonAlarmSetNotify NOTIFICATION-TYPE
OBJECTS { atFiberMonIfindex, atFiberMonChannel, atFiberMonIfname, atFiberMonReading,
atFiberMonThreshold }
STATUS current
DESCRIPTION
"A notification generated when the monitored received optical power of an SFP
goes outside its alarm threshold."
::= { atFiberMonNotifications 1 }
atFiberMonAlarmClearedNotify NOTIFICATION-TYPE
OBJECTS { atFiberMonIfindex, atFiberMonChannel, atFiberMonIfname, atFiberMonReading,
atFiberMonThreshold }
STATUS current
DESCRIPTION
"A notification generated when the monitored received optical power of an SFP
returns to an acceptable value. This can occur because the power has returned
to its previous level or the comparison baseline has adjusted to the new level."
::= { atFiberMonNotifications 2 }
-- ---------------------------------------------------------- --
-- Notification variables
-- ---------------------------------------------------------- --
atFiberMonTrapVariable OBJECT IDENTIFIER::= { atFiberMon 1 }
atFiberMonReading OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The current received optical power reading for the port specified
in the trap (x0.0001mW)"
::= { atFiberMonTrapVariable 1 }
-- ---------------------------------------------------------- --
-- Fiber monitoring configuration objects
-- ---------------------------------------------------------- --
atFiberMonConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtFiberMonConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"It contains the objects used to configure the operation of fiber monitoring."
::= { atFiberMon 2 }
atFiberMonConfigEntry OBJECT-TYPE
SYNTAX AtFiberMonConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry for the table. It contains the configurables of fiber monitering for an interface."
INDEX { atFiberMonIfname }
::= { atFiberMonConfigTable 1 }
AtFiberMonConfigEntry ::=
SEQUENCE {
atFiberMonIfname
OCTET STRING,
atFiberMonEnable
INTEGER,
atFiberMonInterval
Integer32,
atFiberMonSensitivity
OCTET STRING,
atFiberMonBaseline
OCTET STRING,
atFiberMonAlarmAction
INTEGER
}
atFiberMonIfname OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..16))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The name of the interface where the pluggable is in."
::= { atFiberMonConfigEntry 1 }
atFiberMonEnable OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable or disable fiber monitoring."
::= { atFiberMonConfigEntry 2 }
atFiberMonInterval OBJECT-TYPE
SYNTAX Integer32 (2..60)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Fiber monitoring polling interval in seconds."
::= { atFiberMonConfigEntry 3 }
atFiberMonSensitivity OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The sensitivity for fiber monitoring.
Acceptable mode strings and value ranges are as below:
low - 2dB
medium - 1dB
high - 0.5dB
highest - 0.0025mW
fixed <25 - 65535> - units of 0.0001mW
relative <0.00 - 10.00> - units of dB
For example, if you want to set the sensitivity to medium level, then you enter word
medium
Or if you want to set it to a fixed value, then you enter string
fixed 1000
Or if you want to set to a relative value, then you enter string
relative 1.20
"
::= { atFiberMonConfigEntry 4 }
atFiberMonBaseline OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The baseline value for firber mornitoring.
Acceptable mode string and value ranges are as below:
average <12-150> - number of readings used to calculate moving average.
fixed <1-65535> - fixed baseline value in units of 0.0001mW.
For example, if you want to use a moving average of 12 readings as the baseline,
you enter
average 12
Or if you want to use a fixed value, though it is not recommended, you enter
fixed 500
"
::= { atFiberMonConfigEntry 5 }
atFiberMonAlarmAction OBJECT-TYPE
SYNTAX INTEGER
{
logOnly(1),
sendTrap(2),
shutdown(3),
sendtrapAndShutdown(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Actions to take when an alarm occurs.
Acceptable values are:
1. Log a message only.
2. Send snmp trap and log.
3. Shut down the interface and log.
4. Send trap, shutdown and log.
"
::= { atFiberMonConfigEntry 6 }
-- ---------------------------------------------------------- --
-- Fiber monitoring state objects
-- ---------------------------------------------------------- --
atFiberMonStateTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtFiberMonStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the information of fiber monitoring state for SFPs."
::= { atFiberMon 3 }
atFiberMonStateEntry OBJECT-TYPE
SYNTAX AtFiberMonStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry for fiber monitoring state table. It contains state values for a fiber channel."
INDEX { atFiberMonIfindex, atFiberMonChannel }
::= { atFiberMonStateTable 1 }
AtFiberMonStateEntry ::=
SEQUENCE {
atFiberMonIfindex
Integer32,
atFiberMonChannel
INTEGER,
atFiberMonlIfDescription
DisplayString,
atFiberMonActualBaseline
Integer32,
atFiberMonThreshold
Integer32,
atFiberMonReadingHistory
DisplayString,
atFiberMonMinReading
Integer32,
atFiberMonMaxReading
Integer32
}
atFiberMonIfindex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the interface where the pluggable is in."
::= { atFiberMonStateEntry 1 }
atFiberMonChannel OBJECT-TYPE
SYNTAX INTEGER (1..16)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The channel number of the pluggable."
::= { atFiberMonStateEntry 2 }
atFiberMonlIfDescription OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Interface description. Normally it would be the name of the interface."
::= { atFiberMonStateEntry 3 }
atFiberMonActualBaseline OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The calculated baseline value for the link, in units of 0.0001mW."
::= { atFiberMonStateEntry 4 }
atFiberMonThreshold OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Threshold value for alarm to occur, in units of 0.0001mW."
::= { atFiberMonStateEntry 5 }
atFiberMonReadingHistory OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The reading history. It is a string containing last 12 readings."
::= { atFiberMonStateEntry 6 }
atFiberMonMinReading OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The minimum reading of rx power, in units of 0.0001mW."
::= { atFiberMonStateEntry 7 }
atFiberMonMaxReading OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum reading of rx power, in units of 0.0001mW."
::= { atFiberMonStateEntry 8 }
END
--
-- at-fiber-monitoring.mib
--
|