smilint output for ./ISIS-MIB


Message Severities
SeverityCount
warning3
Message Types
TypeCount
index-exceeds-too-large (warning)3

Messages:

ISIS-MIB

   1: -- extracted from rfc4444.txt
   2: -- at Tue Apr 18 06:06:13 2006
 654: 
 655:     isisSummAddrEntry OBJECT-TYPE
 655: warning - warning: index of row `isisSummAddrEntry' can exceed OID size limit by 142 subidentifier(s)
 656:         SYNTAX IsisSummAddrEntry
 657:         MAX-ACCESS not-accessible
 658:         STATUS current
 659:         DESCRIPTION
 660:             "Each entry contains one IP summary address.
 661: 
 662:              Dynamically created rows MUST survive an agent reboot.
 663: 
 664:              Implementers need to be aware that if the total number
 665:              of elements (octets or sub-identifiers) in
 666:              isisSummAddress and isisSummAddrPrefixLen is too great,
 667:              then OIDs of column instances in this table will have
 668:              more than 128 subidentifiers and cannot be accessed
 669:              using SNMPv1, SNMPv2c, or SNMPv3."
 670:         INDEX { isisSummAddressType,
 671:                 isisSummAddress,
 672:                 isisSummAddrPrefixLen }
 673:     ::= { isisSummAddrTable 1 }
 674: 
 675:     IsisSummAddrEntry ::=
 676:         SEQUENCE {
 677:             isisSummAddressType
 678:                 InetAddressType,
 679:             isisSummAddress
 680:                 InetAddress,
 681:             isisSummAddrPrefixLen
 682:                 InetAddressPrefixLength,
 683:             isisSummAddrExistState
 684:                 RowStatus,
 685:             isisSummAddrMetric
 686:                 IsisDefaultMetric,
 687:             isisSummAddrFullMetric
 688:                 IsisFullMetric
 689:         }
...
 781: 
 782:     isisRedistributeAddrEntry OBJECT-TYPE
 782: warning - warning: index of row `isisRedistributeAddrEntry' can exceed OID size limit by 142 subidentifier(s)
 783:         SYNTAX IsisRedistributeAddrEntry
 784:         MAX-ACCESS not-accessible
 785:         STATUS current
 786:         DESCRIPTION
 787:             "Each entry contains one configured IP summary
 788:              address to manage leaking L2 addresses into L1.
 789: 
 790:              Dynamically created rows MUST survive an agent reboot.
 791: 
 792:              Implementers need to be aware that if the total number
 793:              of elements (octets or sub-identifiers) in
 794:              isisRedistributeAddrAddress and
 795:              isisRedistributeAddrPrefixLen is too great, then OIDs
 796:              of column instances in this table will have more than
 797:              128 subidentifiers and cannot be accessed using SNMPv1,
 798:              SNMPv2c, or SNMPv3."
 799:         INDEX { isisRedistributeAddrType,
 800:                 isisRedistributeAddrAddress,
 801:                 isisRedistributeAddrPrefixLen }
 802:     ::= { isisRedistributeAddrTable 1 }
 803: 
 804:     IsisRedistributeAddrEntry ::=
 805:         SEQUENCE {
 806:             isisRedistributeAddrType
 807:                 InetAddressType,
 808:             isisRedistributeAddrAddress
 809:                 InetAddress,
 810:             isisRedistributeAddrPrefixLen
 811:                 InetAddressPrefixLength,
 812:             isisRedistributeAddrExistState
 813:                 RowStatus
 814:         }
...
2717: 
2718:     isisIPRAEntry OBJECT-TYPE
2718: warning - warning: index of row `isisIPRAEntry' can exceed OID size limit by 144 subidentifier(s)
2719:         SYNTAX IsisIPRAEntry
2720:         MAX-ACCESS not-accessible
2721:         STATUS current
2722:         DESCRIPTION
2723:             "Each entry defines an IP Reachable Address to a network,
2724:              subnetwork, or host.
2725: 
2726:              Each IP Reachable Address may have multiple entries in the
2727:              table, one for each equal cost path to the reachable
2728:              address.
2729: 
2730:              Dynamically created rows MUST survive an agent reboot.
2731: 
2732:              Implementers need to be aware that if the total number
2733:              of elements (octets or sub-identifiers) in
2734:              isisIPRADestr, isisIPRADestPrefixLen, and
2735:              isisIPRANextHopIndex is too great, then OIDs of column
2736:              instances in this table will have more than 128
2737:              subidentifiers and cannot be accessed using SNMPv1,
2738:              SNMPv2c, or SNMPv3."
2739:         INDEX {  isisSysLevelIndex,
2740:                  isisIPRADestType,
2741:                  isisIPRADest,
2742:                  isisIPRADestPrefixLen,
2743:                  isisIPRANextHopIndex }
2744:     ::= { isisIPRATable 1 }
2745: 
2746:     IsisIPRAEntry ::=
2747:         SEQUENCE {
2748:             isisIPRADestType
2749:                 InetAddressType,
2750:             isisIPRADest
2751:                 InetAddress,
2752:             isisIPRADestPrefixLen
2753:                 InetAddressPrefixLength,
2754:             isisIPRANextHopIndex
2755:                 Unsigned32,
2756:             isisIPRANextHopType
2757:                 InetAddressType,
2758:             isisIPRANextHop
2759:                 InetAddress,
2760:             isisIPRAType
2761:                 INTEGER,
2762:             isisIPRAExistState
2763:                 RowStatus,
2764:             isisIPRAAdminState
2765:                 IsisAdminState,
2766:             isisIPRAMetric
2767:                 IsisDefaultMetric,
2768:             isisIPRAMetricType
2769:                 IsisMetricType,
2770:             isisIPRAFullMetric
2771:                 IsisFullMetric,
2772:             isisIPRASNPAAddress
2773:                 IsisOSINSAddress,
2774:             isisIPRASourceType
2775:                 INTEGER
2776:         }