smilint output for ./ALARM-MIB
Message Severities |
Severity | Count |
change recommended | 2 |
Message Types |
Type | Count |
opaque-smiv2 (change recommended) | 2 |
Messages:
ALARM-MIB
1: -- extracted from rfc3877.txt
2: -- at Sat Sep 18 06:23:14 2004
572:
573: alarmActiveVariableEntry OBJECT-TYPE
574: SYNTAX AlarmActiveVariableEntry
575: MAX-ACCESS not-accessible
576: STATUS current
577: DESCRIPTION
578: "Entries appear in this table when there are variables in
579: the varbind list of a corresponding alarm in
580: alarmActiveTable.
581:
582: Entries appear in this table as though
583: the trap/notification had been transported using a
584: SNMPv2-Trap-PDU, as defined in [RFC3416] - i.e., the
585: alarmActiveVariableIndex 1 will always be sysUpTime
586: and alarmActiveVariableIndex 2 will always be
587: snmpTrapOID.
588:
589: If the incoming notification is instead an SNMPv1 Trap-PDU and
590: the value of alarmModelVarbindIndex is 1 or 2, an appropriate
591: value for sysUpTime.0 or snmpTrapOID.0 shall be determined
592: by using the rules in section 3.1 of [RFC3584]."
593: INDEX { alarmListName, alarmActiveIndex,
594: alarmActiveVariableIndex }
595: ::= { alarmActiveVariableTable 1 }
596:
597: AlarmActiveVariableEntry ::= SEQUENCE {
598: alarmActiveVariableIndex Unsigned32,
599: alarmActiveVariableID OBJECT IDENTIFIER,
600: alarmActiveVariableValueType INTEGER,
601: alarmActiveVariableCounter32Val Counter32,
602: alarmActiveVariableUnsigned32Val Unsigned32,
603: alarmActiveVariableTimeTicksVal TimeTicks,
604: alarmActiveVariableInteger32Val Integer32,
605: alarmActiveVariableOctetStringVal OCTET STRING,
606: alarmActiveVariableIpAddressVal IpAddress,
607: alarmActiveVariableOidVal OBJECT IDENTIFIER,
608: alarmActiveVariableCounter64Val Counter64,
609: alarmActiveVariableOpaqueVal Opaque }
609: change recommended -
warning: SMIv2 provides Opaque solely for backward-compatibility
...
712:
713: alarmActiveVariableOpaqueVal OBJECT-TYPE
714: SYNTAX Opaque (SIZE(0..65535))
714: change recommended -
warning: SMIv2 provides Opaque solely for backward-compatibility
715: MAX-ACCESS read-only
716: STATUS current
717: DESCRIPTION
718: "The value when alarmActiveVariableType is 'opaque'.
719:
720: Note that although RFC2578 [RFC2578] forbids the use
721: of Opaque in 'standard' MIB modules, this particular
722: usage is driven by the need to be able to accurately
723: represent any well-formed notification, and justified
724: by the need for backward compatibility."
725: ::= { alarmActiveVariableEntry 12 }
726:
727: -- Statistics --