smilint output for ./IPV6-TC
Message Severities |
Severity | Count |
error | 1 |
warning | 6 |
Message Types |
Type | Count |
module-identity-missing (error) | 1 |
module-name-suffix (warning) | 1 |
type-unref (warning) | 5 |
Messages:
IPV6-TC
1: -- extracted from rfc2465.txt
2: -- at Mon Nov 15 17:11:40 1999
3:
4: IPV6-TC DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: Integer32 FROM SNMPv2-SMI
8: TEXTUAL-CONVENTION FROM SNMPv2-TC;
9:
10:
11: -- definition of textual conventions
12: Ipv6Address ::= TEXTUAL-CONVENTION
12: warning -
warning: current type `Ipv6Address' is not referenced in this module
13: DISPLAY-HINT "2x:"
14: STATUS current
15: DESCRIPTION
16: "This data type is used to model IPv6 addresses.
17: This is a binary string of 16 octets in network
18: byte-order."
19: SYNTAX OCTET STRING (SIZE (16))
20:
21: Ipv6AddressPrefix ::= TEXTUAL-CONVENTION
21: warning -
warning: current type `Ipv6AddressPrefix' is not referenced in this module
22: DISPLAY-HINT "2x:"
23: STATUS current
24: DESCRIPTION
25: "This data type is used to model IPv6 address
26: prefixes. This is a binary string of up to 16
27: octets in network byte-order."
28: SYNTAX OCTET STRING (SIZE (0..16))
29:
30: Ipv6AddressIfIdentifier ::= TEXTUAL-CONVENTION
30: warning -
warning: current type `Ipv6AddressIfIdentifier' is not referenced in this module
31: DISPLAY-HINT "2x:"
32: STATUS current
33: DESCRIPTION
34: "This data type is used to model IPv6 address
35: interface identifiers. This is a binary string
36: of up to 8 octets in network byte-order."
37: SYNTAX OCTET STRING (SIZE (0..8))
38:
39: Ipv6IfIndex ::= TEXTUAL-CONVENTION
39: warning -
warning: current type `Ipv6IfIndex' is not referenced in this module
40: DISPLAY-HINT "d"
41: STATUS current
42: DESCRIPTION
43: "A unique value, greater than zero for each
44: internetwork-layer interface in the managed
45: system. It is recommended that values are assigned
46: contiguously starting from 1. The value for each
47: internetwork-layer interface must remain constant
48: at least from one re-initialization of the entity's
49: network management system to the next
50: re-initialization."
51: SYNTAX Integer32 (1..2147483647)
52:
53: Ipv6IfIndexOrZero ::= TEXTUAL-CONVENTION
53: warning -
warning: current type `Ipv6IfIndexOrZero' is not referenced in this module
54: DISPLAY-HINT "d"
55: STATUS current
56: DESCRIPTION
57: "This textual convention is an extension of the
58: Ipv6IfIndex convention. The latter defines
59: a greater than zero value used to identify an IPv6
60: interface in the managed system. This extension
61: permits the additional value of zero. The value
62: zero is object-specific and must therefore be
63: defined as part of the description of any object
64: which uses this syntax. Examples of the usage of
65: zero might include situations where interface was
66: unknown, or when none or all interfaces need to be
67: referenced."
68: SYNTAX Integer32 (0..2147483647)
69:
70: END
70: warning -
warning: module name `IPV6-TC' should match `*-MIB'
70: error -
missing MODULE-IDENTITY clause in SMIv2 MIB
71:
72: --
73: -- Copyright (C) The Internet Society (1997). All Rights Reserved.
74: --
75: -- This document and translations of it may be copied and furnished to
76: -- others, and derivative works that comment on or otherwise explain it
77: -- or assist in its implementation may be prepared, copied, published
78: -- and distributed, in whole or in part, without restriction of any
79: -- kind, provided that the above copyright notice and this paragraph are
80: -- included on all such copies and derivative works. However, this
81: -- document itself may not be modified in any way, such as by removing
82: -- the copyright notice or references to the Internet Society or other
83: -- Internet organizations, except as needed for the purpose of
84: -- developing Internet standards in which case the procedures for
85: -- copyrights defined in the Internet Standards process must be
86: -- followed, or as required to translate it into languages other than
87: -- English.
88: --
89: -- The limited permissions granted above are perpetual and will not be
90: -- revoked by the Internet Society or its successors or assigns.
91: --
92: -- This document and the information contained herein is provided on an
93: -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
94: -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
95: -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
96: -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
97: -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE."
98: