smilint output for ./NAT-TC
Message Severities |
Severity | Count |
error | 1 |
warning | 2 |
Message Types |
Type | Count |
module-name-suffix (warning) | 1 |
object-identifier-not-prefix (error) | 1 |
type-unref (warning) | 1 |
Messages:
NAT-TC
1: -- extracted from draft-ietf-nat-natmib-05.txt
2: -- at Sat Nov 9 06:11:19 2002
3:
4: NAT-TC DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: MODULE-IDENTITY,
8: mib-2
9: FROM SNMPv2-SMI
10: TEXTUAL-CONVENTION
11: FROM SNMPv2-TC;
12:
13: natTextualConventions MODULE-IDENTITY
14: LAST-UPDATED "200111090000Z"
15: ORGANIZATION "IETF NAT Working Group"
16: CONTACT-INFO
17: " Rohit
18: World Wide Packets
19: 115 North Sullivan Road
20: Veradale, Spokane, WA 99037
21: Phone: +1 509 242 9320
22: Email: Rohit.Rohit@worldwidepackets.com
23:
24: Nalinaksh Pai
25: Cisco Systems, Inc.
26: Prestige Waterford
27: No. 9, Brunton Road
28: Bangalore - 560 025
29: India
30: Phone: +91 80 532 1300
31: Email: npai@cisco.com
32:
33: Rajiv Raghunarayan
34: Cisco Systems Inc.
35: 170 West Tasman Drive
36: San Jose, CA 95134
37: Phone: +1 408 853 9612
38: Email: raraghun@cisco.com
39:
40: Cliff Wang
41: Information Security
42: Bank One Corp
43: 1111 Polaris Pkwy
44: Columbus, OH 43240
45: Phone: +1 614 213 6117
46: Email: cliffwang2000@yahoo.com
47:
48: P. Srisuresh
49: Kuokoa networks
50: 475 Potrero Ave.
51: Sunnyvale, CA 94085
52: Phone: +1 408 962 3709
53: Email: srisuresh@yahoo.com
54: "
55:
56: DESCRIPTION
57: "This MIB module defines the NATProtocolType textual
58: convention for use in MIBs that need to identify the
59: protocols which support network address translation."
60:
61: REVISION "200111090000Z" -- 9th Nov. 2001
62: DESCRIPTION
63: "Initial version of this MIB module."
64: ::= { mib-2 xx } -- to be assigned by RFC-editor
64: error -
Object identifier element `xx' name only allowed as first element
65:
66: NATProtocolType ::= TEXTUAL-CONVENTION
66: warning -
warning: current type `NATProtocolType' is not referenced in this module
67: STATUS current
68: DESCRIPTION
69: "A list of protocols that are affected/support
70: network address translation. Inclusion of values is
71: not intended to imply that those protocols need be
72: supported."
73: SYNTAX INTEGER {
74: none (1), -- not specified
75: other (2), -- none of the following
76: icmp (3),
77: udp (4),
78: tcp (5)
79: }
80:
81: END
81: warning -
warning: module name `NAT-TC' should match `*-MIB'
82:
83: -- "Copyright (C) The Internet Society (2000). All Rights Reserved.
84: -- This document and translations of it may be copied and furnished to
85: -- others, and derivative works that comment on or otherwise explain it
86: -- or assist in its implementation may be prepared, copied, published
87: -- and distributed, in whole or in part, without restriction of any
88: -- kind, provided that the above copyright notice and this paragraph
89: -- are included on all such copies and derivative works. However, this
90: -- document itself may not be modified in any way, such as by removing
91: -- the copyright notice or references to the Internet Society or other
92: -- Internet organizations, except as needed for the purpose of
93: -- developing Internet standards in which case the procedures for
94: -- copyrights defined in the Internet Standards process must be
95: -- followed, or as required to translate it into languages other than
96: -- English.
97: --
98: -- The limited permissions granted above are perpetual and will not be
99: -- revoked by the Internet Society or its successors or assigns.
100: --
101: -- This document and the information contained herein is provided on an
102: -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
103: -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
104: -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
105: -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
106: -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
107: