smilint output for ./ACME-AGENTCAP-MIB
Message Severities |
Severity | Count |
severe | 1 |
error | 2 |
warning | 1 |
Message Types |
Type | Count |
bad-identifier-case (error) | 2 |
import-unused (warning) | 1 |
object-identifier-unknown (severe) | 1 |
Messages:
ACME-AGENTCAP-MIB
1: -- extracted from draft-ietf-snmpconf-bcp-03.txt
2: -- at Tue Dec 5 10:05:26 2000
3:
4: ACME-AGENTCAP-MIB DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: MODULE-IDENTITY
8: FROM SNMPv2-SMI
9: AGENT-CAPABILITIES
10: FROM SNMPv2-CONF
11: acmeHouseCtlMIB
11: warning -
warning: identifier `acmeHouseCtlMIB' imported from module `ACME-HOUSECTL-MIB' is never used
12: FROM ACME-HOUSECTL-MIB;
13:
14: acmeAgentCapabilityMIB MODULE-IDENTITY
15: LAST-UPDATED "200011010000Z" -- November 1, 2000
16: ORGANIZATION
17: "Acme, Inc."
18: CONTACT-INFO
19: "Acme, Inc
20: 1 Main Street
21: Anytown, Anywhere"
22:
23: DESCRIPTION
24: "This MIB Module contains a fictional agent capabilities for the
25: ACME-HOUSECTRL-MIB."
26: REVISION "200011010000Z"
27: DESCRIPTION
28: "A fictional deployment of a system implementing the ACME-
29: HOUSECTRL-MIB."
30: ::= { XXX 56 }
30: error -
`XXX' should start with a lower case letter
30: severe -
unknown object identifier label `XXX'
31:
32:
33: system10 AGENT-CAPABILITIES
34: PRODUCT-RELEASE
35: "1.0"
36: STATUS current
37: DESCRIPTION
38: "This fictional system was deployed with these conditions."
39:
40: REFERENCE
41: "Possibly a URL"
42:
43: SUPPORTS ACME-HOUSECTL-MIB
44: INCLUDES { acmeHouseInventoryGroup,
45: acmeHouseGlobalsGroup
46: }
47:
48: VARIATION acmeHouseInvenAdminStatus
49: ACCESS read-only
50: DESCRIPTION "First implementation does not allow updates to status."
51:
52: ::= { XXX 57 }
52: error -
`XXX' should start with a lower case letter
53:
54: END
55:
56: --
57: --
58: --
59: -- Copyright (C) The Internet Society (2000). All Rights Reserved.
60: --
61: --
62: --
63: -- This document and translations of it may be copied and furnished to others,
64: -- and derivative works that comment on or otherwise explain it or assist in
65: -- its implementation may be prepared, copied, published and distributed, in
66: -- whole or in part, without restriction of any kind, provided that the above
67: -- copyright notice and this paragraph are included on all such copies and
68: -- derivative works. However, this document itself may not be modified in any
69: -- way, such as by removing the copyright notice or references to the Internet
70: -- Society or other Internet organizations, except as needed for the purpose
71: -- of developing Internet standards in which case the procedures for
72: -- copyrights defined in the Internet Standards process must be followed, or
73: -- as required to translate it into languages other than English.
74: --
75: --
76: --
77: -- The limited permissions granted above are perpetual and will not be revoked
78: -- by the Internet Society or its successors or assigns.
79: --
80: --
81: --
82: -- This document and the information contained herein is provided on an "AS
83: -- IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE
84: -- DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
85: -- ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY
86: -- RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
87: -- PARTICULAR PURPOSE.
88: