-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCISCOSB-TRAPS-MIB
executable file
·721 lines (617 loc) · 25 KB
/
CISCOSB-TRAPS-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
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
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
CISCOSB-TRAPS-MIB DEFINITIONS ::= BEGIN
-- Title: CISCOSB ROS
-- Private TRAPS MIB
-- Version: 7.46
-- Date: 15-Jan-2007
IMPORTS
NOTIFICATION-TYPE FROM SNMPv2-SMI
switch001 FROM CISCOSB-MIB
rndErrorDesc, rndErrorSeverity FROM CISCOSB-DEVICEPARAMS-MIB
rldot1dStpTrapVrblifIndex, rldot1dStpTrapVrblVID FROM CISCOSB-BRIDGEMIBOBJECTS-MIB;
rndNotifications MODULE-IDENTITY
LAST-UPDATED "201006250000Z"
ORGANIZATION "Cisco Small Business"
CONTACT-INFO
"Postal: 170 West Tasman Drive
San Jose , CA 95134-1706
USA
Website: Cisco Small Business Home http://www.cisco.com/smb>;,
Cisco Small Business Support Community <http://www.cisco.com/go/smallbizsupport>"
DESCRIPTION
"This private MIB module defines switch private notifications"
REVISION "201006250000Z"
DESCRIPTION
"Initial revision."
::= { switch001 0 }
-- Enterprise-specific traps for switch001
-- Each enterprise-specific trap has two bound variables describing the exact nature of
-- the trap. rndErrorDesc provides a detailed description of the problem, including the
-- related interface number, board number or any other applicable variable.
-- rndErrorSeverity describes the severity of this problem.
-- Trap template
-- -------------
-- TRAP-TYPE
-- ENTERPRISE rndNotifications
-- VARIABLES { rndErrorDesc, rndErrorSeverity }
-- DESCRIPTION
-- ""
-- ::=
-- -------------
rxOverflowHWFault NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"An RX buffer overflow has occurred in one of the LAN or link
interfaces. The bound variable rndErrorDesc provides the
interface number."
::= { rndNotifications 3 }
txOverflowHWFault NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Interport queue overflow has occurred in one of the LAN or link interfaces.
The bound variable rndErrorDesc provides the interface number."
::= { rndNotifications 4 }
routeTableOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"An overflow condition has occurred in the Routing Table. The Routing
Table is used for IP routing algorithm (RIP)."
::= { rndNotifications 5 }
resetRequired NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that in order to perform the last SET request, a reset operation
of the router/bridge is required. This occurs when the layer 2 routing algorithm is
changed between SPF and Spanning Tree. The reset can be performed manually or
using the variable rndAction."
::= { rndNotifications 10 }
endTftp NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that in the device finished a TFTP
transaction with the management station.
variable rndErrorDesc and rndErrorSeverity provides the actual message
text and severity respectively."
::= { rndNotifications 12 }
abortTftp NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that in the device aborted a TFTP session with
the management station. Variable rndErrorDesc and rndErrorSeverity
provides the actual message text and severity respectively."
::= { rndNotifications 13 }
startTftp NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Informational trap indicating that the device has intiated a
TFTP session. rndErrorDesc will contain the file type in
question"
::= { rndNotifications 14 }
faultBackUp NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Automantic switchover to backup link because of main link fault."
::= { rndNotifications 23 }
mainLinkUp NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Communication returened to main link."
::= { rndNotifications 24 }
ipxRipTblOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that in an OpenGate IPX RIP table overflow.
The bound variable rndErrorDesc, rndErrorSeverity
provides the actual message text and severity respectively."
::= { rndNotifications 36 }
ipxSapTblOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that in an OpenGate IPX SAP table overflow.
The bound variable rndErrorDesc, rndErrorSeverity
provides the actual message text and severity respectively."
::= { rndNotifications 37 }
facsAccessVoilation NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that message that fits FACS statenebt with
operation blockAndReport was forward to the interface. The bound
variable rndErrorDesc, rndErrorSeverity(== info ) and
interface Number."
::= { rndNotifications 49 }
autoConfigurationCompleted NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that auto comfiguration completetd succssefully.
The bound variable rndErrorDesc, rndErrorSeverity(== info )"
::= { rndNotifications 50 }
forwardingTabOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that an overflow condition has occurred in the
layer II Forward Table.
The bound variable rndErrorDesc, rndErrorSeverity(== warning )"
::={ rndNotifications 51 }
framRelaySwitchConnectionUp NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that a connection establish between the Frame
relay Switch and the WanGate.
The bound variable rndErrorDesc, rndErrorSeverity(== warning )"
::= { rndNotifications 53 }
framRelaySwitchConnectionDown NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that a connection between the Frame Relay Switch
and the WanGate failed.
The bound variable rndErrorDesc, rndErrorSeverity(== warning )"
::= { rndNotifications 54 }
errorsDuringInit NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that the an error occured during initialization
The bound variable rndErrorDesc, rndErrorSeverity(== error )"
::= { rndNotifications 61 }
vlanDynPortAdded NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
""
::= { rndNotifications 66 }
vlanDynPortRemoved NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
""
::= { rndNotifications 67 }
rsSDclientsTableOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This warning is generated when an overflow occurs in the clients table."
::= { rndNotifications 68 }
rsSDinactiveServer NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This warning is generated when a server does not respond to the dispatchers polling
and is thought to be inactive."
::= { rndNotifications 69 }
rsIpZhrConnectionsTableOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"The Zero Hop Routing connections Table has been overflown."
::= { rndNotifications 70 }
rsIpZhrReqStaticConnNotAccepted NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"The requested static connection was not accepted because there is
no available IP virtual address to allocate to it."
::= { rndNotifications 71 }
rsIpZhrVirtualIpAsSource NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"The virtual IP address appeared as a source IP.
All the connections using it will be deleted and
it will not be further allocated to new connections."
::= { rndNotifications 72 }
rsIpZhrNotAllocVirtualIp NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"The source IP address sent an ARP specifying a virtual IP
which was not allocated for this source.
This virtual IP will not be allocated to connections of this
specific source IP."
::= { rndNotifications 73 }
rsSnmpSetRequestInSpecialCfgState NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"An incoming SNMP SET request was rejected because no such
requests (except action requests) are accepted after start of
new configuration reception or during sending the current
configuration to an NMS."
::= { rndNotifications 74 }
rsPingCompletion NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"A rsPingCompleted trap is sent at the completion
of a sequence of pings if such a trap was requested
when the sequence was initiated. The trap severity is info.
The trap text will specify the following information:
rsPingCompletionStatus, rsPingSentPackets, rsPingReceivedPackets
In addition to the above listed objects (which are always present),
the message will also specify the following quantities:
if any responses were received:
rsPingMinReturnTime
rsPingAvgReturnTime
rsPingMaxReturnTime"
::= { rndNotifications 136 }
pppSecurityViolation NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This trap indicates that a PPP link got an unrecognized secret.
The bound variables rndErrorDesc,
rndErrorSeverity(== warning ), interface Number. and pppSecurityIdentity"
::= { rndNotifications 137 }
frDLCIStatudChange NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
""
::= { rndNotifications 138 }
papFailedCommunication NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
""
::= { rndNotifications 139 }
chapFailedCommunication NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
""
::= { rndNotifications 140 }
rsWSDRedundancySwitch NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Whenever main server fails and backup takes over or server comes
up after failure a trap of this type is issued."
::= { rndNotifications 141 }
rsDhcpAllocationFailure NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"DHCP failed to allocate an IP address to a requesting host
because of memory shortage or inadequate configuration of
available IP addresses."
::= { rndNotifications 142 }
-- Traps 143 - 144 reserved for IP Multicast
rlIpFftStnOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"The IP SFFT overflow."
::= { rndNotifications 145 }
rlIpFftSubOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"The IP NFFT overflow."
::= { rndNotifications 146 }
rlIpxFftStnOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"The IPX SFFT overflow."
::= { rndNotifications 147 }
rlIpxFftSubOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"The IPX NFFT overflow."
::= { rndNotifications 148 }
rlIpmFftOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"The IPM FFT overflow."
::= { rndNotifications 149 }
rlPhysicalDescriptionChanged NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Indicates that the physical decription of the device has
changed"
::= { rndNotifications 150 }
rldot1dStpPortStateForwarding NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity, rldot1dStpTrapVrblifIndex, rldot1dStpTrapVrblVID }
STATUS current
DESCRIPTION
"The trap is sent by a bridge when any of its configured ports
transitions from the Learning state to the Forwarding state."
::= { rndNotifications 151 }
rldot1dStpPortStateNotForwarding NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity, rldot1dStpTrapVrblifIndex, rldot1dStpTrapVrblVID }
STATUS current
DESCRIPTION
"The trap is sent by a bridge when any of its configured ports
transitions from the Forwarding state to the Blocking state."
::= { rndNotifications 152 }
rlPolicyDropPacketTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Indicates that the packet drop due to the policy "
::= { rndNotifications 153 }
rlPolicyForwardPacketTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Indicates that the packet has forward based on policy"
::= { rndNotifications 154 }
-- Trap 155 - 144 reserved for DVMRP
rlIgmpProxyTableOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"An IGMP PROXY Table overflow."
::= { rndNotifications 156 }
rlIgmpV1MsgReceived NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"An IGMP Message of v1 received on ifIndex. "
::= { rndNotifications 157 }
rlVrrpEntriesDeleted NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"One or more VRRP entries deleted due to IP interface deletion or transition. "
::= { rndNotifications 158 }
rlHotSwapTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Hot swap trap."
::= { rndNotifications 159 }
rlTrunkPortAddedTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Informational trap indicating that a port is added to a trunk"
::= { rndNotifications 160 }
rlTrunkPortRemovedTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"This warning is generated when a port removed from a trunk."
::= { rndNotifications 161 }
rlTrunkPortNotCapableTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Informational trap indicating that a port can not be added to
a trunk because of device limitations or diffrent swIfType."
::= { rndNotifications 162 }
-- Traps 163 - 169 reserved for IP Multicast
rlLockPortTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Informational trap indicating that a locked port receive
a frame with new source Mac Address."
::= { rndNotifications 170 }
vlanDynVlanAdded NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"add gvrp dynamic vlan"
::= { rndNotifications 171 }
vlanDynVlanRemoved NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"remove gvrp dynamic vlan"
::= { rndNotifications 172 }
vlanDynamicToStatic NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"vlan status was changed from dynamic to static"
::= { rndNotifications 173 }
vlanStaticToDynamic NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"vlan status was changed from static to dynamic"
::= { rndNotifications 174 }
dstrSysLog NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Master receive trap from slave , and forward it as trap"
::= { rndNotifications 175 }
rlEnvMonFanStateChange NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Trap indicating the fan state.
rndErrorSeverity will be:
0 for fan state nomal, notPresent
1 for fan state warning, notFunctioning
2 for fan state critical
3 for fan state fatal
The error text will specify the fan index, fan description and the exact fan state"
::= { rndNotifications 176 }
rlEnvMonPowerSupplyStateChange NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Trap indicating the power supply state.
rndErrorSeverity will be:
0 for power supply state nomal, notPresent
1 for power supply state warning, notFunctioning
2 for power supply state critical
3 for power supply state fatal
The error text will specify the power supply index, power supply description and the exact power supply state"
::= { rndNotifications 177 }
rlStackStateChange NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Trap indicating the stack connection state
0 for stack state connected,
1 for stack state disconnected "
::= { rndNotifications 178 }
rlEnvMonTemperatureRisingAlarm NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Trap indicating that the temperature in the device has exceeded the
device specific safe temperature threshold."
::= { rndNotifications 179 }
-- Traps 180, 181 reserved for copy
-- Trap 182 reserved for IP Multicast
rlBrgMacAddFailedTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Informational trap indicating that adding dynamic mac/s
failed due to full hash chain."
::= { rndNotifications 183 }
rldot1xPortStatusAuthorizedTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Informational trap indicating that port 802.1x status is authorized."
::= { rndNotifications 184 }
rldot1xPortStatusUnauthorizedTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap is indicating that port 802.1x status is unAuthorized."
::= { rndNotifications 185 }
-- 186-191 are used in the rlPhysicalDescription MIB
swIfTablePortLock NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap is indicating port lock hase began."
::= { rndNotifications 192 }
swIfTablePortUnLock NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap is indicating port lock has ended."
::= { rndNotifications 193 }
rlAAAUserLocked NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap indicating that the user was locked after
number of consecutives unsuccessful login attempts."
::= { rndNotifications 194 }
-- 195-199 are used in the rlPhysicalDescription MIB
bpduGuardPortSuspended NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap indicating - Port was suspended because there was BPDU Guard violation."
::= { rndNotifications 202 }
rldot1xSupplicantMacAuthorizedTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Informational trap indicating that MAC authentication supplicant
is authenticated and is allowed to access the network."
::= { rndNotifications 203 }
rldot1xSupplicantMacUnauthorizedTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap is indicating that Radius server rejects
MAC authentication supplicant."
::= { rndNotifications 204 }
stpLoopbackDetection NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap indicating - A loopback was detected on port."
::= { rndNotifications 205 }
stpLoopbackDetectionResolved NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap indicating - A loopback detection resolved on port."
::= { rndNotifications 206 }
loopbackDetectionPortSuspended NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap indicating - A port has been suspended by Loopback Detection."
::= { rndNotifications 207 }
-- Trap 208 reserved for rlIgmpMldSnoopTriplePlayPort
-- 209-210 are used in the rllldp MIB
-- 211 used by rlCopySWFinished
-- 212 used by rlCopySWToUnits
rlPortSuspended NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap indicating - A port has been suspended by Any application."
::= { rndNotifications 213 }
rlSpecialBpduDbOverflow NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap indicating - Special BPDU DB Overflow."
::= { rndNotifications 214 }
rldot1xSupplicantLoggedOutTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap is indicating that supplicant was logged out
Since the ports time-range state was changed to inactive."
::= { rndNotifications 215 }
rldot1xPortControlModeNotAutoTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap is indicating that altough ports time-range
Is active now, it can not start working in mode auto."
::= { rndNotifications 216 }
rlEeeLldpMultipleNeighbours NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap indicating - Port has multiple LLDP remote link neighbours -
EEE operational state will be FALSE."
::= { rndNotifications 217 }
rlEeeLldpSingleNeighbour NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap indicating - Port has single LLDP remote link neighbour -
EEE operational can be TRUE."
::= { rndNotifications 218 }
-- 220 used by rlCopyMirrorFileIllegal
rlStackVersionUpgradeTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Informational trap indicating that stack slave is upgrading
to the image or boot version of the stack master."
::= { rndNotifications 222 }
rlStackVersionDowngradeTrap NOTIFICATION-TYPE
OBJECTS { rndErrorDesc, rndErrorSeverity }
STATUS current
DESCRIPTION
"Warning trap indicating that stack slave is downgrading
to the image or boot version of the stack master."
::= { rndNotifications 223 }
-- 224-226 used by CDP
END