smilint output for ./GMPLS-TC-MIB
Message Severities |
Severity | Count |
severe | 3 |
error | 4 |
warning | 9 |
Message Types |
Type | Count |
comment-terminates (warning) | 1 |
date-month (error) | 2 |
import-unused (warning) | 2 |
internal-flushing (warning) | 2 |
internal-other (severe) | 2 |
module-identity-missing (error) | 1 |
object-identifier-not-prefix (error) | 1 |
object-identifier-unknown (severe) | 1 |
type-unref (warning) | 4 |
Messages:
GMPLS-TC-MIB
1: -- extracted from draft-ietf-ccamp-gmpls-tc-mib-00.txt
2: -- at Sat Jun 29 06:09:51 2002
3:
4: GMPLS-TC-MIB DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: MODULE-IDENTITY, Unsigned32, Integer32
7: warning -
warning: identifier `Unsigned32' imported from module `SNMPv2-SMI' is never used
7: warning -
warning: identifier `Integer32' imported from module `SNMPv2-SMI' is never used
8: FROM SNMPv2-SMI
9: TEXTUAL-CONVENTION
10: FROM SNMPv2-TC
11: ;
12:
13: gmplsTCMIB MODULE-IDENTITY
14: LAST-UPDATED
15: "200224060900Z" -- 24 June 2002 9:00:00 GMT
15: error -
date specification `200224060900Z' contains an illegal month
16: ORGANIZATION
17: "Common Control And Management Protocols (CCAMP)
18: Working Group"
19: CONTACT-INFO
20: " Thomas D. Nadeau
21: Postal: Cisco Systems, Inc.
22: 250 Apollo Drive
23: Chelmsford, MA 01824
24: Tel: +1-978-244-3051
25: Email: tnadeau@cisco.com
26:
27: Cheenu Srinivasan
28: Postal: Parama Networks, Inc.
29: 1030 Broad Street
30: Shrewsbury, NJ 07702
31: Tel: +1-732-544-9120 x731
32: Email: cheenu@paramanet.com
33: Tel: +1-732-544-9120x731
34:
35: Adrian Farrel
36: Postal: Movaz Networks, Inc.
37: 7926 Jones Branch Drive
38: McLean, VA 22102
39: Tel: +1-703-847-1867
40: Email: afarrel@movaz.com
41:
42: Edward Harrison
43: Postal: Data Connection Ltd.
44: 100 Church Street
45: Enfield, Middlesex
46: EN2 6BQ, United Kingdom
47:
48: Nadeau, et al. [Page 4 ]
49: draft-ietf-ccamp-gmpls-tc-mib-00.txt June 2002
50:
51: Tel: +44-20-8366-1177
52: Email: eph@dataconnection.com
53:
54: Tim Hall
55: Postal: Data Connection Ltd.
56: 100 Church Street
57: Enfield, Middlesex
58: EN2 6BQ, United Kingdom
59: Tel: +44-20-8366-1177
60: Email: timhall@dataconnection.com
61:
62: Email comments to the CCAMP WG Mailing List at
63: ccamp@ops.ietf.org."
64:
65: DESCRIPTION
66: "This MIB module defines Textual Conventions
67: and OBJECT-IDENTITIES for use in documents
68: defining management information bases
69: (MIBs) for managing GMPLS networks."
70:
71: -- Revision history.
72: REVISION
73: "200224060900Z" -- 24 June 2002 09:00:00 GMT
73: error -
date specification `200224060900Z' contains an illegal month
74: DESCRIPTION
75: "Initial version."
76: -- Above revision history to be replaced as below.
77: -- REVISION
78: -- "yyyymmddhhmmZ"-- DESCRIPTION "Initial version, published as RFC xxxx"
78: warning -
warning: note, -- terminates a comment
78: severe -
syntax error, unexpected DESCRIPTION, expecting COLON_COLON_EQUAL
79: -- xxxx to be assigned by RFC Editor
80: ::= { gmplsMIB 1 }
80: warning -
warning: flushing recent incorrect declaration, see previous error(s)
81:
82: -- This object identifier needs to be assigned by IANA.
83: -- Note that MPLS has been assigned an ifType of 166 and that an OID
84: -- of 166 has been suggested for the MPLS MIBs.
85: gmplsMIB OBJECT IDENTIFIER ::= { transmission xxx }
85: error -
Object identifier element `xxx' name only allowed as first element
85: severe -
unknown object identifier label `transmission'
86:
87: -- Textual Conventions (sorted alphabetically).
88:
89: GmplsFreeformLabel ::= TEXTUAL-CONVENTION
89: warning -
warning: current type `GmplsFreeformLabel' is not referenced in this module
90: STATUS current
91: DESCRIPTION
92: "This value represents a freeform
93: generalized MPLS Label. This can be used
94: to represent label types which are not
95: standard in the drafts."
96: SYNTAX OCTET STRING (SIZE (0..64))
97:
98: GmplsGeneralizedLabelSubtypes ::= TEXTUAL-CONVENTION
99: STATUS current
100: DESCRIPTION
101: "Determines the interpretation that should
102: be applied to a label given its label type
103: as specified by
104: GmplsGeneralizedLabelTypes."
105: SYNTAX INTEGER {
106: mplsLabel(1),
107:
108: Nadeau, et al. [Page 5 ]
108: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting LOWERCASE_IDENTIFIER
109: draft-ietf-ccamp-gmpls-tc-mib-00.txt June 2002
110:
111: portWavelengthLabel(2),
112: freeformGeneralizedLabel(3),
113: sonetLabel(4),
114: sdhLabel(5),
115: wavebandLabel(6)
116: }
116: warning -
warning: flushing recent incorrect declaration, see previous error(s)
117:
118: GmplsGeneralizedLabelTypes ::= TEXTUAL-CONVENTION
118: warning -
warning: current type `GmplsGeneralizedLabelTypes' is not referenced in this module
119: STATUS current
120: DESCRIPTION
121: "The label types that are defined for
122: Generalized MPLS."
123: SYNTAX INTEGER {
124: mplsLabel(1),
125: generalizedLabel(2)
126: }
127:
128: GmplsHopUnnumAddrTypes ::= TEXTUAL-CONVENTION
128: warning -
warning: current type `GmplsHopUnnumAddrTypes' is not referenced in this module
129: STATUS current
130: DESCRIPTION
131: "Identifies whether a hop of an explicit or
132: reported route uses unnumbered addresses
133: and, if so, the type of unnumbered
134: address."
135: SYNTAX INTEGER {
136: numbered(1),
137: unnumberedIfIpV4(2),
138: unnumberedIfIpV6(3)
139: }
140:
141: GmplsSegmentDirection ::= TEXTUAL-CONVENTION
141: warning -
warning: current type `GmplsSegmentDirection' is not referenced in this module
142: STATUS current
143: DESCRIPTION
144: "The direction of data flow on an LSP
145: segment with respect to the head of the
146: LSP.
147:
148: Where an LSP is signaled using a
149: conventional signaling protocol, the 'head'
150: of the LSP is the source of the signaling
151: (also known as the ingress) and the 'tail'
152: is the destination (also known as the
153: egress).
154:
155: For manually configured LSPs an arbitrary
156: decision must be made about which LER is
157: the 'head'."
158: SYNTAX INTEGER {
159: forward(1),
160: reverse(2)
161: }
162:
163:
164: END
164: error -
missing MODULE-IDENTITY clause in SMIv2 MIB
165:
166: --
167: -- Copyright (C) The Internet Society (2002). All Rights
168: -- Reserved.
169: --
170: -- This document and translations of it may be copied and
171: -- furnished to others, and derivative works that comment on
172: -- or otherwise explain it or assist in its implementation
173: -- may be prepared, copied, published and distributed, in
174: -- whole or in part, without restriction of any kind,
175: -- provided that the above copyright notice and this
176: -- paragraph are included on all such copies and derivative
177: -- works. However, this document itself may not be modified
178: -- in any way, such as by removing the copyright notice or
179: -- references to the Internet Society or other Internet
180: -- organizations, except as needed for the purpose of
181: -- developing Internet standards in which case the
182: -- procedures for copyrights defined in the Internet
183: -- Standards process must be followed, or as required to
184: -- translate it into languages other than English.
185: --
186: -- The limited permissions granted above are perpetual and
187: -- will not be revoked by the Internet Society or its
188: -- successors or assigns. This document and the information
189: -- contained herein is provided on an "AS IS" basis and THE
190: -- INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE
191: -- DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
192: -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
193: -- INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY
194: -- IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
195: -- PARTICULAR PURPOSE.
196: