smilint output for ./BGP-COMMUNITIES-MIB


Message Severities
SeverityCount
severe6
error1
change recommended1
warning9
Message Types
TypeCount
group-membership (change recommended)1
import-unused (warning)6
internal-flushing (warning)3
internal-other (severe)3
module-identity-missing (error)1
module-not-found (severe)1
object-identifier-unknown (severe)2

Messages:

BGP-COMMUNITIES-MIB

   1: -- extracted from draft-richardson-bgp4-communities-mib-00.txt
   2: -- at Sat Feb 24 06:04:17 2001
   3: 
   4:     BGP-COMMUNITIES-MIB DEFINITIONS ::= BEGIN
   5: 
   6: 
   7:         IMPORTS
   8:             MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
   8: warning - warning: identifier `NOTIFICATION-TYPE' imported from module `SNMPv2-SMI' is never used
   9:             IpAddress, mib-2
   9: warning - warning: identifier `IpAddress' imported from module `SNMPv2-SMI' is never used
   9: warning -
warning: identifier `mib-2' imported from module `SNMPv2-SMI' is never used
  10:                 FROM SNMPv2-SMI
  11:             MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
  11: warning - warning: identifier `MODULE-COMPLIANCE' imported from module `SNMPv2-CONF' is never used
  11: warning -
warning: identifier `OBJECT-GROUP' imported from module `SNMPv2-CONF' is never used

  11: warning -
warning: identifier `NOTIFICATION-GROUP' imported from module `SNMPv2-CONF' is never used
  12:                 FROM SNMPv2-CONF
  13: 	    bgp
  14: 		FROM BGP-MIB;
  14: severe - failed to locate MIB module `BGP-MIB'
  15: 
  16:         bgpCommunities MODULE-IDENTITY
  17:             LAST-UPDATED "200102230000Z"
  18:             ORGANIZATION "IETF IDR Working Group"
  19:             CONTACT-INFO "E-mail:  idr@merit.net
  20: 
  21: 			  Mathew Richardson (Author)
  22: 			  E-mail: mrr@nexthop.com
  23: 			  Shane Wright (Author)
  24: 			  E-mail: swright@nexthop.com
  25:                           517 W. William Street
  26:                           Ann Arbor, MI 48103-4943
  27:                           Tel: +1 734 973-2200
  28:                           Fax: +1 734 615-3241
  29: 
  30:                           Susan Hares  (Editor)
  31:                           517 W. William Street
  32:                           Ann Arbor, MI 48103-4943
  33:                           Tel: +1 734 973-2200
  34:                           Fax: +1 734 615-3241
  35:                           E-mail: skh@nexthop.com"
  36: 
  37:             REVISION    "200102230000Z"
  37: severe - syntax error, unexpected REVISION, expecting DESCRIPTION
  38:             DESCRIPTION
  39:                     "Extension of the MIB module for BGP-4 to include
  40: 		     information about the communities attribute defined
  41: 		     in BGP Communities."
  42: 	    REFERENCE
  43: 		    "RFC 1997 - BGP Communities Attribute"
  44: 		
  45:             ::= { bgp 10 }
  45: warning - warning: flushing recent incorrect declaration, see previous error(s)
  46: 
  47: 
  48:         bgp4CommTable OBJECT-TYPE
  49:             SYNTAX     SEQUENCE OF Bgp4CommEntry
  50:             MAX-ACCESS not-accessible
  51:             STATUS     current
  52:             DESCRIPTION
  53: 		    "The BGP-4 Communities Table contains information about
  54: 		     the communities received with a route."
  55:             ::= { bgpCommunities 1 }
  55: severe - unknown object identifier label `bgpCommunities'
  56: 
  57: 
  58:         bgp4CommEntry OBJECT-TYPE
  59:             SYNTAX     Bgp4CommEntry
  60:             MAX-ACCESS not-accessible
  61:             STATUS     current
  62:             DESCRIPTION
  63: 	    AUGMENTS	{ bgp4PathAttrTable }
  63: severe - syntax error, unexpected AUGMENTS, expecting QUOTED_STRING
  63: warning - warning: flushing recent incorrect declaration, see previous error(s)
  64: 	    ::= { bgp4CommTable 1 }
  64: severe - syntax error, unexpected COLON_COLON_EQUAL
  64: warning - warning: flushing recent incorrect declaration, see previous error(s)
  65: 
  66: 
  67:         Bgp4CommEntry ::= SEQUENCE {
  68: 	    bgp4PathAttrComm
  69: 		 OCTET STRING
  70:         }
  71: 
  72: 	bgp4PathAttrComm OBJECT-TYPE
  72: change recommended - warning: node `bgp4PathAttrComm' must be contained in at least one conformance group
  73: 	    SYNTAX	OCTET STRING (SIZE(0..4096))
  74: 	    MAX-ACCESS	read-only
  75: 	    STATUS	current
  76: 	    DESCRIPTION
  77: 		    "A list of 4-octet long values, each representing a
  78: 		     community.  Size zero (0) indicates the absence of
  79: 		     such attributes.  Octets beyond the maximum size, if
  80: 		     any, are not recorded by this object.  There are certain
  81: 		     4-octet long values that carry additional semantics."
  82: 	    REFERENCE
  83: 		    "RFC 1997 - BGP Communities Attribute"
  84: 	    ::= { bgp4CommEntry 1 }
  84: severe - unknown object identifier label `bgp4CommEntry'
  85: 
  86:     END
  86: error - missing MODULE-IDENTITY clause in SMIv2 MIB
  87: 
  88: -- 
  89: -- 
  90: --    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  91: -- 
  92: -- 
  93: --    This document and translations of it may be copied and furnished to
  94: --    others, and derivative works that comment on or otherwise explain it
  95: --    or assist in its implementation may be prepared, copied, published
  96: --    and distributed, in whole or in part, without restriction of any
  97: --    kind, provided that the above copyright notice and this paragraph are
  98: --    included on all such copies and derivative works.  However, this
  99: --    document itself may not be modified in any way, such as by removing
 100: --    the copyright notice or references to the Internet Society or other
 101: --    Internet organizations, except as needed for the purpose of
 102: --    developing Internet standards in which case the procedures for
 103: --    copyrights defined in the Internet Standards process must be
 104: --    followed, or as required to translate it into languages other than
 105: --    English.
 106: -- 
 107: -- 
 108: --    The limited permissions granted above are perpetual and will not be
 109: --    revoked by the Internet Society or its successors or assigns.
 110: -- 
 111: -- 
 112: --    This document and the information contained herein is provided on an
 113: --    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
 114: --    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
 115: --    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
 116: --    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
 117: --    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 118: -- 
 119: -- Expires August 2001
 120: