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
|
-- ============================================================================
-- AT-ALMMON-MIB, Allied Telesis enterprise MIB:
-- Alarm Monitoring MIB objects.
--
-- Copyright (c) 2014 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-ALMMON-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayStringUnsized
FROM AT-SMI-MIB
sysinfo
FROM AT-SYSINFO-MIB
Unsigned32, OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC;
atAlmMon MODULE-IDENTITY
LAST-UPDATED "201702080000Z"
ORGANIZATION
"Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"The AT Alarm Monitoring MIB for managing and
reporting device alarms."
REVISION "201702080000Z"
DESCRIPTION
"Added g8032 as an alarm type."
REVISION "201405120015Z"
DESCRIPTION
"Changes from maintainer review"
REVISION "201312131146Z"
DESCRIPTION
"Initial Revision"
::= { sysinfo 26 }
--
-- Textual conventions
--
AtAlmMonAlarmType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates the type of a monitored alarm."
SYNTAX INTEGER
{
alarmTypeInvalid(0),
externalPSU(1),
epsr(2),
contactInput(3),
portLinkDown(4),
loopDetect(5),
mainPse(6),
portPoeFailure(7),
temperature(8),
g8032(9)
}
AtAlmMonActionUseOutput ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates whether or not the output device (relay or fault LED) is used for this alarm."
SYNTAX INTEGER
{
unused(1),
used(2)
}
AtAlmMonAbnormalState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates the abnormal (i.e. alarm active) state for a contact input alarm monitor."
SYNTAX INTEGER
{
open(1),
closed(2)
}
AtAlmMonActionState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Indicates the current state of this alarm monitor."
SYNTAX INTEGER
{
inactive(1),
active(2)
}
--
-- Node definitions
--
-- ---------------------------------------------------------- --
-- The Alarm Monitoring actions table
-- ---------------------------------------------------------- --
atAlmMonActionTable OBJECT-TYPE
SYNTAX SEQUENCE OF AtAlmMonActionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of information describing alarm monitoring inputs
and consequent actions (i.e. fault LED & relay outputs)."
::= { atAlmMon 1 }
atAlmMonActionEntry OBJECT-TYPE
SYNTAX AtAlmMonActionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The description and configuration of what to do for a specific monitored alarm."
INDEX { atAlmMonActionStackMemberId, atAlmMonActionIndex }
::= { atAlmMonActionTable 1 }
AtAlmMonActionEntry ::=
SEQUENCE {
atAlmMonActionStackMemberId
Unsigned32,
atAlmMonActionIndex
Unsigned32,
atAlmMonAlarmType
AtAlmMonAlarmType,
atAlmMonAlarmTypeSelection
Unsigned32,
atAlmMonActionDescription
DisplayStringUnsized,
atAlmMonActionUseRelay1
AtAlmMonActionUseOutput,
atAlmMonActionUseRelay2
AtAlmMonActionUseOutput,
atAlmMonActionUseRelay3
AtAlmMonActionUseOutput,
atAlmMonActionUseFaultLed
AtAlmMonActionUseOutput,
atAlmMonAbnormalState
AtAlmMonAbnormalState,
atAlmMonActionState
AtAlmMonActionState
}
atAlmMonActionStackMemberId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of the stack member of this alarm action."
::= { atAlmMonActionEntry 1 }
atAlmMonActionIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The numeric identifier of this alarm action."
::= { atAlmMonActionEntry 2 }
atAlmMonAlarmType OBJECT-TYPE
SYNTAX AtAlmMonAlarmType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of alarm that this action monitors."
::= { atAlmMonActionEntry 3 }
atAlmMonAlarmTypeSelection OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The 1-based index of the alarm of the particular type (as catagorised by atAlmMonAlarmType)."
::= { atAlmMonActionEntry 4 }
atAlmMonActionDescription OBJECT-TYPE
SYNTAX DisplayStringUnsized (SIZE (0..30))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The description of this alarm monitoring entry."
::= { atAlmMonActionEntry 5 }
atAlmMonActionUseRelay1 OBJECT-TYPE
SYNTAX AtAlmMonActionUseOutput
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates/controls whether or not this alarm monitor drives the first relay output."
::= { atAlmMonActionEntry 6 }
atAlmMonActionUseRelay2 OBJECT-TYPE
SYNTAX AtAlmMonActionUseOutput
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates/controls whether or not this alarm monitor drives the second relay output."
::= { atAlmMonActionEntry 7 }
atAlmMonActionUseRelay3 OBJECT-TYPE
SYNTAX AtAlmMonActionUseOutput
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates/controls whether or not this alarm monitor drives the third relay output."
::= { atAlmMonActionEntry 8 }
atAlmMonActionUseFaultLed OBJECT-TYPE
SYNTAX AtAlmMonActionUseOutput
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates/controls whether or not this alarm monitor drives the fault LED."
::= { atAlmMonActionEntry 9 }
atAlmMonAbnormalState OBJECT-TYPE
SYNTAX AtAlmMonAbnormalState
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates/sets the abnormal (i.e. alarm active) state for a contact input.
Only used for contactInput alarm monitors, ignored for all other types."
::= { atAlmMonActionEntry 10 }
atAlmMonActionState OBJECT-TYPE
SYNTAX AtAlmMonActionState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current state of this alarm monitor."
::= { atAlmMonActionEntry 11 }
END
--
-- at-almmon.mib
--
|