smilint output for ./DRAFT-IETF-SYSLOG-DEVICE-MIB


Message Severities
SeverityCount
change recommended1
warning1
Message Types
TypeCount
hyphen-in-label (change recommended)1
type-without-format (warning)1

Messages:

DRAFT-IETF-SYSLOG-DEVICE-MIB

   1: -- extracted from draft-ietf-syslog-device-mib-01.txt
   2: -- at Fri Jun 14 06:10:08 2002
  44: 
  45: SyslogUdpPort  ::=  TEXTUAL-CONVENTION
  45: warning - warning: type `SyslogUdpPort' has no format specification
  46:     STATUS      current
  47:     DESCRIPTION
  48:         "The UDP port number the syslog device is using to send
  49:          requests to this syslog collector.  514 is the IANA
  50:          assigned port number for syslog."
  51:     SYNTAX      Unsigned32
  52: 
  53: SyslogFacility  ::=  TEXTUAL-CONVENTION
  54:     STATUS  current
  55:     DESCRIPTION
  56:         "This textual convention maps out to the facilities
  57:          available for syslog messages.
  58: 
  59:          The value no-map(24) indicates that the appropriate
  60:          facility will be provided by the individual applications
  61:          on the managed entity.  If this option is not available
  62:          on a particular entity the set of this value will fail
  63:          with an error-status of wrongValue."
  64:     SYNTAX  INTEGER {
  65:                       local0(16),
  66:                       local1(17),
  67:                       local2(18),
  68:                       local3(19),
  69:                       local4(20),
  70:                       local5(21),
  71:                       local6(22),
  72:                       local7(23),
  73:                       no-map(24)
  73: change recommended - warning: named number `no-map' must not include a hyphen in SMIv2
  74:                     }