smilint output for ./OSPF-MIB


Message Severities
SeverityCount
warning29
Message Types
TypeCount
index-element-accessible (warning)29

Messages:

OSPF-MIB

   1: -- extracted from rfc4750.txt
   2: -- at Wed Dec 13 06:08:00 2006
 656: 
 657:   ospfAreaEntry OBJECT-TYPE
 657: warning - warning: index element `ospfAreaId' of row `ospfAreaEntry' should be not-accessible in SMIv2 MIB
 658:        SYNTAX       OspfAreaEntry
 659:        MAX-ACCESS   not-accessible
 660:        STATUS       current
 661:        DESCRIPTION
 662:           "Information describing the configured parameters and
 663:           cumulative statistics of one of the router's attached areas.
 664:           The interfaces and virtual links are configured as part of
 665:           these areas.  Area 0.0.0.0, by definition, is the backbone
 666:           area.
 667: 
 668:           Information in this table is persistent and when this object
 669:           is written the entity SHOULD save the change to non-volatile
 670:           storage."
 671:        INDEX { ospfAreaId }
 672:        ::= { ospfAreaTable 1 }
 673: 
 674:   OspfAreaEntry ::=
 675:         SEQUENCE {
 676:            ospfAreaId
 677:               AreaID,
 678:            ospfAuthType
 679:               OspfAuthenticationType,
 680:            ospfImportAsExtern
 681:               INTEGER,
 682:            ospfSpfRuns
 683:               Counter32,
 684:            ospfAreaBdrRtrCount
 685:               Gauge32,
 686:            ospfAsBdrRtrCount
 687:               Gauge32,
 688:            ospfAreaLsaCount
 689:               Gauge32,
 690:            ospfAreaLsaCksumSum
 691:               Integer32,
 692:            ospfAreaSummary
 693:               INTEGER,
 694:            ospfAreaStatus
 695:               RowStatus,
 696:            ospfAreaNssaTranslatorRole
 697:               INTEGER,
 698:            ospfAreaNssaTranslatorState
 699:               INTEGER,
 700:            ospfAreaNssaTranslatorStabilityInterval
 701:               PositiveInteger,
 702:            ospfAreaNssaTranslatorEvents
 703:               Counter32
 704:            }
...
 911: 
 912:   ospfStubAreaEntry OBJECT-TYPE
 912: warning - warning: index element `ospfStubAreaId' of row `ospfStubAreaEntry' should be not-accessible in SMIv2 MIB
 912: warning - warning: index element `ospfStubTOS' of row `ospfStubAreaEntry' should be not-accessible in SMIv2 MIB
 913:        SYNTAX       OspfStubAreaEntry
 914:        MAX-ACCESS   not-accessible
 915:        STATUS      current
 916:        DESCRIPTION
 917:           "The metric for a given Type of Service that
 918:           will be advertised by a default Area Border
 919:           Router into a stub area.
 920: 
 921:           Information in this table is persistent and when this object
 922:           is written the entity SHOULD save the change to non-volatile
 923:           storage."
 924:        REFERENCE
 925:           "OSPF Version 2, Appendix C.2, Area Parameters"
 926:        INDEX { ospfStubAreaId, ospfStubTOS }
 927:        ::= { ospfStubAreaTable 1 }
 928: 
 929:   OspfStubAreaEntry ::=
 930:        SEQUENCE {
 931:           ospfStubAreaId
 932:              AreaID,
 933:           ospfStubTOS
 934:              TOSType,
 935:           ospfStubMetric
 936:              BigMetric,
 937:           ospfStubStatus
 938:              RowStatus,
 939:           ospfStubMetricType
 940:              INTEGER
 941:           }
...
1017: 
1018:   ospfLsdbEntry OBJECT-TYPE
1018: warning - warning: index element `ospfLsdbAreaId' of row `ospfLsdbEntry' should be not-accessible in SMIv2 MIB
1018: warning - warning: index element `ospfLsdbType' of row `ospfLsdbEntry' should be not-accessible in SMIv2 MIB

1018: warning - warning: index element `ospfLsdbLsid' of row `ospfLsdbEntry' should be not-accessible in SMIv2 MIB

1018: warning - warning: index element `ospfLsdbRouterId' of row `ospfLsdbEntry' should be not-accessible in SMIv2 MIB
1019:        SYNTAX   OspfLsdbEntry
1020:        MAX-ACCESS   not-accessible
1021:        STATUS   current
1022:        DESCRIPTION
1023:           "A single link state advertisement."
1024:        INDEX { ospfLsdbAreaId, ospfLsdbType,
1025:                ospfLsdbLsid, ospfLsdbRouterId }
1026:        ::= { ospfLsdbTable 1 }
1027: 
1028:   OspfLsdbEntry ::=
1029:        SEQUENCE {
1030:           ospfLsdbAreaId
1031:              AreaID,
1032:           ospfLsdbType
1033:              INTEGER,
1034:           ospfLsdbLsid
1035:              IpAddress,
1036:           ospfLsdbRouterId
1037:              RouterID,
1038:           ospfLsdbSequence
1039:              Integer32,
1040:           ospfLsdbAge
1041:              Integer32,
1042:           ospfLsdbChecksum
1043:              Integer32,
1044:           ospfLsdbAdvertisement
1045:              OCTET STRING
1046:           }
...
1196: 
1197:   ospfAreaRangeEntry OBJECT-TYPE
1197: warning - warning: index element `ospfAreaRangeAreaId' of row `ospfAreaRangeEntry' should be not-accessible in SMIv2 MIB
1197: warning - warning: index element `ospfAreaRangeNet' of row `ospfAreaRangeEntry' should be not-accessible in SMIv2 MIB
1198:        SYNTAX       OspfAreaRangeEntry
1199:        MAX-ACCESS   not-accessible
1200:        STATUS       obsolete
1201:        DESCRIPTION
1202:           "A single area address range.
1203: 
1204:           Information in this table is persistent and when this object
1205:           is written the entity SHOULD save the change to non-volatile
1206:           storage."
1207:        REFERENCE
1208:           "OSPF Version 2, Appendix C.2  Area parameters"
1209:        INDEX { ospfAreaRangeAreaId, ospfAreaRangeNet }
1210:        ::= { ospfAreaRangeTable 1 }
1211: 
1212:   OspfAreaRangeEntry ::=
1213:        SEQUENCE {
1214:           ospfAreaRangeAreaId
1215:              AreaID,
1216:           ospfAreaRangeNet
1217:              IpAddress,
1218:           ospfAreaRangeMask
1219:              IpAddress,
1220:           ospfAreaRangeStatus
1221:              RowStatus,
1222:           ospfAreaRangeEffect
1223:              INTEGER
1224:           }
...
1305: 
1306:   ospfHostEntry OBJECT-TYPE
1306: warning - warning: index element `ospfHostIpAddress' of row `ospfHostEntry' should be not-accessible in SMIv2 MIB
1306: warning - warning: index element `ospfHostTOS' of row `ospfHostEntry' should be not-accessible in SMIv2 MIB
1307:        SYNTAX       OspfHostEntry
1308:        MAX-ACCESS   not-accessible
1309:        STATUS       current
1310:        DESCRIPTION
1311:           "A metric to be advertised, for a given type of
1312:           service, when a given host is reachable.
1313: 
1314:           Information in this table is persistent and when this object
1315:           is written the entity SHOULD save the change to non-volatile
1316:           storage."
1317:        INDEX { ospfHostIpAddress, ospfHostTOS }
1318:        ::= { ospfHostTable 1 }
1319: 
1320:   OspfHostEntry ::=
1321:        SEQUENCE {
1322:           ospfHostIpAddress
1323:              IpAddress,
1324:           ospfHostTOS
1325:              TOSType,
1326:           ospfHostMetric
1327:              Metric,
1328:           ospfHostStatus
1329:              RowStatus,
1330:           ospfHostAreaID
1331:              AreaID,
1332:           ospfHostCfgAreaID
1333:              AreaID
1334:           }
...
1417: 
1418:   ospfIfEntry OBJECT-TYPE
1418: warning - warning: index element `ospfIfIpAddress' of row `ospfIfEntry' should be not-accessible in SMIv2 MIB
1418: warning - warning: index element `ospfAddressLessIf' of row `ospfIfEntry' should be not-accessible in SMIv2 MIB
1419:        SYNTAX       OspfIfEntry
1420:        MAX-ACCESS   not-accessible
1421:        STATUS       current
1422:        DESCRIPTION
1423:           "The OSPF interface entry describes one interface
1424:           from the viewpoint of OSPF.
1425: 
1426:           Information in this table is persistent and when this object
1427:           is written the entity SHOULD save the change to non-volatile
1428:           storage."
1429:        INDEX { ospfIfIpAddress, ospfAddressLessIf }
1430:        ::= { ospfIfTable 1 }
1431: 
1432:   OspfIfEntry ::=
1433:        SEQUENCE {
1434:           ospfIfIpAddress
1435:              IpAddress,
1436:           ospfAddressLessIf
1437:              InterfaceIndexOrZero,
1438:           ospfIfAreaId
1439:              AreaID,
1440:           ospfIfType
1441:              INTEGER,
1442:           ospfIfAdminStat
1443:              Status,
1444:           ospfIfRtrPriority
1445:              DesignatedRouterPriority,
1446:           ospfIfTransitDelay
1447:              UpToMaxAge,
1448:           ospfIfRetransInterval
1449:              UpToMaxAge,
1450:           ospfIfHelloInterval
1451:              HelloRange,
1452:           ospfIfRtrDeadInterval
1453:              PositiveInteger,
1454:           ospfIfPollInterval
1455:              PositiveInteger,
1456:           ospfIfState
1457:              INTEGER,
1458:           ospfIfDesignatedRouter
1459:              IpAddress,
1460:           ospfIfBackupDesignatedRouter
1461:              IpAddress,
1462:           ospfIfEvents
1463:              Counter32,
1464:           ospfIfAuthKey
1465:              OCTET STRING,
1466:           ospfIfStatus
1467:              RowStatus,
1468:           ospfIfMulticastForwarding
1469:              INTEGER,
1470:           ospfIfDemand
1471:              TruthValue,
1472:           ospfIfAuthType
1473:              OspfAuthenticationType,
1474:           ospfIfLsaCount
1475:              Gauge32,
1476:           ospfIfLsaCksumSum
1477:              Unsigned32,
1478:           ospfIfDesignatedRouterId
1479:              RouterID,
1480:           ospfIfBackupDesignatedRouterId
1481:              RouterID
1482:           }
...
1855: 
1856:   ospfIfMetricEntry OBJECT-TYPE
1856: warning - warning: index element `ospfIfMetricIpAddress' of row `ospfIfMetricEntry' should be not-accessible in SMIv2 MIB
1856: warning - warning: index element `ospfIfMetricAddressLessIf' of row `ospfIfMetricEntry' should be not-accessible in SMIv2 MIB

