smilint output for ./VLAN-ID-MIB


Message Severities
SeverityCount
error1
warning4
Message Types
TypeCount
object-identifier-not-prefix (error)1
type-unref (warning)4

Messages:

VLAN-ID-MIB

   1: -- extracted from draft-ietf-ops-vlanid-tc-mib-01.txt
   2: -- at Sat Oct  2 06:23:23 2004
   3: 
   4:    VLAN-ID-MIB DEFINITIONS ::= BEGIN
   5: 
   6:    IMPORTS
   7: 
   8:        MODULE-IDENTITY, mib-2, Integer32           FROM SNMPv2-SMI
   9:        TEXTUAL-CONVENTION                          FROM SNMPv2-TC;
  10: 
  11:    vlanIdMIB   MODULE-IDENTITY
  12: 
  13:        LAST-UPDATED  "200409270000Z"  -- 27 September 2004
  14:        ORGANIZATION  "IETF Operations and Management Area"
  15:        CONTACT-INFO  "Bert Wijnen (Editor)
  16:                       Lucent Technologies
  17:                       Schagen 33
  18:                       3461 GL Linschoten
  19:                       Netherlands
  20: 
  21:                       Phone: +31 348-407-775
  22:                       EMail: bwijnen@lucent.com
  23: 
  24:                       Send comments to <mibs@ops.ietf.org>.
  25:                      "
  26:        DESCRIPTION   "This MIB module provides commonly used textual
  27:                       conventions for VLAN Identifiers.
  28: 
  29:                       Copyright (C) The Internet Society (2004). This
  30:                       version of this MIB module is part of RFC XXXX,
  31:                       see the RFC itself for full legal notices.
  32:                      "
  33:                      -- RFC-Editor: assign XXXX above
  34:                      --             then remove this note
  35: 
  36:        -- Revision History
  37: 
  38:        REVISION      "200409270000Z"  -- 27 September 2004
  39:        DESCRIPTION   "Initial version, published as RFC XXXX."
  40:                      -- RFC-Editor: assign XXXX above,
  41:                      --             then remove this note
  42: 
  43:        ::= { mib-2 nnn } -- To be assigned by IANA
  43: error - Object identifier element `nnn' name only allowed as first element
  44: 
  45:    VlanIdentifier        ::= TEXTUAL-CONVENTION
  45: warning - warning: current type `VlanIdentifier' is not referenced in this module
  46:        DISPLAY-HINT     "d"
  47:        STATUS            current
  48:        DESCRIPTION      "The VLAN ID that uniquely identifies a VLAN.  It
  49:                          is the 12-bit VLAN ID used in the VLAN Tag header.
  50:                          The range is defined by the REFERENCEd specification.
  51:                         "
  52:        REFERENCE        "IEEE Std 802.1Q 2003 Edition, Virtual Bridged
  53:                          Local Area Networks.
  54:                         "
  55:        SYNTAX            Integer32 (1..4094)
  56: 
  57:    VlanIdentifierOrAny   ::= TEXTUAL-CONVENTION
  57: warning - warning: current type `VlanIdentifierOrAny' is not referenced in this module
  58:        DISPLAY-HINT     "d"
  59:        STATUS            current
  60:        DESCRIPTION      "The VLAN ID that uniquely identifies a VLAN.
  61: 
  62:                          The special value of 4095 is used to indicate a
  63:                          wildcard, i.e. any value.
  64:                         "
  65:        SYNTAX            Integer32 (1..4094 | 4095)
  66: 
  67:    VlanIdentifierOrNone  ::= TEXTUAL-CONVENTION
  67: warning - warning: current type `VlanIdentifierOrNone' is not referenced in this module
  68:        DISPLAY-HINT     "d"
  69:        STATUS            current
  70:        DESCRIPTION      "The VLAN ID that uniquely identifies a VLAN.
  71: 
  72:                          The special value of zero is used to indicate
  73:                          that no VLAN ID is present or used.
  74:                         "
  75:        SYNTAX            Integer32 (0 | 1..4094)
  76: 
  77:    VlanIdentifierOrAnyOrNone  ::= TEXTUAL-CONVENTION
  77: warning - warning: current type `VlanIdentifierOrAnyOrNone' is not referenced in this module
  78:        DISPLAY-HINT     "d"
  79:        STATUS            current
  80:        DESCRIPTION      "The VLAN ID that uniquely identifies a VLAN.
  81: 
  82:                          The special value of zero is used to indicate
  83:                          that no VLAN ID is present or used.
  84: 
  85:                          The special value of 4095 is used to indicate a
  86:                          wildcard, i.e. any value.
  87:                         "
  88:        SYNTAX            Integer32 (0 | 1..4094 | 4095)
  89: 
  90:    END
  91: 
  92: -- 
  93: --    Copyright (C) The Internet Society (2004).  This document is subject
  94: --    to the rights, licenses and restrictions contained in BCP 78, and
  95: --    except as set forth therein, the authors retain all their rights.
  96: -- 
  97: -- 
  98: -- Acknowledgment
  99: -- 
 100: --    Funding for the RFC Editor function is currently provided by the
 101: --    Internet Society.
 102: