smilint output for ./IBCONNECTION-MIB


Message Severities
SeverityCount
severe41
error38
minor error2
change recommended21
warning24
Message Types
TypeCount
bad-identifier-case (error)8
basetype-unknown (error)12
char-illegal-string (error)3
group-membership (change recommended)21
hyphen-end (error)8
import-failed (error)1
import-unused (warning)6
index-element-accessible (warning)5
index-illegal-basetype (severe)14
internal-flushing (warning)11
internal-other (severe)11
lexical (severe)10
module-identity-missing (error)1
object-identifier-unknown (severe)6
sequence-no-column (minor error)2
sequence-order (warning)2
type-unknown (error)5

Messages:

IBCONNECTION-MIB

   1: -- extracted from draft-strahm-ibconn-mib-00.txt
   2: -- at Tue Oct 23 06:06:31 2001
   3: 
   4:    IBCONNECTION-MIB DEFINITIONS ::= BEGIN 
   5:    IMPORTS  -- Do we use all of these ??? 
   6:           Counter32,  
   7:           Counter64,  
   8:           Integer32, 
   8: warning - warning: identifier `Integer32' imported from module `SNMPv2-SMI' is never used
   9:           Gauge32, 
   9: warning - warning: identifier `Gauge32' imported from module `SNMPv2-SMI' is never used
  10:           MODULE-IDENTITY, 
  11:           OBJECT-TYPE 
  12:                 FROM SNMPv2-SMI 
  13:           TEXTUAL-CONVENTION, 
  13: warning - warning: identifier `TEXTUAL-CONVENTION' imported from module `SNMPv2-TC' is never used
  14:           TruthValue 
  15:                 FROM SNMPv2-TC 
  16:           OBJECT-GROUP,  
  16: warning - warning: identifier `OBJECT-GROUP' imported from module `SNMPv2-CONF' is never used
  17:           MODULE-COMPLIANCE              
  17: warning - warning: identifier `MODULE-COMPLIANCE' imported from module `SNMPv2-CONF' is never used
  18:                 FROM SNMPv2-CONF 
  19:           InterfaceIndex 
  19: warning - warning: identifier `InterfaceIndex' imported from module `IF-MIB' is never used
  20:                 FROM IF-MIB 
  21:           IbIfMIB 
  22:                 FROM IB-IF-MIB; 
  22: error - identifier `IbIfMIB' cannot be imported from module `IB-IF-MIB'
  23:     
  24:    ibConnMIB MODULE-IDENTITY 
  25:        LAST-UPDATED "200110200000Z"  -- 20 Oct 2001 
  26:        ORGANIZATION 
  27:          "IETF IP over IB Working Group" 
  28:        Email:   "ipoverib@ietf.org" 
  28: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting CONTACT_INFO
  29:        CONTACT-INFO 
  30:                "Bill Strahm 
  31:        Postal: Sanera Systems Inc. 
  32:                1925 NW Amberglen Parkway 
  33:                Suite 155 
  34:                Beaverton, OR   97006 
  35:                United States 
  36:        Tel:    +1 503 601 0263 
  37:        Email:  bill@sanera.net" 
  38:     
  39:        DESCRIPTION 
  40:           "The managed objects for an Infiniband Channel Adapter.  This 
  41:           MIB provides for management of the Infiniband transports in 
  42:           three tables: 
  43:           1) Unreliable Datagram 
  44:           2) Reliable Datagram 
  45:           3) Connected Services" 
  46:         
  47:        REVISION    "200110200000Z" -û 20 Oct 2001 
  47: severe - lexically unexpected character, skipping to end of line
  48:        DESCRIPTION "Initial version of this MIB." 
  49:         
  50:    ::={ibIFMIB xxx} û- To be determined by the IPoIB WG  
  50: warning - warning: flushing recent incorrect declaration, see previous error(s)
  50: severe -
lexically unexpected character, skipping to end of line
  51:     
  52:      
  53:    Strahm         Internet Draft- Expires April 2002                 6 
  53: error - `Strahm' should start with a lower case letter
  53: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT

  53: error -
identifier `Draft-' illegally ends in a hyphen

  53: severe -
lexically unexpected character, skipping to end of line
  54:                       Infiniband Connection MIB              Oct 2001 
  55:     
  56:     
  57:    -- 
  58:    -- Textual Conventions 
  59:    -- 
  60:     
  61:    IBCommunicationID ::= TEXTUAL-CONVENTION 
  62:        STATUS    current 
  63:        DESCRIPTION 
  64:           "The Communication ID for a given connection.  Each end of a 
  65:           connection is responsible for picking a unique value for this 
  66:           field." 
  67:        SYNTAX    Integer32 
  68:     
  69:    IBQuePairNumber ::= TEXTUAL-CONVENTION 
  70:        STATUS    current 
  71:        DESCRIPTION 
  72:           "The Queue Pair Number of an IB communication endpoint.  
  73:           Queue Pairs are 24 bit numbers.  To allow this value to be an 
  74:           index, one is added to the value that is sent on the wire" 
  75:        SYNTAX    INTEGER (1..16777216) 
  76:     
  77:    IBEtoEContext ::= TEXTUAL-CONVENTION 
  78:        STATUS    current 
  79:        DESCRIPTION 
  80:           "The End û End Context Number of an IB communiction endpoint.  
  80: error - illegal character `û' (0xfb) in quoted string
  81:           The EECN is a 24 bit number.  To allow this value to be an 
  82:           index, one is added to the value that is sent on the wire" 
  83:        SYNTAX    INTEGER (1..16777216) 
  84:     
  85:    -- 
  86:    -- Objects 
  87:    -- 
  88:    ibConnMIBObjects OBJECT IDENTIFIER ::= { ibCAMIB 1 } 
  88: warning - warning: flushing recent incorrect declaration, see previous error(s)
  89:    ibCAConformance  OBJECT IDENTIFIER ::= { ibCAMIB 2 } 
  89: severe - unknown object identifier label `ibCAMIB'
  90:     
  91:    -- 
  92:    -- Unreliable Datagram 
  93:    -- 
  94:    ibConnUD OBJECT IDENTIFIER ::= { ibConnMibObjects 1 } 
  94: severe - unknown object identifier label `ibConnMibObjects'
  95:     
  96:    ibConnUDInDatagrams  OBJECT-TYPE 
  96: change recommended - warning: node `ibConnUDInDatagrams' must be contained in at least one conformance group
  97:    SYNTAX              Counter64 
  98:    MAX-ACCESS          read-only 
  99:    STATUS              current 
 100:    DESCRIPTION 
 101:       "Total number of Unreliable Datagrams delivered." 
 102:    ::= { ibConnUD 1 } 
 103:     
 104:      
 105:    Strahm         Internet Draft- Expires April 2002                 7 
 105: error - `Strahm' should start with a lower case letter
 105: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT

 105: error -
identifier `Draft-' illegally ends in a hyphen

 105: severe -
lexically unexpected character, skipping to end of line
 106:                       Infiniband Connection MIB              Oct 2001 
 107:     
 108:     
 109:    ibConnUDNoQP         OBJECT-TYPE 
 110:    SYNTAX              Counter32 
 111:    MAX-ACCESS          read-only 
 112:    STATUS              current 
 113:    DESCRIPTION 
 114:       "Total number of received Unreliable Datagrams discarded because 
 115:       the QP wasnÆt allocated." 
 115: error - illegal character `Æ' (0xc6) in quoted string
 116:    ::= { ibConnUD 2 } 
 116: warning - warning: flushing recent incorrect declaration, see previous error(s)
 117:     
 118:    ibConnUDInErrors     OBJECT-TYPE 
 118: change recommended - warning: node `ibConnUDInErrors' must be contained in at least one conformance group
 119:    SYNTAX               Counter32 
 120:    MAX-ACCESS           read-only 
 121:    STATUS               current 
 122:    DESCRIPTION 
 123:       "Number of received Unreliable Datagrams that could not be 
 124:       delivered for reasons other than the lack of an allocated QP." 
 125:    ::= { ibConnUD 3 } 
 126:     
 127:    ibConnUDOutDatagrams OBJECT-TYPE 
 127: change recommended - warning: node `ibConnUDOutDatagrams' must be contained in at least one conformance group
 128:    SYNTAX               Counter64 
 129:    MAX-ACCESS           read-only 
 130:    STATUS               current 
 131:    DESCRIPTION 
 132:       "Total number of Unreliable Datagrams sent from this entity." 
 133:    ::= { ibConnUD 4 } 
 134:     
 135:    ibConnUDTable OBJECT-TYPE  
 136:    SYNTAX        SEQUENCE OF IbConnUDEntry  
 137:    MAX-ACCESS    not-accessible  
 138:    STATUS        current  
 139:    DESCRIPTION 
 140:       "A table containing information about all of the Unreliable 
 141:       Datagram Connections in the device." 
 142:    ::= { ibConnUD 5 } 
 143:        
 144:    ibConnUDEntry OBJECT-TYPE  
 144: severe - illegal base type `GidTC' in index element `ibConnUDGID' of row ibConnUDEntry
 144: severe - illegal base type `LidTC' in index element `ibConnUDLID' of row ibConnUDEntry

 144: severe - illegal base type `IBQuePairNumber' in index element `ibConnUDLocalQPN' of row ibConnUDEntry
 145:    SYNTAX        IbConnUDEntry 
 146:    MAX-ACCESS    not-accessible  
 147:    STATUS        current  
 148:    DESCRIPTION  
 149:       "A conceptual row of the containing information about a 
 150:       Unreliable connection entry."  
 151:    INDEX { ibConnUDGID, 
 151: severe - unknown object identifier label `ibConnUDGID'
 152:            ibConnUDLID,  
 153:            ibConnUDLocalQPN}   
 154:    ::= { ibConnUDTable 1 }  
 155:         
 156:    IbConnUDEntry ::= SEQUENCE {  
 156: minor error - SEQUENCE element #1 `ibConnUDGID' is not a child node under `ibConnUDEntry'
 156: warning - warning: SEQUENCE element #2 `ibConnUDLID' does not match order of columnar objects under `ibConnUDEntry'
 157:            ibConnUDGID       GidTC, 
 157: error - unknown type `GidTC'
 158:            ibConnUDLID      LidTC, 
 158: error - unknown type `LidTC'
 159:            ibConnUDLocalQPN  IBQuePairNumber 
 160:            } 
 160: error - unknown type `IBQuePairNumber'
 161:     
 162:      
 163:    Strahm         Internet Draft- Expires April 2002                 8 
 163: error - `Strahm' should start with a lower case letter
 163: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT

 163: error -
identifier `Draft-' illegally ends in a hyphen

 163: severe -
lexically unexpected character, skipping to end of line
 164:                       Infiniband Connection MIB              Oct 2001 
 165:     
 166:     
 167:    ibConnUDGID         OBJECT-TYPE 
 168:    SYNTAX              GidTC 
 169:    MAX-ACCESS          read-only 
 170:    STATUS              current 
 171:    DESCRIPTION 
 172:       "GID of listener." 
 173:    ::= { ibConnUDEntry 1 } 
 173: warning - warning: flushing recent incorrect declaration, see previous error(s)
 174:     
 175:     
 176:    ibConnUDLID         OBJECT-TYPE 
 176: error - type `LidTC' of node `ibConnUDLID' does not resolve to a known base type
 176: change recommended -
warning: node `ibConnUDLID' must be contained in at least one conformance group
 177:    SYNTAX              LidTC 
 178:    MAX-ACCESS          read-only 
 179:    STATUS              current 
 180:    DESCRIPTION 
 181:       "LID of listener." 
 182:    ::= { ibConnUDEntry 2 } 
 183:     
 184:    ibConnUDLocalQPN    OBJECT-TYPE 
 184: error - type `IBQuePairNumber' of node `ibConnUDLocalQPN' does not resolve to a known base type
 184: change recommended -
warning: node `ibConnUDLocalQPN' must be contained in at least one conformance group
 185:    SYNTAX              IBQuePairNumber 
 186:    MAX-ACCESS          read-only 
 187:    STATUS               current 
 188:    DESCRIPTION 
 189:       "Local Que Pair Number of listener." 
 190:    ::= { ibConnUDEntry 3 } 
 191:     
 192:    -- 
 193:    -- Reliable Datagram 
 194:    -- 
 195:     
 196:    ibConnRD OBJECT IDENTIFIER ::= { ibConnMibObjects 2 } 
 197:     
 198:    ibConnRDInDatagrams  OBJECT-TYPE 
 198: change recommended - warning: node `ibConnRDInDatagrams' must be contained in at least one conformance group
 199:    SYNTAX              Counter64 
 200:    MAX-ACCESS          read-only 
 201:    STATUS              current 
 202:    DESCRIPTION 
 203:       "Total number of Reliable Datagrams delivered." 
 204:    ::= { ibConnRD 1 } 
 205:     
 206:    ibConnRDNoQP         OBJECT-TYPE 
 206: change recommended - warning: node `ibConnRDNoQP' must be contained in at least one conformance group
 207:    SYNTAX              Counter32 
 208:    MAX-ACCESS          read-only 
 209:    STATUS              current 
 210:    DESCRIPTION 
 211:       "Total number of received Reliable Datagrams discarded because 
 212:       the QP wasnÆt allocated." 
 212: error - illegal character `Æ' (0xc6) in quoted string
 213:    ::= { ibConnRD 2 } 
 214:     
 215:      
 216:    Strahm         Internet Draft- Expires April 2002                 9 
 216: error - `Strahm' should start with a lower case letter
 216: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT

 216: error -
identifier `Draft-' illegally ends in a hyphen

 216: severe -
lexically unexpected character, skipping to end of line
 217:                       Infiniband Connection MIB              Oct 2001 
 218:     
 219:     
 220:    ibConnRDInErrors     OBJECT-TYPE 
 221:    SYNTAX               Counter32 
 222:    MAX-ACCESS           read-only 
 223:    STATUS               current 
 224:    DESCRIPTION 
 225:       "Number of received Reliable Datagrams that could not be 
 226:       delivered for reasons other than the lack of an allocated QP." 
 227:    ::= { ibConnRD 3 } 
 227: warning - warning: flushing recent incorrect declaration, see previous error(s)
 228:     
 229:    ibConnRDOutDatagrams OBJECT-TYPE 
 229: change recommended - warning: node `ibConnRDOutDatagrams' must be contained in at least one conformance group
 230:    SYNTAX               Counter64 
 231:    MAX-ACCESS           read-only 
 232:    STATUS               current 
 233:    DESCRIPTION 
 234:       "Total number of Reliable Datagrams sent from this entity." 
 235:    ::= { ibConnRD 4 } 
 236:     
 237:     
 238:    ibConnRDTable OBJECT-TYPE  
 239:    SYNTAX      SEQUENCE OF IbConnRDEntry  
 240:    MAX-ACCESS  not-accessible  
 241:    STATUS      current  
 242:    DESCRIPTION 
 243:       "A table containing information about all of the Reliable 
 244:       Datagram connections in the device." 
 245:    ::= { ibConnRD 5 } 
 246:        
 247:    ibConnRDEntry       OBJECT-TYPE  
 247: severe - illegal base type `GidTC' in index element `ibConnRDLGID' of row ibConnRDEntry
 247: severe - illegal base type `LidTC' in index element `ibConnRDLLID' of row ibConnRDEntry

 247: severe - illegal base type `IBEtoEContext' in index element `ibConnRDLEEC' of row ibConnRDEntry

 247: severe - illegal base type `GidTC' in index element `ibConnRDRGID' of row ibConnRDEntry

 247: severe - illegal base type `LidTC' in index element `ibConnRDRLID' of row ibConnRDEntry

 247: severe - illegal base type `IBEtoEContext' in index element `ibConnRDREEC' of row ibConnRDEntry
 248:    SYNTAX               IbConnRDEntry 
 249:    MAX-ACCESS           not-accessible  
 250:    STATUS               current  
 251:    DESCRIPTION  
 252:       "A conceptual row of the containing information about a Reliable 
 253:       Datagram entry."  
 254:    INDEX { ibConnRDLGID, ibConnRDLLID,  
 254: severe - unknown object identifier label `ibConnRDLGID'
 255:            ibConnRDLEEC, ibConnRDRGID,  
 256:            ibConnRDRLID, ibConnRDREEC }   
 257:    ::= { ibConnRDTable 1 }  
 258:         
 259:    IbConnRDEntry ::= SEQUENCE {  
 259: minor error - SEQUENCE element #1 `ibConnRDLGID' is not a child node under `ibConnRDEntry'
 259: warning - warning: SEQUENCE element #2 `ibConnRDLLID' does not match order of columnar objects under `ibConnRDEntry'
 260:            ibConnRDLGID      GidTC, 
 261:            ibConnRDLLID      LidTC, 
 262:           ibConnRDLEEC      IBEtoEContext, 
 262: error - unknown type `IBEtoEContext'
 263:           ibConnRDRGID      GidTC, 
 264:           ibConnRDRLID      LidTC, 
 265:            ibConnRDREEC      IBEtoEContext 
 266:            } 
 267:     
 268:      
 269:    Strahm         Internet Draft- Expires April 2002                10 
 269: error - `Strahm' should start with a lower case letter
 269: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT

 269: error -
identifier `Draft-' illegally ends in a hyphen

 269: severe -
lexically unexpected character, skipping to end of line
 270:                       Infiniband Connection MIB              Oct 2001 
 271:     
 272:     
 273:    ibConnRDLGID OBJECT-TYPE 
 274:    SYNTAX      GidTC 
 275:    MAX-ACCESS   read-only 
 276:    STATUS      current 
 277:    DESCRIPTION 
 278:       "GID of the local end of the connection." 
 279:    ::= { ibConnRDEntry 1 } 
 279: warning - warning: flushing recent incorrect declaration, see previous error(s)
 280:     
 281:    ibConnRDLLID OBJECT-TYPE 
 281: error - type `LidTC' of node `ibConnRDLLID' does not resolve to a known base type
 281: change recommended -
warning: node `ibConnRDLLID' must be contained in at least one conformance group
 282:    SYNTAX      LidTC 
 283:    MAX-ACCESS  read-only 
 284:    STATUS      current 
 285:    DESCRIPTION 
 286:       "LID of the local end of the connection." 
 287:    ::= { ibConnRDEntry 2 } 
 288:     
 289:    ibConnRDLEEC OBJECT-TYPE 
 289: error - type `IBEtoEContext' of node `ibConnRDLEEC' does not resolve to a known base type
 289: change recommended -
warning: node `ibConnRDLEEC' must be contained in at least one conformance group
 290:    SYNTAX      IBEtoEContext 
 291:    MAX-ACCESS  read-only 
 292:    STATUS      current 
 293:    DESCRIPTION 
 294:      "End to End Context of the local end of the connection." 
 295:    ::= { ibConnRDEntry 3 } 
 296:     
 297:    ibConnRDRGID OBJECT-TYPE 
 297: error - type `GidTC' of node `ibConnRDRGID' does not resolve to a known base type
 297: change recommended -
warning: node `ibConnRDRGID' must be contained in at least one conformance group
 298:    SYNTAX      GidTC 
 299:    MAX-ACCESS   read-only 
 300:    STATUS      current 
 301:    DESCRIPTION 
 302:       "GID of the remote end of the connection." 
 303:    ::= { ibConnRDEntry 4 } 
 304:     
 305:    ibConnRDRLID OBJECT-TYPE 
 305: error - type `LidTC' of node `ibConnRDRLID' does not resolve to a known base type
 305: change recommended -
warning: node `ibConnRDRLID' must be contained in at least one conformance group
 306:    SYNTAX      LidTC 
 307:    MAX-ACCESS  read-only 
 308:    STATUS      current 
 309:    DESCRIPTION 
 310:       "LID of the remote end of the connection." 
 311:    ::= { ibConnRDEntry 5 } 
 312:     
 313:    ibConnRDREEC OBJECT-TYPE 
 313: error - type `IBEtoEContext' of node `ibConnRDREEC' does not resolve to a known base type
 313: change recommended -
warning: node `ibConnRDREEC' must be contained in at least one conformance group
 314:    SYNTAX      IBEtoEContext 
 315:    MAX-ACCESS  read-only 
 316:    STATUS      current 
 317:    DESCRIPTION 
 318:      "End to End Context of the remote end of the connection." 
 319:    ::= { ibConnRDEntry 6 } 
 320:     
 321:      
 322:    Strahm         Internet Draft- Expires April 2002                11 
 322: error - `Strahm' should start with a lower case letter
 322: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT

 322: error -
identifier `Draft-' illegally ends in a hyphen

 322: severe -
lexically unexpected character, skipping to end of line
 323:                       Infiniband Connection MIB              Oct 2001 
 324:     
 325:     
 326:    -- 
 327:    -- Connected 
 328:    -- 
 329:     
 330:    ibConnConnected OBJECT IDENTIFIER ::= { ibConnMibObjects 3 } 
 330: warning - warning: flushing recent incorrect declaration, see previous error(s)
 331:     
 332:    ibConnCInSegs OBJECT-TYPE 
 332: change recommended - warning: node `ibConnCInSegs' must be contained in at least one conformance group
 333:    SYNTAX      Counter64 
 334:    MAX-ACCESS  read-only 
 335:    STATUS      current 
 336:    DESCRIPTION 
 337:       "The total number of segments received, including those 
 338:        received in error.  This count includes segments received on 
 339:        currently established connections." 
 340:    ::= { ibConnConnected 1 } 
 340: severe - unknown object identifier label `ibConnConnected'
 341:     
 342:    ibConnCOutSegs OBJECT-TYPE 
 342: change recommended - warning: node `ibConnCOutSegs' must be contained in at least one conformance group
 343:    SYNTAX      Counter64 
 344:    MAX-ACCESS  read-only 
 345:    STATUS      current 
 346:    DESCRIPTION 
 347:       "The total number of segments sent, including those on 
 348:       current connections but excluding those containing only 
 349:       retransmitted octets." 
 350:    ::= { ibConnConnected 2 } 
 351:     
 352:     
 353:    ibConnCTable OBJECT-TYPE  
 354:    SYNTAX      SEQUENCE OF IbConnCEntry  
 354: error - unknown type `IbConnCEntry'
 355:    MAX-ACCESS  not-accessible  
 356:    STATUS      current  
 357:    DESCRIPTION 
 358:       "A table containing information about all of the Connections in 
 359:       the device.  This table contains connections that are both 
 360:       reliable and unreliable." 
 361:    ::= { ibConnConnected 3 } 
 362:        
 363:    ibConnCEntry OBJECT-TYPE  
 363: severe - illegal base type `GidTC' in index element `ibConnCLGID' of row ibConnCEntry
 363: severe - illegal base type `LidTC' in index element `ibConnCLLID' of row ibConnCEntry

 363: severe - illegal base type `IBQuePairNumber' in index element `ibConnCLQPN' of row ibConnCEntry

 363: severe - illegal base type `GidTC' in index element `ibConnCRGID' of row ibConnCEntry

 363: severe - illegal base type `LidTC' in index element `ibConnCRLID' of row ibConnCEntry

 363: warning - warning: index element `ibConnCLGID' of row `ibConnCEntry' should be not-accessible in SMIv2 MIB

 363: warning - warning: index element `ibConnCLLID' of row `ibConnCEntry' should be not-accessible in SMIv2 MIB

 363: warning - warning: index element `ibConnCLQPN' of row `ibConnCEntry' should be not-accessible in SMIv2 MIB

 363: warning - warning: index element `ibConnCRGID' of row `ibConnCEntry' should be not-accessible in SMIv2 MIB

 363: warning - warning: index element `ibConnCRLID' of row `ibConnCEntry' should be not-accessible in SMIv2 MIB
 364:    SYNTAX      IbConnCEntry 
 365:    MAX-ACCESS  not-accessible  
 366:    STATUS      current  
 367:    DESCRIPTION  
 368:       "A conceptual row of the containing information about a 
 369:       Connection entry."  
 370:    INDEX { ibConnCLGID, ibConnCLLID, ibConnCLQPN, 
 371:            ibConnCRGID, ibConnCRLID, ibConnCRQPN }   
 371: severe - unknown object identifier label `ibConnCRQPN'
 372:    ::= { ibConnCTable 1 }  
 373:         
 374:      
 375:    Strahm         Internet Draft- Expires April 2002                12 
 375: error - `Strahm' should start with a lower case letter
 375: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT

 375: error -
identifier `Draft-' illegally ends in a hyphen

 375: severe -
lexically unexpected character, skipping to end of line
 376:                       Infiniband Connection MIB              Oct 2001 
 377:     
 378:     
 379:    IbConnCEntry ::= SEQUENCE {  
 380:            ibConnCLGID       GidTC, 
 381:            ibConnCLLID      LidTC, 
 382:           ibConnCLQPN       IBQuePairNumber, 
 383:           ibConnCRGID       GidTC, 
 384:           ibConnCRLID       LidTC, 
 385:            ibConnCRQPN       IBQuePairNumber, 
 386:           ibConnCState      INTEGER, 
 387:            ibConnCReliable   TruthValue 
 388:            } 
 388: warning - warning: flushing recent incorrect declaration, see previous error(s)
 389:     
 390:    ibConnCLGID OBJECT-TYPE 
 390: error - type `GidTC' of node `ibConnCLGID' does not resolve to a known base type
 390: change recommended -
warning: node `ibConnCLGID' must be contained in at least one conformance group
 391:    SYNTAX      GidTC 
 392:    MAX-ACCESS   read-only 
 393:    STATUS      current 
 394:    DESCRIPTION 
 395:       "GID of the local end of the connection." 
 396:    ::= { ibConnCEntry 1 } 
 397:     
 398:    ibConnCLLID OBJECT-TYPE 
 398: error - type `LidTC' of node `ibConnCLLID' does not resolve to a known base type
 398: change recommended -
warning: node `ibConnCLLID' must be contained in at least one conformance group
 399:    SYNTAX      LidTC 
 400:    MAX-ACCESS  read-only 
 401:    STATUS      current 
 402:    DESCRIPTION 
 403:       "LID of the local end of the connection." 
 404:    ::= { ibConnCEntry 2 } 
 405:     
 406:    ibConnCLQPN OBJECT-TYPE 
 406: error - type `IBQuePairNumber' of node `ibConnCLQPN' does not resolve to a known base type
 406: change recommended -
warning: node `ibConnCLQPN' must be contained in at least one conformance group
 407:    SYNTAX      IBQuePairNumber 
 408:    MAX-ACCESS  read-only 
 409:    STATUS      current 
 410:    DESCRIPTION 
 411:      "Que Pair Number of the local end of the connection." 
 412:    ::= { ibConnCEntry 3 } 
 413:     
 414:    ibConnCRGID OBJECT-TYPE 
 414: error - type `GidTC' of node `ibConnCRGID' does not resolve to a known base type
 414: change recommended -
warning: node `ibConnCRGID' must be contained in at least one conformance group
 415:    SYNTAX      GidTC 
 416:    MAX-ACCESS   read-only 
 417:    STATUS      current 
 418:    DESCRIPTION 
 419:       "GID of the remote end of the connection." 
 420:    ::= { ibConnCEntry 4 } 
 421:     
 422:    ibConnCRLID OBJECT-TYPE 
 422: error - type `LidTC' of node `ibConnCRLID' does not resolve to a known base type
 422: change recommended -
warning: node `ibConnCRLID' must be contained in at least one conformance group
 423:    SYNTAX      LidTC 
 424:    MAX-ACCESS  read-only 
 425:    STATUS      current 
 426:    DESCRIPTION 
 427:       "LID of the remote end of the connection." 
 428:    ::= { ibConnCEntry 5 } 
 429:     
 430:      
 431:    Strahm         Internet Draft- Expires April 2002                13 
 431: error - `Strahm' should start with a lower case letter
 431: severe - syntax error, unexpected UPPERCASE_IDENTIFIER, expecting OBJECT

 431: error -
identifier `Draft-' illegally ends in a hyphen

 431: severe -
lexically unexpected character, skipping to end of line
 432:                       Infiniband Connection MIB              Oct 2001 
 433:     
 434:     
 435:    ibConnCRQPN OBJECT-TYPE 
 436:    SYNTAX      IBEtoEContext 
 437:    MAX-ACCESS  read-only 
 438:    STATUS      current 
 439:    DESCRIPTION 
 440:      "Que Pair Number of the remote end of the connection." 
 441:    ::= { ibConnCEntry 6 } 
 441: warning - warning: flushing recent incorrect declaration, see previous error(s)
 442:     
 443:    ibConnCState OBJECT-TYPE 
 444:    SYNTAX       INTEGER { 
 445:                     listen (1), 
 446:                     reqSent (2), 
 447:                     reqRcvd (3) 
 448:                     repRcvd (4), 
 448: severe - syntax error, unexpected LOWERCASE_IDENTIFIER, expecting '}' or ','
 449:                     Established (5), 
 450:                     dreqSent (6), 
 451:                     dreqRcvd (7), 
 452:                     timeWait (8), 
 453:                     rtuTimeout (9), 
 454:                     peerCompare (10), 
 455:                     timeout (11), 
 456:                     repWait (12), 
 457:                     mraREPSent (13), 
 458:                     drepTimeout (14) 
 459:                     } 
 459: warning - warning: flushing recent incorrect declaration, see previous error(s)
 460:                   
 461:    MAX-ACCESS   read-only 
 461: severe - syntax error, unexpected MAX_ACCESS
 462:    STATUS       current 
 463:    DESCRIPTION 
 464:       "State of the connection.  Derived from 12.9.5 and 12.9.6." 
 465:    ::= { ibConnCEntry 7 } 
 465: warning - warning: flushing recent incorrect declaration, see previous error(s)
 466:     
 467:    ibConnCReliable     OBJECT-TYPE 
 467: change recommended - warning: node `ibConnCReliable' must be contained in at least one conformance group
 468:    SYNTAX              TruthValue 
 469:    MAX-ACCESS          read-only 
 470:    STATUS              current 
 471:    DESCRIPTION 
 472:       "Reliability of the connection." 
 473:    ::= { ibConnCEntry 8 } 
 474:     
 475:    -- 
 476:    -- Module Groups 
 477:    -- 
 478:    ibCAGroups OBJECT IDENTIFIER ::= { ibCAConformance 1} 
 479:    ibCAUnreliableDatagram OBJECT IDENTIFIER ::= { ibCAGroups 1 } 
 480:    ibCAReliableDatagram OBJECT IDENTIFIER ::= { ibCAGroups 2 } 
 481:    ibCAUnreliableConnected OBJECT IDENTIFIER ::= { ibCAGroups 3 } 
 482:    ibCAReliableConnected OBJECT IDENTIFIER ::= { ibCAGroups 4 } 
 483:     
 484:    END 
 484: error - missing MODULE-IDENTITY clause in SMIv2 MIB