smilint output for ./SNMP-REUSABLE-ROW-TC-MIB
Message Severities |
Severity | Count |
warning | 1 |
Message Types |
Type | Count |
type-unref (warning) | 1 |
Messages:
SNMP-REUSABLE-ROW-TC-MIB
1: -- extracted from draft-ietf-ops-rowpointer-tc-01.txt
2: -- at Wed Mar 7 06:04:48 2001
40:
41: ReusableRow ::= TEXTUAL-CONVENTION
41: warning -
warning: current type `ReusableRow' is not referenced in this module
42: STATUS current
43: DESCRIPTION
44: "This textual convention characerizes a
45: conceptual row as reusable or not reusable
46: for the purposes of cloning a configuration
47: template. The objects being cloned may
48: either be special ones that express
49: configuration information at the
50: mechanism-specific level, or simply
51: instance-specific ones that already exist at
52: the time the cloning is done.
53:
54: The following values are defined:
55: - other(1)
56: - reusable(2): the conceptual row is
57: available to be pointed to by mulitple
58: RowPointer objects.
59: - singleUse(3): a separate copy of the
60: conceptual row is needed for each
61: RowPointer object that points to it.
62:
63: Because it represents a capability of the
64: managed sytsem, rather than something that
65: is configurable, an object having this syntax
66: SHOULD have MAX-ACCESS of 'read-only'."
67:
68: SYNTAX INTEGER {
69: other(1),
70: reusable(2),
71: singleUse(3)
72: }
73:
74: END
75:
76: --
77: -- Copyright (C) The Internet Society (2001). All Rights Reserved.
78: --
79: -- This document and translations of it may be copied and furnished to
80: -- others, and derivative works that comment on or otherwise explain it
81: -- or assist in its implementation may be prepared, copied, published and
82: -- distributed, in whole or in part, without restriction of any kind,
83: -- provided that the above copyright notice and this paragraph are
84: -- included on all such copies and derivative works. However, this
85: -- document itself may not be modified in any way, such as by removing
86: -- the copyright notice or references to the Internet Society or other
87: -- Internet organizations, except as needed for the purpose of developing
88: -- Internet standards in which case the procedures for copyrights defined
89: -- in the Internet Standards process must be followed, or as required to
90: -- translate it into languages other than English.
91: --
92: -- The limited permissions granted above are perpetual and will not be
93: -- revoked by the Internet Society or its successors or assigns.
94: --
95: -- This document and the information contained herein is provided on an
96: -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
97: -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
98: -- NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN
99: -- WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
100: -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
101: