smilint output for ./DOCS-CABLE-DEVICE-MIB


Message Severities
SeverityCount
warning2
Message Types
TypeCount
group-unref (warning)1
index-exceeds-too-large (warning)1

Messages:

DOCS-CABLE-DEVICE-MIB

   1: -- extracted from rfc4639.txt
   2: -- at Fri Dec 22 06:07:57 2006
2312: 
2313:    docsDevCpeInetEntry OBJECT-TYPE
2313: warning - warning: index of row `docsDevCpeInetEntry' can exceed OID size limit by 141 subidentifier(s)
2314:            SYNTAX      DocsDevCpeInetEntry
2315:            MAX-ACCESS  not-accessible
2316:            STATUS      current
2317:            DESCRIPTION
2318:                "An entry in the docsDevFilterCpeInetTable.  There is one
2319:                 entry for each IP CPE seen or provisioned.  If
2320:                 docsDevCpeIpMax is set to -1, this table is ignored;
2321:                 otherwise, upon receipt of an IP packet from the
2322:                 customer interface of the CM, the source IP address is
2323:                 checked against this table.  If the address is in the
2324:                 table, packet processing continues.  If the address is
2325:                 not in the table but docsDevCpeEnroll is set to any and
2326:                 the sum of the table sizes for docsDevCpeTable and
2327:                 docsDevCpeInetTable is less than docsDevCpeIpMax, the
2328:                 address is added to the table, and packet processing
2329:                 continues.  Otherwise, the packet is dropped.
2330: 
2331:                 The filtering actions specified by this table occur
2332:                 after any LLC filtering (docsDevFilterLLCTable), but
2333:                 prior to any IP filtering (docsDevFilterIpTable,
2334:                 docsDevNmAccessTable).
2335: 
2336:                 When an agent (cable modem) restarts, then all
2337:                 dynamically created rows are lost."
2338:            INDEX   { docsDevCpeInetType, docsDevCpeInetAddr }
2339:            ::= { docsDevCpeInetTable 1 }
2340: 
2341:    DocsDevCpeInetEntry ::= SEQUENCE {
2342:                docsDevCpeInetType      InetAddressType,
2343:                docsDevCpeInetAddr      InetAddress,
2344:                docsDevCpeInetSource    INTEGER,
2345:                docsDevCpeInetRowStatus RowStatus
2346:            }
...
3019: 
3020:    docsDevNmAccessExtGroup OBJECT-GROUP
3020: warning - warning: deprecated group `docsDevNmAccessExtGroup' is not referenced in this module
3021:            OBJECTS {
3022:                 docsDevNmAccessTrapVersion
3023: 
3024:            }
3025:            STATUS      deprecated
3026:            DESCRIPTION
3027:                "An object, in addition to the objects in
3028:                 docsDevNmAccessGroup, for controlling access to
3029:                 SNMP objects on cable devices.
3030: 
3031:                 This group is included in this MIB due to existing
3032:                 implementations of docsDevNmAccessTrapVersion in
3033:                 DOCSIS cable modems.
3034: 
3035:                 This group has been deprecated because the object has
3036:                 been deprecated in favor of SNMPv3 and Coexistence
3037:                 MIBs."
3038:            ::= { docsDevGroupsV2 3 }