smilint output for ./RMON-MIB
Message Severities |
Severity | Count |
minor error | 5 |
change recommended | 1 |
warning | 32 |
Message Types |
Type | Count |
group-unref (warning) | 1 |
index-element-accessible (warning) | 28 |
index-element-no-size (minor error) | 5 |
index-exceeds-too-large (warning) | 3 |
module-identity-registration (change recommended) | 1 |
Messages:
RMON-MIB
1: -- extracted from rfc2819.txt
2: -- at Sat Jun 3 07:07:21 2000
18:
19: rmonMibModule MODULE-IDENTITY
19: change recommended -
warning: uncontrolled MODULE-IDENTITY registration
20: LAST-UPDATED "200005110000Z" -- 11 May, 2000
21: ORGANIZATION "IETF RMON MIB Working Group"
22: CONTACT-INFO
23: "Steve Waldbusser
24: Phone: +1-650-948-6500
25: Fax: +1-650-745-0671
26: Email: waldbusser@nextbeacon.com"
27: DESCRIPTION
28: "Remote network monitoring devices, often called
29: monitors or probes, are instruments that exist for
30: the purpose of managing a network. This MIB defines
31: objects for managing remote network monitoring devices."
32:
33: REVISION "200005110000Z" -- 11 May, 2000
34: DESCRIPTION
35: "Reformatted into SMIv2 format.
36:
37: This version published as RFC 2819."
38:
39: REVISION "199502010000Z" -- 1 Feb, 1995
40: DESCRIPTION
41: "Bug fixes, clarifications and minor changes based on
42: implementation experience, published as RFC1757 [18].
43:
44: Two changes were made to object definitions:
45:
46: 1) A new status bit has been defined for the
47: captureBufferPacketStatus object, indicating that the
48: packet order within the capture buffer may not be identical to
49: the packet order as received off the wire. This bit may only
50: be used for packets transmitted by the probe. Older NMS
51: applications can safely ignore this status bit, which might be
52: used by newer agents.
53:
54: 2) The packetMatch trap has been removed. This trap was never
55: actually 'approved' and was not added to this document along
56: with the risingAlarm and fallingAlarm traps. The packetMatch
57: trap could not be throttled, which could cause disruption of
58: normal network traffic under some circumstances. An NMS should
59: configure a risingAlarm threshold on the appropriate
60: channelMatches instance if a trap is desired for a packetMatch
61: event. Note that logging of packetMatch events is still
62: supported--only trap generation for such events has been
63: removed.
64:
65: In addition, several clarifications to individual object
66: definitions have been added to assist agent and NMS
67: implementors:
68:
69: - global definition of 'good packets' and 'bad packets'
70:
71: - more detailed text governing conceptual row creation and
72: modification
73:
74: - instructions for probes relating to interface changes and
75: disruptions
76:
77: - clarification of some ethernet counter definitions
78:
79: - recommended formula for calculating network utilization
80:
81: - clarification of channel and captureBuffer behavior for some
82: unusual conditions
83:
84: - examples of proper instance naming for each table"
85:
86: REVISION "199111010000Z" -- 1 Nov, 1991
87: DESCRIPTION
88: "The original version of this MIB, published as RFC1271."
89: ::= { rmonConformance 8 }
...
240:
241: etherStatsEntry OBJECT-TYPE
241: warning -
warning: index element `etherStatsIndex' of row `etherStatsEntry' should be not-accessible in SMIv2 MIB
242: SYNTAX EtherStatsEntry
243: MAX-ACCESS not-accessible
244: STATUS current
245: DESCRIPTION
246: "A collection of statistics kept for a particular
247: Ethernet interface. As an example, an instance of the
248: etherStatsPkts object might be named etherStatsPkts.1"
249: INDEX { etherStatsIndex }
250: ::= { etherStatsTable 1 }
251:
252: EtherStatsEntry ::= SEQUENCE {
253: etherStatsIndex Integer32,
254: etherStatsDataSource OBJECT IDENTIFIER,
255: etherStatsDropEvents Counter32,
256: etherStatsOctets Counter32,
257: etherStatsPkts Counter32,
258: etherStatsBroadcastPkts Counter32,
259: etherStatsMulticastPkts Counter32,
260: etherStatsCRCAlignErrors Counter32,
261: etherStatsUndersizePkts Counter32,
262: etherStatsOversizePkts Counter32,
263: etherStatsFragments Counter32,
264: etherStatsJabbers Counter32,
265: etherStatsCollisions Counter32,
266: etherStatsPkts64Octets Counter32,
267: etherStatsPkts65to127Octets Counter32,
268: etherStatsPkts128to255Octets Counter32,
269: etherStatsPkts256to511Octets Counter32,
270: etherStatsPkts512to1023Octets Counter32,
271: etherStatsPkts1024to1518Octets Counter32,
272: etherStatsOwner OwnerString,
273: etherStatsStatus EntryStatus
274: }
...
629:
630: historyControlEntry OBJECT-TYPE
630: warning -
warning: index element `historyControlIndex' of row `historyControlEntry' should be not-accessible in SMIv2 MIB
631: SYNTAX HistoryControlEntry
632: MAX-ACCESS not-accessible
633: STATUS current
634: DESCRIPTION
635: "A list of parameters that set up a periodic sampling of
636: statistics. As an example, an instance of the
637: historyControlInterval object might be named
638: historyControlInterval.2"
639: INDEX { historyControlIndex }
640: ::= { historyControlTable 1 }
641:
642: HistoryControlEntry ::= SEQUENCE {
643: historyControlIndex Integer32,
644: historyControlDataSource OBJECT IDENTIFIER,
645: historyControlBucketsRequested Integer32,
646: historyControlBucketsGranted Integer32,
647: historyControlInterval Integer32,
648: historyControlOwner OwnerString,
649: historyControlStatus EntryStatus
650: }
...
829:
830: etherHistoryEntry OBJECT-TYPE
830: warning -
warning: index element `etherHistoryIndex' of row `etherHistoryEntry' should be not-accessible in SMIv2 MIB
830: warning -
warning: index element `etherHistorySampleIndex' of row `etherHistoryEntry' should be not-accessible in SMIv2 MIB
831: SYNTAX EtherHistoryEntry
832: MAX-ACCESS not-accessible
833: STATUS current
834: DESCRIPTION
835: "An historical sample of Ethernet statistics on a particular
836: Ethernet interface. This sample is associated with the
837: historyControlEntry which set up the parameters for
838: a regular collection of these samples. As an example, an
839: instance of the etherHistoryPkts object might be named
840: etherHistoryPkts.2.89"
841: INDEX { etherHistoryIndex , etherHistorySampleIndex }
842: ::= { etherHistoryTable 1 }
843:
844: EtherHistoryEntry ::= SEQUENCE {
845: etherHistoryIndex Integer32,
846: etherHistorySampleIndex Integer32,
847: etherHistoryIntervalStart TimeTicks,
848: etherHistoryDropEvents Counter32,
849: etherHistoryOctets Counter32,
850: etherHistoryPkts Counter32,
851: etherHistoryBroadcastPkts Counter32,
852: etherHistoryMulticastPkts Counter32,
853: etherHistoryCRCAlignErrors Counter32,
854: etherHistoryUndersizePkts Counter32,
855: etherHistoryOversizePkts Counter32,
856: etherHistoryFragments Counter32,
857: etherHistoryJabbers Counter32,
858: etherHistoryCollisions Counter32,
859: etherHistoryUtilization Integer32
860: }
...
1126:
1127: alarmEntry OBJECT-TYPE
1127: warning -
warning: index element `alarmIndex' of row `alarmEntry' should be not-accessible in SMIv2 MIB
1128: SYNTAX AlarmEntry
1129: MAX-ACCESS not-accessible
1130: STATUS current
1131: DESCRIPTION
1132: "A list of parameters that set up a periodic checking
1133: for alarm conditions. For example, an instance of the
1134: alarmValue object might be named alarmValue.8"
1135: INDEX { alarmIndex }
1136: ::= { alarmTable 1 }
1137:
1138: AlarmEntry ::= SEQUENCE {
1139: alarmIndex Integer32,
1140: alarmInterval Integer32,
1141: alarmVariable OBJECT IDENTIFIER,
1142: alarmSampleType INTEGER,
1143: alarmValue Integer32,
1144: alarmStartupAlarm INTEGER,
1145: alarmRisingThreshold Integer32,
1146: alarmFallingThreshold Integer32,
1147: alarmRisingEventIndex Integer32,
1148: alarmFallingEventIndex Integer32,
1149: alarmOwner OwnerString,
1150: alarmStatus EntryStatus
...
1458:
1459: hostControlEntry OBJECT-TYPE
1459: warning -
warning: index element `hostControlIndex' of row `hostControlEntry' should be not-accessible in SMIv2 MIB
1460: SYNTAX HostControlEntry
1461: MAX-ACCESS not-accessible
1462: STATUS current
1463: DESCRIPTION
1464: "A list of parameters that set up the discovery of hosts
1465: on a particular interface and the collection of statistics
1466: about these hosts. For example, an instance of the
1467: hostControlTableSize object might be named
1468: hostControlTableSize.1"
1469: INDEX { hostControlIndex }
1470: ::= { hostControlTable 1 }
1471:
1472: HostControlEntry ::= SEQUENCE {
1473:
1474: hostControlIndex Integer32,
1475: hostControlDataSource OBJECT IDENTIFIER,
1476: hostControlTableSize Integer32,
1477: hostControlLastDeleteTime TimeTicks,
1478: hostControlOwner OwnerString,
1479: hostControlStatus EntryStatus
1480: }
...
1572:
1573: hostEntry OBJECT-TYPE
1573: warning -
warning: index of row `hostEntry' can exceed OID size limit by 65420 subidentifier(s)
1573: warning -
warning: index element `hostIndex' of row `hostEntry' should be not-accessible in SMIv2 MIB
1573: warning -
warning: index element `hostAddress' of row `hostEntry' should be not-accessible in SMIv2 MIB
1574: SYNTAX HostEntry
1575: MAX-ACCESS not-accessible
1576: STATUS current
1577: DESCRIPTION
1578: "A collection of statistics for a particular host that has
1579: been discovered on an interface of this device. For example,
1580: an instance of the hostOutBroadcastPkts object might be
1581: named hostOutBroadcastPkts.1.6.8.0.32.27.3.176"
1582: INDEX { hostIndex, hostAddress }
1583: ::= { hostTable 1 }
1584:
1585: HostEntry ::= SEQUENCE {
1586: hostAddress OCTET STRING,
1587: hostCreationOrder Integer32,
1588: hostIndex Integer32,
1589: hostInPkts Counter32,
1590: hostOutPkts Counter32,
1591: hostInOctets Counter32,
1592: hostOutOctets Counter32,
1593: hostOutErrors Counter32,
1594: hostOutBroadcastPkts Counter32,
1595: hostOutMulticastPkts Counter32
1596: }
1597:
1598: hostAddress OBJECT-TYPE
1598: minor error -
index element `hostAddress' of row `hostEntry' must have a size restriction
1599: SYNTAX OCTET STRING
1600: MAX-ACCESS read-only
1601: STATUS current
1602: DESCRIPTION
1603: "The physical address of this host."
1604: ::= { hostEntry 1 }
...
1732:
1733: hostTimeEntry OBJECT-TYPE
1733: warning -
warning: index element `hostTimeIndex' of row `hostTimeEntry' should be not-accessible in SMIv2 MIB
1733: warning -
warning: index element `hostTimeCreationOrder' of row `hostTimeEntry' should be not-accessible in SMIv2 MIB
1734: SYNTAX HostTimeEntry
1735: MAX-ACCESS not-accessible
1736: STATUS current
1737: DESCRIPTION
1738: "A collection of statistics for a particular host that has
1739: been discovered on an interface of this device. This
1740: collection includes the relative ordering of the creation
1741: time of this object. For example, an instance of the
1742: hostTimeOutBroadcastPkts object might be named
1743: hostTimeOutBroadcastPkts.1.687"
1744: INDEX { hostTimeIndex, hostTimeCreationOrder }
1745: ::= { hostTimeTable 1 }
1746:
1747: HostTimeEntry ::= SEQUENCE {
1748: hostTimeAddress OCTET STRING,
1749: hostTimeCreationOrder Integer32,
1750: hostTimeIndex Integer32,
1751: hostTimeInPkts Counter32,
1752: hostTimeOutPkts Counter32,
1753: hostTimeInOctets Counter32,
1754: hostTimeOutOctets Counter32,
1755: hostTimeOutErrors Counter32,
1756: hostTimeOutBroadcastPkts Counter32,
1757: hostTimeOutMulticastPkts Counter32
1758: }
...
1919:
1920: hostTopNControlEntry OBJECT-TYPE
1920: warning -
warning: index element `hostTopNControlIndex' of row `hostTopNControlEntry' should be not-accessible in SMIv2 MIB
1921: SYNTAX HostTopNControlEntry
1922: MAX-ACCESS not-accessible
1923: STATUS current
1924: DESCRIPTION
1925: "A set of parameters that control the creation of a report
1926: of the top N hosts according to several metrics. For
1927: example, an instance of the hostTopNDuration object might
1928: be named hostTopNDuration.3"
1929: INDEX { hostTopNControlIndex }
1930: ::= { hostTopNControlTable 1 }
1931:
1932: HostTopNControlEntry ::= SEQUENCE {
1933: hostTopNControlIndex Integer32,
1934: hostTopNHostIndex Integer32,
1935: hostTopNRateBase INTEGER,
1936: hostTopNTimeRemaining Integer32,
1937: hostTopNDuration Integer32,
1938: hostTopNRequestedSize Integer32,
1939: hostTopNGrantedSize Integer32,
1940: hostTopNStartTime TimeTicks,
1941: hostTopNOwner OwnerString,
1942: hostTopNStatus EntryStatus
1943: }
...
2113:
2114: hostTopNEntry OBJECT-TYPE
2114: warning -
warning: index element `hostTopNReport' of row `hostTopNEntry' should be not-accessible in SMIv2 MIB
2114: warning -
warning: index element `hostTopNIndex' of row `hostTopNEntry' should be not-accessible in SMIv2 MIB
2115: SYNTAX HostTopNEntry
2116: MAX-ACCESS not-accessible
2117: STATUS current
2118: DESCRIPTION
2119: "A set of statistics for a host that is part of a top N
2120: report. For example, an instance of the hostTopNRate
2121: object might be named hostTopNRate.3.10"
2122: INDEX { hostTopNReport, hostTopNIndex }
2123: ::= { hostTopNTable 1 }
2124:
2125: HostTopNEntry ::= SEQUENCE {
2126: hostTopNReport Integer32,
2127: hostTopNIndex Integer32,
2128: hostTopNAddress OCTET STRING,
2129: hostTopNRate Integer32
2130: }
...
2203:
2204: matrixControlEntry OBJECT-TYPE
2204: warning -
warning: index element `matrixControlIndex' of row `matrixControlEntry' should be not-accessible in SMIv2 MIB
2205: SYNTAX MatrixControlEntry
2206: MAX-ACCESS not-accessible
2207: STATUS current
2208: DESCRIPTION
2209: "Information about a traffic matrix on a particular
2210: interface. For example, an instance of the
2211: matrixControlLastDeleteTime object might be named
2212: matrixControlLastDeleteTime.1"
2213: INDEX { matrixControlIndex }
2214: ::= { matrixControlTable 1 }
2215:
2216: MatrixControlEntry ::= SEQUENCE {
2217: matrixControlIndex Integer32,
2218: matrixControlDataSource OBJECT IDENTIFIER,
2219: matrixControlTableSize Integer32,
2220: matrixControlLastDeleteTime TimeTicks,
2221: matrixControlOwner OwnerString,
2222: matrixControlStatus EntryStatus
2223: }
...
2319:
2320: matrixSDEntry OBJECT-TYPE
2320: warning -
warning: index of row `matrixSDEntry' can exceed OID size limit by 130956 subidentifier(s)
2320: warning -
warning: index element `matrixSDIndex' of row `matrixSDEntry' should be not-accessible in SMIv2 MIB
2320: warning -
warning: index element `matrixSDSourceAddress' of row `matrixSDEntry' should be not-accessible in SMIv2 MIB
2320: warning -
warning: index element `matrixSDDestAddress' of row `matrixSDEntry' should be not-accessible in SMIv2 MIB
2321: SYNTAX MatrixSDEntry
2322: MAX-ACCESS not-accessible
2323: STATUS current
2324: DESCRIPTION
2325: "A collection of statistics for communications between
2326: two addresses on a particular interface. For example,
2327: an instance of the matrixSDPkts object might be named
2328: matrixSDPkts.1.6.8.0.32.27.3.176.6.8.0.32.10.8.113"
2329: INDEX { matrixSDIndex,
2330: matrixSDSourceAddress, matrixSDDestAddress }
2331: ::= { matrixSDTable 1 }
2332:
2333: MatrixSDEntry ::= SEQUENCE {
2334: matrixSDSourceAddress OCTET STRING,
2335: matrixSDDestAddress OCTET STRING,
2336: matrixSDIndex Integer32,
2337: matrixSDPkts Counter32,
2338: matrixSDOctets Counter32,
2339: matrixSDErrors Counter32
2340: }
2341:
2342: matrixSDSourceAddress OBJECT-TYPE
2342: minor error -
index element `matrixSDSourceAddress' of row `matrixSDEntry' must have a size restriction
2343: SYNTAX OCTET STRING
2344: MAX-ACCESS read-only
2345: STATUS current
2346: DESCRIPTION
2347: "The source physical address."
2348: ::= { matrixSDEntry 1 }
2349:
2350: matrixSDDestAddress OBJECT-TYPE
2350: minor error -
index element `matrixSDDestAddress' of row `matrixSDEntry' must have a size restriction
2351: SYNTAX OCTET STRING
2352: MAX-ACCESS read-only
2353: STATUS current
2354: DESCRIPTION
2355: "The destination physical address."
2356: ::= { matrixSDEntry 2 }
...
2413:
2414: matrixDSEntry OBJECT-TYPE
2414: warning -
warning: index of row `matrixDSEntry' can exceed OID size limit by 130956 subidentifier(s)
2414: warning -
warning: index element `matrixDSIndex' of row `matrixDSEntry' should be not-accessible in SMIv2 MIB
2414: warning -
warning: index element `matrixDSDestAddress' of row `matrixDSEntry' should be not-accessible in SMIv2 MIB
2414: warning -
warning: index element `matrixDSSourceAddress' of row `matrixDSEntry' should be not-accessible in SMIv2 MIB
2415: SYNTAX MatrixDSEntry
2416: MAX-ACCESS not-accessible
2417: STATUS current
2418: DESCRIPTION
2419: "A collection of statistics for communications between
2420: two addresses on a particular interface. For example,
2421: an instance of the matrixSDPkts object might be named
2422: matrixSDPkts.1.6.8.0.32.10.8.113.6.8.0.32.27.3.176"
2423: INDEX { matrixDSIndex,
2424: matrixDSDestAddress, matrixDSSourceAddress }
2425: ::= { matrixDSTable 1 }
2426:
2427: MatrixDSEntry ::= SEQUENCE {
2428: matrixDSSourceAddress OCTET STRING,
2429: matrixDSDestAddress OCTET STRING,
2430: matrixDSIndex Integer32,
2431: matrixDSPkts Counter32,
2432: matrixDSOctets Counter32,
2433: matrixDSErrors Counter32
2434: }
2435:
2436: matrixDSSourceAddress OBJECT-TYPE
2436: minor error -
index element `matrixDSSourceAddress' of row `matrixDSEntry' must have a size restriction
2437: SYNTAX OCTET STRING
2438: MAX-ACCESS read-only
2439: STATUS current
2440: DESCRIPTION
2441: "The source physical address."
2442: ::= { matrixDSEntry 1 }
2443:
2444: matrixDSDestAddress OBJECT-TYPE
2444: minor error -
index element `matrixDSDestAddress' of row `matrixDSEntry' must have a size restriction
2445: SYNTAX OCTET STRING
2446: MAX-ACCESS read-only
2447: STATUS current
2448: DESCRIPTION
2449: "The destination physical address."
2450: ::= { matrixDSEntry 2 }
...
2532:
2533: filterEntry OBJECT-TYPE
2533: warning -
warning: index element `filterIndex' of row `filterEntry' should be not-accessible in SMIv2 MIB
2534: SYNTAX FilterEntry
2535: MAX-ACCESS not-accessible
2536: STATUS current
2537: DESCRIPTION
2538: "A set of parameters for a packet filter applied on a
2539: particular interface. As an example, an instance of the
2540: filterPktData object might be named filterPktData.12"
2541: INDEX { filterIndex }
2542: ::= { filterTable 1 }
2543:
2544: FilterEntry ::= SEQUENCE {
2545: filterIndex Integer32,
2546: filterChannelIndex Integer32,
2547: filterPktDataOffset Integer32,
2548: filterPktData OCTET STRING,
2549: filterPktDataMask OCTET STRING,
2550: filterPktDataNotMask OCTET STRING,
2551: filterPktStatus Integer32,
2552: filterPktStatusMask Integer32,
2553: filterPktStatusNotMask Integer32,
2554: filterOwner OwnerString,
2555: filterStatus EntryStatus
2556: }
...
2805:
2806: channelEntry OBJECT-TYPE
2806: warning -
warning: index element `channelIndex' of row `channelEntry' should be not-accessible in SMIv2 MIB
2807: SYNTAX ChannelEntry
2808: MAX-ACCESS not-accessible
2809: STATUS current
2810: DESCRIPTION
2811: "A set of parameters for a packet channel applied on a
2812: particular interface. As an example, an instance of the
2813: channelMatches object might be named channelMatches.3"
2814: INDEX { channelIndex }
2815: ::= { channelTable 1 }
2816:
2817: ChannelEntry ::= SEQUENCE {
2818: channelIndex Integer32,
2819: channelIfIndex Integer32,
2820: channelAcceptType INTEGER,
2821: channelDataControl INTEGER,
2822: channelTurnOnEventIndex Integer32,
2823: channelTurnOffEventIndex Integer32,
2824: channelEventIndex Integer32,
2825: channelEventStatus INTEGER,
2826: channelMatches Counter32,
2827: channelDescription DisplayString,
2828: channelOwner OwnerString,
2829: channelStatus EntryStatus
2830: }
...
3066:
3067: bufferControlEntry OBJECT-TYPE
3067: warning -
warning: index element `bufferControlIndex' of row `bufferControlEntry' should be not-accessible in SMIv2 MIB
3068: SYNTAX BufferControlEntry
3069: MAX-ACCESS not-accessible
3070: STATUS current
3071: DESCRIPTION
3072: "A set of parameters that control the collection of a stream
3073: of packets that have matched filters. As an example, an
3074: instance of the bufferControlCaptureSliceSize object might
3075: be named bufferControlCaptureSliceSize.3"
3076:
3077: INDEX { bufferControlIndex }
3078: ::= { bufferControlTable 1 }
3079:
3080: BufferControlEntry ::= SEQUENCE {
3081: bufferControlIndex Integer32,
3082: bufferControlChannelIndex Integer32,
3083: bufferControlFullStatus INTEGER,
3084: bufferControlFullAction INTEGER,
3085: bufferControlCaptureSliceSize Integer32,
3086: bufferControlDownloadSliceSize Integer32,
3087: bufferControlDownloadOffset Integer32,
3088: bufferControlMaxOctetsRequested Integer32,
3089: bufferControlMaxOctetsGranted Integer32,
3090: bufferControlCapturedPackets Integer32,
3091: bufferControlTurnOnTime TimeTicks,
3092: bufferControlOwner OwnerString,
3093: bufferControlStatus EntryStatus
3094: }
...
3343:
3344: captureBufferEntry OBJECT-TYPE
3344: warning -
warning: index element `captureBufferControlIndex' of row `captureBufferEntry' should be not-accessible in SMIv2 MIB
3344: warning -
warning: index element `captureBufferIndex' of row `captureBufferEntry' should be not-accessible in SMIv2 MIB
3345: SYNTAX CaptureBufferEntry
3346: MAX-ACCESS not-accessible
3347: STATUS current
3348: DESCRIPTION
3349: "A packet captured off of an attached network. As an
3350: example, an instance of the captureBufferPacketData
3351: object might be named captureBufferPacketData.3.1783"
3352: INDEX { captureBufferControlIndex, captureBufferIndex }
3353: ::= { captureBufferTable 1 }
3354:
3355: CaptureBufferEntry ::= SEQUENCE {
3356: captureBufferControlIndex Integer32,
3357: captureBufferIndex Integer32,
3358: captureBufferPacketID Integer32,
3359: captureBufferPacketData OCTET STRING,
3360: captureBufferPacketLength Integer32,
3361: captureBufferPacketTime Integer32,
3362: captureBufferPacketStatus Integer32
...
3510:
3511: eventEntry OBJECT-TYPE
3511: warning -
warning: index element `eventIndex' of row `eventEntry' should be not-accessible in SMIv2 MIB
3512: SYNTAX EventEntry
3513: MAX-ACCESS not-accessible
3514: STATUS current
3515: DESCRIPTION
3516: "A set of parameters that describe an event to be generated
3517: when certain conditions are met. As an example, an instance
3518: of the eventLastTimeSent object might be named
3519: eventLastTimeSent.6"
3520: INDEX { eventIndex }
3521: ::= { eventTable 1 }
3522:
3523: EventEntry ::= SEQUENCE {
3524: eventIndex Integer32,
3525: eventDescription DisplayString,
3526: eventType INTEGER,
3527: eventCommunity OCTET STRING,
3528: eventLastTimeSent TimeTicks,
3529: eventOwner OwnerString,
3530: eventStatus EntryStatus
3531: }
...
3623:
3624: logEntry OBJECT-TYPE
3624: warning -
warning: index element `logEventIndex' of row `logEntry' should be not-accessible in SMIv2 MIB
3624: warning -
warning: index element `logIndex' of row `logEntry' should be not-accessible in SMIv2 MIB
3625: SYNTAX LogEntry
3626: MAX-ACCESS not-accessible
3627: STATUS current
3628: DESCRIPTION
3629: "A set of data describing an event that has been
3630: logged. For example, an instance of the logDescription
3631: object might be named logDescription.6.47"
3632: INDEX { logEventIndex, logIndex }
3633: ::= { logTable 1 }
3634:
3635: LogEntry ::= SEQUENCE {
3636: logEventIndex Integer32,
3637: logIndex Integer32,
3638: logTime TimeTicks,
3639: logDescription DisplayString
3640: }
...
3942:
3943: rmonNotificationGroup NOTIFICATION-GROUP
3943: warning -
warning: current group `rmonNotificationGroup' is not referenced in this module
3944: NOTIFICATIONS { risingAlarm, fallingAlarm }
3945: STATUS current
3946: DESCRIPTION
3947: "The RMON Notification Group."
3948: ::= { rmonGroups 11 }
3949: END
3950:
3951: --
3952: -- Copyright (C) The Internet Society (2000). All Rights Reserved.
3953: --
3954: -- This document and translations of it may be copied and furnished to
3955: -- others, and derivative works that comment on or otherwise explain it
3956: -- or assist in its implementation may be prepared, copied, published
3957: -- and distributed, in whole or in part, without restriction of any
3958: -- kind, provided that the above copyright notice and this paragraph are
3959: -- included on all such copies and derivative works. However, this
3960: -- document itself may not be modified in any way, such as by removing
3961: -- the copyright notice or references to the Internet Society or other
3962: -- Internet organizations, except as needed for the purpose of
3963: -- developing Internet standards in which case the procedures for
3964: -- copyrights defined in the Internet Standards process must be
3965: -- followed, or as required to translate it into languages other than
3966: -- English.
3967: --
3968: -- The limited permissions granted above are perpetual and will not be
3969: -- revoked by the Internet Society or its successors or assigns.
3970: --
3971: -- This document and the information contained herein is provided on an
3972: -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
3973: -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
3974: -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
3975: -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
3976: -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
3977: --
3978: