smilint output for ./MIP-MIB


Message Severities
SeverityCount
warning6
Message Types
TypeCount
index-element-accessible (warning)6

Messages:

MIP-MIB

   1: -- extracted from draft-ietf-mip4-rfc2006bis-04.txt
   2: -- at Thu Sep 27 06:09:23 2007
 988: 
 989:     mnRegistrationEntry OBJECT-TYPE 
 989: warning - warning: index element `mnRegAgentAddress' of row `mnRegistrationEntry' should be not-accessible in SMIv2 MIB
 989: warning - warning: index element `mnRegCOA' of row `mnRegistrationEntry' should be not-accessible in SMIv2 MIB
 990:         SYNTAX      MnRegistrationEntry 
 991:         MAX-ACCESS  not-accessible 
 992:         STATUS      current 
 993:         DESCRIPTION 
 994:                 "Information about one registration attempt." 
 995:         INDEX { mnRegAgentAddress, mnRegCOA} 
 996:         ::= { mnRegistrationTable 1 } 
 997:  
 998:     MnRegistrationEntry ::= SEQUENCE { 
 999:         mnRegAgentAddress  IpAddress, 
1000:         mnRegCOA           IpAddress, 
1001:         mnRegFlags         RegistrationFlags, 
1002:         mnRegIDLow         Unsigned32, 
1003:         mnRegIDHigh        Unsigned32, 
1004:         mnRegTimeRequested Unsigned32, 
1005:         mnRegTimeRemaining Gauge32, 
1006:         mnRegTimeSent      TimeStamp, 
1007:         mnRegIsAccepted    TruthValue, 
1008:         mnCOAIsLocal       TruthValue, 
1009:         mnRegDeliveryStyle MipDeliveryStyle 
1010:         } 
...
2127:  
2128:     haMobilityBindingEntry OBJECT-TYPE 
2128: warning - warning: index element `haMobilityBindingMN' of row `haMobilityBindingEntry' should be not-accessible in SMIv2 MIB
2128: warning - warning: index element `haMobilityBindingCOA' of row `haMobilityBindingEntry' should be not-accessible in SMIv2 MIB
2129:         SYNTAX      HaMobilityBindingEntry 
2130:         MAX-ACCESS  not-accessible 
2131:         STATUS      current 
2132:         DESCRIPTION 
2133:                 "An entry on the mobility binding list." 
2134:         INDEX   { haMobilityBindingMN, haMobilityBindingCOA } 
2135:         ::= { haMobilityBindingTable 1 } 
2136: 
2137:     HaMobilityBindingEntry ::= SEQUENCE { 
2138:          haMobilityBindingMN            IpAddress, 
2139:          haMobilityBindingCOA           IpAddress, 
2140:          haMobilityBindingSourceAddress IpAddress, 
2141:          haMobilityBindingRegFlags      RegistrationFlags, 
2142:          haMobilityBindingRegIDLow      Unsigned32, 
2143:          haMobilityBindingRegIDHigh     Unsigned32, 
2144:          haMobilityBindingTimeGranted   Unsigned32, 
2145:          haMobilityBindingTimeRemaining Gauge32, 
2146:          haMobilityBindingMnIdType      MipEntityIdentifierType, 
2147:          haMobilityBindingMnId          MipEntityIdentifier, 
2148:          haMobilityBindingHA            IpAddress, 
2149:          haMobilityBindingNAI           MipEntityIdentifierNAI, 
2150:          haMobilityBindingInPkts        Counter32, 
2151:          haMobilityBindingInOctets      Counter32, 
2152:          haMobilityBindingOutPkts       Counter32, 
2153:          haMobilityBindingOutOctets     Counter32 
2154:          } 
...
3121:  
3122:     mipSecViolationEntry  OBJECT-TYPE 
3122: warning - warning: index element `mipSecViolatorAddress' of row `mipSecViolationEntry' should be not-accessible in SMIv2 MIB
3123:         SYNTAX      MipSecViolationEntry 
3124:         MAX-ACCESS  not-accessible 
3125:         STATUS      deprecated 
3126:         DESCRIPTION 
3127:                 "Information about one particular security violation." 
3128:         INDEX   { mipSecViolatorAddress } 
3129:         ::= { mipSecViolationTable 1 } 
3130:  
3131:     MipSecViolationEntry ::= 
3132:         SEQUENCE { 
3133:             mipSecViolatorAddress       IpAddress, 
3134:             mipSecViolationCounter      Counter32, 
3135:             mipSecRecentViolationSPI    Integer32, 
3136:             mipSecRecentViolationTime   TimeStamp, 
3137:             mipSecRecentViolationIDLow  Integer32, 
3138:             mipSecRecentViolationIDHigh Integer32, 
3139:             mipSecRecentViolationReason INTEGER 
3140:         } 
...
3400:  
3401:     faVisitorEntry OBJECT-TYPE 
3401: warning - warning: index element `faVisitorIPAddress' of row `faVisitorEntry' should be not-accessible in SMIv2 MIB
3402:         SYNTAX      FaVisitorEntry 
3403:         MAX-ACCESS  not-accessible 
3404:         STATUS      deprecated 
3405:         DESCRIPTION 
3406:                 "Information for one visitor." 
3407: 
3408:         INDEX   { faVisitorIPAddress } 
3409:         ::= { faVisitorTable 1 } 
3410:  
3411:     FaVisitorEntry     ::= SEQUENCE { 
3412:         faVisitorIPAddress        IpAddress, 
3413:         faVisitorHomeAddress      IpAddress, 
3414:         faVisitorHomeAgentAddress IpAddress, 
3415:         faVisitorTimeGranted      Integer32, 
3416:         faVisitorTimeRemaining    Gauge32, 
3417:         faVisitorRegFlags         RegistrationFlags, 
3418:         faVisitorRegIDLow         Integer32, 
3419:         faVisitorRegIDHigh        Integer32, 
3420:         faVisitorRegIsAccepted    TruthValue 
3421:         }