smilint output for ./TOKEN-RING-RMON-MIB


Message Severities
SeverityCount
change recommended1
warning16
Message Types
TypeCount
index-element-accessible (warning)16
module-identity-registration (change recommended)1

Messages:

TOKEN-RING-RMON-MIB

   1: -- extracted from draft-ietf-rmonmib-tokenring-01.txt
   2: -- at Thu Mar  8 06:04:43 2001
  18: 
  19: tokenRing MODULE-IDENTITY
  19: change recommended - warning: uncontrolled MODULE-IDENTITY registration
  20:     LAST-UPDATED "200103021500Z"  -- March 2, 2001
  21:     ORGANIZATION "IETF RMON MIB Working Group"
  22:     CONTACT-INFO
  23:         "Steve Waldbusser
  24: 
  25:         Phone: +1-650-948-6500
  26:         Fax:   +1-650-745-0671
  27:         Email: waldbusser@nextbeacon.com
  28: 
  29:         Andy Bierman
  30:         WG Chair
  31:         abierman@cisco.com
  32: 
  33:         RMONMIB WG Mailing List
  34:         rmonmib@ietf.org
  35:         http://www.ietf.org/mailman/listinfo/rmonmib"
  36:     DESCRIPTION
  37:         "Remote network monitoring devices, often called
  38:         monitors or probes, are instruments that exist for
  39:         the purpose of managing a network. This MIB defines
  40:         objects for managing remote network monitoring devices."
  41: 
  42:     REVISION "200103021500Z"    -- March 2, 2001
  43:     DESCRIPTION
  44:         "Reformatted into SMIv2 format.
  45: 
  46:         This version published as RFC XXXX."
  47: 
  48:     REVISION "9309010000Z"    -- 1 September, 1993
  49:     DESCRIPTION
  50:         "The original version of this MIB, published as RFC1513."
  51:     ::= { rmon 10 }
  52: 
  53: -- The Token Ring Mac-Layer Statistics Group
  54: --
  55: -- Implementation of this group is optional
  56: -- Consult the MODULE-COMPLIANCE macro for the authoritative
  57: -- conformance information for this MIB.
...
  67: 
  68: tokenRingMLStatsEntry OBJECT-TYPE
  68: warning - warning: index element `tokenRingMLStatsIndex' of row `tokenRingMLStatsEntry' should be not-accessible in SMIv2 MIB
  69:     SYNTAX     TokenRingMLStatsEntry
  70:     MAX-ACCESS not-accessible
  71:     STATUS     current
  72:     DESCRIPTION
  73:             "A collection of Mac-Layer statistics kept for a
  74:             particular Token Ring interface."
  75:     INDEX { tokenRingMLStatsIndex }
  76:     ::= { tokenRingMLStatsTable 1 }
  77: 
  78: -- As an example, an instance of the tokenRingMLStatsMacOctets object
  79: -- might be named tokenRingMLStatsMacOctets.1
  80: 
  81: TokenRingMLStatsEntry ::= SEQUENCE {
  82:     tokenRingMLStatsIndex                     Integer32,
  83:     tokenRingMLStatsDataSource                OBJECT IDENTIFIER,
  84:     tokenRingMLStatsDropEvents                Counter32,
  85:     tokenRingMLStatsMacOctets                 Counter32,
  86:     tokenRingMLStatsMacPkts                   Counter32,
  87:     tokenRingMLStatsRingPurgeEvents           Counter32,
  88:     tokenRingMLStatsRingPurgePkts             Counter32,
  89:     tokenRingMLStatsBeaconEvents              Counter32,
  90:     tokenRingMLStatsBeaconTime                TimeInterval,
  91:     tokenRingMLStatsBeaconPkts                Counter32,
  92:     tokenRingMLStatsClaimTokenEvents          Counter32,
  93:     tokenRingMLStatsClaimTokenPkts            Counter32,
  94:     tokenRingMLStatsNAUNChanges               Counter32,
  95:     tokenRingMLStatsLineErrors                Counter32,
  96:     tokenRingMLStatsInternalErrors            Counter32,
  97:     tokenRingMLStatsBurstErrors               Counter32,
  98:     tokenRingMLStatsACErrors                  Counter32,
  99:     tokenRingMLStatsAbortErrors               Counter32,
 100:     tokenRingMLStatsLostFrameErrors           Counter32,
 101:     tokenRingMLStatsCongestionErrors          Counter32,
 102:     tokenRingMLStatsFrameCopiedErrors         Counter32,
 103:     tokenRingMLStatsFrequencyErrors           Counter32,
 104:     tokenRingMLStatsTokenErrors               Counter32,
 105:     tokenRingMLStatsSoftErrorReports          Counter32,
 106:     tokenRingMLStatsRingPollEvents            Counter32,
 107:     tokenRingMLStatsOwner                     OwnerString,
 108:     tokenRingMLStatsStatus                    EntryStatus
 109: }
...
 405: 
 406: tokenRingPStatsEntry OBJECT-TYPE
 406: warning - warning: index element `tokenRingPStatsIndex' of row `tokenRingPStatsEntry' should be not-accessible in SMIv2 MIB
 407:     SYNTAX     TokenRingPStatsEntry
 408:     MAX-ACCESS not-accessible
 409:     STATUS     current
 410:     DESCRIPTION
 411:             "A collection of promiscuous statistics kept for
 412:             non-MAC packets on a particular Token Ring
 413:             interface."
 414:     INDEX { tokenRingPStatsIndex }
 415:     ::= { tokenRingPStatsTable 1 }
 416: 
 417: -- As an example, an instance of the tokenRingPStatsDataOctets object
 418: -- might be named tokenRingPStatsDataOctets.1
 419: 
 420: TokenRingPStatsEntry ::= SEQUENCE {
 421:     tokenRingPStatsIndex                          Integer32,
 422:     tokenRingPStatsDataSource                     OBJECT IDENTIFIER,
 423:     tokenRingPStatsDropEvents                     Counter32,
 424:     tokenRingPStatsDataOctets                     Counter32,
 425:     tokenRingPStatsDataPkts                       Counter32,
 426:     tokenRingPStatsDataBroadcastPkts              Counter32,
 427:     tokenRingPStatsDataMulticastPkts              Counter32,
 428:     tokenRingPStatsDataPkts18to63Octets           Counter32,
 429:     tokenRingPStatsDataPkts64to127Octets          Counter32,
 430:     tokenRingPStatsDataPkts128to255Octets         Counter32,
 431:     tokenRingPStatsDataPkts256to511Octets         Counter32,
 432:     tokenRingPStatsDataPkts512to1023Octets        Counter32,
 433:     tokenRingPStatsDataPkts1024to2047Octets       Counter32,
 434:     tokenRingPStatsDataPkts2048to4095Octets       Counter32,
 435:     tokenRingPStatsDataPkts4096to8191Octets       Counter32,
 436:     tokenRingPStatsDataPkts8192to18000Octets      Counter32,
 437:     tokenRingPStatsDataPktsGreaterThan18000Octets Counter32,
 438:     tokenRingPStatsOwner                          OwnerString,
 439:     tokenRingPStatsStatus                         EntryStatus
 440: }
...
 682: 
 683: tokenRingMLHistoryEntry OBJECT-TYPE
 683: warning - warning: index element `tokenRingMLHistoryIndex' of row `tokenRingMLHistoryEntry' should be not-accessible in SMIv2 MIB
 683: warning - warning: index element `tokenRingMLHistorySampleIndex' of row `tokenRingMLHistoryEntry' should be not-accessible in SMIv2 MIB
 684:     SYNTAX     TokenRingMLHistoryEntry
 685:     MAX-ACCESS not-accessible
 686:     STATUS     current
 687:     DESCRIPTION
 688:             "A collection of Mac-Layer statistics kept for a
 689:             particular Token Ring interface."
 690:     INDEX { tokenRingMLHistoryIndex,  tokenRingMLHistorySampleIndex }
 691:     ::= { tokenRingMLHistoryTable 1 }
 692: 
 693: -- As an example, an instance of the tokenRingMLHistoryMacOctets
 694: -- object might be named tokenRingMLHistoryMacOctets.1.27
 695: 
 696: TokenRingMLHistoryEntry ::= SEQUENCE {
 697:     tokenRingMLHistoryIndex                     Integer32,
 698:     tokenRingMLHistorySampleIndex               Integer32,
 699:     tokenRingMLHistoryIntervalStart             TimeStamp,
 700:     tokenRingMLHistoryDropEvents                Counter32,
 701:     tokenRingMLHistoryMacOctets                 Counter32,
 702:     tokenRingMLHistoryMacPkts                   Counter32,
 703:     tokenRingMLHistoryRingPurgeEvents           Counter32,
 704:     tokenRingMLHistoryRingPurgePkts             Counter32,
 705:     tokenRingMLHistoryBeaconEvents              Counter32,
 706:     tokenRingMLHistoryBeaconTime                TimeInterval,
 707:     tokenRingMLHistoryBeaconPkts                Counter32,
 708:     tokenRingMLHistoryClaimTokenEvents          Counter32,
 709:     tokenRingMLHistoryClaimTokenPkts            Counter32,
 710:     tokenRingMLHistoryNAUNChanges               Counter32,
 711:     tokenRingMLHistoryLineErrors                Counter32,
 712:     tokenRingMLHistoryInternalErrors            Counter32,
 713:     tokenRingMLHistoryBurstErrors               Counter32,
 714:     tokenRingMLHistoryACErrors                  Counter32,
 715:     tokenRingMLHistoryAbortErrors               Counter32,
 716:     tokenRingMLHistoryLostFrameErrors           Counter32,
 717:     tokenRingMLHistoryCongestionErrors          Counter32,
 718:     tokenRingMLHistoryFrameCopiedErrors         Counter32,
 719:     tokenRingMLHistoryFrequencyErrors           Counter32,
 720:     tokenRingMLHistoryTokenErrors               Counter32,
 721:     tokenRingMLHistorySoftErrorReports          Counter32,
 722:     tokenRingMLHistoryRingPollEvents            Counter32,
 723:     tokenRingMLHistoryActiveStations            Integer32
 724: }
