smilint output for ./SNMP-TARGET-MIB
Message Severities |
Severity | Count |
warning | 3 |
Message Types |
Type | Count |
group-unref (warning) | 2 |
type-unref (warning) | 1 |
Messages:
SNMP-TARGET-MIB
1: -- extracted from rfc3413.txt
2: -- at Mon Dec 23 06:11:33 2002
97:
98: SnmpTagValue ::= TEXTUAL-CONVENTION
98: warning -
warning: current type `SnmpTagValue' is not referenced in this module
99: DISPLAY-HINT "255t"
100: STATUS current
101: DESCRIPTION
102: "An octet string containing a tag value.
103: Tag values are preferably in human-readable form.
104:
105: To facilitate internationalization, this information
106: is represented using the ISO/IEC IS 10646-1 character
107: set, encoded as an octet string using the UTF-8
108: character encoding scheme described in RFC 2279.
109:
110: Since additional code points are added by amendments
111: to the 10646 standard from time to time,
112: implementations must be prepared to encounter any code
113: point from 0x00000000 to 0x7fffffff.
114:
115: The use of control codes should be avoided, and certain
116: control codes are not allowed as described below.
117:
118: For code points not directly supported by user
119: interface hardware or software, an alternative means
120: of entry and display, such as hexadecimal, may be
121: provided.
122:
123: For information encoded in 7-bit US-ASCII, the UTF-8
124: representation is identical to the US-ASCII encoding.
125:
126: Note that when this TC is used for an object that
127: is used or envisioned to be used as an index, then a
128: SIZE restriction must be specified so that the number
129: of sub-identifiers for any object instance does not
130: exceed the limit of 128, as defined by [RFC1905].
131:
132: An object of this type contains a single tag value
133: which is used to select a set of entries in a table.
134:
135: A tag value is an arbitrary string of octets, but
136: may not contain a delimiter character. Delimiter
137: characters are defined to be one of the following:
138:
139: - An ASCII space character (0x20).
140:
141: - An ASCII TAB character (0x09).
142:
143: - An ASCII carriage return (CR) character (0x0D).
144:
145: - An ASCII line feed (LF) character (0x0A).
146:
147: Delimiter characters are used to separate tag values
148: in a tag list. An object of this type may only
149: contain a single tag value, and so delimiter
150: characters are not allowed in a value of this type.
151:
152: Note that a tag value of 0 length means that no tag is
153: defined. In other words, a tag value of 0 length would
154: never match anything in a tag list, and would never
155: select any table entries.
156:
157: Some examples of valid tag values are:
158:
159: - 'acme'
160:
161: - 'router'
162:
163: - 'host'
164:
165: The use of a tag value to select table entries is
166: application and MIB specific."
167: SYNTAX OCTET STRING (SIZE (0..255))
...
609:
610: snmpTargetBasicGroup OBJECT-GROUP
610: warning -
warning: current group `snmpTargetBasicGroup' is not referenced in this module
611: OBJECTS {
612: snmpTargetSpinLock,
613: snmpTargetAddrTDomain,
614: snmpTargetAddrTAddress,
615: snmpTargetAddrTagList,
616: snmpTargetAddrParams,
617: snmpTargetAddrStorageType,
618: snmpTargetAddrRowStatus,
619: snmpTargetParamsMPModel,
620: snmpTargetParamsSecurityModel,
621: snmpTargetParamsSecurityName,
622: snmpTargetParamsSecurityLevel,
623: snmpTargetParamsStorageType,
624: snmpTargetParamsRowStatus
625: }
626: STATUS current
627: DESCRIPTION
628: "A collection of objects providing basic remote
629: configuration of management targets."
630: ::= { snmpTargetGroups 1 }
631:
632: snmpTargetResponseGroup OBJECT-GROUP
632: warning -
warning: current group `snmpTargetResponseGroup' is not referenced in this module
633: OBJECTS {
634: snmpTargetAddrTimeout,
635: snmpTargetAddrRetryCount
636: }
637: STATUS current
638: DESCRIPTION
639: "A collection of objects providing remote configuration
640: of management targets for applications which generate
641: SNMP messages for which a response message would be
642: expected."
643: ::= { snmpTargetGroups 2 }