1856: warning - warning: index element `ospfIfMetricTOS' of row `ospfIfMetricEntry' should be not-accessible in SMIv2 MIB
1857:        SYNTAX       OspfIfMetricEntry
1858:        MAX-ACCESS   not-accessible
1859:        STATUS      current
1860:        DESCRIPTION
1861:           "A particular TOS metric for a non-virtual interface
1862:           identified by the interface index.
1863: 
1864:           Information in this table is persistent and when this object
1865:           is written the entity SHOULD save the change to non-volatile
1866:           storage."
1867:        REFERENCE
1868:           "OSPF Version 2, Appendix C.3 Router interface
1869:           parameters"
1870:        INDEX { ospfIfMetricIpAddress,
1871:           ospfIfMetricAddressLessIf,
1872:           ospfIfMetricTOS }
1873:        ::= { ospfIfMetricTable 1 }
1874: 
1875:   OspfIfMetricEntry ::=
1876:        SEQUENCE {
1877:           ospfIfMetricIpAddress
1878:              IpAddress,
1879:           ospfIfMetricAddressLessIf
1880:              InterfaceIndexOrZero,
1881:           ospfIfMetricTOS
1882:              TOSType,
1883:           ospfIfMetricValue
1884:              Metric,
1885:           ospfIfMetricStatus
1886:              RowStatus
1887:           }
...
1961: 
1962:   ospfVirtIfEntry OBJECT-TYPE
1962: warning - warning: index element `ospfVirtIfAreaId' of row `ospfVirtIfEntry' should be not-accessible in SMIv2 MIB
1962: warning - warning: index element `ospfVirtIfNeighbor' of row `ospfVirtIfEntry' should be not-accessible in SMIv2 MIB
1963:        SYNTAX       OspfVirtIfEntry
1964:        MAX-ACCESS   not-accessible
1965:        STATUS       current
1966:        DESCRIPTION
1967:           "Information about a single virtual interface.
1968: 
1969:           Information in this table is persistent and when this object
1970:           is written the entity SHOULD save the change to non-volatile
1971:           storage."
1972: 
1973:        INDEX { ospfVirtIfAreaId, ospfVirtIfNeighbor }
1974:        ::= { ospfVirtIfTable 1 }
1975: 
1976:   OspfVirtIfEntry ::=
1977:        SEQUENCE {
1978:           ospfVirtIfAreaId
1979:              AreaID,
1980:           ospfVirtIfNeighbor
1981:              RouterID,
1982:           ospfVirtIfTransitDelay
1983:              UpToMaxAge,
1984:           ospfVirtIfRetransInterval
1985:              UpToMaxAge,
1986:           ospfVirtIfHelloInterval
1987:              HelloRange,
1988:           ospfVirtIfRtrDeadInterval
1989:              PositiveInteger,
1990:           ospfVirtIfState
1991:              INTEGER,
1992:           ospfVirtIfEvents
1993:              Counter32,
1994:           ospfVirtIfAuthKey
1995:              OCTET STRING,
1996:           ospfVirtIfStatus
1997:              RowStatus,
1998:           ospfVirtIfAuthType
1999:              OspfAuthenticationType,
2000:           ospfVirtIfLsaCount
2001:              Gauge32,
2002:           ospfVirtIfLsaCksumSum
2003:              Unsigned32
2004:           }
...
2203: 
2204:   ospfNbrEntry OBJECT-TYPE
2204: warning - warning: index element `ospfNbrIpAddr' of row `ospfNbrEntry' should be not-accessible in SMIv2 MIB
2204: warning - warning: index element `ospfNbrAddressLessIndex' of row `ospfNbrEntry' should be not-accessible in SMIv2 MIB
2205:        SYNTAX       OspfNbrEntry
2206:        MAX-ACCESS   not-accessible
2207:        STATUS       current
2208:        DESCRIPTION
2209:           "The information regarding a single neighbor.
2210: 
2211:           Information in this table is persistent and when this object
2212:           is written the entity SHOULD save the change to non-volatile
2213:           storage."
2214:        REFERENCE
2215:           "OSPF Version 2, Section 10 The Neighbor Data
2216:           Structure"
2217:        INDEX { ospfNbrIpAddr, ospfNbrAddressLessIndex }
2218:        ::= { ospfNbrTable 1 }
2219: 
2220:   OspfNbrEntry ::=
2221:        SEQUENCE {
2222:           ospfNbrIpAddr
2223:              IpAddress,
2224:           ospfNbrAddressLessIndex
2225:              InterfaceIndexOrZero,
2226:           ospfNbrRtrId
2227:              RouterID,
2228:           ospfNbrOptions
2229:              Integer32,
2230:           ospfNbrPriority
2231:              DesignatedRouterPriority,
2232:           ospfNbrState
2233:              INTEGER,
2234:           ospfNbrEvents
2235:              Counter32,
2236:           ospfNbrLsRetransQLen
2237:              Gauge32,
2238:           ospfNbmaNbrStatus
2239:              RowStatus,
2240:           ospfNbmaNbrPermanence
2241:              INTEGER,
2242:           ospfNbrHelloSuppressed
2243:              TruthValue,
2244:           ospfNbrRestartHelperStatus
2245:              INTEGER,
2246:           ospfNbrRestartHelperAge
2247:              Unsigned32,
2248:           ospfNbrRestartHelperExitReason
2249:              INTEGER
2250:           }
...
2463: 
2464:   ospfVirtNbrEntry OBJECT-TYPE
2464: warning - warning: index element `ospfVirtNbrArea' of row `ospfVirtNbrEntry' should be not-accessible in SMIv2 MIB
2464: warning - warning: index element `ospfVirtNbrRtrId' of row `ospfVirtNbrEntry' should be not-accessible in SMIv2 MIB
2465:        SYNTAX       OspfVirtNbrEntry
2466:        MAX-ACCESS   not-accessible
2467:        STATUS       current
2468:        DESCRIPTION
2469:           "Virtual neighbor information."
2470:        INDEX { ospfVirtNbrArea, ospfVirtNbrRtrId }
2471:        ::= { ospfVirtNbrTable 1 }
2472: 
2473:   OspfVirtNbrEntry ::=
2474:        SEQUENCE {
2475:           ospfVirtNbrArea
2476:              AreaID,
2477:           ospfVirtNbrRtrId
2478:              RouterID,
2479:           ospfVirtNbrIpAddr
2480:              IpAddress,
2481:           ospfVirtNbrOptions
2482:              Integer32,
2483:           ospfVirtNbrState
2484:              INTEGER,
2485:           ospfVirtNbrEvents
2486:              Counter32,
2487:           ospfVirtNbrLsRetransQLen
2488:              Gauge32,
2489:           ospfVirtNbrHelloSuppressed
2490:              TruthValue,
2491:           ospfVirtNbrRestartHelperStatus
2492:              INTEGER,
2493:           ospfVirtNbrRestartHelperAge
2494:              Unsigned32,
2495:           ospfVirtNbrRestartHelperExitReason
2496:              INTEGER
2497:           }
...
2653: 
2654:   ospfExtLsdbEntry OBJECT-TYPE
2654: warning - warning: index element `ospfExtLsdbType' of row `ospfExtLsdbEntry' should be not-accessible in SMIv2 MIB
2654: warning - warning: index element `ospfExtLsdbLsid' of row `ospfExtLsdbEntry' should be not-accessible in SMIv2 MIB

2654: warning - warning: index element `ospfExtLsdbRouterId' of row `ospfExtLsdbEntry' should be not-accessible in SMIv2 MIB
2655:        SYNTAX       OspfExtLsdbEntry
2656:        MAX-ACCESS   not-accessible
2657:        STATUS       deprecated
2658:        DESCRIPTION
2659:           "A single link state advertisement."
2660:        INDEX { ospfExtLsdbType, ospfExtLsdbLsid, ospfExtLsdbRouterId }
2661:        ::= { ospfExtLsdbTable 1 }
2662: 
2663:   OspfExtLsdbEntry ::=
2664:        SEQUENCE {
2665:           ospfExtLsdbType
2666:              INTEGER,
2667:           ospfExtLsdbLsid
2668:              IpAddress,
2669:           ospfExtLsdbRouterId
2670:              RouterID,
2671:           ospfExtLsdbSequence
2672:              Integer32,
2673:           ospfExtLsdbAge
2674:              Integer32,
2675:           ospfExtLsdbChecksum
2676:              Integer32,
2677:           ospfExtLsdbAdvertisement
2678:              OCTET STRING
2679:           }
...
2858: 
2859:   ospfAreaAggregateEntry OBJECT-TYPE
2859: warning - warning: index element `ospfAreaAggregateAreaID' of row `ospfAreaAggregateEntry' should be not-accessible in SMIv2 MIB
2859: warning - warning: index element `ospfAreaAggregateLsdbType' of row `ospfAreaAggregateEntry' should be not-accessible in SMIv2 MIB

