smilint output for ./BGP4-EXT-COMM-MIB


Message Severities
SeverityCount
severe4
error2
change recommended1
warning6
Message Types
TypeCount
augment-no-row (error)1
group-membership (change recommended)1
import-unused (warning)5
internal-flushing (warning)1
internal-other (severe)1
module-identity-missing (error)1
module-not-found (severe)1
object-identifier-unknown (severe)2

Messages:

BGP4-EXT-COMM-MIB

   1: -- extracted from draft-richardson-bgp4-ext-comm-mib-00.txt
   2: -- at Sat Feb 24 06:04:17 2001
   3: 
   4:     BGP4-EXT-COMM-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:             mib-2
   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:         bgpExtComm 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 933-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 Extended Communities attribute
  41: 		     associated with incoming routes."
  42: 	    REFERENCE
  43: 		    "BGP-EXTCOMM - BGP Extended Communities Attribute"
  44: 		
  45:             ::= { bgp 13 }
  45: warning - warning: flushing recent incorrect declaration, see previous error(s)
  46: 
  47: 
  48:         bgp4ExtCommTable OBJECT-TYPE
  49:             SYNTAX     SEQUENCE OF Bgp4ExtCommEntry
  50:             MAX-ACCESS not-accessible
  51:             STATUS     current
  52:             DESCRIPTION
  53:                     "BGP Extended Communities Table.  This table contains
  54: 		     information on the Extended Communities [BGP-EXTCOMM]
  55: 		     learned with incoming routes."
  56: 	    REFERENCE
  57: 		    "RFC 1771 - Border Gateway Protocol version 4 (BGP4)"
  58:             ::= { bgpExtComm 1 }
  58: severe - unknown object identifier label `bgpExtComm'
  59: 
  60: 
  61:         bgp4ExtCommEntry OBJECT-TYPE
  61: error - row `bgp4ExtCommEntry' augments or extends `bgp4PathAttrTable' which is not a row
  62:             SYNTAX     Bgp4ExtCommEntry
  63:             MAX-ACCESS not-accessible
  64:             STATUS     current
  65:             DESCRIPTION
  66:                     "Information about the Extended Communities [BGP-EXTCOMM]
  67: 		     learned with a route."
  68: 	    AUGMENTS	{ bgp4PathAttrTable }
  68: severe - unknown object identifier label `bgp4PathAttrTable'
  69: 	    ::= { bgp4ExtCommTable 1 }
  70: 
  71: 
  72:         Bgp4ExtCommEntry ::= SEQUENCE {
  73: 	    bgp4PathAttrExtComm
  74: 		 OCTET STRING
  75:         }
  76: 
  77: 	bgp4PathAttrExtComm OBJECT-TYPE
  77: change recommended - warning: node `bgp4PathAttrExtComm' must be contained in at least one conformance group
  78: 	    SYNTAX	OCTET STRING (SIZE(0..4096))
  79: 	    MAX-ACCESS	read-only
  80: 	    STATUS	current
  81: 	    DESCRIPTION
  82: 		    "A sequence of values each eight octets long, and each
  83: 		     representing an extended community that was received
  84: 		     with the route.  The values of each of the individual
  85: 		     octets may have semantic meaning.  A length of zero (0)
  86: 		     indicates the absence of this attribute."
  87: 	    REFERENCE
  88: 		    "BGP-EXTCOMM - BGP Extended Communities Attribute"
  89: 	    ::= { bgp4ExtCommEntry 1 }
  90: 
  91:     END
  91: error - missing MODULE-IDENTITY clause in SMIv2 MIB
  92: 
  93: -- 
  94: -- 
  95: --    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  96: -- 
  97: -- 
  98: --    This document and translations of it may be copied and furnished to
  99: --    others, and derivative works that comment on or otherwise explain it
 100: --    or assist in its implementation may be prepared, copied, published
 101: --    and distributed, in whole or in part, without restriction of any
 102: --    kind, provided that the above copyright notice and this paragraph are
 103: --    included on all such copies and derivative works.  However, this
 104: --    document itself may not be modified in any way, such as by removing
 105: --    the copyright notice or references to the Internet Society or other
 106: --    Internet organizations, except as needed for the purpose of
 107: --    developing Internet standards in which case the procedures for
 108: --    copyrights defined in the Internet Standards process must be
 109: --    followed, or as required to translate it into languages other than
 110: --    English.
 111: -- 
 112: -- 
 113: --    The limited permissions granted above are perpetual and will not be
 114: --    revoked by the Internet Society or its successors or assigns.
 115: -- 
 116: -- 
 117: --    This document and the information contained herein is provided on an
 118: --    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
 119: --    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
 120: --    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
 121: --    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
 122: --    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 123: -- 
 124: -- Expires August 2001
 125: