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

📄 rfc3433.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 2 页
字号:
            If the associated EntitySensorDataType object is equal to            'rpm(10)', then an object of this type MUST contain a number            ranging from -999,999,999 to +999,999,999.            If the associated EntitySensorDataType object is equal to            'truthvalue(12)', then an object of this type MUST contain            either the value 'true(1)' or the value 'false(2)'.            If the associated EntitySensorDataType object is equal to            'other(1)' or unknown(2)', then an object of this type MUST            contain a number ranging from -1000000000 to 1000000000."    SYNTAX Integer32 (-1000000000..1000000000)EntitySensorStatus ::= TEXTUAL-CONVENTION    STATUS       current    DESCRIPTION            "An object using this data type represents the operational            status of a physical sensor.            The value 'ok(1)' indicates that the agent can obtain the            sensor value.            The value 'unavailable(2)' indicates that the agent            presently cannot obtain the sensor value.            The value 'nonoperational(3)' indicates that the agent            believes the sensor is broken.  The sensor could have a hard            failure (disconnected wire), or a soft failure such as out-            of-range, jittery, or wildly fluctuating readings."    SYNTAX INTEGER {        ok(1),        unavailable(2),        nonoperational(3)    }---- Entity Sensor Table--entPhySensorTable OBJECT-TYPE    SYNTAX        SEQUENCE OF EntPhySensorEntry    MAX-ACCESS    not-accessible    STATUS        current    DESCRIPTION            "This table contains one row per physical sensor represented            by an associated row in the entPhysicalTable."    ::= { entitySensorObjects 1 }entPhySensorEntry OBJECT-TYPE    SYNTAX        EntPhySensorEntry    MAX-ACCESS    not-accessible    STATUS        current    DESCRIPTION            "Information about a particular physical sensor.            An entry in this table describes the present reading of a            sensor, the measurement units and scale, and sensor            operational status.            Entries are created in this table by the agent.  An entry            for each physical sensor SHOULD be created at the same time            as the associated entPhysicalEntry.  An entry SHOULD be            destroyed if the associated entPhysicalEntry is destroyed."    INDEX  { entPhysicalIndex }    -- SPARSE-AUGMENTS    ::= { entPhySensorTable 1 }EntPhySensorEntry ::= SEQUENCE {        entPhySensorType            EntitySensorDataType,        entPhySensorScale           EntitySensorDataScale,        entPhySensorPrecision       EntitySensorPrecision,        entPhySensorValue           EntitySensorValue,        entPhySensorOperStatus      EntitySensorStatus,        entPhySensorUnitsDisplay    SnmpAdminString,        entPhySensorValueTimeStamp  TimeStamp,        entPhySensorValueUpdateRate Unsigned32}entPhySensorType OBJECT-TYPE    SYNTAX        EntitySensorDataType    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION            "The type of data returned by the associated            entPhySensorValue object.            This object SHOULD be set by the agent during entry            creation, and the value SHOULD NOT change during operation."    ::= { entPhySensorEntry 1 }entPhySensorScale OBJECT-TYPE    SYNTAX        EntitySensorDataScale    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION            "The exponent to apply to values returned by the associated            entPhySensorValue object.            This object SHOULD be set by the agent during entry            creation, and the value SHOULD NOT change during operation."    ::= { entPhySensorEntry 2 }entPhySensorPrecision OBJECT-TYPE    SYNTAX        EntitySensorPrecision    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION            "The number of decimal places of precision in fixed-point            sensor values returned by the associated entPhySensorValue            object.            This object SHOULD be set to '0' when the associated            entPhySensorType value is not a fixed-point type: e.g.,            'percentRH(9)', 'rpm(10)', 'cmm(11)', or 'truthvalue(12)'.            This object SHOULD be set by the agent during entry            creation, and the value SHOULD NOT change during operation."    ::= { entPhySensorEntry 3 }entPhySensorValue OBJECT-TYPE    SYNTAX        EntitySensorValue    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION            "The most recent measurement obtained by the agent for this            sensor.            To correctly interpret the value of this object, the            associated entPhySensorType, entPhySensorScale, and            entPhySensorPrecision objects must also be examined."    ::= { entPhySensorEntry 4 }entPhySensorOperStatus OBJECT-TYPE    SYNTAX        EntitySensorStatus    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION            "The operational status of the sensor."    ::= { entPhySensorEntry 5 }entPhySensorUnitsDisplay OBJECT-TYPE    SYNTAX      SnmpAdminString    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION            "A textual description of the data units that should be used            in the display of entPhySensorValue."    ::= { entPhySensorEntry 6 }entPhySensorValueTimeStamp OBJECT-TYPE    SYNTAX        TimeStamp    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION            "The value of sysUpTime at the time the status and/or value            of this sensor was last obtained by the agent."    ::= { entPhySensorEntry 7 }entPhySensorValueUpdateRate  OBJECT-TYPE    SYNTAX        Unsigned32    UNITS         "milliseconds"    MAX-ACCESS    read-only    STATUS        current    DESCRIPTION            "An indication of the frequency that the agent updates the            associated entPhySensorValue object, representing in            milliseconds.            The value zero indicates:                - the sensor value is updated on demand (e.g.,                  when polled by the agent for a get-request),                - the sensor value is updated when the sensor                  value changes (event-driven),                - the agent does not know the update rate.            "    ::= { entPhySensorEntry 8 }---- Conformance Section--entitySensorCompliances OBJECT IDENTIFIER    ::= { entitySensorConformance 1 }entitySensorGroups      OBJECT IDENTIFIER    ::= { entitySensorConformance 2 }entitySensorCompliance MODULE-COMPLIANCE    STATUS  current    DESCRIPTION            "Describes the requirements for conformance to the Entity            Sensor MIB module."    MODULE  -- this module        MANDATORY-GROUPS { entitySensorValueGroup }    MODULE ENTITY-MIB        MANDATORY-GROUPS { entityPhysicalGroup }    ::= { entitySensorCompliances 1 }-- Object GroupsentitySensorValueGroup OBJECT-GROUP    OBJECTS {             entPhySensorType,             entPhySensorScale,             entPhySensorPrecision,             entPhySensorValue,             entPhySensorOperStatus,             entPhySensorUnitsDisplay,             entPhySensorValueTimeStamp,             entPhySensorValueUpdateRate    }    STATUS  current    DESCRIPTION            "A collection of objects representing physical entity sensor            information."    ::= { entitySensorGroups 1 }END

⌨️ 快捷键说明

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