smilint output for ./SNMPv2-TM
Message Severities |
Severity | Count |
warning | 5 |
Message Types |
Type | Count |
module-name-suffix (warning) | 1 |
type-unref (warning) | 4 |
Messages:
SNMPv2-TM
1: -- extracted from rfc3417.txt
2: -- at Mon Dec 23 06:11:32 2002
70:
71: SnmpUDPAddress ::= TEXTUAL-CONVENTION
71: warning -
warning: current type `SnmpUDPAddress' is not referenced in this module
72: DISPLAY-HINT "1d.1d.1d.1d/2d"
73: STATUS current
74: DESCRIPTION
75: "Represents a UDP over IPv4 address:
76:
77: octets contents encoding
78: 1-4 IP-address network-byte order
79: 5-6 UDP-port network-byte order
80: "
81: SYNTAX OCTET STRING (SIZE (6))
82:
83: -- SNMP over OSI
...
100:
101: SnmpOSIAddress ::= TEXTUAL-CONVENTION
101: warning -
warning: current type `SnmpOSIAddress' is not referenced in this module
102: DISPLAY-HINT "*1x:/1x:"
103: STATUS current
104: DESCRIPTION
105: "Represents an OSI transport-address:
106:
107: octets contents encoding
108: 1 length of NSAP 'n' as an unsigned-integer
109: (either 0 or from 3 to 20)
110: 2..(n+1) NSAP concrete binary representation
111: (n+2)..m TSEL string of (up to 64) octets
112: "
113: SYNTAX OCTET STRING (SIZE (1 | 4..85))
114:
115: -- SNMP over DDP
...
123:
124: SnmpNBPAddress ::= TEXTUAL-CONVENTION
124: warning -
warning: current type `SnmpNBPAddress' is not referenced in this module
125: STATUS current
126: DESCRIPTION
127: "Represents an NBP name:
128:
129: octets contents encoding
130: 1 length of object 'n' as an unsigned integer
131: 2..(n+1) object string of (up to 32) octets
132: n+2 length of type 'p' as an unsigned integer
133: (n+3)..(n+2+p) type string of (up to 32) octets
134: n+3+p length of zone 'q' as an unsigned integer
135: (n+4+p)..(n+3+p+q) zone string of (up to 32) octets
136:
137: For comparison purposes, strings are
138: case-insensitive. All strings may contain any octet
139: other than 255 (hex ff)."
140: SYNTAX OCTET STRING (SIZE (3..99))
141:
142: -- SNMP over IPX
...
150:
151: SnmpIPXAddress ::= TEXTUAL-CONVENTION
151: warning -
warning: current type `SnmpIPXAddress' is not referenced in this module
152: DISPLAY-HINT "4x.1x:1x:1x:1x:1x:1x.2d"
153: STATUS current
154: DESCRIPTION
155: "Represents an IPX address:
156:
157: octets contents encoding
158: 1-4 network-number network-byte order
159: 5-10 physical-address network-byte order
160: 11-12 socket-number network-byte order
161: "
162: SYNTAX OCTET STRING (SIZE (12))
163:
164: -- for proxy to SNMPv1 (RFC 1157)
...
167:
168: rfc1157Domain OBJECT-IDENTITY
169: STATUS deprecated
170: DESCRIPTION
171: "The transport domain for SNMPv1 over UDP over IPv4.
172: The corresponding transport address is of type
173: SnmpUDPAddress."
174: ::= { rfc1157Proxy 1 }
175:
176: -- ::= { rfc1157Proxy 2 } this OID is obsolete
177:
178: END
178: warning -
warning: module name `SNMPv2-TM' should match `*-MIB'
179:
180: --
181: -- Copyright (C) The Internet Society (2002). All Rights Reserved.
182: --
183: -- This document and translations of it may be copied and furnished to
184: -- others, and derivative works that comment on or otherwise explain it
185: -- or assist in its implementation may be prepared, copied, published
186: -- and distributed, in whole or in part, without restriction of any
187: -- kind, provided that the above copyright notice and this paragraph are
188: -- included on all such copies and derivative works. However, this
189: -- document itself may not be modified in any way, such as by removing
190: -- the copyright notice or references to the Internet Society or other
191: -- Internet organizations, except as needed for the purpose of
192: -- developing Internet standards in which case the procedures for
193: -- copyrights defined in the Internet Standards process must be
194: -- followed, or as required to translate it into languages other than
195: -- English.
196: --
197: -- The limited permissions granted above are perpetual and will not be
198: -- revoked by the Internet Society or its successors or assigns.
199: --
200: -- This document and the information contained herein is provided on an
201: -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
202: -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
203: -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
204: -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
205: -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
206: --
207: