Table Of Contents
SNMP Trap Notifier MIB
SNMP Trap Notifier MIB
The SNMP Trap Notifier MIB specifies the trap message format used by DFM to notify other systems about DFM notifications and cleared DFM notifications.
-- DFM-MIB.my: CiscoWorks2000 Device Fault Manager
-- Copyright 1999 by System Management ARTS, Inc.
DFM-MIB DEFINITIONS ::= BEGIN
enterprises, Counter32, OBJECT-TYPE,
MODULE-IDENTITY, NOTIFICATION-TYPE
LAST-UPDATED "9909232300Z"
ORGANIZATION "Cisco Systems"
Postal:Cisco Systems, Inc.
"The CiscoWorks2000 Device Fault Manager MIB
module for entities defined by
-- top level groups in the DFM-MIB
smNotificationTrap OBJECT IDENTIFIER ::= { dfmMIB 0 }
smNotificationData OBJECT IDENTIFIER ::= { dfmMIB 2 }
-- The smNotificationData Group
-- The members of this group are the OIDs for VarBinds containing
-- Group for generic notification data.
smGenericNotify OBJECT IDENTIFIER ::= { smNotificationData 1 }
smNotifTimestamp OBJECT-TYPE
MAX-ACCESS not-accessible
"The timestamp of the notification."
::= { smGenericNotify 1 }
smNotifServer OBJECT-TYPE
MAX-ACCESS not-accessible
"The name of the server that is sending the notification."
::= { smGenericNotify 2 }
MAX-ACCESS not-accessible
"The class of the object associated with the notification."
::= { smGenericNotify 3 }
smNotifInstance OBJECT-TYPE
MAX-ACCESS not-accessible
"The instance name of the object associated with the
notification."
::= { smGenericNotify 4 }
smNotifEventName OBJECT-TYPE
MAX-ACCESS not-accessible
"The name of the event causing the notification."
::= { smGenericNotify 5 }
smNotifInstanceID OBJECT-TYPE
MAX-ACCESS not-accessible
"The unique DFM inventory identification
for the object associated with the notification ."
::= { smGenericNotify 6 }
smNotifDescription OBJECT-TYPE
MAX-ACCESS not-accessible
"A complete description of the event."
::= { smGenericNotify 7 }
smNotifCertainty OBJECT-TYPE
MAX-ACCESS not-accessible
"The certainty of the event. Floating-point number in the
range 0-100, stored as a string."
::= { smGenericNotify 8 }
smNotifSeverity OBJECT-TYPE
MAX-ACCESS not-accessible
"The severity of the event. Integer number in the range 1-6."
::= { smGenericNotify 9 }
-- The DFM enterprise Traps
-- These are the enterprise-specific trap codes currently in-use in
-- DFM software. The final sub-OID of each object is the code sent
-- in the "specific-trap" field of an SNMPv1 Trap-PDU.
-- The definition of these objects mimics the SNMPv2 convention for
-- sending traps: Take the enterprise OID, append 0, then append the
smTrapNotification NOTIFICATION-TYPE
OBJECTS { smNotifTimestamp,
"A trap describing a DFM root cause notification.
The text in smNotifDescription indicates the nature of
::= { smNotificationTrap 4 }
smTrapCertaintyChange NOTIFICATION-TYPE
OBJECTS { smNotifTimestamp,
"A trap indicating a certainty change of a DFM
notification. The text in smNotifDescription indicates
the nature of the problem."
::= { smNotificationTrap 2 }
smTrapSeverityChange NOTIFICATION-TYPE
OBJECTS { smNotifTimestamp,
"A trap indicating a severity change of a DFM
notification. The text in smNotifDescription indicates
the nature of the notification."
::= { smNotificationTrap 3 }
smTrapNotificationClear NOTIFICATION-TYPE
OBJECTS { smNotifTimestamp,
"A trap indicating the clear of a DFM notification."
::= { smNotificationTrap 7 }