2859: warning - warning: index element `ospfAreaAggregateNet' of row `ospfAreaAggregateEntry' should be not-accessible in SMIv2 MIB

2859: warning - warning: index element `ospfAreaAggregateMask' of row `ospfAreaAggregateEntry' should be not-accessible in SMIv2 MIB
2860:        SYNTAX   OspfAreaAggregateEntry
2861:        MAX-ACCESS   not-accessible
2862:        STATUS   current
2863:        DESCRIPTION
2864:           "A single area aggregate entry.
2865: 
2866:           Information in this table is persistent and when this object
2867:           is written the entity SHOULD save the change to non-volatile
2868:           storage."
2869:        REFERENCE
2870:           "OSPF Version 2, Appendix C.2  Area parameters"
2871:        INDEX { ospfAreaAggregateAreaID, ospfAreaAggregateLsdbType,
2872:           ospfAreaAggregateNet, ospfAreaAggregateMask }
2873:        ::= { ospfAreaAggregateTable 1 }
2874: 
2875:   OspfAreaAggregateEntry ::=
2876:        SEQUENCE {
2877:           ospfAreaAggregateAreaID
2878:              AreaID,
2879:           ospfAreaAggregateLsdbType
2880:              INTEGER,
2881:           ospfAreaAggregateNet
2882:              IpAddress,
2883:           ospfAreaAggregateMask
2884:              IpAddress,
2885:           ospfAreaAggregateStatus
2886:              RowStatus,
2887:           ospfAreaAggregateEffect
2888:              INTEGER,
2889:           ospfAreaAggregateExtRouteTag
2890:              Unsigned32
2891:           }