smilint output for ./PPVPN-TC
Message Severities |
Severity | Count |
error | 1 |
warning | 2 |
Message Types |
Type | Count |
module-name-suffix (warning) | 1 |
status-invalid-smiv1 (error) | 1 |
type-unref (warning) | 1 |
Messages:
PPVPN-TC
1: -- extracted from draft-ietf-ppvpn-tc-mib-00.txt
2: -- at Fri May 14 06:20:53 2004
3:
4: PPVPN-TC DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: TEXTUAL-CONVENTION FROM SNMPv2-TC;
8:
9: -- definition of textual conventions
10:
11: VPNId ::= TEXTUAL-CONVENTION
11: warning -
warning: mandatory type `VPNId' is not referenced in this module
12: STATUS current
12: error -
invalid status `current' in SMIv1 MIB
13: DESCRIPTION
14: "The purpose of a VPN-ID is to identify a VPN.
15: The global VPN Identifier format is:
16: 3 octet VPN Authority, Organizationally Unique Identifier
17: followed by
18: 4 octet VPN index identifying VPN according to OUI"
19: REFERENCE
20: "RFC 2685, Fox & Gleeson, 'Virtual Private
21: Networks Identifier', September 1999."
22: SYNTAX OCTET STRING (SIZE (0..7))
23:
24: END
24: warning -
warning: module name `PPVPN-TC' should match `*-MIB'
25:
26: --
27: -- Copyright (C) The Internet Society (2001). All Rights
28: -- Reserved.
29: --
30: -- This document and translations of it may be copied and
31: -- furnished to others, and derivative works that comment on
32: -- or otherwise explain it or assist in its implementation
33: -- may be prepared, copied, published and distributed, in
34: -- whole or in part, without restriction of any kind,
35: -- provided that the above copyright notice and this
36: -- paragraph are included on all such copies and derivative
37: -- works. However, this document itself may not be modified
38: -- in any way, such as by removing the copyright notice or
39: -- references to the Internet Society or other Internet
40: -- organizations, except as needed for the purpose of
41: -- developing Internet standards in which case the
42: -- procedures for copyrights defined in the Internet
43: -- Standards process must be followed, or as required to
44: -- translate it into languages other than English.
45: --
46: -- The limited permissions granted above are perpetual and
47: -- will not be revoked by the Internet Society or its
48: -- successors or assigns. This document and the information
49: -- contained herein is provided on an "AS IS" basis and THE
50: -- INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE
51: -- DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
52: -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
53: -- INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY
54: -- IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
55: -- PARTICULAR PURPOSE.
56: