smilint output for ./NOTIFICATION-LOG-MIB


Message Severities
SeverityCount
change recommended2
Message Types
TypeCount
opaque-smiv2 (change recommended)2

Messages:

NOTIFICATION-LOG-MIB

   1: -- extracted from draft-ietf-disman-notif-log-mib-v2-01.txt
   2: -- at Fri May 14 06:21:08 2004
 502: 
 503: nlmLogVariableEntry OBJECT-TYPE
 504:      SYNTAX      NlmLogVariableEntry
 505:      MAX-ACCESS  not-accessible
 506:      STATUS      current
 507:      DESCRIPTION
 508:       "A Notification log entry variable.
 509: 
 510:       Entries appear in this table when there are variables in
 511:       the varbind list of a Notification in nlmLogTable."
 512:      INDEX       { nlmLogName, nlmLogIndex, nlmLogVariableIndex }
 513:      ::= { nlmLogVariableTable 1 }
 514: 
 515: NlmLogVariableEntry ::= SEQUENCE {
 516:      nlmLogVariableIndex              Unsigned32,
 517:      nlmLogVariableID                 OBJECT IDENTIFIER,
 518:      nlmLogVariableValueType          INTEGER,
 519:      nlmLogVariableCounter32Val       Counter32,
 520:      nlmLogVariableUnsigned32Val      Unsigned32,
 521:      nlmLogVariableTimeTicksVal       TimeTicks,
 522:      nlmLogVariableInteger32Val       Integer32,
 523:      nlmLogVariableOctetStringVal     OCTET STRING,
 524:      nlmLogVariableIpAddressVal       IpAddress,
 525:      nlmLogVariableOidVal             OBJECT IDENTIFIER,
 526:      nlmLogVariableCounter64Val       Counter64,
 527:      nlmLogVariableOpaqueVal          Opaque
 527: change recommended - warning: SMIv2 provides Opaque solely for backward-compatibility
 528: }
...
 631: 
 632: nlmLogVariableOpaqueVal OBJECT-TYPE
 633:      SYNTAX      Opaque
 634:      MAX-ACCESS  read-only
 634: change recommended - warning: SMIv2 provides Opaque solely for backward-compatibility
 635:      STATUS      current
 636:      DESCRIPTION
 637:       "The value when nlmLogVariableType is 'opaque'."
 638:      ::= { nlmLogVariableEntry 12 }
 639: 
 640: 
 641: --
 642: -- Conformance
 643: --