-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-OSPF-TRAP-MIB-V1SMI.my
482 lines (451 loc) · 15.6 KB
/
CISCO-OSPF-TRAP-MIB-V1SMI.my
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
-- MIB file created 18-Sep-2009 10:14:50, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-OSPF-TRAP-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-OSPF-TRAP-MIB.my"
-- Compile options "4 7 F H N O W 03 06 0B 0G 0N 0T"
IMPORTS
ospfRouterId, ospfAreaId, ospfIfIpAddress, ospfAddressLessIf,
ospfLsdbAreaId, ospfVirtIfAreaId, ospfVirtIfNeighbor,
ospfNbrRtrId, ospfLsdbLsid, ospfLsdbRouterId
FROM OSPF-MIB
cospfAreaNssaTranslatorState, cospfShamLinkAreaId,
cospfLsdbType, cospfShamLinkLocalIpAddress,
cospfShamLinkNeighborId, cospfShamLinkState,
cospfShamLinksAreaId, cospfShamLinksLocalIpAddr,
cospfShamLinksRemoteIpAddr, cospfShamLinksState,
cospfShamLinkNbrArea, cospfShamLinkNbrIpAddr,
cospfShamLinkNbrIpAddrType, cospfShamLinksLocalIpAddrType,
cospfShamLinksRemoteIpAddrType, cospfShamLinkNbrRtrId,
cospfShamLinkNbrState
FROM CISCO-OSPF-MIB
ciscoExperiment
FROM CISCO-SMI
IpAddress
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215;
ciscoOspfTrapMIB OBJECT IDENTIFIER ::= { ciscoExperiment 101 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200307180000Z
-- OrgName
-- Cisco Systems, Inc.
-- ContactInfo
-- Cisco Systems
-- Customer Service
--
-- Postal: 170 W. Tasman Drive
-- San Jose, CA 95134
-- USA
--
-- Tel: +1 800 553-NETS
--
-- E-mail: [email protected]
-- Descr
-- This MIB module describes new/modified notification
-- objects/events, which are defined in the latest
-- version for OSPF MIB IETF draft
-- draftietf-ospf-mib-update-05.txt. Support for OSPF
-- Sham link is also added
-- RevDate
-- 200307180000Z
-- RevDescr
-- +Deprecated cospfShamLinkStateChange.
-- +Added cospfShamLinksStateChange.
-- +Added cospfShamLinkNbrStateChange.
-- +Added cospfShamLinkConfigError.
-- +Added cospfShamLinkAuthFailure.
-- +Added cospfShamLinkRxBadPacket.
-- +Added cospfShamLinkTxRetransmit.
-- +Fixed indentation and spelling.
-- RevDate
-- 200302270000Z
-- RevDescr
-- Initial version of the MIB module.
ciscoOspfTrapMIBNotifs OBJECT IDENTIFIER ::= { ciscoOspfTrapMIB 0 }
ciscoOspfTrapMIBObjects OBJECT IDENTIFIER ::= { ciscoOspfTrapMIB 1 }
ciscoOspfTrapMIBConform OBJECT IDENTIFIER ::= { ciscoOspfTrapMIB 2 }
cospfTrapControl OBJECT IDENTIFIER ::= { ciscoOspfTrapMIBObjects 1 }
ciscoOspfTrapMIBGroups OBJECT IDENTIFIER ::= { ciscoOspfTrapMIBConform 1 }
ciscoOspfTrapMIBCompliances OBJECT IDENTIFIER ::= { ciscoOspfTrapMIBConform 2 }
cospfSetTrap OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(1..2))
-- BITS are:
-- ifConfigError(0)
-- virtIfConfigError(1)
-- retransmit(2)
-- virtRetransmit(3)
-- originateLsa(4)
-- originateMaxAgeLsa(5)
-- nssaTranslatorStatusChange(6)
-- shamLinkStateChange(7)
-- shamLinkNbrStateChange(8)
-- shamLinkConfigError(9)
-- shamLinkAuthFailure(10)
-- shamLinkRxBadPacket(11)
-- shamLinkTxRetransmit(12)
-- shamLinksStateChange(13)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"An octet string serving as a bit map for
the trap events defined by the OSPF traps in
this MIB. This object is used to enable and
disable specific OSPF traps where a 1
in the corresponding bit field represents
enabled."
::= { cospfTrapControl 1 }
cospfConfigErrorType OBJECT-TYPE
SYNTAX INTEGER {
badVersion(1),
areaMismatch(2),
unknownNbmaNbr(3),
unknownVirtualNbr(4),
authTypeMismatch(5),
authFailure(6),
netMaskMismatch(7),
helloIntervalMismatch(8),
deadIntervalMismatch(9),
optionMismatch(10),
mtuMismatch(11),
noError(12),
unknownShamLinkNbr(13)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Potential types of configuration conflicts.
Used by the cospfConfigError and cospfConfigVirtError
traps. When the last value of a trap
using this object is needed, but no traps of
that type have been sent, this value pertaining
to this object should be returned as noError."
::= { cospfTrapControl 2 }
cospfPacketType OBJECT-TYPE
SYNTAX INTEGER {
hello(1),
dbDescript(2),
lsReq(3),
lsUpdate(4),
lsAck(5),
nullPacket(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"OSPF packet types. When the last value of a trap
using this object is needed, but no traps of
that type have been sent, this value pertaining
to this object should be returned as nullPacket."
::= { cospfTrapControl 3 }
cospfPacketSrc OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The IP address of an inbound packet that can-
not be identified by a neighbor instance. When
the last value of a trap using this object is
needed, but no traps of that type have been sent,
this value pertaining to this object should
be returned as 0.0.0.0."
::= { cospfTrapControl 4 }
cospfIfConfigError TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, ospfIfIpAddress, ospfAddressLessIf,
cospfPacketSrc, cospfConfigErrorType, cospfPacketType }
-- Status
-- mandatory
DESCRIPTION
"A cospfIfConfigError trap signifies that a
packet with mismatched parameter MTU has been
received on a non-virtual interface from a
router."
::= 1
cospfVirtIfConfigError TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, ospfVirtIfAreaId, ospfVirtIfNeighbor,
cospfConfigErrorType, cospfPacketType }
-- Status
-- mandatory
DESCRIPTION
"A cospfVirtIfConfigError trap signifies that a
packet with mismatched parameter MTU has been received
on a virtual interface from a router."
::= 2
cospfTxRetransmit TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, ospfIfIpAddress, ospfAddressLessIf,
ospfNbrRtrId, cospfPacketType, cospfLsdbType, ospfLsdbLsid,
ospfLsdbRouterId }
-- Status
-- mandatory
DESCRIPTION
"A cospfTxRetransmit trap signifies than an
OSPF packet, which has been associated with
an Opaque LSA LSDB Entry, has been retransmitted
on a non-virtual interface."
::= 3
cospfVirtIfTxRetransmit TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, ospfVirtIfAreaId, ospfVirtIfNeighbor,
cospfPacketType, cospfLsdbType, ospfLsdbLsid,
ospfLsdbRouterId }
-- Status
-- mandatory
DESCRIPTION
"A cospfVirtTxRetransmit trap signifies than an
OSPF packet, which has been associated with
an Opaque LSA LSDB Entry, has been retransmitted
on a non-virtual interface."
::= 4
cospfOriginateLsa TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, ospfLsdbAreaId, cospfLsdbType, ospfLsdbLsid,
ospfLsdbRouterId }
-- Status
-- mandatory
DESCRIPTION
"A cospfOriginateLsa trap signifies that a new
Opaque LSA has been originated by this router.
This trap should not be invoked for simple refreshes
of LSAs (which happesn every 30 minutes), but
instead will only be invoked when an LSA is
(re)originated due to a topology change. Additionally,
this trap does not include LSAs that
are being flushed because they have reached
MaxAge."
::= 5
cospfMaxAgeLsa TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, ospfLsdbAreaId, cospfLsdbType, ospfLsdbLsid,
cospfLsdbType, ospfLsdbRouterId }
-- Status
-- mandatory
DESCRIPTION
"A cospfMaxAgeLsa trap signifies that one of
the Opaque LSAs in the router's link-state database
has aged to MaxAge."
::= 6
cospfNssaTranslatorStatusChange TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, ospfAreaId, cospfAreaNssaTranslatorState }
-- Status
-- mandatory
DESCRIPTION
"A cospfNssaTranslatorStatusChange trap indicates that there
has been a change in the router's ability to translate OSPF
type-7 LSAs into OSPF type-5 LSAs. This trap should be
generated when the Translator Status transitions from or to
any defined status on a per area basis."
::= 7
cospfShamLinkStateChange TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, cospfShamLinkAreaId,
cospfShamLinkLocalIpAddress, cospfShamLinkNeighborId,
cospfShamLinkState }
-- Status
-- deprecated
DESCRIPTION
"A ospfShamLinkStateChange trap signifies that
there has been a change in the state of a Sham
Link OSPF interface. This trap should be generated
when the interface state regresses from Point-to-Point
to Down or progresses to Down to Point-to-Point. This
trap has been deprecated by cospfShamLinksStateChange."
::= 8
cospfShamLinksStateChange TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, cospfShamLinksAreaId,
cospfShamLinksLocalIpAddrType, cospfShamLinksLocalIpAddr,
cospfShamLinksRemoteIpAddrType, cospfShamLinksRemoteIpAddr,
cospfShamLinksState }
-- Status
-- mandatory
DESCRIPTION
"A ospfShamLinkStateChange trap signifies that
there has been a change in the state of a Sham
Link OSPF interface. This trap should be generated
when the interface state regresses from Point-to-Point
to Down or progresses to Down to Point-to-Point."
::= 14
cospfShamLinkNbrStateChange TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, cospfShamLinkNbrArea,
cospfShamLinksLocalIpAddrType, cospfShamLinksLocalIpAddr,
cospfShamLinkNbrIpAddrType, cospfShamLinkNbrIpAddr,
cospfShamLinkNbrRtrId, cospfShamLinkNbrState }
-- Status
-- mandatory
DESCRIPTION
"A cospfShamLinkNbrStateChange trap signifies that
there has been a change in the state of a sham link
OSPF neighbor. This trap should be generated when
the neighbor state regresses (e.g., goes from
Attempt or Full to 1-Way or Down) or progresses to
a terminal state (e.g., Full)."
::= 9
cospfShamLinkConfigError TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, cospfShamLinksAreaId,
cospfShamLinksLocalIpAddrType, cospfShamLinksLocalIpAddr,
cospfShamLinksRemoteIpAddrType, cospfShamLinksRemoteIpAddr,
cospfConfigErrorType, cospfPacketType }
-- Status
-- mandatory
DESCRIPTION
"A cospfShamLinkConfigError signifies that a packet
has been received on a sham link from a router whose
configuration parameters conflict with this router's
configuration parameters."
::= 10
cospfShamLinkAuthFailure TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, cospfShamLinksAreaId,
cospfShamLinksLocalIpAddrType, cospfShamLinksLocalIpAddr,
cospfShamLinksRemoteIpAddrType, cospfShamLinksRemoteIpAddr,
cospfConfigErrorType, cospfPacketType }
-- Status
-- mandatory
DESCRIPTION
"A cospfShamLinkAuthFailure trap signifies that a
packet has been received on a sham link from a router
whose authentication key or authentication type conflicts
with this router's authentication key and authentication
type."
::= 11
cospfShamLinkRxBadPacket TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, cospfShamLinksAreaId,
cospfShamLinksLocalIpAddrType, cospfShamLinksLocalIpAddr,
cospfShamLinksRemoteIpAddrType, cospfShamLinksRemoteIpAddr,
cospfPacketType }
-- Status
-- mandatory
DESCRIPTION
"A cospfShamLinkRxBadPacket trap signifies that an OSPF
packet has been received on a sham link that cannot be
parsed."
::= 12
cospfShamLinkTxRetransmit TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoOspfTrapMIB
VARIABLES {
ospfRouterId, cospfShamLinksAreaId,
cospfShamLinksLocalIpAddrType, cospfShamLinksLocalIpAddr,
cospfShamLinksRemoteIpAddrType, cospfShamLinksRemoteIpAddr,
cospfPacketType, cospfLsdbType, ospfLsdbLsid,
ospfLsdbRouterId }
-- Status
-- mandatory
DESCRIPTION
"A cospfShamLinkTxRetransmit trap signifies that an
OSPF packet has been retransmitted on a sham link. All
packets that may be retransmitted are associated with an
LSDB entry. The LS type, LS ID, and Router ID are used
identify the LSDB entry."
::= 13
ciscoOspfTrapControlGroup OBJECT IDENTIFIER ::= { ciscoOspfTrapMIBGroups 2 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- These objects are required to control traps
-- from OSPF systems.
-- objects
-- cospfSetTrap, cospfConfigErrorType, cospfPacketType,
-- cospfPacketSrc
ciscoOspfTrapEventGroup OBJECT IDENTIFIER ::= { ciscoOspfTrapMIBGroups 1 }
-- NOTIFICATION-GROUP
-- Status
-- deprecated
-- Descr
-- A grouping of OSPF Trap Events, as specified
-- in NOTIFICATION-TYPE constructs. This has been
-- deprecated by ciscoOspfTrapEventGroupRev1.
-- notifications
-- cospfIfConfigError, cospfVirtIfConfigError, cospfTxRetransmit,
-- cospfVirtIfTxRetransmit, cospfOriginateLsa, cospfMaxAgeLsa,
-- cospfNssaTranslatorStatusChange, cospfShamLinkStateChange
ciscoOspfTrapEventGroupRev1 OBJECT IDENTIFIER ::= { ciscoOspfTrapMIBGroups 3 }
-- NOTIFICATION-GROUP
-- Status
-- mandatory
-- Descr
-- A grouping of OSPF Trap Events, as specified
-- in NOTIFICATION-TYPE constructs.
-- notifications
-- cospfIfConfigError, cospfVirtIfConfigError, cospfTxRetransmit,
-- cospfVirtIfTxRetransmit, cospfOriginateLsa, cospfMaxAgeLsa,
-- cospfNssaTranslatorStatusChange, cospfShamLinksStateChange,
-- cospfShamLinkNbrStateChange, cospfShamLinkConfigError,
-- cospfShamLinkAuthFailure, cospfShamLinkRxBadPacket,
-- cospfShamLinkTxRetransmit
ciscoOspfTrapMIBCompliance OBJECT IDENTIFIER ::= { ciscoOspfTrapMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- The compliance statements for the Cisco OSPF TRAP
-- MIB. These statements are deprecated by
-- ciscoOspfTrapMIBComplianceRev1.
-- Module
-- >>current<<
-- MandGroup
-- ciscoOspfTrapEventGroup
-- MandGroup
-- ciscoOspfTrapControlGroup
-- ObjVar
-- cospfConfigErrorType
-- ObjVar
-- cospfPacketType
-- ObjVar
-- cospfPacketSrc
ciscoOspfTrapMIBComplianceRev1 OBJECT IDENTIFIER ::= { ciscoOspfTrapMIBCompliances 2 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- The compliance statements for the Cisco OSPF TRAP
-- MIB.
-- Module
-- >>current<<
-- MandGroup
-- ciscoOspfTrapEventGroupRev1
-- MandGroup
-- ciscoOspfTrapControlGroup
-- ObjVar
-- cospfConfigErrorType
-- ObjVar
-- cospfPacketType
-- ObjVar
-- cospfPacketSrc
END