smilint output for ./RFC1066-MIB-INTERPRETATION
Message Severities |
Severity | Count |
severe | 59 |
error | 27 |
warning | 61 |
fyi | 7 |
Message Types |
Type | Count |
bad-identifier-case (error) | 20 |
identifier-redefined (error) | 7 |
import-unused (warning) | 1 |
internal-flushing (warning) | 59 |
internal-other (severe) | 59 |
module-name-suffix (warning) | 1 |
previous-definition (fyi) | 7 |
Messages:
RFC1066-MIB-INTERPRETATION
1: -- extracted from rfc1095.txt
2: -- at Mon Nov 15 17:12:02 1999
3:
4: RFC1066-MIB-INTERPRETATION
5: DEFINITIONS ::= BEGIN
6:
7: IMPORTS mgmt, OBJECT-TYPE FROM RFC1065-SMI;
7: warning -
warning: identifier `OBJECT-TYPE' imported from module `RFC1065-SMI' is never used
8:
9: mib OBJECT IDENTIFIER ::= { mgmt 1 }
10:
11: system OBJECT IDENTIFIER ::= { mib 1 }
12: interfaces OBJECT IDENTIFIER ::= { mib 2 }
12: fyi -
info: previous definition of `interfaces'
13: at OBJECT IDENTIFIER ::= { mib 3 }
13: fyi -
info: previous definition of `at'
14: ip OBJECT IDENTIFIER ::= { mib 4 }
14: fyi -
info: previous definition of `ip'
15: icmp OBJECT IDENTIFIER ::= { mib 5 }
15: fyi -
info: previous definition of `icmp'
16: tcp OBJECT IDENTIFIER ::= { mib 6 }
16: fyi -
info: previous definition of `tcp'
17: udp OBJECT IDENTIFIER ::= { mib 7 }
17: fyi -
info: previous definition of `udp'
18: egp OBJECT IDENTIFIER ::= { mib 8 }
18: fyi -
info: previous definition of `egp'
19:
20:
21: -- definition of object class
22:
23: OBJECT-CLASS MACRO ::=
23: error -
`OBJECT-CLASS' should start with a lower case letter
23: severe -
syntax error, unexpected MACRO, expecting OBJECT
24: BEGIN
25: TYPE NOTATION ::= SubClassOf Superiors Names Attributes
26: VALUE NOTATION ::= value(VALUE OBJECT IDENTIFIER)
27:
28: SubClassOf ::= "SUBCLASS OF" value(OBJECT-CLASS)
29: | empty
30: Superiors ::= "SUPERIORS" "{" SuperiorList "}"
31: | empty
32: Names ::= "NAMES" "{" AttributeList "}"
33: | empty
34: Attributes ::= "CONTAINS" "{" AttributeList "}"
35: | empty
36:
37: SuperiorList ::= Superior | Superior "," SuperiorList
38: Superior ::= value(OBJECT-CLASS)
39:
40: AttributeList ::= Attribute | Attribute "," AttributeList
41: Attribute ::= value(OBJECT-TYPE)
42:
43: END
44:
45: -- the System group
46: system OBJECT-CLASS
47: NAMES { cmotSystemID } -- Appendix A
47: warning -
warning: flushing recent incorrect declaration, see previous error(s)
48: CONTAINS {
48: error -
`CONTAINS' should start with a lower case letter
48: severe -
syntax error, unexpected '{', expecting OBJECT
49: sysDescr,
50: sysObjectID,
51: sysUpTime
52: }
52: warning -
warning: flushing recent incorrect declaration, see previous error(s)
53: ::= { mib 1 }
53: severe -
syntax error, unexpected COLON_COLON_EQUAL
53: warning -
warning: flushing recent incorrect declaration, see previous error(s)
54:
55: -- the Interfaces group
56:
57: interfaces OBJECT-CLASS
57: error -
redefinition of identifier `interfaces'
57: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
58: SUPERIORS { system }
58: warning -
warning: flushing recent incorrect declaration, see previous error(s)
59: CONTAINS { ifNumber }
59: error -
`CONTAINS' should start with a lower case letter
59: severe -
syntax error, unexpected '{', expecting OBJECT
59: warning -
warning: flushing recent incorrect declaration, see previous error(s)
60: ::= { mib 2 }
60: severe -
syntax error, unexpected COLON_COLON_EQUAL
60: warning -
warning: flushing recent incorrect declaration, see previous error(s)
61:
62: ifTable OBJECT-CLASS
62: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
63: SUPERIORS { interfaces }
63: warning -
warning: flushing recent incorrect declaration, see previous error(s)
64: ::= { interfaces 2 }
64: severe -
syntax error, unexpected COLON_COLON_EQUAL
64: warning -
warning: flushing recent incorrect declaration, see previous error(s)
65:
66: ifEntry OBJECT-CLASS
66: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
67: SUPERIORS { ifTable }
67: warning -
warning: flushing recent incorrect declaration, see previous error(s)
68: NAMES { ifIndex }
68: error -
`NAMES' should start with a lower case letter
68: severe -
syntax error, unexpected '{', expecting OBJECT
68: warning -
warning: flushing recent incorrect declaration, see previous error(s)
69: CONTAINS {
69: error -
`CONTAINS' should start with a lower case letter
69: severe -
syntax error, unexpected '{', expecting OBJECT
70: ifIndex,
71: ifDescr,
72: ifType,
73: ifMtu,
74: ifSpeed,
75: ifPhysAddress,
76: ifAdminStatus,
77: ifOperStatus,
78: ifLastChange,
79: ifInOctets,
80: ifInUcastPkts,
81: ifInNUcastPkts,
82: ifInDiscards,
83: ifInErrors,
84: ifInUnknownProtos,
85: ifOutOctets,
86: ifOutUcastPkts,
87: ifOutNUcastPkts,
88: ifOutDiscards,
89: ifOutErrors,
90: ifOutQLen
91: }
91: warning -
warning: flushing recent incorrect declaration, see previous error(s)
92: ::= { ifTable 1 }
92: severe -
syntax error, unexpected COLON_COLON_EQUAL
92: warning -
warning: flushing recent incorrect declaration, see previous error(s)
93:
94: -- the Address Translation group
95:
96: at OBJECT-CLASS
96: error -
redefinition of identifier `at'
96: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
97: SUPERIORS { system }
97: warning -
warning: flushing recent incorrect declaration, see previous error(s)
98: ::= { mib 3 }
98: severe -
syntax error, unexpected COLON_COLON_EQUAL
98: warning -
warning: flushing recent incorrect declaration, see previous error(s)
99:
100: atTable OBJECT-CLASS
100: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
101: SUPERIORS { at }
101: warning -
warning: flushing recent incorrect declaration, see previous error(s)
102: ::= { at 1 }
102: severe -
syntax error, unexpected COLON_COLON_EQUAL
102: warning -
warning: flushing recent incorrect declaration, see previous error(s)
103:
104: atEntry OBJECT-CLASS
104: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
105: SUPERIORS { atTable }
105: warning -
warning: flushing recent incorrect declaration, see previous error(s)
106: NAMES {
106: error -
`NAMES' should start with a lower case letter
106: severe -
syntax error, unexpected '{', expecting OBJECT
107: atIfIndex,
108: atNetAddress
109: }
109: warning -
warning: flushing recent incorrect declaration, see previous error(s)
110: CONTAINS {
110: error -
`CONTAINS' should start with a lower case letter
110: severe -
syntax error, unexpected '{', expecting OBJECT
111: atIfIndex,
112: atPhysAddress,
113: atNetAddress
114: }
114: warning -
warning: flushing recent incorrect declaration, see previous error(s)
115: ::= { atTable 1 }
115: severe -
syntax error, unexpected COLON_COLON_EQUAL
115: warning -
warning: flushing recent incorrect declaration, see previous error(s)
116:
117: -- the IP group
118:
119: ip OBJECT-CLASS
119: error -
redefinition of identifier `ip'
119: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
120: SUPERIORS { system }
120: warning -
warning: flushing recent incorrect declaration, see previous error(s)
121: CONTAINS {
121: error -
`CONTAINS' should start with a lower case letter
121: severe -
syntax error, unexpected '{', expecting OBJECT
122: ipForwarding,
123: ipDefaultTTL,
124: ipInReceives,
125: ipInHdrErrors,
126: ipInAddrErrors,
127: ipForwDatagrams,
128: ipInUnknownProtos,
129: ipInDiscards,
130: ipInDelivers,
131: ipOutRequests,
132: ipOutDiscards,
133: ipOutNoRoutes,
134: ipReasmTimeout,
135: ipReasmReqds,
136: ipReasmOKs,
137: ipReasmFails,
138: ipFragOKs,
139: ipFragFails,
140: ipFragCreates
141: }
141: warning -
warning: flushing recent incorrect declaration, see previous error(s)
142: ::= { mib 4 }
142: severe -
syntax error, unexpected COLON_COLON_EQUAL
142: warning -
warning: flushing recent incorrect declaration, see previous error(s)
143:
144: -- the IP Interface table
145:
146: ipAddrTable OBJECT-CLASS
146: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
147: SUPERIORS { ip }
147: warning -
warning: flushing recent incorrect declaration, see previous error(s)
148: ::= { ip 20 }
148: severe -
syntax error, unexpected COLON_COLON_EQUAL
148: warning -
warning: flushing recent incorrect declaration, see previous error(s)
149:
150: ipAddrEntry OBJECT-CLASS
150: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
151: SUPERIORS { ipAddrTable }
151: warning -
warning: flushing recent incorrect declaration, see previous error(s)
152: NAMES { ipAdEntAddr }
152: error -
`NAMES' should start with a lower case letter
152: severe -
syntax error, unexpected '{', expecting OBJECT
152: warning -
warning: flushing recent incorrect declaration, see previous error(s)
153: CONTAINS {
153: error -
`CONTAINS' should start with a lower case letter
153: severe -
syntax error, unexpected '{', expecting OBJECT
154: ipAdEntAddr,
155: ipAdEntIfIndex,
156: ipAdEntNetMask,
157: ipAdEntBcastAddr
158: }
158: warning -
warning: flushing recent incorrect declaration, see previous error(s)
159: ::= { ipAddrTable 1 }
159: severe -
syntax error, unexpected COLON_COLON_EQUAL
159: warning -
warning: flushing recent incorrect declaration, see previous error(s)
160:
161: -- the IP Routing table
162:
163: ipRoutingTable OBJECT-CLASS
163: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
164: SUPERIORS { ip }
164: warning -
warning: flushing recent incorrect declaration, see previous error(s)
165: ::= { ip 21 }
165: severe -
syntax error, unexpected COLON_COLON_EQUAL
165: warning -
warning: flushing recent incorrect declaration, see previous error(s)
166:
167: ipRouteEntry OBJECT-CLASS
167: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
168: SUPERIORS { ipRoutingTable }
168: warning -
warning: flushing recent incorrect declaration, see previous error(s)
169: NAMES { ipRouteDest }
169: error -
`NAMES' should start with a lower case letter
169: severe -
syntax error, unexpected '{', expecting OBJECT
169: warning -
warning: flushing recent incorrect declaration, see previous error(s)
170: CONTAINS {
170: error -
`CONTAINS' should start with a lower case letter
170: severe -
syntax error, unexpected '{', expecting OBJECT
171: ipRouteDest,
172: ipRouteIfIndex,
173: ipRouteMetric1,
174: ipRouteMetric2,
175: ipRouteMetric3,
176: ipRouteMetric4,
177: ipRouteNextHop,
178: ipRouteType,
179: ipRouteProto,
180: ipRouteAge
181: }
181: warning -
warning: flushing recent incorrect declaration, see previous error(s)
182: ::= { ipRoutingTable 1 }
182: severe -
syntax error, unexpected COLON_COLON_EQUAL
182: warning -
warning: flushing recent incorrect declaration, see previous error(s)
183:
184: -- the ICMP group
185:
186: icmp OBJECT-CLASS
186: error -
redefinition of identifier `icmp'
186: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
187: SUPERIORS { system }
187: warning -
warning: flushing recent incorrect declaration, see previous error(s)
188: CONTAINS {
188: error -
`CONTAINS' should start with a lower case letter
188: severe -
syntax error, unexpected '{', expecting OBJECT
189: icmpInMsgs,
190: icmpInErrors,
191: icmpInDestUnreachs,
192: icmpInTimeExcds,
193: icmpInParmProbs,
194: icmpInSrcQuenchs,
195: icmpInRedirects,
196: icmpInEchos,
197: icmpInEchoReps,
198: icmpInTimestamps,
199: icmpInTimestampReps,
200: icmpInAddrMasks,
201: icmpInAddrMaskReps,
202: icmpOutMsgs,
203: icmpOutErrors,
204: icmpOutDestUnreachs,
205: icmpOutTimeExcds,
206: icmpOutParmProbs,
207: icmpOutSrcQuenchs,
208: icmpOutRedirects,
209: icmpOutEchos,
210: icmpOutEchoReps,
211: icmpOutTimestamps,
212: icmpOutTimestampReps,
213: icmpOutAddrMasks,
214: icmpOutAddrMaskReps
215: }
215: warning -
warning: flushing recent incorrect declaration, see previous error(s)
216: ::= { mib 5 }
216: severe -
syntax error, unexpected COLON_COLON_EQUAL
216: warning -
warning: flushing recent incorrect declaration, see previous error(s)
217:
218: -- the TCP group
219:
220: tcp OBJECT-CLASS
220: error -
redefinition of identifier `tcp'
220: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
221: SUPERIORS { system }
221: warning -
warning: flushing recent incorrect declaration, see previous error(s)
222: CONTAINS {
222: error -
`CONTAINS' should start with a lower case letter
222: severe -
syntax error, unexpected '{', expecting OBJECT
223: tcpRtoAlgorithm,
224: tcpRtoMin,
225: tcpRtoMax,
226: tcpMaxConn,
227: tcpActiveOpens,
228: tcpPassiveOpens,
229: tcpAttemptFails,
230: tcpEstabResets,
231: tcpCurrEstab,
232: tcpInSegs,
233: tcpOutSegs,
234: tcpRetransSegs
235: }
235: warning -
warning: flushing recent incorrect declaration, see previous error(s)
236: ::= { mib 6 }
236: severe -
syntax error, unexpected COLON_COLON_EQUAL
236: warning -
warning: flushing recent incorrect declaration, see previous error(s)
237:
238: -- the TCP connections table
239:
240: tcpConnTable OBJECT-CLASS
240: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
241: SUPERIORS { tcp }
241: warning -
warning: flushing recent incorrect declaration, see previous error(s)
242: ::= { tcp 13 }
242: severe -
syntax error, unexpected COLON_COLON_EQUAL
242: warning -
warning: flushing recent incorrect declaration, see previous error(s)
243:
244: tcpConnEntry OBJECT-CLASS
244: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
245: SUPERIORS { tcpConnTable }
245: warning -
warning: flushing recent incorrect declaration, see previous error(s)
246: NAMES {
246: error -
`NAMES' should start with a lower case letter
246: severe -
syntax error, unexpected '{', expecting OBJECT
247: tcpConnLocalAddress,
248: tcpConnLocalPort,
249: tcpConnRemAddress,
250: tcpConnRemPort
251: }
251: warning -
warning: flushing recent incorrect declaration, see previous error(s)
252: CONTAINS {
252: error -
`CONTAINS' should start with a lower case letter
252: severe -
syntax error, unexpected '{', expecting OBJECT
253: tcpConnState,
254: tcpConnLocalAddress,
255: tcpConnLocalPort,
256: tcpConnRemAddress,
257: tcpConnRemPort
258: }
258: warning -
warning: flushing recent incorrect declaration, see previous error(s)
259: ::= { tcpConnTable 1 }
259: severe -
syntax error, unexpected COLON_COLON_EQUAL
259: warning -
warning: flushing recent incorrect declaration, see previous error(s)
260:
261: -- the UDP group
262:
263: udp OBJECT-CLASS
263: error -
redefinition of identifier `udp'
263: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
264: SUPERIORS { system }
264: warning -
warning: flushing recent incorrect declaration, see previous error(s)
265: CONTAINS {
265: error -
`CONTAINS' should start with a lower case letter
265: severe -
syntax error, unexpected '{', expecting OBJECT
266: udpInDatagrams,
267: udpNoPorts,
268: udpInErrors,
269: udpOutDatagrams
270: }
270: warning -
warning: flushing recent incorrect declaration, see previous error(s)
271: ::= { mib 7 }
271: severe -
syntax error, unexpected COLON_COLON_EQUAL
271: warning -
warning: flushing recent incorrect declaration, see previous error(s)
272:
273:
274: -- the EGP group
275:
276: egp OBJECT-CLASS
276: error -
redefinition of identifier `egp'
276: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
277: SUPERIORS { system }
277: warning -
warning: flushing recent incorrect declaration, see previous error(s)
278: CONTAINS {
278: error -
`CONTAINS' should start with a lower case letter
278: severe -
syntax error, unexpected '{', expecting OBJECT
279: egpInMsgs,
280: egpInErrors,
281: egpOutMsgs,
282: egpOutErrors
283: }
283: warning -
warning: flushing recent incorrect declaration, see previous error(s)
284: ::= { mib 8 }
284: severe -
syntax error, unexpected COLON_COLON_EQUAL
284: warning -
warning: flushing recent incorrect declaration, see previous error(s)
285:
286: -- the EGP Neighbor table
287:
288: egpNeighTable OBJECT-CLASS
288: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
289: SUPERIORS { egp }
289: warning -
warning: flushing recent incorrect declaration, see previous error(s)
290: ::= { egp 5 }
290: severe -
syntax error, unexpected COLON_COLON_EQUAL
290: warning -
warning: flushing recent incorrect declaration, see previous error(s)
291:
292: egpNeighEntry OBJECT-CLASS
292: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT
293: SUPERIORS { egpNeighTable }
293: warning -
warning: flushing recent incorrect declaration, see previous error(s)
294: NAMES { egpNeighAddr }
294: error -
`NAMES' should start with a lower case letter
294: severe -
syntax error, unexpected '{', expecting OBJECT
294: warning -
warning: flushing recent incorrect declaration, see previous error(s)
295: CONTAINS {
295: error -
`CONTAINS' should start with a lower case letter
295: severe -
syntax error, unexpected '{', expecting OBJECT
296: egpNeighState,
297: egpNeighAddr
298: }
298: warning -
warning: flushing recent incorrect declaration, see previous error(s)
299: ::= { egpNeighTable 1 }
299: severe -
syntax error, unexpected COLON_COLON_EQUAL
299: warning -
warning: flushing recent incorrect declaration, see previous error(s)
300:
301:
302: END
302: warning -
warning: module name `RFC1066-MIB-INTERPRETATION' should match `*-MIB'