smilint output for ./RAQMON-RDS-MIB
Message Severities |
Severity | Count |
change recommended | 1 |
warning | 1 |
Message Types |
Type | Count |
index-exceeds-too-large (warning) | 1 |
module-identity-registration (change recommended) | 1 |
Messages:
RAQMON-RDS-MIB
1: -- extracted from rfc4712.txt
2: -- at Thu Oct 19 06:07:17 2006
28:
29: raqmonDsMIB MODULE-IDENTITY
29: change recommended -
warning: uncontrolled MODULE-IDENTITY registration
30: LAST-UPDATED "200610100000Z" -- October 10, 2006
31: ORGANIZATION "RMON Working Group"
32: CONTACT-INFO
33: "WG EMail: rmonmib@ietf.org
34: Subscribe: rmonmib-request@ietf.org
35:
36: MIB Editor:
37: Eugene Golovinsky
38: Postal: BMC Software, Inc.
39: 2101 CityWest Boulevard,
40: Houston, TX, 77094
41: USA
42: Tel: +713-918-1816
43: Email: egolovin@bmc.com
44: "
45: DESCRIPTION
46: "This is the RAQMON Data Source notification MIB Module.
47: It provides a mapping of RAQMON PDUs to SNMP
48: notifications.
49:
50: Ds stands for data source.
51:
52: Note that all of the object types defined in this module
53: are accessible-for-notify and would consequently not be
54: available to a browser using simple Get, GetNext, or
55: GetBulk requests.
56:
57: Copyright (c) The Internet Society (2006).
58:
59: This version of this MIB module is part of RFC 4712;
60: See the RFC itself for full legal notices."
61:
62: REVISION "200610100000Z" -- October 10, 2006
63: DESCRIPTION
64: "Initial version, published as RFC 4712."
65:
66: ::= { rmon 32 }
67:
68: -- This OID allocation conforms to [RFC3737]
69:
...
91:
92: raqmonDsNotificationEntry OBJECT-TYPE
92: warning -
warning: index of row `raqmonDsNotificationEntry' can exceed OID size limit by 143 subidentifier(s)
93: SYNTAX RaqmonDsNotificationEntry
94: MAX-ACCESS not-accessible
95: STATUS current
96: DESCRIPTION
97: "The entry (row) is not retrievable and is not kept by
98: RDSs. It serves data organization purposes only."
99: INDEX { raqmonDsDSRC, raqmonDsRCN, raqmonDsPeerAddrType,
100: raqmonDsPeerAddr }
101: ::= { raqmonDsNotificationTable 1 }
102:
103: RaqmonDsNotificationEntry ::= SEQUENCE {
104: raqmonDsDSRC Unsigned32,
105: raqmonDsRCN Unsigned32,
106: raqmonDsPeerAddrType InetAddressType,
107: raqmonDsPeerAddr InetAddress,
108: raqmonDsAppName SnmpAdminString,
109: raqmonDsDataSourceDevicePort InetPortNumber,
110: raqmonDsReceiverDevicePort InetPortNumber,
111: raqmonDsSessionSetupDateTime DateAndTime,
112: raqmonDsSessionSetupDelay Unsigned32,
113: raqmonDsSessionDuration Unsigned32,
114: raqmonDsSessionSetupStatus SnmpAdminString,
115: raqmonDsRoundTripEndToEndNetDelay Unsigned32,
116: raqmonDsOneWayEndToEndNetDelay Unsigned32,
117: raqmonDsApplicationDelay Unsigned32,
118: raqmonDsInterArrivalJitter Unsigned32,
119: raqmonDsIPPacketDelayVariation Unsigned32,
120: raqmonDsTotalPacketsReceived Counter32,
121: raqmonDsTotalPacketsSent Counter32,
122: raqmonDsTotalOctetsReceived Counter32,
123: raqmonDsTotalOctetsSent Counter32,
124: raqmonDsCumulativePacketLoss Counter32,
125: raqmonDsPacketLossFraction Unsigned32,
126: raqmonDsCumulativeDiscards Counter32,
127: raqmonDsDiscardsFraction Unsigned32,
128: raqmonDsSourcePayloadType Unsigned32,
129: raqmonDsReceiverPayloadType Unsigned32,
130: raqmonDsSourceLayer2Priority Unsigned32,
131: raqmonDsSourceDscp Dscp,
132: raqmonDsDestinationLayer2Priority Unsigned32,
133: raqmonDsDestinationDscp Dscp,
134: raqmonDsCpuUtilization Unsigned32,
135: raqmonDsMemoryUtilization Unsigned32 }