smilint output for ./SNMP-ROWOP-PDUS-MIB
Message Severities |
Severity | Count |
severe | 1 |
Message Types |
Type | Count |
internal-other (severe) | 1 |
Messages:
SNMP-ROWOP-PDUS-MIB
1: -- extracted from draft-ietf-eos-snmp-rowops-01.txt
2: -- at Sat Jun 16 06:04:55 2001
3:
4: SNMP-ROWOP-PDUS-MIB DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: BulkPDU
8: SNMPv2-PDU;
8: severe -
syntax error, unexpected UPPERCASE_IDENTIFIER, expecting FROM or ','
9:
10: ROWOP-PDUs ::=
11: CHOICE {
12: create-row-request
13: CreateRowRequest-PDU,
14:
15: delete-row-request
16: DeleteRowRequest-PDU,
17:
18: edit-row-request
19: EditRowRequest-PDU,
20:
21: get-row-request
22: GetRowRequest-PDU,
23:
24: get-next-row-request
25: GetNextRowRequest-PDU
26:
27: get-bulk-row-request
28: GetBulkRowRequest-PDU
29: }
30:
31: CreateRowRequest-PDU ::=
32: [9]
33: IMPLICIT BulkPDU
34:
35: DeleteRowRequest-PDU ::=
36: [10]
37: IMPLICIT BulkPDU
38:
39: EditRowRequest-PDU ::=
40: [11]
41: IMPLICIT BulkPDU
42:
43: GetRowRequest-PDU ::=
44: [12]
45: IMPLICIT BulkPDU
46:
47: GetNextRowRequest-PDU ::=
48: [13]
49: IMPLICIT BulkPDU
50:
51: GetBulkRowRequest-PDU ::=
52: [14]
53: IMPLICIT BulkPDU
54:
55: END
56:
57: --
58: -- Copyright (C) The Internet Society (2001). All Rights Reserved.
59: --
60: -- This document and translations of it may be copied and furnished to
61: -- others, and derivative works that comment on or otherwise explain it
62: -- or assist in its implementation may be prepared, copied, published
63: -- and distributed, in whole or in part, without restriction of any
64: -- kind, provided that the above copyright notice and this paragraph are
65: -- included on all such copies and derivative works. However, this
66: -- document itself may not be modified in any way, such as by removing
67: -- the copyright notice or references to the Internet Society or other
68: -- Internet organizations, except as needed for the purpose of
69: -- developing Internet standards in which case the procedures for
70: -- copyrights defined in the Internet Standards process must be
71: -- followed, or as required to translate it into languages other than
72: -- English.
73: --
74: -- The limited permissions granted above are perpetual and will not be
75: -- revoked by the Internet Society or its successors or assigns.
76: --
77: -- This document and the information contained herein is provided on an
78: -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
79: -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
80: -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
81: -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
82: -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
83: --
84: