smilint output for ./OSPF-TE-DRAFT00-MIB
Message Severities |
Severity | Count |
severe | 51 |
error | 6 |
minor error | 5 |
change recommended | 16 |
warning | 19 |
Message Types |
Type | Count |
bad-identifier-case (error) | 1 |
description-missing (error) | 1 |
group-membership (change recommended) | 16 |
import-unused (warning) | 2 |
index-element-not-column (warning) | 1 |
inetaddress-inetaddresstype (warning) | 2 |
internal-flushing (warning) | 14 |
internal-other (severe) | 14 |
lexical (severe) | 10 |
module-identity-missing (error) | 1 |
object-identifier-unknown (severe) | 27 |
parent-row (error) | 1 |
revision-missing (minor error) | 1 |
sequence-no-column (minor error) | 4 |
type-unknown (error) | 2 |
Messages:
OSPF-TE-DRAFT00-MIB
1: -- extracted from draft-otani-ccamp-gmpls-ospf-mib-02.txt
2: -- at Tue Mar 7 06:10:55 2006
3:
4: OSPF-TE-DRAFT00-MIB DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32
8: FROM SNMPv2-SMI --[RFC2578]
9: MODULE-COMPLIANCE, OBJECT-GROUP
10: FROM SNMPv2-CONF --[RFC2580]
11: InetAddressType, InetAddress
12: FROM INET-ADDRESS-MIB
13: transmission
13: warning -
warning: identifier `transmission' imported from module `SNMPv2-SMI' is never used
14: FROM SNMPv2-SMI --[RFC2578]
15: ospfLsdbLsid, ospfRouterId
15: warning -
warning: identifier `ospfRouterId' imported from module `OSPF-MIB' is never used
16: FROM OSPF-MIB; --[OSPFMIB UPDATE]
17:
18: ospfTeMIB MODULE-IDENTITY
19: LAST-UPDATED "200510240000Z" -- 04 July 2005 00:00:00 GMT
20: ORGANIZATION "IETF CCAMP Working Group."
21: CONTACT-INFO
22: " Tomohiro Otani
23: otani@kddilabs.jp
24:
25: Masanori Miyazawa
26: ma-miyazawa@kddilabs.jp
27:
28: Thomas D. Nadeau
29: tnadeau@cisco.com
30:
31: Kenji Kumaki
32: ke-kumaki@kddi.com
33:
34: Comments and discussion to ccamp@ietf.org"
35: DESCRIPTION
36: "This MIB contains managed object definitions for
37: extensions to the OSPF MIB in support of Traffic
38: Engienering (TE).
39:
40: Copyright (C) The Internet Society (2006). This
41: version of this MIB module is part of RFCXXX; see
42: the RFC itself for full legal notices."
43: -- Revision history.
44: REVISION
45: "200506041200Z" -- 04 July 2005 12:00:00 GMT
46: DESCRIPTION
47: "Initial version. Published as RFC xxxx." -- RFC-editor pls fill
48: in xxx"
48: minor error -
revision for last update is missing
48: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
49: ::= { transmission 9988 } -- assigned by IANA, see section 7.1 for
50: -- details
51:
52: -- Textual Conventions.
53:
54: -- Top level components of this MIB.
55:
56: ospfTeNotifications OBJECT IDENTIFIER ::= { ospfTeMIB 0 }
57: ospfTeObjects OBJECT IDENTIFIER ::= { ospfTeMIB 1 }
58:
59: T. Otani et al. Expires Sept. 30, 2006 5
60: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
61:
62: ospfTeScalars OBJECT IDENTIFIER ::= { ospfTeObjects 1 }
63: ospfTeTables OBJECT IDENTIFIER ::= { ospfTeObjects 2 }
64: ospfTeConformance OBJECT IDENTIFIER ::= { ospfTeMIB 2 }
65:
66: -- MIB Definitions
67:
68: --
69: -- Scalar Objects
70: --
71:
72:
73: --
74: -- OSPF TE LSDB Table
75: --
76:
77: ospfTeLsdbTable OBJECT-TYPE
78: SYNTAX SEQUENCE OF OspfTeLsdbEntry
79: MAX-ACCESS not-accessible
80: STATUS current
81: DESCRIPTION
82: "This table indicates multiple sub-TLVs information in opaque
83: LSA which have been supported by [OSPF-TE]. "
84: ::= { ospfTeTables 1 }
85:
86: ospfTeLsdbEntry OBJECT-TYPE
87: SYNTAX OspfTeLsdbEntry
88: MAX-ACCESS not-accessible
89: STATUS current
90: DESCRIPTION
91: "This entry contains each sub-TLVs information commonly utilized
92: in both MPLS and GMPLS"
93: INDEX { ospfLsdbLsid, ospflsdbRouterId }
94: ::= { ospfTeLsdbTable 1 }
95:
96: OspfTeLsdbEntry ::= SEQUENCE {
97: ospfTeLinkType INTEGER,
98: ospfTeLinkIdAddr InetAddress,
99: ospfTeLinkIdAddrType InetAddressType,
100: ospfTeMetric Integer32,
101: ospfTeMaxBandwidth Unsigned32,
102: ospfTeMaxReservableBandwidth Unsigned32,
103: ospfTeUnreservedBandwidthPri0 Unsigned32,
104: ospfTeUnreservedBandwidthPri1 Unsigned32,
105: ospfTeUnreservedBandwidthPri2 Unsigned32,
106: ospfTeUnreservedBandwidthPri3 Unsigned32,
107: ospfTeUnreservedBandwidthPri4 Unsigned32,
108: ospfTeUnreservedBandwidthPri5 Unsigned32,
109: ospfTeUnreservedBandwidthPri6 Unsigned32,
110: ospfTeUnreservedBandwidthPri7 Unsigned32,
111: ospfTeAdministrativeGroup Integer32,
112: ospfTeLocalId Integer32,
113: ospfTeRemoteId Integer32,
114: ospfTeLinkProtectionType INTEGER,
115: }
116:
117: T. Otani et al. Expires Sept. 30, 2006 6
118: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
119:
120:
121: ospfTeLinkType OBJECT-TYPE
122: SYNTAX INTEGER {
123: pointToPoint (1),
124: multiAccess (2)
125: }
126: MAX-ACCESS read-only
127: STATUS current
128: DESCRIPTION
129: "This indicates the type of the link such as point-to-point
130: or multi-access"
131: ::= { ospfTeLsdbEntry 1 }
132:
133: ospfTeLinkIdAddr OBJECT-TYPE
134: SYNTAX InetAddress
135: MAX-ACCESS read-only
136: STATUS current
137: DESCRIPTION
138: "This indicates the Router ID of the neighbor in the case
139: of point-to-point links. This also indicates the interface address
140: of the designated router in the case of multi-access links."
141: ::= { ospfTeLsdbEntry 2 }
142:
143: ospfTeLinkIdAddrType OBJECT-TYPE
144: SYNTAX InetAddressType
145: MAX-ACCESS read-only
146: STATUS current
147: DESCRIPTION
148: "This object indicates the type of TE link ID address."
149: ::= { ospfTeLsdbEntry 3 }
150:
151: ospfTeMetric OBJECT-TYPE
152: SYNTAX Integer32
153: MAX-ACCESS read-only
154: STATUS current
155: DESCRIPTION
156: "This indicates the traffic engineering metric value of the
157: TE link."
158: ::= { ospfTeLsdbEntry 4 }
159:
160: ospfTeMaxBandwidth OBJECT-TYPE
161: SYNTAX Unsigned32
162: MAX-ACCESS read-only
163: STATUS current
164: DESCRIPTION
165: "This indicates the maximum bandwidth that
166: can be used on this link in this direction"
167: ::= { ospfTeLsdbEntry 5 }
168:
169: ospfTeMaxReservableBandwidth OBJECT-TYPE
170: SYNTAX Unsigned32
171: MAX-ACCESS read-only
172: STATUS current
173: DESCRIPTION
174:
175: T. Otani et al. Expires Sept. 30, 2006 7
176: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
177:
178: "This indicates the maximum bandwidth that may be reserved on
179: this link in this direction"
180: ::= { ospfTeLsdbEntry 6 }
181:
182: ospfTeUnreservedBandwidthPri0 OBJECT-TYPE
183: SYNTAX Unsigned32
184: MAX-ACCESS read-only
185: STATUS current
186: DESCRIPTION
187: "This indicates the amount of bandwidth not yet reserved at
188: the priority 0"
189: ::= { ospfTeLsdbEntry 7 }
190:
191: ospfTeUnreservedBandwidthPri1 OBJECT-TYPE
192: SYNTAX Unsigned32
193: MAX-ACCESS read-only
194: STATUS current
195: DESCRIPTION
196: "This indicates the amount of bandwidth not yet reserved at
197: the priority 1"
198: ::= { ospfTeLsdbEntry 8 }
199:
200: ospfTeUnreservedBandwidthPri2 OBJECT-TYPE
201: SYNTAX Unsigned32
202: MAX-ACCESS read-only
203: STATUS current
204: DESCRIPTION
205: "This indicates the amount of bandwidth not yet reserved at
206: the priority 2"
207: ::= { ospfTeLsdbEntry 9 }
208:
209: ospfTeUnreservedBandwidthPri3 OBJECT-TYPE
210: SYNTAX Unsigned32
211: MAX-ACCESS read-only
212: STATUS current
213: DESCRIPTION
214: "This indicates the amount of bandwidth not yet reserved at
215: the priority 3"
216: ::= { ospfTeLsdbEntry 10 }
217:
218: ospfTeUnreservedBandwidthPri4 OBJECT-TYPE
219: SYNTAX Unsigned32
220: MAX-ACCESS read-only
221: STATUS current
222: DESCRIPTION
223: "This indicates the amount of bandwidth not yet reserved at
224: the priority 4"
225: ::= { ospfTeLsdbEntry 11 }
226:
227: ospfTeUnreservedBandwidthPri5 OBJECT-TYPE
228: SYNTAX Unsigned32
229: MAX-ACCESS read-only
230: STATUS current
231: DESCRIPTION
232:
233: T. Otani et al. Expires Sept. 30, 2006 8
234: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
235:
236: "This indicates the amount of bandwidth not yet reserved at
237: the priority 5"
238: ::= { ospfTeLsdbEntry 12 }
239:
240: ospfTeUnreservedBandwidthPri6 OBJECT-TYPE
241: SYNTAX Unsigned32
242: MAX-ACCESS read-only
243: STATUS current
244: DESCRIPTION
245: "This indicates the amount of bandwidth not yet reserved at
246: the priority 6"
247: ::= { ospfTeLsdbEntry 13 }
248:
249: ospfTeUnreservedBandwidthPri7 OBJECT-TYPE
250: SYNTAX Unsigned32
251: MAX-ACCESS read-only
252: STATUS current
253: DESCRIPTION
254: "This indicates the amount of bandwidth not yet reserved at
255: the priority 7"
256: ::= { ospfTeLsdbEntry 14 }
257:
258: ospfTeAdministrativeGroup OBJECT-TYPE
259: SYNTAX Integer32
260: MAX-ACCESS read-only
261: STATUS current
262: DESCRIPTION
263: "This indicates the Administrative Group which the link
264: belong to. Since the value is a bit mask, the link can belong to
265: multiple groups. This is also called Resource Class/Color."
265: severe -
lexically unexpected character, skipping to end of line
266: ::= { ospfTeLsdbEntry 15 }
266: warning -
warning: flushing recent incorrect declaration, see previous error(s)
267:
268: ospfTeLocalId OBJECT-TYPE
268: change recommended -
warning: node `ospfTeLocalId' must be contained in at least one conformance group
269: SYNTAX Unsigned32
270: MAX-ACCESS read-only
271: STATUS current
272: DESCRIPTION
273: "This indicates the Link local identifier of an unnumbered
274: link."
275: ::= { ospfTeLsdbEntry 16 }
275: severe -
unknown object identifier label `ospfTeLsdbEntry'
276:
277: ospfTeRemoteId OBJECT-TYPE
277: change recommended -
warning: node `ospfTeRemoteId' must be contained in at least one conformance group
278: SYNTAX Unsigned32
279: MAX-ACCESS read-only
280: STATUS current
281: DESCRIPTION
282: " This indicates the Link remote identifier of an unnumbered
283: link."
284: ::= { ospfTeLsdbEntry 17 }
285:
286: ospfTeLinkProtectionType OBJECT-TYPE
287: SYNTAX INTEGER {
288: extraTraffic(0),
289: unprotected(1),
290:
291: T. Otani et al. Expires Sept. 30, 2006 9
291: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting LOWERCASE_IDENTIFIER
291: severe -
lexically unexpected character, skipping to end of line
292: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
293:
294: shared (2),
295: dedicatedOneToOne (3),
296: dedicatedOnePlusOne(4),
297: enhanced(5)
298: }
298: warning -
warning: flushing recent incorrect declaration, see previous error(s)
299: MAX-ACCESS read-only
299: severe -
syntax error, unexpected MAX_ACCESS
300: STATUS current
301: DESCRIPTION
302: "This object indicates the protection type of the TE link"
303: ::= { ospfTeLsdbEntry 18 }
303: warning -
warning: flushing recent incorrect declaration, see previous error(s)
304:
305:
306: --
307: -- OSPF TE Local Interface IP Address Table
308: --
309:
310: ospfTeLocalIntAddrTable OBJECT-TYPE
311: SYNTAX SEQUENCE OF OspfTeLocalIntAddrEntry
312: MAX-ACCESS not-accessible
313: STATUS current
314: DESCRIPTION
315: "This table contains the IP address information of a local TE
316: link."
317: ::= { ospfTeTables 2 }
317: severe -
unknown object identifier label `ospfTeTables'
318:
319: ospfTeLocalIntAddrEntry OBJECT-TYPE
320: SYNTAX OspfTeLocalIntAddrEntry
321: MAX-ACCESS not-accessible
322: STATUS current
323: DESCRIPTION
324: "This entry contains the IP address information of the local
325: TE link."
326: INDEX { ospfLsdbLsid, ospflsdbRouterId, ospfTeLocalIntAddrIndex }
326: severe -
unknown object identifier label `ospflsdbRouterId'
327: ::= { ospfTeLocalIntAddrTable 1 }
328:
329: OspfTeLocalIntAddrEntry ::= SEQUENCE {
329: minor error -
SEQUENCE element #2 `ospfTeLocalIntAddr' is not a child node under `ospfTeLocalIntAddrEntry'
329: minor error -
SEQUENCE element #3 `ospfTeLocalIntAddrType' is not a child node under `ospfTeLocalIntAddrEntry'
330: ospfTeLocalIntAddrIndex Unsigned32,
331: ospfTeLocalIntAddr InetAddress,
331: severe -
unknown object identifier label `ospfTeLocalIntAddr'
331: warning -
warning: `InetAddress' object should have an accompanied preceding `InetAdressType' object
332: ospfTeLocalIntAddrType InetAddressType
333: }
334:
335: ospfTeLocalIntAddrIndex OBJECT-TYPE
336: SYNTAX Unsigned32
337: MAX-ACCESS not-accessible
338: STATUS current
339: DESCRIPTION
340: "This indicates the index to identify multiple local TE links"
341: ::= { ospfTeLocalIntAddrEntry 1 }
342:
343: ospfTeLocalIntAddr OBJECT-TYPE
344: SYNTAX InetAddress
345: MAX-ACCESS read-only
346: STATUS current
347: DESCRIPTION
348:
349: T. Otani et al. Expires Sept. 30, 2006 10
349: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
349: severe -
lexically unexpected character, skipping to end of line
350: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
351:
352: "This object indicates the address of the local TE link."
353: ::= { ospfTeLocalIntAddrEntry 2 }
353: warning -
warning: flushing recent incorrect declaration, see previous error(s)
354:
355: ospfTeLocalIntAddrType OBJECT-TYPE
355: change recommended -
warning: node `ospfTeLocalIntAddrType' must be contained in at least one conformance group
356: SYNTAX InetAddressType
357: MAX-ACCESS read-only
358: STATUS current
359: DESCRIPTION
360: "This object indicates the type of local TE link address."
361: ::= { ospfTeLocalIntAddrEntry 3 }
362:
363:
364: --
365: -- OSPF TE Remote Interface IP Address Table
366: --
367:
368: ospfTeRemoteIntAddrTable OBJECT-TYPE
369: SYNTAX SEQUENCE OF OspfTeRemoteIntAddrEntry
370: MAX-ACCESS not-accessible
371: STATUS current
372: DESCRIPTION
373: "This table contains the IP address information of a remote
374: TE link."
375: ::= { ospfTeTables 3 }
376:
377: ospfTeRemoteIntAddrEntry OBJECT-TYPE
378: SYNTAX OspfTeRemoteIntAddrEntry
379: MAX-ACCESS not-accessible
380: STATUS current
381: DESCRIPTION
382: "This entry contains the IP address information of the remote
383: TE link."
384: INDEX { ospfLsdbLsid, ospflsdbRouterId, ospfTeRemoteIntAddrIndex }
385: ::= { ospfTeRemoteIntAddrTable 1 }
386:
387: OspfTeRemoteIntAddrEntry ::= SEQUENCE {
387: minor error -
SEQUENCE element #2 `ospfTeRemoteIntAddr' is not a child node under `ospfTeRemoteIntAddrEntry'
387: minor error -
SEQUENCE element #3 `ospfTeRemoteIntAddrType' is not a child node under `ospfTeRemoteIntAddrEntry'
388: ospfTeRemoteIntAddrIndex Unsigned32,
389: ospfTeRemoteIntAddr InetAddress,
389: severe -
unknown object identifier label `ospfTeRemoteIntAddr'
389: warning -
warning: `InetAddress' object should have an accompanied preceding `InetAdressType' object
390: ospfTeRemoteIntAddrType InetAddressType
391: }
392:
393: ospfTeRemoteIntAddrIndex OBJECT-TYPE
394: SYNTAX Unsigned32
395: MAX-ACCESS not-accessible
396: STATUS current
397: DESCRIPTION
398: "This indicates the index to identify multiple remote TE
399: links."
400: ::= { ospfTeRemoteIntAddrEntry 1 }
401:
402: ospfTeRemoteIntAddr OBJECT-TYPE
403: SYNTAX InetAddress
404: MAX-ACCESS read-only
405: STATUS current
406:
407: T. Otani et al. Expires Sept. 30, 2006 11
407: error -
description missing in object definition
407: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
407: severe -
lexically unexpected character, skipping to end of line
408: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
409:
410: DESCRIPTION
411: "This object indicates the address of the remote TE link."
412: ::= { ospfTeRemoteIntAddrEntry 2 }
412: warning -
warning: flushing recent incorrect declaration, see previous error(s)
413:
414: ospfTeRemoteIntAddrType OBJECT-TYPE
414: change recommended -
warning: node `ospfTeRemoteIntAddrType' must be contained in at least one conformance group
415: SYNTAX InetAddressType
416: MAX-ACCESS read-only
417: STATUS current
418: DESCRIPTION
419: "This object indicates the type of the remote TE link
420: address."
421: ::= { ospfTeRemoteIntAddrEntry 3 }
422:
423:
424: --
425: -- OSPF TE Switch Capable Table
426: --
427:
428: ospfTeSwCapTable OBJECT-TYPE
429: SYNTAX SEQUENCE OF OspfTeSwCapEntry
429: error -
unknown type `OspfTeSwCapEntry'
430: MAX-ACCESS not-accessible
431: STATUS current
432: DESCRIPTION
433: "This table contains the GMPLS OSPF TE switching capability
434: information."
435: ::= { ospfTeTables 4 }
436:
437: ospfTeSwCapEntry OBJECT-TYPE
438: SYNTAX OspfTeSwCapEntry
439: MAX-ACCESS not-accessible
440: STATUS current
441: DESCRIPTION
442: "This entry relates each TE link with its GMPLS TE switching
443: capability information. IF the MIB deals with only OSPF-TE
444: information, the value of each object related with GMPLS TE
445: extensions should be null."
446: INDEX { ospfLsdbLsid, ospflsdbRouterId, ospfTeSwCapIndex }
447: ::= { ospfTeSwCapTable 1 }
448:
449: OspfTeSwCapEntry ::= SEQUENCE {
450: ospfTeSwCapIndex Unsigned32,
451: ospfTeSwitchingType INTEGER,
452: ospfTeEncoding INTEGER,
453: ospfTeMaxLspBandwidthPri0 Unsigned32,
453: severe -
unknown object identifier label `ospfTeMaxLspBandwidthPri0'
454: ospfTeMaxLspBandwidthPri1 Unsigned32,
455: ospfTeMaxLspBandwidthPri2 Unsigned32,
456: ospfTeMaxLspBandwidthPri3 Unsigned32,
457: ospfTeMaxLspBandwidthPri4 Unsigned32,
458: ospfTeMaxLspBandwidthPri5 Unsigned32,
459: ospfTeMaxLspBandwidthPri6 Unsigned32,
459: severe -
unknown object identifier label `ospfTeMaxLspBandwidthPri6'
460: ospfTeMaxLspBandwidthPri7 Unsigned32,
461: ospfTeMinLspBandwidth Unsigned32,
461: severe -
unknown object identifier label `ospfTeMinLspBandwidth'
462: ospfTeIntMtu Integer32,
463: ospfTeIndication INTEGER
464:
465: T. Otani et al. Expires Sept. 30, 2006 12
465: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting '}' or ','
465: severe -
lexically unexpected character, skipping to end of line
466: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
467:
468: }
468: warning -
warning: flushing recent incorrect declaration, see previous error(s)
469:
470: ospfTeSwCapIndex OBJECT-TYPE
471: SYNTAX Unsigned32
472: MAX-ACCESS not-accessible
473: STATUS current
474: DESCRIPTION
475: "This index is utilized to identify multiple switching
476: functions on a local or remote TE link."
477: ::= { ospfTeSwCapEntry 1 }
478:
479: ospfTeSwitchingType OBJECT-TYPE
479: change recommended -
warning: node `ospfTeSwitchingType' must be contained in at least one conformance group
480: SYNTAX INTEGER {
481: unknown (0),
482: psc1 (1),
483: psc2 (2),
484: psc3 (3),
485: psc4 (4),
486: l2sc (51),
487: tdm (100),
488: lsc (150),
489: fsc (200)
490: }
491: MAX-ACCESS read-only
492: STATUS current
493: DESCRIPTION
494: "This object indicates the GMPLS switching capability
495: assigned to the TE link."
496: ::= { ospfTeSwCapEntry 2 }
497:
498: ospfTeEncoding OBJECT-TYPE
498: change recommended -
warning: node `ospfTeEncoding' must be contained in at least one conformance group
499: SYNTAX INTEGER {
500: packet (1),
501: ethernet (2),
502: ansiEtsiPdh (3),
503: sdhSonet (5),
504: digitalWrapper (7),
505: lambda (8),
506: fiber (9),
507: fiberChannel (11)
508: }
509: MAX-ACCESS read-only
510: STATUS current
511: DESCRIPTION
512: "This object indicates the GMPLS encoding type assigned to
513: the TE link."
514: ::= { ospfTeSwCapEntry 3 }
515:
516: ospfTeMaxLspBandwidthPri0 OBJECT-TYPE
517: SYNTAX Unsigned32
518: MAX-ACCESS read-only
519: STATUS current
520: DESCRIPTION
521:
522: T. Otani et al. Expires Sept. 30, 2006 13
522: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
522: severe -
lexically unexpected character, skipping to end of line
523: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
524:
525: "This object indicates the maximum bandwidth of the TE link
526: at the priority 0 for GMPLS LSP creation."
527: ::= { ospfTeSwCapEntry 4 }
527: warning -
warning: flushing recent incorrect declaration, see previous error(s)
528:
529: ospfTeMaxLspBandwidthPri1 OBJECT-TYPE
529: change recommended -
warning: node `ospfTeMaxLspBandwidthPri1' must be contained in at least one conformance group
530: SYNTAX Unsigned32
531: MAX-ACCESS read-only
532: STATUS current
533: DESCRIPTION
534: "This object indicates the maximum bandwidth of the TE link
535: at the priority 1 for GMPLS LSP creation."
536: ::= { ospfTeSwCapEntry 5 }
537:
538: ospfTeMaxLspBandwidthPri2 OBJECT-TYPE
538: change recommended -
warning: node `ospfTeMaxLspBandwidthPri2' must be contained in at least one conformance group
539: SYNTAX Unsigned32
540: MAX-ACCESS read-only
541: STATUS current
542: DESCRIPTION
543: "This object indicates the maximum bandwidth of the TE link
544: at the priority 2 for GMPLS LSP creation."
545: ::= { ospfTeSwCapEntry 6 }
546:
547: ospfTeMaxLspBandwidthPri3 OBJECT-TYPE
547: change recommended -
warning: node `ospfTeMaxLspBandwidthPri3' must be contained in at least one conformance group
548: SYNTAX Unsigned32
549: MAX-ACCESS read-only
550: STATUS current
551: DESCRIPTION
552: "This object indicates the maximum bandwidth of the TE link
553: at the priority 3 for GMPLS LSP creation."
554: ::= { ospfTeSwCapEntry 7 }
555:
556: ospfTeMaxLspBandwidthPri4 OBJECT-TYPE
556: change recommended -
warning: node `ospfTeMaxLspBandwidthPri4' must be contained in at least one conformance group
557: SYNTAX Unsigned32
558: MAX-ACCESS read-only
559: STATUS current
560: DESCRIPTION
561: "This object indicates the maximum bandwidth of the TE link
562: at the priority 4 for GMPLS LSP creation."
563: ::= { ospfTeSwCapEntry 8 }
564:
565: ospfTeMaxLspBandwidthPri5 OBJECT-TYPE
565: change recommended -
warning: node `ospfTeMaxLspBandwidthPri5' must be contained in at least one conformance group
566: SYNTAX Unsigned32
567: MAX-ACCESS read-only
568: STATUS current
569: DESCRIPTION
570: "This object indicates the maximum bandwidth of the TE link
571: at the priority 5 for GMPLS LSP creation."
572: ::= { ospfTeSwCapEntry 9 }
573:
574: ospfTeMaxLspBandwidthPri6 OBJECT-TYPE
575: SYNTAX Unsigned32
576: MAX-ACCESS read-only
577: STATUS current
578: DESCRIPTION
579:
580: T. Otani et al. Expires Sept. 30, 2006 14
580: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting QUOTED_STRING
580: severe -
lexically unexpected character, skipping to end of line
581: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
582:
583: "This object indicates the maximum bandwidth of the TE link
584: at the priority 6 for GMPLS LSP creation."
585: ::= { ospfTeSwCapEntry 10 }
585: warning -
warning: flushing recent incorrect declaration, see previous error(s)
586:
587: ospfTeMaxLspBandwidthPri7 OBJECT-TYPE
587: change recommended -
warning: node `ospfTeMaxLspBandwidthPri7' must be contained in at least one conformance group
588: SYNTAX Unsigned32
589: MAX-ACCESS read-only
590: STATUS current
591: DESCRIPTION
592: "This object indicates the maximum bandwidth of the TE link
593: at the priority 7 for GMPLS LSP creation."
594: ::= { ospfTeSwCapEntry 11 }
595:
596: ospfTeLspMinBandwidth OBJECT-TYPE
596: change recommended -
warning: node `ospfTeLspMinBandwidth' must be contained in at least one conformance group
597: SYNTAX Unsigned32
598: MAX-ACCESS read-only
599: STATUS current
600: DESCRIPTION
601: "This object indicates the minimum bandwidth of the TE link
602: for GMPLS LSP creation if the switching capability field is TDM, PSC-
603: 1, PSC-2, PSC-3, or PSC-4."
604: ::= { ospfTeSwCapEntry 12 }
605:
606: ospfTeIntMtu OBJECT-TYPE
606: change recommended -
warning: node `ospfTeIntMtu' must be contained in at least one conformance group
607: SYNTAX Integer32
608: MAX-ACCESS read-write
609: STATUS current
610: DESCRIPTION
611: "This object indicates the MTU of the local or remote TE
612: link"
613: ::= { ospfTeSwCapEntry 13 }
614:
615: ospfTeIndication OBJECT-TYPE
615: change recommended -
warning: node `ospfTeIndication' must be contained in at least one conformance group
616: SYNTAX INTEGER {
617: standard (0),
618: arbitrary (1)
619: }
620: MAX-ACCESS read-only
621: STATUS current
622: DESCRIPTION
623: "This object indicates whether the interface supports
624: Standard or Arbitrary SONET/SDH."
625: ::= { ospfTeSwCapEntry 14 }
626:
627: --
628: -- OSPF TE SRLG Table
629: --
630:
631: ospfTeSrlgTable OBJECT-TYPE
632: SYNTAX SEQUENCE OF OspfTeSrlgEntry
632: error -
unknown type `OspfTeSrlgEntry'
633: MAX-ACCESS not-accessible
634: STATUS current
635: DESCRIPTION
636: "This table contains the SRLG information of the TE link."
637:
638: T. Otani et al. Expires Sept. 30, 2006 15
638: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting COLON_COLON_EQUAL
638: severe -
lexically unexpected character, skipping to end of line
639: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
640:
641: ::= { ospfTeTables 5 }
641: warning -
warning: flushing recent incorrect declaration, see previous error(s)
642:
643: ospfTeSrlgEntry OBJECT-TYPE
643: error -
row's parent node must be a table node
644: SYNTAX OspfTeSrlgEntry
645: MAX-ACCESS not-accessible
646: STATUS current
647: DESCRIPTION
648: "This entry relates each TE link with its SRLG information."
649: INDEX { ospfLsdbLsid, ospflsdbRouterId, ospfTeSrlgIndex }
650: ::= { ospfTeSrlgTable 1 }
650: severe -
unknown object identifier label `ospfTeSrlgTable'
651:
652: OspfTeSrlgEntry ::= SEQUENCE {
653: ospfTeSrlgIndex Unsigned32
654: ospfTeSrlg Integer32
654: severe -
syntax error, unexpected LOWERCASE_IDENTIFIER, expecting '}' or ','
655: }
655: warning -
warning: flushing recent incorrect declaration, see previous error(s)
656:
657: ospfTeSrlgIndex OBJECT-TYPE
657: warning -
warning: index element `ospfTeSrlgIndex' of row `ospfTeSrlgEntry' must be a column
658: SYNTAX Unsigned32
659: MAX-ACCESS not-accessible
660: STATUS current
661: DESCRIPTION
662: "This index is utilized to identify multiple SRLG values on a
663: local or remote TE link."
664: ::= { ospfTeLsdbEntry 1 }
665:
666: ospfTeSrlg OBJECT-TYPE
666: change recommended -
warning: node `ospfTeSrlg' must be contained in at least one conformance group
667: SYNTAX Integer32
668: MAX-ACCESS read-only
669: STATUS current
670: DESCRIPTION
671: "This object indicate the SRLG value assigned to a local or
672: remote TE link"
673: ::= { ospfTeSrlgEntry 2 }
674:
675: -- Conformance Statement
676: ospfTeGroups
677: OBJECT IDENTIFIER ::= { ospfTeConformance 1 }
677: severe -
unknown object identifier label `ospfTeConformance'
678:
679: ospfTeCompliances
680: OBJECT IDENTIFIER ::= { ospfTeConformance 2 }
681:
682: -- Module Compliance
683:
684: ospfTeModuleFullCompliance MODULE-COMPLIANCE
685: STATUS current
686: DESCRIPTION
687: "Compliance statement for agents provides full support
688: for the OSPF-TE MIB"
689: MODULE -- this module
690: MANDATORY-GROUPS { ospfTeMainGroup
691: }
691: severe -
unknown object identifier label `ospfTeMainGroup'
692:
693: ::= { ospfTeCompliances 1 }
694:
695:
696: T. Otani et al. Expires Sept. 30, 2006 16
696: error -
`T' should start with a lower case letter
696: severe -
syntax error, unexpected '.', expecting OBJECT
696: severe -
lexically unexpected character, skipping to end of line
697: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
698:
699: --
700: -- ReadOnly Compliance
701: --
702:
703: ospfTeModuleReadOnlyCompliance MODULE-COMPLIANCE
704: STATUS current
705: DESCRIPTION
706: "Compliance requirement for implementations only provide
707: read-only support for OSPF-TE. Such devices can then be
708: monitored but cannot be configured using this MIB module.
709: "
710: MODULE -- this module
711: MANDATORY-GROUPS { ospfTeMainGroup
712: }
712: warning -
warning: flushing recent incorrect declaration, see previous error(s)
713:
714: ::= { ospfTeCompliances 2 }
714: severe -
syntax error, unexpected COLON_COLON_EQUAL
714: warning -
warning: flushing recent incorrect declaration, see previous error(s)
715:
716:
717: -- Units of conformance.
718: ospfTeMainGroup OBJECT-GROUP
719: OBJECTS {
720: ospfTeLinkType ,
720: severe -
unknown object identifier label `ospfTeLinkType'
721: ospfTeLinkIdAddr ,
721: severe -
unknown object identifier label `ospfTeLinkIdAddr'
722: ospfTeLinkIdAddrType ,
722: severe -
unknown object identifier label `ospfTeLinkIdAddrType'
723: ospfTeMetric ,
723: severe -
unknown object identifier label `ospfTeMetric'
724: ospfTeMaxBandwidth ,
724: severe -
unknown object identifier label `ospfTeMaxBandwidth'
725: ospfTeMaxReservableBandwidth ,
725: severe -
unknown object identifier label `ospfTeMaxReservableBandwidth'
726: ospfTeUnreservedBandwidthPri0 ,
726: severe -
unknown object identifier label `ospfTeUnreservedBandwidthPri0'
727: ospfTeUnreservedBandwidthPri1 ,
727: severe -
unknown object identifier label `ospfTeUnreservedBandwidthPri1'
728: ospfTeUnreservedBandwidthPri2 ,
728: severe -
unknown object identifier label `ospfTeUnreservedBandwidthPri2'
729: ospfTeUnreservedBandwidthPri3 ,
729: severe -
unknown object identifier label `ospfTeUnreservedBandwidthPri3'
730: ospfTeUnreservedBandwidthPri4 ,
730: severe -
unknown object identifier label `ospfTeUnreservedBandwidthPri4'
731: ospfTeUnreservedBandwidthPri5 ,
731: severe -
unknown object identifier label `ospfTeUnreservedBandwidthPri5'
732: ospfTeUnreservedBandwidthPri6 ,
732: severe -
unknown object identifier label `ospfTeUnreservedBandwidthPri6'
733: ospfTeUnreservedBandwidthPri7 ,
733: severe -
unknown object identifier label `ospfTeUnreservedBandwidthPri7'
734: ospfTeAdministrativeGroup ,
734: severe -
unknown object identifier label `ospfTeAdministrativeGroup'
735: ospfTeLocalId ,
736: ospfTeRemoteId ,
737: ospfTeLinkProtectionType ,
737: severe -
unknown object identifier label `ospfTeLinkProtectionType'
738: ospfTeLocalIntAddrIndex ,
739: ospfTeLocalIntAddr ,
740: ospfTeLocalIntAddrType ,
741: ospfTeRemoteIntAddrIndex ,
742: ospfTeRemoteIntAddr ,
743: ospfTeRemoteIntAddrType ,
744: ospfTeSwCapIndex ,
745: ospfTeSwitchingType ,
746: ospfTeEncoding ,
747: ospfTeMaxLspBandwidthPri0 ,
748: ospfTeMaxLspBandwidthPri1 ,
749: ospfTeMaxLspBandwidthPri2 ,
750: ospfTeMaxLspBandwidthPri3 ,
751: ospfTeMaxLspBandwidthPri4 ,
752: ospfTeMaxLspBandwidthPri5 ,
753:
754: T. Otani et al. Expires Sept. 30, 2006 17
754: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting LOWERCASE_IDENTIFIER
754: severe -
lexically unexpected character, skipping to end of line
755: Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
756:
757: ospfTeMaxLspBandwidthPri6 ,
758: ospfTeMaxLspBandwidthPri7 ,
759: ospfTeIntMtu ,
760: ospfTeIndication ,
761: ospfTeSrlgIndex ,
762: ospfTeSrlg
763: }
763: warning -
warning: flushing recent incorrect declaration, see previous error(s)
764: STATUS current
764: severe -
syntax error, unexpected STATUS
765: DESCRIPTION
766: "Collection of objects for OSPF-TE management"
767: ::= { ospfTeGroups 1 }
767: warning -
warning: flushing recent incorrect declaration, see previous error(s)
768:
769: END
769: error -
missing MODULE-IDENTITY clause in SMIv2 MIB
770:
771: --
772: -- "Copyright (C) The Internet Society (2006). This document is subject
773: -- to the rights, licenses and restrictions contained in BCP 78, and
774: -- except as set forth therein, the authors retain all their rights."
775: --
776: -- "This document and the information contained herein are provided on
777: -- an "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE
778: -- REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE
779: -- INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR
780: -- IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF
781: --
782: -- T. Otani et al. Expires Sept. 30, 2006 20
783: -- Internet Drafts draft-otani-ccamp-gmpls-ospf-mib-02.txt March 2006
784: --
785: -- THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
786: -- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE."
787: --
788: -- T. Otani et al. Expires Sept. 30, 2006 21
789: