-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAT-VCSTACK-MIB
474 lines (425 loc) · 11.2 KB
/
AT-VCSTACK-MIB
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
-- ============================================================================
-- AT-VCSTACK.MIB, Allied Telesis enterprise
--
-- Copyright (c) 2009 by Allied Telesis, Inc.
-- All rights reserved.
--
-- ============================================================================
AT-VCSTACK-MIB DEFINITIONS ::= BEGIN
IMPORTS
sysinfo
FROM AT-SMI-MIB
Unsigned32, Counter32, MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString, TruthValue, MacAddress
FROM SNMPv2-TC;
vcstack MODULE-IDENTITY
LAST-UPDATED "200906080000Z" -- June 8, 2009 at 00:00 GMT
ORGANIZATION
"Allied Telesis, Inc"
CONTACT-INFO
"http://www.alliedtelesis.com"
DESCRIPTION
"This MIB file contains definitions of managed objects for
Virtual Chassis Stacking in AlliedWare Plus. "
REVISION "200906080000Z" -- June 8, 2009 at 00:00 GMT
DESCRIPTION
"Corrected allowable ranges for learned neighbour stack ID's."
REVISION "200803190000Z" -- March 19, 2008 at 00:00 GMT
DESCRIPTION
"Initial version."
::= { sysinfo 13 }
--
-- Node definitions
--
vcstackStatus OBJECT-TYPE
SYNTAX INTEGER {
normalOperation (1),
operatingInFailoverState (2),
standaloneUnit (3),
ringTopologyBroken (4) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The overall stack status."
::= { vcstack 1 }
vcstackOperationalStatus OBJECT-TYPE
SYNTAX INTEGER {
enabled (1),
disabled (2) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whether the stack is enabled or disabled."
::= { vcstack 2 }
vcstackMgmtVlanId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current stacking management VLAN ID."
::= { vcstack 3 }
vcstackMgmtVlanSubnetAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current stacking management VLAN subnet address."
::= { vcstack 4 }
vcstackTable OBJECT-TYPE
SYNTAX SEQUENCE OF VCStackEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of stack members."
::= { vcstack 5 }
vcstackEntry OBJECT-TYPE
SYNTAX VCStackEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A set of parameters that describe the status of a stack member"
INDEX { vcstackId }
::= { vcstackTable 1 }
VCStackEntry ::= SEQUENCE {
vcstackId
Unsigned32,
vcstackPendingId
Unsigned32,
vcstackMacAddr
MacAddress,
vcstackPriority
Unsigned32,
vcstackRole
INTEGER,
vcstackLastRoleChange
DisplayString,
vcstackHostname
DisplayString,
vcstackProductType
DisplayString,
vcstackSWVersionAutoSync
TruthValue,
vcstackFallbackConfigStatus
INTEGER,
vcstackFallbackConfigFilename
DisplayString,
vcstackResiliencyLinkStatus
INTEGER,
vcstackResiliencyLinkInterfaceName
DisplayString,
vcstackActiveStkHardware
INTEGER,
vcstackStkPort1Status
INTEGER,
vcstackStkPort1NeighbourId
Unsigned32,
vcstackStkPort2Status
INTEGER,
vcstackStkPort2NeighbourId
Unsigned32,
vcstackNumMembersJoined
Counter32,
vcstackNumMembersLeft
Counter32,
vcstackNumIdConflict
Counter32,
vcstackNumMasterConflict
Counter32,
vcstackNumMasterFailover
Counter32,
vcstackNumStkPort1NbrIncompatible
Counter32,
vcstackNumStkPort2NbrIncompatible
Counter32
}
vcstackId OBJECT-TYPE
SYNTAX Unsigned32 (1..8)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stack member ID."
::= { vcstackEntry 1 }
vcstackPendingId OBJECT-TYPE
SYNTAX Unsigned32 (1..8)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The pending stack member ID."
::= { vcstackEntry 2 }
vcstackMacAddr OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stack member's hardware MAC address."
::= { vcstackEntry 3 }
vcstackPriority OBJECT-TYPE
SYNTAX Unsigned32 (0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The priority for election of the stack master. The lowest number has the highest priority."
::= { vcstackEntry 4 }
vcstackRole OBJECT-TYPE
SYNTAX INTEGER {
leaving (1),
discovering (2),
synchronizing (3),
backupMember (4),
pendingMaster (5),
disabledMaster (6),
fallbackMaster (7),
activeMaster (8) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stack member's role in the stack."
::= { vcstackEntry 5 }
vcstackLastRoleChange OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The time and date when the stack member last changed its role in the stack."
::= { vcstackEntry 6 }
vcstackHostname OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stack member's hostname."
::= { vcstackEntry 7 }
vcstackProductType OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Stack members product type."
::= { vcstackEntry 8 }
vcstackSWVersionAutoSync OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whether or not to automatically upgrade the stack member's software."
::= { vcstackEntry 9 }
vcstackFallbackConfigStatus OBJECT-TYPE
SYNTAX INTEGER {
fileExists (1),
fileNotFound (2),
notConfigured (3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the fallback configuration file."
::= { vcstackEntry 10 }
vcstackFallbackConfigFilename OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The filename of the fallback configuration file."
::= { vcstackEntry 11 }
vcstackResiliencyLinkStatus OBJECT-TYPE
SYNTAX INTEGER {
configured (1),
successful (2),
failed (3),
notConfigured (4) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The status of the stack members resilency link."
::= { vcstackEntry 12 }
vcstackResiliencyLinkInterfaceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the interface the resiliency link is configured on."
::= { vcstackEntry 13 }
vcstackActiveStkHardware OBJECT-TYPE
SYNTAX INTEGER {
xemStk (1),
builtinStackingPorts (2),
none (3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The stack ports hardware type."
::= { vcstackEntry 14 }
vcstackStkPort1Status OBJECT-TYPE
SYNTAX INTEGER {
down (1),
neighbourIncompatible (2),
discoveringNeighbour (3),
learntNeighbour (4) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Status of the stack port 1."
::= { vcstackEntry 15 }
vcstackStkPort1NeighbourId OBJECT-TYPE
SYNTAX Unsigned32 (0..8)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ID of the neighbour on stack port 1. A value of zero
indicates no learned neighbour."
::= { vcstackEntry 16 }
vcstackStkPort2Status OBJECT-TYPE
SYNTAX INTEGER {
down (1),
neighbourIncompatible (2),
discoveringNeighbour (3),
learntNeighbour (4) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Status of the stack port 2."
::= { vcstackEntry 17 }
vcstackStkPort2NeighbourId OBJECT-TYPE
SYNTAX Unsigned32 (0..8)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ID of the neighbour on stack port 2. A value of zero
indicates no learned neighbour."
::= { vcstackEntry 18 }
vcstackNumMembersJoined OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the stack acquires a member."
::= { vcstackEntry 19 }
vcstackNumMembersLeft OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times the stack loses a member."
::= { vcstackEntry 20 }
vcstackNumIdConflict OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times that a stack member ID conflicts."
::= { vcstackEntry 21 }
vcstackNumMasterConflict OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times that a stack master conflict occurs."
::= { vcstackEntry 22 }
vcstackNumMasterFailover OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times that the stack master fails."
::= { vcstackEntry 23 }
vcstackNumStkPort1NbrIncompatible OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times that the neighbour is detected as incompatible on stack port 1."
::= { vcstackEntry 24 }
vcstackNumStkPort2NbrIncompatible OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times that the neighbour is detected as incompatible on stack port 2."
::= { vcstackEntry 25 }
--
-- The VCS SNMP Trap Objects
--
vcstackTraps OBJECT IDENTIFIER ::= { vcstack 6 }
vcstackRoleChange NOTIFICATION-TYPE
OBJECTS {
vcstackId,
vcstackRole
}
STATUS current
DESCRIPTION
"A trap generated when the stack member's role is changed."
::= { vcstackTraps 1 }
vcstackMemberJoin NOTIFICATION-TYPE
OBJECTS {
vcstackId,
vcstackNbrMemberId
}
STATUS current
DESCRIPTION
"A trap generated when a member joins in the stack."
::= { vcstackTraps 2 }
vcstackMemberLeave NOTIFICATION-TYPE
OBJECTS {
vcstackId,
vcstackNbrMemberId
}
STATUS current
DESCRIPTION
"A trap generated when a member leaves from the stack."
::= { vcstackTraps 3 }
vcstackResiliencyLinkHealthCheckReceiving NOTIFICATION-TYPE
OBJECTS {
vcstackId,
vcstackResiliencyLinkInterfaceName
}
STATUS current
DESCRIPTION
"A trap generated when the resiliency link is activated."
::= { vcstackTraps 4 }
vcstackResiliencyLinkHealthCheckTimeOut NOTIFICATION-TYPE
OBJECTS {
vcstackId,
vcstackResiliencyLinkInterfaceName
}
STATUS current
DESCRIPTION
"A trap generated when the slave's receive timer has timed out
indicating that the Slave has lost contact with the Master
via the resiliency link."
::= { vcstackTraps 5 }
vcstackStkPortLinkUp NOTIFICATION-TYPE
OBJECTS {
vcstackId,
vcstackStkPortName
}
STATUS current
DESCRIPTION
"A trap generated when the link of stack port is up."
::= { vcstackTraps 6 }
vcstackStkPortLinkDown NOTIFICATION-TYPE
OBJECTS {
vcstackId,
vcstackStkPortName
}
STATUS current
DESCRIPTION
"A trap generated when the link of stack port is down."
::= { vcstackTraps 7 }
vcstackNbrMemberId OBJECT-TYPE
SYNTAX Unsigned32 (1..8)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The stack member id of the neighbor of the member sent this trap."
::= { vcstackTraps 8 }
vcstackStkPortName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The stack port name related this trap."
::= { vcstackTraps 9 }
END
--
-- at-vcstack.mib
--