smilint output for ./DSMON-MIB
Message Severities |
Severity | Count |
change recommended | 1 |
warning | 8 |
Message Types |
Type | Count |
index-element-has-default (warning) | 6 |
module-identity-registration (change recommended) | 1 |
type-without-format (warning) | 2 |
Messages:
DSMON-MIB
1: -- extracted from rfc3287.txt
2: -- at Thu Jul 4 06:09:54 2002
25:
26: dsmonMIB MODULE-IDENTITY
26: change recommended -
warning: uncontrolled MODULE-IDENTITY registration
27: LAST-UPDATED "200205310000Z"
28: ORGANIZATION "IETF RMONMIB Working Group"
29: CONTACT-INFO
30: " Andy Bierman
31: Cisco Systems, Inc.
32: RMONMIB WG Chair and DSMON MIB Editor
33:
34: Postal: 170 West Tasman Drive
35: San Jose, CA USA 95134
36: Tel: +1 408 527-3711
37: E-mail: abierman@cisco.com
38:
39: Send comments to <rmonmib@ietf.org>
40: Mailing list subscription info:
41: http://www.ietf.org/mailman/listinfo/rmonmib "
42: DESCRIPTION
43: "This module defines Remote Monitoring MIB extensions for
44: Differentiated Services enabled networks.
45:
46: RMON DIFFSERV DSCP statistics
47: * Per Counter Aggregation Group
48: * Per Protocol Per Counter Aggregation Group
49: * Per Counter Aggregation Group Per Host
50: * Per Counter Aggregation Group Per Host-Pair
51:
52: In order to maintain the RMON 'look-and-feel' and semantic
53: consistency, some of the text from the RMON-2 and HC-RMON
54: MIBs by Steve Waldbusser has been adapted for use in this
55: MIB."
56: REVISION "200205310000Z"
57: DESCRIPTION
58: "Initial version of the DSMON MIB module. This version
59: published as RFC 3287."
60: ::= { rmon 26 }
61:
...
78:
79: DsmonCounterAggGroupIndex ::= TEXTUAL-CONVENTION
79: warning -
warning: type `DsmonCounterAggGroupIndex' has no format specification
80: STATUS current
81: DESCRIPTION
82: "This TC describes a data type which identifies a DSMON
83: counter aggregation group, which is an arbitrary grouping of
84: conceptual counters, for monitoring purposes only. The
85: range for this data type begins with zero (instead of
86: one), to allow for a direct mapping between counter
87: indexing schemes that start at zero (e.g. DSCP values in
88: packets) and counter aggregation group values."
89: SYNTAX Integer32 (0..2147483647)
90:
91: --
92: -- Textual Convention to define a
93: -- DSMON Counter Aggregation Profile Index
94: --
95:
96: DsmonCounterAggProfileIndex ::= TEXTUAL-CONVENTION
96: warning -
warning: type `DsmonCounterAggProfileIndex' has no format specification
97: STATUS current
98: DESCRIPTION
99: "This TC describes a data type which identifies a DSMON
100: counter aggregation profile, which is a set of counter
101: aggregation group assignments for each of the 64 DSCP
102: values, for a particular statistical collection."
103: SYNTAX Integer32 (1..2147483647)
104:
105:
106: -- ***********************************************************
107: -- * *
108: -- * D S M O N C A P A B I L I T I E S *
109: -- * *
110: -- ***********************************************************
...
411:
412: dsmonAggGroupIndex OBJECT-TYPE
412: warning -
warning: index element `dsmonAggGroupIndex' of row `dsmonAggGroupEntry' has a default value
412: warning -
warning: index element `dsmonAggGroupIndex' of row `dsmonStatsEntry' has a default value
412: warning -
warning: index element `dsmonAggGroupIndex' of row `dsmonPdistStatsEntry' has a default value
412: warning -
warning: index element `dsmonAggGroupIndex' of row `dsmonHostEntry' has a default value
412: warning -
warning: index element `dsmonAggGroupIndex' of row `dsmonMatrixSDEntry' has a default value
412: warning -
warning: index element `dsmonAggGroupIndex' of row `dsmonMatrixDSEntry' has a default value
413: SYNTAX DsmonCounterAggGroupIndex
414: MAX-ACCESS read-write
415: STATUS current
416: DESCRIPTION
417: "The counter aggregation group which contains this DSCP
418: value. Upon creation of a new sub-tree (set of 64 entries
419: with the same dsmonAggControlIndex value) in this table, the
420: agent SHOULD initialize all related instances of this object
421: to the value zero.
422:
423: This object MUST NOT be modified if the
424: dsmonAggControlLocked object is equal to 'true'."
425: DEFVAL { 0 }
426: ::= { dsmonAggProfileEntry 2 }
427:
428:
429: --
430: -- Counter Aggregation Group Table