smilint output for ./IP-SERVICES-MIB


Message Severities
SeverityCount
change recommended2
warning4
Message Types
TypeCount
date-in-past (change recommended)2
date-year-2digits (warning)2
import-unused (warning)1
index-element-accessible (warning)1

Messages:

IP-SERVICES-MIB

   1: -- extracted from draft-elwin-ipservices-mib-00.txt
   2: -- at Fri May 14 06:20:54 2004
   3: 
   4: IP-SERVICES-MIB DEFINITIONS ::= BEGIN
   5: 
   6:     IMPORTS
   7:         experimental, Unsigned32,
   7: warning - warning: identifier `Unsigned32' imported from module `SNMPv2-SMI' is never used
   8:         MODULE-IDENTITY, OBJECT-TYPE
   9:             FROM SNMPv2-SMI
  10:         TruthValue, DisplayString
  11:             FROM SNMPv2-TC
  12:         MODULE-COMPLIANCE, OBJECT-GROUP
  13:             FROM SNMPv2-CONF
  14:         InterfaceIndex
  15:             FROM IF-MIB;
  16: 
  17:     ipServicesMIB MODULE-IDENTITY
  18:         LAST-UPDATED "0202211200Z"
  18: warning - warning: date specification `0202211200Z' contains a two-digit year representing `1902'
  18: change recommended -
warning: date specification `0202211200Z' predates the SMI standard
  19:         ORGANIZATION
  20:             "Corona Networks, Inc."
  21:         CONTACT-INFO
  22:             "Corona Networks, Inc.
  23:             630 Alder Drive
  24:             Milpitas, CA  95035
  25:             USA
  26: 
  27:             Tel: +1 408 519 3800
  28:             Fax: +1 408 519 3830
  29:             Email:  sam@coronanetworks.com
  30:                     elwinietf@yahoo.com"
  31:         DESCRIPTION
  32:             "The MIB is the definition of the managed objects for
  33:             the managing the IP Services Profiles for an Interface."
  34:         REVISION "0202211200Z"
  34: warning - warning: date specification `0202211200Z' contains a two-digit year representing `1902'
  34: change recommended -
warning: date specification `0202211200Z' predates the SMI standard
  35:         DESCRIPTION
  36:             "Initial Revision."
  37:         ::= { experimental 12345 }   -- To be assigned
  38: 
  39: --
  40: -- Managed objects
...
  52: 
  53:     ipServicesIfEntry OBJECT-TYPE
  53: warning - warning: index element `ipServicesIfIfIndex' of row `ipServicesIfEntry' should be not-accessible in SMIv2 MIB
  54:         SYNTAX IpServicesIfEntry
  55:         MAX-ACCESS not-accessible
  56:         STATUS current
  57:         DESCRIPTION
  58:             "An entry in this table binds the IP Service Profiles
  59:             to an interface.
  60: 
  61:             Interfaces are specified in ifTable from the IF-MIB."
  62:         INDEX { ipServicesIfIfIndex }
  63:         ::= { ipServicesIfTable 1 }
  64: 
  65:     IpServicesIfEntry ::=
  66:         SEQUENCE {
  67:             ipServicesIfIfIndex             InterfaceIndex,
  68:             ipServicesIfSecurityProfile     DisplayString,
  69:             ipServicesIfSecurityEnabled     TruthValue,
  70:             ipServicesIfQosProfile          DisplayString,
  71:             ipServicesIfQosEnabled          TruthValue,
  72:             ipServicesIfFirewallInProfile   DisplayString,
  73:             ipServicesIfFirewallOutProfile  DisplayString,
  74:             ipServicesIfFirewallEnabled     TruthValue
  75:          }