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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
|
--/*
-- *
-- * Copyright (c) 1997 - 2002 by Extreme Networks Inc.
-- *
-- * Extreme Networks
-- * http://www.extremenetworks.com
-- *
-- * extracted from $Extreme_Id: extreme.mib,v 1.24.6.35 2006/01/09 15:15:18 build-sc Exp $
-- *
-- */
EXTREME-V2TRAP-MIB DEFINITIONS ::= BEGIN
IMPORTS
extremeV2Traps FROM EXTREME-BASE-MIB
sysDescr,sysUpTime FROM RFC1213-MIB
extremeCpuTaskUtilPair,
extremeCpuAggregateUtilization,
extremeCpuUtilRisingThreshold FROM EXTREME-SYSTEM-MIB
extremeNPModuleProcessorState FROM EXTREME-NP-MIB
extremeEsrpGroup, extremeEsrpState FROM EXTREME-ESRP-MIB
extremeVlanIfIndex, extremeVlanIfDescr FROM EXTREME-VLAN-MIB
extremeHealthCheckErrorType, extremeSlotNumber,
extremeHealthCheckAction, extremeHealthCheckMaxRetries,
extremeMasterMSMSlot, extremeMsmFailoverCause FROM EXTREME-SYSTEM-MIB
ifIndex FROM RFC1213-MIB
extremeIQosProfileIndex FROM EXTREME-QOS-MIB
bgpPeerRemoteAddr FROM BGP4-MIB
extremeEapsName, extremeEapsMode, extremeEapsState,
extremeEapsPrevState FROM EXTREME-EAPS-MIB
extremePethSlotPSUActive FROM EXTREME-POE-MIB
extremePethSlotMainPseIndex FROM EXTREME-POE-MIB
NOTIFICATION-TYPE, OBJECT-TYPE , IpAddress FROM SNMPv2-SMI
ClientAuthType FROM EXTREME-BASE-MIB
DisplayString FROM RFC1213-MIB
MacAddress ,TimeStamp FROM SNMPv2-TC;
extremeCoreSCTraps OBJECT IDENTIFIER
::= { extremeV2Traps 1 }
extremeCoreSCTrapPrefix OBJECT IDENTIFIER
::= { extremeCoreSCTraps 0 }
extremeHealthCheckFailed NOTIFICATION-TYPE
OBJECTS {
sysDescr,
extremeSlotNumber,
extremeHealthCheckErrorType,
extremeHealthCheckAction,
extremeHealthCheckMaxRetries
}
STATUS current
DESCRIPTION
"Cpu HealthCheck has failed."
::= { extremeCoreSCTrapPrefix 1 }
-- Aggregate CPU utilization Trap definition
--
extremeCpuUtilizationRisingTrap NOTIFICATION-TYPE
OBJECTS { extremeCpuTaskUtilPair,
extremeCpuAggregateUtilization,
extremeCpuUtilRisingThreshold}
STATUS current
DESCRIPTION "CPU Utilizations Rising trap generated when
extremeCpuUtilRisingThreshold is touched/crossed "
::= { extremeCoreSCTrapPrefix 2 }
extremeCpuUtilizationFallingTrap NOTIFICATION-TYPE
OBJECTS { extremeCpuTaskUtilPair,
extremeCpuAggregateUtilization,
extremeCpuUtilRisingThreshold}
STATUS current
DESCRIPTION "CPU Utilization Falling Trap is generated when the
extremeCpuAggregateUtilization falls below 80% of the
extremeCpuUtilRisingThreshold"
::= { extremeCoreSCTrapPrefix 3 }
extremeProcessorStateChangeTrap NOTIFICATION-TYPE
OBJECTS {sysDescr,
extremeSlotNumber,
extremeNPModuleProcessorState}
STATUS current
DESCRIPTION
"Failed processor on module has been detected."
::= { extremeCoreSCTrapPrefix 4 }
extremeMsmFailoverTrap NOTIFICATION-TYPE
OBJECTS {sysDescr,
extremeMasterMSMSlot,
extremeMsmFailoverCause}
STATUS current
DESCRIPTION
"MSM failover occurred."
::= { extremeCoreSCTrapPrefix 5 }
extremeEsrpTimedOutFailedOverMaster NOTIFICATION-TYPE
OBJECTS {sysDescr,
extremeVlanIfIndex,
extremeVlanIfDescr,
extremeEsrpState}
STATUS current
DESCRIPTION
"The master node performed a hitless MSM failover, but the
master failed to resume normal operation within the reelect timeout.
Thus, a new master (this switch) was elected."
::= { extremeCoreSCTrapPrefix 6 }
-- Triumph support
--
extremeRateLimitExceededTrap NOTIFICATION-TYPE
OBJECTS {extremeRateLimitExceededTrapType,
extremeRateLimitExceededTrapIndicator,
ifIndex ,
extremeIQosProfileIndex,
extremeExceededByteCount}
STATUS current
DESCRIPTION
"Committed Information Rate exceeded."
::= { extremeCoreSCTrapPrefix 7 }
extremeRateLimitExceededTrapType OBJECT-TYPE
SYNTAX INTEGER {
exceededCIR(1),
droppedBytes(2)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The trap condition being reported."
::= { extremeRateLimitExceededTrap 1 }
extremeRateLimitExceededTrapIndicator OBJECT-TYPE
SYNTAX INTEGER {
clear(0),
set(1)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The trap condition being reported."
::= { extremeRateLimitExceededTrap 2 }
extremeExceededByteCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The number of bytes that exceeded the rate."
::= { extremeRateLimitExceededTrap 4 }
-- end Triumph support
--
extremeBgpTraps OBJECT IDENTIFIER
::= { extremeV2Traps 2 }
extremeBgpTrapsPrefix OBJECT IDENTIFIER
::= { extremeBgpTraps 0 }
extremeBgpPrefixReachedThreshold NOTIFICATION-TYPE
OBJECTS { bgpPeerRemoteAddr}
STATUS current
DESCRIPTION
"The extremeBgpPrefixReachedThreshold notification is generated
when the number of prefixes received over this
peer session reaches the threshold limit."
::= { extremeBgpTrapsPrefix 1 }
extremeBgpPrefixMaxExceeded NOTIFICATION-TYPE
OBJECTS { bgpPeerRemoteAddr}
STATUS current
DESCRIPTION
"The extremeBgpPrefixMaxExceeded notification is generated
when the number of prefixes received over this
peer session reaches the maximum configured limit."
::= { extremeBgpTrapsPrefix 2 }
extremeSecurityTraps OBJECT IDENTIFIER
::= { extremeV2Traps 3 }
extremeSecurityTrapsPrefix OBJECT IDENTIFIER
::= { extremeSecurityTraps 0 }
extremeMacLimitExceeded NOTIFICATION-TYPE
OBJECTS { extremeMacSecurityVlanIfIndex,
extremeMacSecurityVlanDescr,
extremeMacSecurityMacAddress,
extremeMacSecurityPortIfIndex,
extremeMacSecurityVlanId }
STATUS current
DESCRIPTION
"This trap will be generated, for a port on which limit-learning has been
configured, when a new MAC address exceeding the limit is learnt on that
port."
::= { extremeSecurityTrapsPrefix 1 }
extremeUnauthorizedPortForMacDetected NOTIFICATION-TYPE
OBJECTS { extremeMacSecurityVlanIfIndex,
extremeMacSecurityVlanDescr,
extremeMacSecurityVlanId,
extremeMacSecurityMacAddress,
extremeMacSecurityPortIfIndex }
STATUS current
DESCRIPTION
"This trap will be generated when a MAC Address is learnt on a port on which
it is not not authorized. This will happen when the MAC address is statically
configured as a 'secure mac' on some other port(s)."
::= { extremeSecurityTrapsPrefix 2 }
extremeMacDetectedOnLockedPort NOTIFICATION-TYPE
OBJECTS { extremeMacSecurityVlanIfIndex,
extremeMacSecurityVlanDescr,
extremeMacSecurityVlanId,
extremeMacSecurityMacAddress,
extremeMacSecurityPortIfIndex }
STATUS current
DESCRIPTION
"This trap will be generated on a port for which lock-learning has been
configured, when a new MAC address is learnt on that port."
::= { extremeSecurityTrapsPrefix 3 }
extremeMacSecurityVlanIfIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The ifIndex of the VLAN on which the MAC address was received."
::= { extremeSecurityTraps 1 }
extremeMacSecurityVlanDescr OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The description(name) of the VLAN on which the MAC address was received."
::= { extremeSecurityTraps 2 }
extremeMacSecurityMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The received MAC address."
::= { extremeSecurityTraps 3 }
extremeMacSecurityPortIfIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The ifIndex of the port on which the MAC address was received."
::= { extremeSecurityTraps 4 }
extremeMacSecurityVlanId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The VLAN ID of the VLAN on which the MAC address was received."
::= { extremeSecurityTraps 5 }
extremeNetloginUserLogin NOTIFICATION-TYPE
OBJECTS { extremeNetloginStationMac,
extremeNetloginStationAddr,
extremeNetloginPortIfIndex,
extremeNetloginAuthType,
extremeNetloginSystemTime,
extremeNetloginUser,
extremeNetloginSrcVlan,
extremeNetloginDestVlan,
extremeNetloginSessionStatus
}
STATUS current
DESCRIPTION
"This trap will be generated when a netlogin supplicant passes
authentication and logs in successfully into the network."
::= { extremeSecurityTrapsPrefix 4}
extremeNetloginUserLogout NOTIFICATION-TYPE
OBJECTS { extremeNetloginStationMac,
extremeNetloginStationAddr,
extremeNetloginPortIfIndex,
extremeNetloginAuthType,
extremeNetloginSystemTime,
extremeNetloginUser,
extremeNetloginSrcVlan,
extremeNetloginDestVlan,
extremeNetloginSessionStatus
}
STATUS current
DESCRIPTION
"This trap will be generated when a netlogin supplicant logs out.
This trap is meant to notify logout event only for already
authenticated and logged in supplicant. "
::= { extremeSecurityTrapsPrefix 5}
extremeNetloginAuthFailure NOTIFICATION-TYPE
OBJECTS { extremeNetloginStationMac,
extremeNetloginStationAddr,
extremeNetloginPortIfIndex,
extremeNetloginAuthType,
extremeNetloginSystemTime,
extremeNetloginUser,
extremeNetloginSrcVlan,
extremeNetloginDestVlan,
extremeNetloginSessionStatus
}
STATUS current
DESCRIPTION
"This trap will be generated upon authentication failure for a
netlogin supplicant"
::= { extremeSecurityTrapsPrefix 6 }
extremeNetloginStationMac OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"MAC address of netlogin supplicant"
::= { extremeSecurityTraps 6 }
extremeNetloginStationAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"MAC address of netlogin supplicant"
::= { extremeSecurityTraps 7 }
extremeNetloginPortIfIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"IfIndex of authenticator port to which the netlogin supplicant is
connected"
::= { extremeSecurityTraps 8}
extremeNetloginAuthType OBJECT-TYPE
SYNTAX ClientAuthType
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"IF supplicant is authenticated using remote authentication server
as RADIUS or locally using authenticator local user database"
::= { extremeSecurityTraps 9}
extremeNetloginSystemTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The time when a netlogin event occurs and is
meaningful for accounting purposes."
::= { extremeSecurityTraps 10}
extremeNetloginUser OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..64))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Information containing type of session as NETLOGIN or DOT1X
concatenated with userName i,e '[NETLOGIN | DOT1X]:<username>' "
::= { extremeSecurityTraps 11}
extremeNetloginSrcVlan OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..64))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Upon successful login this vlan will represent the one in which
user resides before authentication while upon logout this vlan will
be the one in which user resides before logout. "
::= { extremeSecurityTraps 12}
extremeNetloginDestVlan OBJECT-TYPE
SYNTAX DisplayString (SIZE(1..64))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The description (name) of the VLAN in which user moves after
successful login or logout."
::= { extremeSecurityTraps 13}
extremeNetloginSessionStatus OBJECT-TYPE
SYNTAX INTEGER {
success (1),
sessionReset (2),
fDBAgingInitiatedLogout (3),
userInitiatedLogout (4),
sessionRefreshInitiatedLogout (5),
authenticationFailure (6),
remoteAuthenticationServerFailure (7)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"
-success (1)
Successful login
-sessionReset (2)
Administrator has initialized Authentication State.
-fDBAgingInitiatedLogout (3)
Logout initiated due to FDB aging of client MAC
-userInitiatedLogout(4)
Graceful logout attempt from user
-sessionRefreshInitiatedLogout (5)
(Valid for web-based mode only) Logout initiated by
session-refresh mechanism.
-authenticationFailure(6)
Authentication Failure
-remoteAuthenticationServerFailure (7)
Remote Authentication server Failure.
"
::= { extremeSecurityTraps 14 }
extremeNMSTraps OBJECT IDENTIFIER
::= { extremeV2Traps 4 }
extremeNMSTrapsPrefix OBJECT IDENTIFIER
::= { extremeNMSTraps 0 }
extremeNMSDeviceAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The IP address of the device modified by Extreme's Network Management Application."
::= { extremeNMSTraps 1 }
extremeNMSInventoryChanged NOTIFICATION-TYPE
OBJECTS { extremeNMSDeviceAddress }
STATUS current
DESCRIPTION
"This trap is sent by Extreme's Network Management Applications when a change
in its inventory database occurs. This trap is not send by a router or switch."
::= { extremeNMSTrapsPrefix 1 }
extremeNMSTopologyChanged NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"This trap is sent by Extreme's Network Management Applications when a change
in its Topology database occurs. This trap is not send by a router or switch."
::= { extremeNMSTrapsPrefix 2 }
extremeEapsTraps OBJECT IDENTIFIER
::= { extremeV2Traps 7 }
extremeEapsTrapsPrefix OBJECT IDENTIFIER
::= { extremeEapsTraps 0 }
extremeEapsStateChange NOTIFICATION-TYPE
OBJECTS { extremeEapsName,
extremeEapsMode,
extremeEapsPrevState,
extremeEapsState}
STATUS current
DESCRIPTION
"The extremeEapsStateChange notification is generated
when the EAPS domain has a state change."
::= { extremeEapsTrapsPrefix 1 }
extremeEapsFailTimerExpFlagSet NOTIFICATION-TYPE
OBJECTS { extremeEapsName,
extremeEapsMode,
extremeEapsPrevState,
extremeEapsState}
STATUS current
DESCRIPTION
"The extremeEapsFailTimerExpFlagSet notification is
generated when the EAPS domain's fail timer expires
for the first time, while its state is not in Fail state."
::= { extremeEapsTrapsPrefix 2 }
extremeEapsFailTimerExpFlagClear NOTIFICATION-TYPE
OBJECTS { extremeEapsName,
extremeEapsMode,
extremeEapsPrevState,
extremeEapsState}
STATUS current
DESCRIPTION
"The extremeEapsFailTimerExpFlagClear notification is
generated when the EAPS domain's Fail timer expired flag
is cleared."
::= { extremeEapsTrapsPrefix 3 }
extremeEapsLinkDownRingComplete NOTIFICATION-TYPE
OBJECTS { extremeEapsName,
extremeEapsMode,
extremeEapsPrevState,
extremeEapsState}
STATUS current
DESCRIPTION
"If a Transit is in Link-Down state, and it receives a
Health-Check-Pdu from the Master indicating the ring is
Complete, it means there is some problem with the Transit
switch that has issued this trap message."
::= { extremeEapsTrapsPrefix 4 }
-- Extreme PoE Notifications
extremePethTraps OBJECT IDENTIFIER ::= {extremeV2Traps 12}
extremePethNotificationPrefix OBJECT IDENTIFIER
::= { extremePethTraps 0 }
extremePethPSUStatusNotification NOTIFICATION-TYPE
OBJECTS { extremePethSlotPSUActive, extremePethSlotMainPseIndex }
STATUS current
DESCRIPTION
" This Notification indicates a change in the PoE PSU for the slot."
::= { extremePethNotificationPrefix 1 }
extremeElrpTraps OBJECT IDENTIFIER
::= { extremeV2Traps 6 }
extremeElrpTrapsPrefix OBJECT IDENTIFIER
::= { extremeElrpTraps 0 }
extremeElrpVlanLoopDetected NOTIFICATION-TYPE
OBJECTS { extremeVlanIfDescr}
STATUS current
DESCRIPTION
" The extremeElrpVlanLoopDetected notification is generated
when the ELRP client detects a loop in the vlan."
::= { extremeElrpTrapsPrefix 1 }
extremeEapsSharedLinkTraps OBJECT IDENTIFIER
::= { extremeV2Traps 9 }
extremeEapsSharedLinkTrapsPrefix OBJECT IDENTIFIER
::= { extremeEapsSharedLinkTraps 0 }
extremeSegmentPort OBJECT-TYPE
SYNTAX INTEGER (0..65535)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The EAPS Shared Link's Segment Id."
::= { extremeEapsSharedLinkTraps 1 }
extremeSharedPort OBJECT-TYPE
SYNTAX INTEGER (0..65535)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The EAPS Shared Link's Shared port."
::= { extremeEapsSharedLinkTraps 2 }
extremeEapsSegmentTimerExpFlagSet NOTIFICATION-TYPE
OBJECTS { extremeSegmentPort,
extremeSharedPort
}
STATUS current
DESCRIPTION
"The extremeEapsFailTimerExpFlagSet notification is
generated when the EAPS domain's segment timer expires
for the first time."
::= { extremeEapsSharedLinkTrapsPrefix 1 }
extremeEapsSegmentTimerExpFlagClear NOTIFICATION-TYPE
OBJECTS { extremeSegmentPort,
extremeSharedPort
}
STATUS current
DESCRIPTION
"The extremeEapsSegmentTimerExpFlagClear notification is
generated when the EAPS domain's Segment Fail timer
expired flag is cleared."
::= { extremeEapsSharedLinkTrapsPrefix 2 }
END
|