...
1034: 
1035: tokenRingPHistoryEntry OBJECT-TYPE
1035: warning - warning: index element `tokenRingPHistoryIndex' of row `tokenRingPHistoryEntry' should be not-accessible in SMIv2 MIB
1035: warning - warning: index element `tokenRingPHistorySampleIndex' of row `tokenRingPHistoryEntry' should be not-accessible in SMIv2 MIB
1036:     SYNTAX     TokenRingPHistoryEntry
1037:     MAX-ACCESS not-accessible
1038:     STATUS     current
1039:     DESCRIPTION
1040:             "A collection of promiscuous statistics kept for a
1041:             particular Token Ring interface."
1042:     INDEX { tokenRingPHistoryIndex, tokenRingPHistorySampleIndex }
1043:     ::= { tokenRingPHistoryTable 1 }
1044: 
1045: -- As an example, an instance of the tokenRingPHistoryDataPkts object
1046: -- might be named tokenRingPHistoryDataPkts.1.27
1047: 
1048: TokenRingPHistoryEntry ::= SEQUENCE {
1049:     tokenRingPHistoryIndex                          Integer32,
1050:     tokenRingPHistorySampleIndex                    Integer32,
1051:     tokenRingPHistoryIntervalStart                  TimeStamp,
1052:     tokenRingPHistoryDropEvents                     Counter32,
1053:     tokenRingPHistoryDataOctets                     Counter32,
1054:     tokenRingPHistoryDataPkts                       Counter32,
1055:     tokenRingPHistoryDataBroadcastPkts              Counter32,
1056:     tokenRingPHistoryDataMulticastPkts              Counter32,
1057:     tokenRingPHistoryDataPkts18to63Octets           Counter32,
1058:     tokenRingPHistoryDataPkts64to127Octets          Counter32,
1059:     tokenRingPHistoryDataPkts128to255Octets         Counter32,
1060:     tokenRingPHistoryDataPkts256to511Octets         Counter32,
1061:     tokenRingPHistoryDataPkts512to1023Octets        Counter32,
1062:     tokenRingPHistoryDataPkts1024to2047Octets       Counter32,
1063:     tokenRingPHistoryDataPkts2048to4095Octets       Counter32,
1064:     tokenRingPHistoryDataPkts4096to8191Octets       Counter32,
1065:     tokenRingPHistoryDataPkts8192to18000Octets      Counter32,
1066:     tokenRingPHistoryDataPktsGreaterThan18000Octets Counter32
1067: }
...
1298: 
1299: ringStationControlEntry OBJECT-TYPE
1299: warning - warning: index element `ringStationControlIfIndex' of row `ringStationControlEntry' should be not-accessible in SMIv2 MIB
1300:     SYNTAX     RingStationControlEntry
1301:     MAX-ACCESS not-accessible
1302:     STATUS     current
1303:     DESCRIPTION
1304:             "A list of parameters that set up the discovery of
1305:             stations on a particular interface and the
1306:             collection of statistics about these stations."
1307:     INDEX { ringStationControlIfIndex }
1308:     ::= { ringStationControlTable 1 }
1309: 
1310: -- As an example, an instance of the ringStationControlIfIndex object
1311: -- might be named ringStationControlIfIndex.1
1312: 
1313: RingStationControlEntry ::= SEQUENCE {
1314:     ringStationControlIfIndex          InterfaceIndex,
1315:     ringStationControlTableSize        Integer32,
1316:     ringStationControlActiveStations   Integer32,
1317:     ringStationControlRingState        INTEGER,
1318:     ringStationControlBeaconSender     MacAddress,
1319:     ringStationControlBeaconNAUN       MacAddress,
1320:     ringStationControlActiveMonitor    MacAddress,
1321:     ringStationControlOrderChanges     Counter32,
1322:     ringStationControlOwner            OwnerString,
1323:     ringStationControlStatus           EntryStatus
1324: }
...
1449: 
1450: ringStationEntry OBJECT-TYPE
1450: warning - warning: index element `ringStationIfIndex' of row `ringStationEntry' should be not-accessible in SMIv2 MIB
1450: warning - warning: index element `ringStationMacAddress' of row `ringStationEntry' should be not-accessible in SMIv2 MIB
1451:     SYNTAX     RingStationEntry
1452:     MAX-ACCESS not-accessible
1453:     STATUS     current
1454:     DESCRIPTION
1455:             "A collection of statistics for a particular
1456:             station that has been discovered on a ring
1457:             monitored by this device."
1458:     INDEX { ringStationIfIndex, ringStationMacAddress }
1459:     ::= { ringStationTable 1 }
1460: 
1461: -- As an example, an instance of the ringStationStationStatus object
1462: -- might be named ringStationStationStatus.1.16.0.90.0.64.131
1463: 
1464: RingStationEntry ::= SEQUENCE {
1465:     ringStationIfIndex                InterfaceIndex,
1466:     ringStationMacAddress             MacAddress,
1467:     ringStationLastNAUN               MacAddress,
1468:     ringStationStationStatus          INTEGER,
1469:     ringStationLastEnterTime          TimeStamp,
1470:     ringStationLastExitTime           TimeStamp,
1471:     ringStationDuplicateAddresses     Counter32,
1472:     ringStationInLineErrors           Counter32,
1473:     ringStationOutLineErrors          Counter32,
1474:     ringStationInternalErrors         Counter32,
1475:     ringStationInBurstErrors          Counter32,
1476:     ringStationOutBurstErrors         Counter32,
1477:     ringStationACErrors               Counter32,
1478:     ringStationAbortErrors            Counter32,
1479:     ringStationLostFrameErrors        Counter32,
1480:     ringStationCongestionErrors       Counter32,
1481:     ringStationFrameCopiedErrors      Counter32,
1482:     ringStationFrequencyErrors        Counter32,
1483:     ringStationTokenErrors            Counter32,
1484:     ringStationInBeaconErrors         Counter32,
1485:     ringStationOutBeaconErrors        Counter32,
1486:     ringStationInsertions             Counter32
1487: }
...
1733: 
1734: ringStationOrderEntry OBJECT-TYPE
1734: warning - warning: index element `ringStationOrderIfIndex' of row `ringStationOrderEntry' should be not-accessible in SMIv2 MIB
1734: warning - warning: index element `ringStationOrderOrderIndex' of row `ringStationOrderEntry' should be not-accessible in SMIv2 MIB
1735:     SYNTAX     RingStationOrderEntry
1736:     MAX-ACCESS not-accessible
1737:     STATUS     current
1738:     DESCRIPTION
1739:             "A collection of statistics for a particular
1740:             station that is active on a ring monitored by this
1741:             device.  If implemented, this table will contain
1742:             information for every interface that has a
1743:             ringStationControlStatus equal to valid."
1744:     INDEX { ringStationOrderIfIndex, ringStationOrderOrderIndex }
1745:     ::= { ringStationOrderTable 1 }
1746: 
1747: -- As an example, an instance of the ringStationOrderMacAddress
1748: -- object might be named ringStationOrderMacAddress.1.14
1749: 
1750: RingStationOrderEntry ::= SEQUENCE {
1751:     ringStationOrderIfIndex             InterfaceIndex,
1752:     ringStationOrderOrderIndex          Integer32,
1753:     ringStationOrderMacAddress          MacAddress
1754: }
...
1806: 
1807: ringStationConfigControlEntry OBJECT-TYPE
1807: warning - warning: index element `ringStationConfigControlIfIndex' of row `ringStationConfigControlEntry' should be not-accessible in SMIv2 MIB
1807: warning - warning: index element `ringStationConfigControlMacAddress' of row `ringStationConfigControlEntry' should be not-accessible in SMIv2 MIB
1808:     SYNTAX     RingStationConfigControlEntry
1809:     MAX-ACCESS not-accessible
1810:     STATUS     current
1811:     DESCRIPTION
1812:             "This entry controls active management of stations
1813:             by the probe.  One entry exists in this table for
1814:             each active station in the ringStationTable."
1815:     INDEX { ringStationConfigControlIfIndex,
1816:             ringStationConfigControlMacAddress }
1817:     ::= { ringStationConfigControlTable 1 }
1818: 
1819: -- As an example, an instance of the ringStationConfigControlRemove
1820: -- object might be named
1821: -- ringStationConfigControlRemove.1.16.0.90.0.64.131
1822: 
1823: RingStationConfigControlEntry ::= SEQUENCE {
1824:     ringStationConfigControlIfIndex         InterfaceIndex,
1825:     ringStationConfigControlMacAddress      MacAddress,
1826:     ringStationConfigControlRemove          INTEGER,
1827:     ringStationConfigControlUpdateStats     INTEGER
1828: }
...
1896: 
1897: ringStationConfigEntry OBJECT-TYPE
1897: warning - warning: index element `ringStationConfigIfIndex' of row `ringStationConfigEntry' should be not-accessible in SMIv2 MIB
1897: warning - warning: index element `ringStationConfigMacAddress' of row `ringStationConfigEntry' should be not-accessible in SMIv2 MIB
1898:     SYNTAX     RingStationConfigEntry
1899:     MAX-ACCESS not-accessible
1900:     STATUS     current
1901:     DESCRIPTION
1902:             "A collection of statistics for a particular
1903:             station that has been discovered on a ring
1904:             monitored by this probe."
1905:     INDEX { ringStationConfigIfIndex, ringStationConfigMacAddress }
1906:     ::= { ringStationConfigTable 1 }
1907: 
1908: -- As an example, an instance of the ringStationConfigLocation object
1909: -- might be named ringStationConfigLocation.1.16.0.90.0.64.131
1910: 
1911: RingStationConfigEntry ::= SEQUENCE {
1912:     ringStationConfigIfIndex            InterfaceIndex,
1913:     ringStationConfigMacAddress         MacAddress,
1914:     ringStationConfigUpdateTime         TimeStamp,
1915:     ringStationConfigLocation           OCTET STRING,
1916:     ringStationConfigMicrocode          OCTET STRING,
1917:     ringStationConfigGroupAddress       OCTET STRING,
1918:     ringStationConfigFunctionalAddress  OCTET STRING
1919: }
...
2005: 
2006: sourceRoutingStatsEntry OBJECT-TYPE
2006: warning - warning: index element `sourceRoutingStatsIfIndex' of row `sourceRoutingStatsEntry' should be not-accessible in SMIv2 MIB
2007:     SYNTAX     SourceRoutingStatsEntry
2008:     MAX-ACCESS not-accessible
2009:     STATUS     current
2010:     DESCRIPTION
2011:             "A collection of source routing statistics kept
2012:             for a particular Token Ring interface."
2013:     INDEX { sourceRoutingStatsIfIndex }
2014:     ::= { sourceRoutingStatsTable 1 }
2015: 
2016: -- As an example, an instance of the sourceRoutingStatsInFrames
2017: -- object might be named sourceRoutingStatsInFrames.1
2018: 
2019: SourceRoutingStatsEntry ::= SEQUENCE {
2020:     sourceRoutingStatsIfIndex                      InterfaceIndex,
2021:     sourceRoutingStatsRingNumber                   Integer32,
2022:     sourceRoutingStatsInFrames                     Counter32,
2023:         -- in to our net
2024: 
2025:     sourceRoutingStatsOutFrames                    Counter32,
2026:         -- out from our net
2027: 
2028:     sourceRoutingStatsThroughFrames                Counter32,
2029:         -- through our net
2030: 
2031:     sourceRoutingStatsAllRoutesBroadcastFrames     Counter32,
2032:     sourceRoutingStatsSingleRouteBroadcastFrames   Counter32,
2033:     sourceRoutingStatsInOctets                     Counter32,
2034:     sourceRoutingStatsOutOctets                    Counter32,
2035:     sourceRoutingStatsThroughOctets                Counter32,
2036:     sourceRoutingStatsAllRoutesBroadcastOctets     Counter32,
2037:     sourceRoutingStatsSingleRoutesBroadcastOctets  Counter32,
2038:     sourceRoutingStatsLocalLLCFrames               Counter32,
2039:     sourceRoutingStats1HopFrames                   Counter32,
2040:     sourceRoutingStats2HopsFrames                  Counter32,
2041:     sourceRoutingStats3HopsFrames                  Counter32,
2042:     sourceRoutingStats4HopsFrames                  Counter32,
2043:     sourceRoutingStats5HopsFrames                  Counter32,
2044:     sourceRoutingStats6HopsFrames                  Counter32,
2045:     sourceRoutingStats7HopsFrames                  Counter32,
2046:     sourceRoutingStats8HopsFrames                  Counter32,
2047:     sourceRoutingStatsMoreThan8HopsFrames          Counter32,
2048:     sourceRoutingStatsOwner                        OwnerString,
2049:     sourceRoutingStatsStatus                       EntryStatus
2050: }