smilint output for ./ACCOUNTING-CONTROL-MIB
Message Severities |
Severity | Count |
minor error | 1 |
warning | 2 |
Message Types |
Type | Count |
integer-misuse (warning) | 1 |
revision-missing (minor error) | 1 |
type-without-format (warning) | 1 |
Messages:
ACCOUNTING-CONTROL-MIB
1: -- extracted from rfc2513.txt
2: -- at Mon Nov 15 17:11:39 1999
15:
16: accountingControlMIB MODULE-IDENTITY
17: LAST-UPDATED "9809281000Z"
18: ORGANIZATION "IETF AToM MIB Working Group"
19: CONTACT-INFO "Keith McCloghrie
20: Cisco Systems, Inc.
21: 170 West Tasman Drive,
22: San Jose CA 95134-1706.
23: Phone: +1 408 526 5260
24: Email: kzm@cisco.com"
25: DESCRIPTION
26: "The MIB module for managing the collection and storage of
27: accounting information for connections in a connection-
28: oriented network such as ATM."
29: ::= { mib-2 60 }
29: minor error -
revision for last update is missing
30:
...
87:
88: FileIndex ::= TEXTUAL-CONVENTION
88: warning -
warning: type `FileIndex' has no format specification
89: STATUS current
90: DESCRIPTION
91: "An arbitrary integer value identifying a file into which
92: accounting data is being collected."
93: SYNTAX Integer32 (1..65535)
94:
95:
...
618:
619: acctngControlTrapThreshold OBJECT-TYPE
620: SYNTAX INTEGER (0..99)
620: warning -
warning: use Integer32 instead of INTEGER in SMIv2
621: MAX-ACCESS read-write
622: STATUS current
623: DESCRIPTION
624: "A percentage of the maximum file size at which a 'nearly-
625: full' trap is generated. The value of 0 indicates that no
626: 'nearly-full' trap is to be generated."
627: ::= { acctngTrapControl 1 }