smilint output for ./SCTP-MIB


Message Severities
SeverityCount
warning5
Message Types
TypeCount
index-exceeds-too-large (warning)5

Messages:

SCTP-MIB

   1: -- extracted from rfc3873.txt
   2: -- at Sat Sep 18 06:23:14 2004
 808: 
 809:    sctpAssocLocalAddrEntry OBJECT-TYPE
 809: warning - warning: index of row `sctpAssocLocalAddrEntry' can exceed OID size limit by 141 subidentifier(s)
 810:      SYNTAX         SctpAssocLocalAddrEntry
 811:      MAX-ACCESS     not-accessible
 812:      STATUS         current
 813:      DESCRIPTION
 814:           "Local information about the available addresses. There will
 815:           be an entry for every local IP address defined for this
 816:           association.
 817:           Implementors need to be aware that if the size of
 818:           sctpAssocLocalAddr exceeds 114 octets then OIDs of column
 819:           instances in this table will have more than 128 sub-
 820:           identifiers and cannot be accessed using SNMPv1, SNMPv2c, or
 821:           SNMPv3."
 822:      INDEX     {    sctpAssocId,   -- shared index
 823:                     sctpAssocLocalAddrType,
 824:                     sctpAssocLocalAddr }
 825: 
 826:      ::= { sctpAssocLocalAddrTable 1 }
 827: 
 828: 
 829:    SctpAssocLocalAddrEntry ::= SEQUENCE {
 830:      sctpAssocLocalAddrType        InetAddressType,
 831:      sctpAssocLocalAddr            InetAddress,
 832:      sctpAssocLocalAddrStartTime   TimeStamp
 833:      }
 834: 
...
 881: 
 882:    sctpAssocRemAddrEntry OBJECT-TYPE
 882: warning - warning: index of row `sctpAssocRemAddrEntry' can exceed OID size limit by 141 subidentifier(s)
 883:      SYNTAX         SctpAssocRemAddrEntry
 884:      MAX-ACCESS     not-accessible
 885:      STATUS         current
 886:      DESCRIPTION
 887:           "Information about the most important variables for every
 888:           remote IP address. There will be an entry for every remote IP
 889:           address defined for this association.
 890: 
 891:           Implementors need to be aware that if the size of
 892:           sctpAssocRemAddr exceeds 114 octets then OIDs of column
 893:           instances in this table will have more than 128 sub-
 894:           identifiers and cannot be accessed using SNMPv1, SNMPv2c, or
 895:           SNMPv3."
 896:      INDEX   { sctpAssocId,   -- shared index
 897:                sctpAssocRemAddrType,
 898:                sctpAssocRemAddr }
 899: 
 900:      ::= { sctpAssocRemAddrTable 1 }
 901: 
 902:    SctpAssocRemAddrEntry ::= SEQUENCE {
 903:      sctpAssocRemAddrType               InetAddressType,
 904:      sctpAssocRemAddr                   InetAddress,
 905:      sctpAssocRemAddrActive             TruthValue,
 906:      sctpAssocRemAddrHBActive           TruthValue,
 907:      sctpAssocRemAddrRTO                Unsigned32,
 908:      sctpAssocRemAddrMaxPathRtx         Unsigned32,
 909:      sctpAssocRemAddrRtx                Counter32,     -- Statistic
 910:      sctpAssocRemAddrStartTime          TimeStamp
 911:      }
 912: 
...
1136: 
1137:    sctpLookupRemHostNameEntry OBJECT-TYPE
1137: warning - warning: index of row `sctpLookupRemHostNameEntry' can exceed OID size limit by 140 subidentifier(s)
1138:      SYNTAX         SctpLookupRemHostNameEntry
1139:      MAX-ACCESS     not-accessible
1140:      STATUS         current
1141:      DESCRIPTION
1142:           "This table is indexed by remote host name and association ID.
1143:           Specifying a host name we would get a list of the associations
1144:           specifying that host name as the remote one.
1145: 
1146:           Implementors need to be aware that if the size of
1147:           sctpAssocRemHostName exceeds 115 octets then OIDs of column
1148:           instances in this table will have more than 128 sub-
1149:           identifiers and cannot be accessed using SNMPv1, SNMPv2c, or
1150:           SNMPv3."
1151: 
1152:      INDEX         { sctpAssocRemHostName,
1153:                     sctpAssocId }
1154: 
1155:      ::= { sctpLookupRemHostNameTable 1 }
1156: 
1157: 
1158:    SctpLookupRemHostNameEntry::= SEQUENCE {
1159:      sctpLookupRemHostNameStartTime               TimeStamp
1160:      }
...
1188: 
1189:    sctpLookupRemPrimIPAddrEntry OBJECT-TYPE
1189: warning - warning: index of row `sctpLookupRemPrimIPAddrEntry' can exceed OID size limit by 141 subidentifier(s)
1190:      SYNTAX         SctpLookupRemPrimIPAddrEntry
1191:      MAX-ACCESS     not-accessible
1192:      STATUS         current
1193:      DESCRIPTION
1194:           "This table is indexed by primary address and association ID.
1195:           Specifying a primary address, we would get a list of the
1196:           associations that have the specified remote IP address marked
1197:           as primary.
1198:           Implementors need to be aware that if the size of
1199:           sctpAssocRemPrimAddr exceeds 114 octets then OIDs of column
1200:           instances in this table will have more than 128 sub-
1201:           identifiers and cannot be accessed using SNMPv1, SNMPv2c, or
1202:           SNMPv3."
1203: 
1204:      INDEX         { sctpAssocRemPrimAddrType,
1205:                     sctpAssocRemPrimAddr,
1206:                     sctpAssocId }
1207: 
1208:      ::= { sctpLookupRemPrimIPAddrTable 1 }
1209: 
1210:    SctpLookupRemPrimIPAddrEntry::= SEQUENCE {
1211:      sctpLookupRemPrimIPAddrStartTime             TimeStamp
1212:      }
1213: 
...
1242: 
1243:    sctpLookupRemIPAddrEntry OBJECT-TYPE
1243: warning - warning: index of row `sctpLookupRemIPAddrEntry' can exceed OID size limit by 141 subidentifier(s)
1244:      SYNTAX         SctpLookupRemIPAddrEntry
1245:      MAX-ACCESS     not-accessible
1246:      STATUS         current
1247:      DESCRIPTION
1248:           "This table is indexed by a remote IP address and association
1249:           ID. Specifying an IP address we would get a list of the
1250:           associations that have the specified IP address included
1251:           within the set of remote IP addresses."
1252: 
1253:      INDEX         { sctpAssocRemAddrType,
1254:                     sctpAssocRemAddr,
1255:                     sctpAssocId }
1256: 
1257:      ::= { sctpLookupRemIPAddrTable 1 }
1258: 
1259: 
1260:    SctpLookupRemIPAddrEntry::= SEQUENCE {
1261: 
1262:      sctpLookupRemIPAddrStartTime            TimeStamp
1263:      }