03-Device Management

HomeSupportRoutersCR16000-F SeriesReference GuidesMIB CompanionH3C CR16000-F Routers MIB Reference-R8530Pxx-6W10003-Device Management
01-ENTITY-MIB
Title Size Download
01-ENTITY-MIB 114.18 KB

ENTITY-MIB

About this MIB

Use this MIB to manage types of physical entities in a device in a tree structure and relationships between these physical entities. Through this MIB, you can obtain the relationship structure between the physical entities on the device and the related data and status of the physical entities.

An entry index in entPhysicalTable is referred to as an entity index, which is assigned by the product. Each entity uniquely identifies a hardware option on the device, such as fans, power supplies, memory modules, CPUs, service modules, and ports.

A network manager obtains the physical entity arrangement and inclusion relationship on the device by calculating the instance values of entPhysicalContainedIn and entPhysicalParentRelPos in the entPhysicalTable. Doing so can avoid assigning physical entity indexes in depth-first or breadth-first order.

RFC 4133 obsoletes RFC 2737, and adds support for the CPU entity type.

This MIB also contains notifications about configuration changes.

MIB file name

rfc4133-entity.mib

Root object

iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).entityMIB(47)

Scalar objects

entLastChangeTime (1.3.6.1.2.1.47.1.4.1)

Object (OID)

Access

Syntax

Value range

Description

Implementation

entLastChangeTime (1.3.6.1.2.1.47.1.4.1)

read-only

TimeStamp

Standard MIB values.

The value of sysUpTime at the time a conceptual row is created, modified, or deleted in this MIB.

As per the MIB.

 

Tabular objects

entPhysicalTable

About this table

This table contains information about physical entities, including entity indexes, names, serial numbers, version numbers, and manufacturing information.

Support for operations

CreateNot supported

Edit/ModifyNot supported

DeleteNot supported

ReadSupported

Columns

The table index is entPhysicalIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

entPhysicalIndex (1.3.6.1.2.1.47.1.1.1.1.1)

not-accessible

PhysicalIndex

Integer32 (1..2147483647)

The index for this entry.

As per the MIB.

entPhysicalDescr (1.3.6.1.2.1.47.1.1.1.1.2)

read-only

SnmpAdminString

OCTET STRING (0..255)

A textual description of the physical entity.

As per the MIB.

entPhysicalVendorType (1.3.6.1.2.1.47.1.1.1.1.3)

read-only

AutonomousType

OBJECT IDENTIFIER

An indication of the vendor-specific hardware type of the physical entity.

Implementation varies by product.

The hardware types are defined in HH3C-ENTITY-VENDORTYPE-OID-MIB.

An agent should set this object to an enterprise-specific registration identifier value indicating the specific equipment type in detail.

entPhysicalContainedIn (1.3.6.1.2.1.47.1.1.1.1.4)

read-only

PhysicalIndexOrZero

Integer32 (0..2147483647)

The value of entPhysicalIndex for the physical entity which contains this physical entity.

As per the MIB.

entPhysicalClass (1.3.6.1.2.1.47.1.1.1.1.5)

read-only

PhysicalClass

other(1), unknown(2), chassis(3), backplane(4), container(5), powerSupply(6), fan(7), sensor(8), module(9), port(10), stack(11), cpu(12)

An indication of the general hardware type of the physical entity.

As per the MIB.

entPhysicalParentRelPos (1.3.6.1.2.1.47.1.1.1.1.6)

read-only

Integer32

Integer32 (-1..2147483647)

An indication of the relative position of this child component among all its sibling components.

As per the MIB.

entPhysicalName (1.3.6.1.2.1.47.1.1.1.1.7)

read-only

SnmpAdminString

OCTET STRING (0..255)

The textual name of the physical entity.

As per the MIB.

entPhysicalHardwareRev (1.3.6.1.2.1.47.1.1.1.1.8)

read-only

SnmpAdminString

OCTET STRING (0..255)

The vendor-specific hardware revision string for the physical entity.

As per the MIB.

entPhysicalFirmwareRev (1.3.6.1.2.1.47.1.1.1.1.9)

read-only

SnmpAdminString

OCTET STRING (0..255)

The vendor-specific firmware revision string for the physical entity.

As per the MIB.

entPhysicalSoftwareRev (1.3.6.1.2.1.47.1.1.1.1.10)

read-only

SnmpAdminString

OCTET STRING (0..255)

The vendor-specific software revision string for the physical entity.

As per the MIB.

entPhysicalSerialNum (1.3.6.1.2.1.47.1.1.1.1.11)

read-write

SnmpAdminString

OCTET STRING (0..32)

The vendor-specific serial number string for the physical entity.

Implementation varies by product.

entPhysicalMfgName (1.3.6.1.2.1.47.1.1.1.1.12)

read-only

SnmpAdminString

OCTET STRING (0..255)

The name of the manufacturer of this physical component.

As per the MIB.

entPhysicalModelName (1.3.6.1.2.1.47.1.1.1.1.13)

read-only

SnmpAdminString

OCTET STRING (0..255)

The vendor-specific model name identifier string associated with this physical component.

As per the MIB.

entPhysicalIsFRU (1.3.6.1.2.1.47.1.1.1.1.16)

read-only

TruthValue

true(1), false(2)

This object indicates whether or not this physical entity is considered a field replaceable unit by the vendor.

As per the MIB.

entPhysicalMfgDate (1.3.6.1.2.1.47.1.1.1.1.17)

read-only

DateAndTime

OCTET STRING (8 | 11)

This object contains the date of manufacturing of the managed entity.

As per the MIB.

 

entLogicalTable

About this table

This table contains one row for each logical entity. For an agent that implements multiple naming scopes, at least one entry must exist. Agents that instantiate all MIB objects within a single naming scope are not required to implement this table.

Support for operations

CreateNot supported

Edit/ModifyNot supported

DeleteNot supported

ReadSupported

Columns

The table index is entLogicalIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

entLogicalIndex (1.3.6.1.2.1.47.1.2.1.1.1)

not-accessible

Integer32

Integer32 (0..2147483647)

Index of a logical entity.

As per the MIB.

entLogicalDescr (1.3.6.1.2.1.47.1.2.1.1.2)

read-only

SnmpAdminString

Standard MIB values.

Description of the logical entity.

As per the MIB.

entLogicalType (1.3.6.1.2.1.47.1.2.1.1.3)

read-only

AutonomousType

Standard MIB values.

Type of the logical entity.

As per the MIB.

entLogicalCommunity (1.3.6.1.2.1.47.1.2.1.1.4)

read-only

OCTET STRING

(SIZE (0..255))

SNMPv1 or SNMPv2C community string, used to access detailed management information for the logical entity.

As per the MIB.

entLogicalTAddress (1.3.6.1.2.1.47.1.2.1.1.5)

read-only

TAddress

Standard MIB values.

Transmission service address used by the logical entity to receive network management traffic. The transmission service address is formatted based on the value of the entLogicalTDomain object.

As per the MIB.

entLogicalTDomain (1.3.6.1.2.1.47.1.2.1.1.6)

read-only

TDomain

Standard MIB values.

Type of transmission service used by the logical entity to receive network management traffic.

As per the MIB.

entLogicalContextEngineID (1.3.6.1.2.1.47.1.2.1.1.7)

read-only

SnmpEngineIdOrNone

Standard MIB values.

Context engine ID.

As per the MIB.

entLogicalContextName (1.3.6.1.2.1.47.1.2.1.1.8)

read-only

SnmpAdminString

Standard MIB values.

Context name.

As per the MIB.

 

entLPMappingTable

About this table

This table contains associations between logical entities and physical entities.

Support for operations

CreateNot supported

Edit/ModifyNot supported

DeleteNot supported

ReadSupported

Columns

The table indexes are entLogicalIndex and entLPPhysicalIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

PhysicalIndex (1.3.6.1.2.1.47.1.3.1.1.1)

read-only

PhysicalIndex

Standard MIB values.

The value of this object identifies the index value of a physical entity associated with a logical entity.

As per the MIB.

 

entAliasMappingTable

About this table

This table contains zero or more rows, representing mappings of logical entity and physical component to external MIB identifiers.

Support for operations

CreateNot supported

Edit/ModifyNot supported

DeleteNot supported

ReadSupported

Columns

The table indexes are entPhysicalIndex and entAliasLogicalIndexOrZero.

Object (OID)

Access

Syntax

Value range

Description

Implementation

entAliasLogicalIndexOrZero (1.3.6.1.2.1.47.1.3.2.1.1)

not-accessible

Integer32

Integer32 (0..2147483647)

The value of this object identifies the logical entity that defines the naming scope for the associated instance of the entAliasMappingIdentifier object.

As per the MIB.

entAliasMappingIdentifier (1.3.6.1.2.1.47.1.3.2.1.2)

read-only

RowPointer

Standard MIB values.

The value of this object identifies a particular conceptual row associated with the indicated entPhysicalIndex and entLogicalIndex pair.

As per the MIB.

 

entPhysicalContainsTable

About this table

This table contains information about the container/containee relationships between physical entities.

Support for operations

CreateNot supported

Edit/ModifyNot supported

DeleteNot supported

ReadSupported

Columns

The table indexes are entPhysicalIndex and entPhysicalChildIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

entPhysicalChildIndex (1.3.6.1.2.1.47.1.3.3.1.1)

read-only

PhysicalIndex

Integer32 (1..2147483647)

The value of entPhysicalIndex for the contained physical entity.

As per the MIB.

 

Notifications

entConfigChange

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.2.1.47.2.0.1

The value of entLastChangeTime changed

Informational

Major

N/A (N/A)

ON

 

Notification triggers

This notification is generated when a hardware entity on the device, including cards, subcards, power modules, fan trays, or storage controllers, is installed, removed, reset, or registered. It can be utilized by an NMS to trigger logical or physical entity table maintenance polls.

An agent cannot generate more than one entConfigChange notification event in a given time interval (five seconds by default).

If additional configuration changes occur within the throttling period, then notification-events for these changes should be suppressed by the agent until the current throttling period expires.

An NMS need to periodically check the value of entLastChangeTime to detect any missed entConfigChange notification events.

System impact

Removal of a hardware entity might affect correct operation of the system.

Status control

This notification cannot be cleared.

Object

OID (object name)

Description

Index

Type

Value range

()

 

Recommended action

To resolve the issue:

1.Verify that the entity is operating correctly.

2.If this alarm is caused by an acknowledged manual operation, no action is required.

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Intelligent Storage
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
  • Technical Blogs
All Support
  • Become A Partner
  • Partner Policy & Program
  • Global Learning
  • Partner Sales Resources
  • Partner Business Management
  • Service Business
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网