smilint output for ./VPN-TC-MIB


Message Severities
SeverityCount
error2
warning1
Message Types
TypeCount
bad-identifier-case (error)1
object-identifier-not-prefix (error)1
type-unref (warning)1

Messages:

VPN-TC-MIB

   1: -- extracted from draft-ietf-l3vpn-tc-mib-02.txt
   2: -- at Fri Jun  4 06:20:33 2004
   3: 
   4: VPN-TC-MIB DEFINITIONS ::= BEGIN
   5: 
   6: IMPORTS
   7:     MODULE-IDENTITY, mib-2
   8:         FROM SNMPv2-SMI
   9: 
  10:     TEXTUAL-CONVENTION  
  11:         FROM SNMPv2-TC;
  12: 
  13: vpnTcMIB MODULE-IDENTITY
  14:     LAST-UPDATED "200405261200Z"  -- 26 May 2004 12:00:00 GMT
  15:     ORGANIZATION 
  16:         "Layer 3 Virtual Private Networks (L3VPN) Working Group."
  17:     CONTACT-INFO
  18:         "Benson Schliesser
  19:          bensons@savvis.net
  20: 
  21:          Thomas D. Nadeau
  22:          tnadeau@cisco.com
  23: 
  24:          This TC MIB is a product of the PPVPN 
  25:          http://www.ietf.org/html.charters/ppvpn-charter.html
  26:          and subsequently the L3VPN
  27:          http://www.ietf.org/html.charters/l3vpn-charter.html
  28:          working groups.
  29: 
  30:          Comments and discussion should be directed to l3vpn@ietf.org"
  31:     DESCRIPTION
  32:         "This MIB contains TCs for VPNs.
  33: 
  34:          Copyright (C) The Internet Society (2004).  This version
  35:          of this MIB module is part of RFC yyyy;  see the RFC
  36:          itself for full legal notices."
  37: -- RFC Ed.: replace yyyy with actual RFC number & remove this note
  38:     -- Revision history.
  39:     REVISION "200405261200Z"  -- 26 May 2004 12:00:00 GMT
  40:     DESCRIPTION "Initial version, published as RFC yyyy."
  41: -- RFC Ed.: replace yyyy with actual RFC number & remove this note
  42:     ::= { mib-2 XXX }
  42: error - `XXX' should start with a lower case letter
  42: error - Object identifier element `XXX' name only allowed as first element
  43: -- RFC Ed.: replace XXX with IANA-assigned number & remove this note
  44: 
  45: -- definition of textual conventions
  46: 
  47: VPNId ::= TEXTUAL-CONVENTION
  47: warning - warning: current type `VPNId' is not referenced in this module
  48:     STATUS current
  49:     DESCRIPTION
  50:         "The purpose of a VPN-ID is to uniquely identify a VPN.
  51:          The Global VPN Identifier format is:
  52:          3 octet VPN Authority, Organizationally Unique Identifier
  53:          followed by
  54:          4 octet VPN index identifying VPN according to OUI"
  55:     REFERENCE
  56:         "Fox, B. and Gleeson, B., 'Virtual Private Networks
  57:          Identifier', RFC 2685, September 1999."
  58:     SYNTAX    OCTET STRING (SIZE (7))
  59: 
  60: END
  61: 
  62: -- 
  63: --     Copyright (C) The Internet Society (2004). All Rights
  64: --     Reserved.
  65: -- 
  66: --     This document and translations of it may be copied and
  67: --     furnished to others, and derivative works that comment on
  68: --     or otherwise explain it or assist in its implementation
  69: --     may be prepared, copied, published and distributed, in
  70: --     whole or in part, without restriction of any kind,
  71: --     provided that the above copyright notice and this
  72: --     paragraph are included on all such copies and derivative
  73: --     works.  However, this document itself may not be modified
  74: --     in any way, such as by removing the copyright notice or
  75: --     references to the Internet Society or other Internet
  76: --     organizations, except as needed for the purpose of
  77: --     developing Internet standards in which case the
  78: --     procedures for copyrights defined in the Internet
  79: --     Standards process must be followed, or as required to
  80: --     translate it into languages other than English.
  81: -- 
  82: --     The limited permissions granted above are perpetual and
  83: --     will not be revoked by the Internet Society or its
  84: --     successors or assigns. This document and the information
  85: --     contained herein is provided on an "AS IS" basis and THE
  86: --     INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE
  87: --     DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
  88: --     BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
  89: --     INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY
  90: --     IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
  91: --     PARTICULAR PURPOSE.
  92: