smilint output for ./NAT-MIB


Message Severities
SeverityCount
warning2
Message Types
TypeCount
index-exceeds-too-large (warning)2

Messages:

NAT-MIB

   1: -- extracted from rfc4008.txt
   2: -- at Wed Mar 16 06:25:44 2005
 896: 
 897: natAddrBindEntry OBJECT-TYPE
 897: warning - warning: index of row `natAddrBindEntry' can exceed OID size limit by 141 subidentifier(s)
 898:     SYNTAX     NatAddrBindEntry
 899:     MAX-ACCESS not-accessible
 900:     STATUS     current
 901:     DESCRIPTION
 902:             "Each entry in this table holds information about
 903:              an active address BIND.  These entries are lost
 904:              upon agent restart.
 905: 
 906:              This row has indexing which may create variables with
 907:              more than 128 subidentifiers.  Implementers of this table
 908:              must be careful not to create entries that would result
 909:              in OIDs which exceed the 128 subidentifier limit.
 910:              Otherwise, the information cannot be accessed using
 911:              SNMPv1, SNMPv2c or SNMPv3."
 912: 
 913:     INDEX   { ifIndex, natAddrBindLocalAddrType, natAddrBindLocalAddr }
 914:     ::= { natAddrBindTable 1 }
 915: 
 916: NatAddrBindEntry ::= SEQUENCE {
 917:     natAddrBindLocalAddrType        InetAddressType,
 918:     natAddrBindLocalAddr            InetAddress,
 919:     natAddrBindGlobalAddrType       InetAddressType,
 920:     natAddrBindGlobalAddr           InetAddress,
 921:     natAddrBindId                   NatBindId,
 922:     natAddrBindTranslationEntity    NatTranslationEntity,
 923:     natAddrBindType                 NatAssociationType,
 924:     natAddrBindMapIndex             NatAddrMapId,
 925:     natAddrBindSessions             Gauge32,
 926:     natAddrBindMaxIdleTime          TimeTicks,
 927:     natAddrBindCurrentIdleTime      TimeTicks,
 928:     natAddrBindInTranslates         Counter64,
 929:     natAddrBindOutTranslates        Counter64
 930: }
...
1118: 
1119: natAddrPortBindEntry OBJECT-TYPE
1119: warning - warning: index of row `natAddrPortBindEntry' can exceed OID size limit by 143 subidentifier(s)
1120:     SYNTAX     NatAddrPortBindEntry
1121:     MAX-ACCESS not-accessible
1122:     STATUS     current
1123:     DESCRIPTION
1124:             "Each entry in the this table holds information
1125:              about a NAPT bind that is currently active.
1126:              These entries are lost upon agent restart.
1127: 
1128:              This row has indexing which may create variables with
1129:              more than 128 subidentifiers.  Implementers of this table
1130:              must be careful not to create entries which would result
1131:              in OIDs that exceed the 128 subidentifier limit.
1132:              Otherwise, the information cannot be accessed using
1133:              SNMPv1, SNMPv2c or SNMPv3."
1134:     INDEX   { ifIndex, natAddrPortBindLocalAddrType,
1135:               natAddrPortBindLocalAddr, natAddrPortBindLocalPort,
1136:               natAddrPortBindProtocol }
1137:     ::= { natAddrPortBindTable 1 }
1138: 
1139: NatAddrPortBindEntry ::= SEQUENCE {
1140:     natAddrPortBindLocalAddrType        InetAddressType,
1141:     natAddrPortBindLocalAddr            InetAddress,
1142:     natAddrPortBindLocalPort            InetPortNumber,
1143:     natAddrPortBindProtocol             NatProtocolType,
1144:     natAddrPortBindGlobalAddrType       InetAddressType,
1145:     natAddrPortBindGlobalAddr           InetAddress,
1146:     natAddrPortBindGlobalPort           InetPortNumber,
1147:     natAddrPortBindId                   NatBindId,
1148:     natAddrPortBindTranslationEntity    NatTranslationEntity,
1149:     natAddrPortBindType                 NatAssociationType,
1150:     natAddrPortBindMapIndex             NatAddrMapId,
1151:     natAddrPortBindSessions             Gauge32,
1152:     natAddrPortBindMaxIdleTime          TimeTicks,
1153:     natAddrPortBindCurrentIdleTime      TimeTicks,
1154:     natAddrPortBindInTranslates         Counter64,
1155:     natAddrPortBindOutTranslates        Counter64
1156: }