⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2981.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
        that fills the wildcard without having to actually predict        all possible instances ahead of time.        Bad object identifiers or a mismatch between truncating the        identifier and the value of mteSetObjectWildcard        result in operation as one would expect when providing the        wrong identifier to a Set operation.  The Set will fail or set        the wrong object.  If the value syntax of the destination        object is not correct, the Set fails with the normal SNMP        error code."    DEFVAL { zeroDotZero }    ::= { mteEventSetEntry 1 }mteEventSetObjectWildcard OBJECT-TYPE    SYNTAX      TruthValue    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "Control over whether mteEventSetObject is to be treated as        fully-specified or wildcarded, with 'true' indicating wildcard        if mteEventActions has 'set' set."    DEFVAL { false }    ::= { mteEventSetEntry 2 }mteEventSetValue OBJECT-TYPE    SYNTAX      Integer32    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The value to which to set the object at mteEventSetObject        if mteEventActions has 'set' set."    DEFVAL { 0 }    ::= { mteEventSetEntry 3 }mteEventSetTargetTag OBJECT-TYPE    SYNTAX      SnmpTagValue    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The tag for the target(s) at which to set the object at        mteEventSetObject to mteEventSetValue if mteEventActions        has 'set' set.        Systems limited to self management MAY reject a non-zero        length for the value of this object.        A length of 0 indicates the local system.  In this case,        access to the objects indicated by mteEventSetObject is under        the security credentials of the requester that set        mteTriggerEntryStatus to 'active'.  Those credentials are the        input parameters for isAccessAllowed from the Architecture for        Describing SNMP Management Frameworks.        Otherwise access rights are checked according to the security        parameters resulting from the tag."    DEFVAL { ''H }    ::= { mteEventSetEntry 4 }mteEventSetContextName OBJECT-TYPE    SYNTAX      SnmpAdminString    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The management context in which to set mteEventObjectID.        if mteEventActions has 'set' set.        This may be wildcarded by leaving characters off the end.  To        indicate such wildcarding mteEventSetContextNameWildcard must        be 'true'.        If this context name is wildcarded the value used to complete        the wildcarding of mteTriggerContextName will be appended."    DEFVAL { ''H }    ::= { mteEventSetEntry 5 }mteEventSetContextNameWildcard OBJECT-TYPE    SYNTAX      TruthValue    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "Control for whether mteEventSetContextName is to be treated as        fully-specified or wildcarded, with 'true' indicating wildcard        if mteEventActions has 'set' set."    DEFVAL { false }    ::= { mteEventSetEntry 6 }---- Notifications--dismanEventMIBNotificationPrefix OBJECT IDENTIFIER ::=    { dismanEventMIB 2 }dismanEventMIBNotifications OBJECT IDENTIFIER ::=    { dismanEventMIBNotificationPrefix 0 }dismanEventMIBNotificationObjects OBJECT IDENTIFIER   ::= { dismanEventMIBNotificationPrefix 1 }---- Notification Objects--mteHotTrigger OBJECT-TYPE    SYNTAX      SnmpAdminString    MAX-ACCESS  accessible-for-notify    STATUS      current    DESCRIPTION        "The name of the trigger causing the notification."    ::= { dismanEventMIBNotificationObjects 1 }mteHotTargetName OBJECT-TYPE    SYNTAX      SnmpAdminString    MAX-ACCESS  accessible-for-notify    STATUS      current    DESCRIPTION        "The SNMP Target MIB's snmpTargetAddrName related to the        notification."    ::= { dismanEventMIBNotificationObjects 2 }mteHotContextName OBJECT-TYPE    SYNTAX      SnmpAdminString    MAX-ACCESS  accessible-for-notify    STATUS      current    DESCRIPTION        "The context name related to the notification.  This MUST be as        fully-qualified as possible, including filling in wildcard        information determined in processing."    ::= { dismanEventMIBNotificationObjects 3 }mteHotOID OBJECT-TYPE    SYNTAX      OBJECT IDENTIFIER    MAX-ACCESS  accessible-for-notify    STATUS      current    DESCRIPTION        "The object identifier of the destination object related to the        notification.  This MUST be as fully-qualified as possible,        including filling in wildcard information determined in        processing.        For a trigger-related notification this is from        mteTriggerValueID.        For a set failure this is from mteEventSetObject."    ::= { dismanEventMIBNotificationObjects 4 }mteHotValue OBJECT-TYPE    SYNTAX      Integer32    MAX-ACCESS  accessible-for-notify    STATUS      current    DESCRIPTION        "The value of the object at mteTriggerValueID when a        trigger fired."    ::= { dismanEventMIBNotificationObjects 5 }mteFailedReason OBJECT-TYPE    SYNTAX      FailureReason    MAX-ACCESS  accessible-for-notify    STATUS      current    DESCRIPTION        "The reason for the failure of an attempt to check for a        trigger condition or set an object in response to an event."    ::= { dismanEventMIBNotificationObjects 6 }---- Notifications--mteTriggerFired NOTIFICATION-TYPE    OBJECTS { mteHotTrigger,              mteHotTargetName,              mteHotContextName,              mteHotOID,              mteHotValue }    STATUS  current    DESCRIPTION        "Notification that the trigger indicated by the object        instances has fired, for triggers with mteTriggerType        'boolean' or 'existence'."    ::= { dismanEventMIBNotifications 1 }mteTriggerRising NOTIFICATION-TYPE    OBJECTS { mteHotTrigger,              mteHotTargetName,              mteHotContextName,              mteHotOID,              mteHotValue }    STATUS  current    DESCRIPTION        "Notification that the rising threshold was met for triggers        with mteTriggerType 'threshold'."    ::= { dismanEventMIBNotifications 2 }mteTriggerFalling NOTIFICATION-TYPE    OBJECTS { mteHotTrigger,              mteHotTargetName,              mteHotContextName,              mteHotOID,              mteHotValue }    STATUS  current    DESCRIPTION        "Notification that the falling threshold was met for triggers        with mteTriggerType 'threshold'."    ::= { dismanEventMIBNotifications 3 }mteTriggerFailure NOTIFICATION-TYPE    OBJECTS { mteHotTrigger,              mteHotTargetName,              mteHotContextName,              mteHotOID,              mteFailedReason }    STATUS  current    DESCRIPTION        "Notification that an attempt to check a trigger has failed.        The network manager must enable this notification only with        a certain fear and trembling, as it can easily crowd out more        important information.  It should be used only to help diagnose        a problem that has appeared in the error counters and can not        be found otherwise."    ::= { dismanEventMIBNotifications 4 }mteEventSetFailure NOTIFICATION-TYPE    OBJECTS { mteHotTrigger,              mteHotTargetName,              mteHotContextName,              mteHotOID,              mteFailedReason }    STATUS  current    DESCRIPTION        "Notification that an attempt to do a set in response to an        event has failed.        The network manager must enable this notification only with        a certain fear and trembling, as it can easily crowd out more        important information.  It should be used only to help diagnose        a problem that has appeared in the error counters and can not        be found otherwise."    ::= { dismanEventMIBNotifications 5 }---- Conformance--dismanEventMIBConformance OBJECT IDENTIFIER ::= { dismanEventMIB 3 }dismanEventMIBCompliances OBJECT IDENTIFIER ::=    { dismanEventMIBConformance 1 }dismanEventMIBGroups      OBJECT IDENTIFIER ::=    { dismanEventMIBConformance 2 }-- CompliancedismanEventMIBCompliance MODULE-COMPLIANCE        STATUS current        DESCRIPTION                "The compliance statement for entities which implement                the Event MIB."        MODULE  -- this module                MANDATORY-GROUPS {                        dismanEventResourceGroup,                        dismanEventTriggerGroup,                        dismanEventObjectsGroup,                        dismanEventEventGroup,                        dismanEventNotificationObjectGroup,                        dismanEventNotificationGroup                }                OBJECT mteTriggerTargetTag                MIN-ACCESS  read-only                DESCRIPTION                        "Write access is not required, thus limiting                        monitoring to the local system or pre-configured                        remote systems."                OBJECT mteEventSetTargetTag                MIN-ACCESS  read-only                DESCRIPTION                        "Write access is not required, thus limiting                        setting to the local system or pre-configured                        remote systems."                OBJECT mteTriggerValueIDWildcard                MIN-ACCESS  read-only                DESCRIPTION                        "Write access is not required, thus allowing                        the system not to implement wildcarding."                OBJECT mteTriggerContextNameWildcard                MIN-ACCESS  read-only                DESCRIPTION                        "Write access is not required, thus allowing                        the system not to implement wildcarding."                OBJECT mteObjectsIDWildcard                MIN-ACCESS  read-only                DESCRIPTION                        "Write access is not required, thus allowing                        the system not to implement wildcarding."                OBJECT mteEventSetContextNameWildcard                MIN-ACCESS  read-only                DESCRIPTION                        "Write access is not required, thus allowing                        the system not to implement wildcarding."        ::= { dismanEventMIBCompliances 1 }-- Units of ConformancedismanEventResourceGroup OBJECT-GROUP        OBJECTS {                mteResourceSampleMinimum,                mteResourceSampleInstanceMaximum,                mteResourceSampleInstances,                mteResourceSampleInstancesHigh,                mteResourceSampleInstanceLacks        }        STATUS current        DESCRIPTION                "Event resource status and control objects."        ::= { dismanEventMIBGroups 1 }dismanEventTriggerGroup OBJECT-GROUP        OBJECTS {                mteTriggerFailures,                mteTriggerComment,                mteTriggerTest,                mteTriggerSampleType,                mteTriggerValueID,                mteTriggerValueIDWildcard,                mteTriggerTargetTag,                mteTriggerContextName,                mteTriggerContextNameWildcard,                mteTriggerFrequency,                mteTriggerObjectsOwner,                mteTriggerObjects,                mteTriggerEnabled,                mteTriggerEntryStatus,                mteTriggerDeltaDiscontinuityID,                mteTriggerDeltaDiscontinuityIDWildcard,                mteTriggerDeltaDiscontinuityIDType,                mteTriggerExistenceTest,                mteTriggerExistenceStartup,                mteTriggerExistenceObjectsOwner,                mteTriggerExistenceObjects,                mteTriggerExistenceEventOwner,                mteTriggerExistenceEvent,                mteTriggerBooleanComparison,                mteTriggerBooleanValue,                mteTriggerBooleanStartup,                mteTriggerBooleanObjectsOwner,                mteTriggerBooleanObjects,                mteTriggerBooleanEventOwner,                mteTriggerBooleanEvent,                mteTriggerThresholdStartup,                mteTriggerThr

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -