0% found this document useful (0 votes)
27 views

OceanStor V500R007 MIB Interface Notes

MIB Interface Notes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

OceanStor V500R007 MIB Interface Notes

MIB Interface Notes
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 137

OceanStor

V500R007

MIB Interface Notes

Issue 03
Date 2021-06-17

HUAWEI TECHNOLOGIES CO., LTD.


Copyright © Huawei Technologies Co., Ltd. 2021. All rights reserved.
No part of this document may be reproduced or transmitted in any form or by any means without prior
written consent of Huawei Technologies Co., Ltd.

Trademarks and Permissions

and other Huawei trademarks are trademarks of Huawei Technologies Co., Ltd.
All other trademarks and trade names mentioned in this document are the property of their respective
holders.

Notice
The purchased products, services and features are stipulated by the contract made between Huawei and
the customer. All or part of the products, services and features described in this document may not be
within the purchase scope or the usage scope. Unless otherwise specified in the contract, all statements,
information, and recommendations in this document are provided "AS IS" without warranties, guarantees
or representations of any kind, either express or implied.

The information in this document is subject to change without notice. Every effort has been made in the
preparation of this document to ensure accuracy of the contents, but all statements, information, and
recommendations in this document do not constitute a warranty of any kind, express or implied.

Huawei Technologies Co., Ltd.


Address: Huawei Industrial Base
Bantian, Longgang
Shenzhen 518129
People's Republic of China

Website: https://e.huawei.com

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. i


OceanStor
MIB Interface Notes Contents

Contents

1 Overview....................................................................................................................................1
1.1 Intended Audience.................................................................................................................................................................. 1
1.2 Reading Guide.......................................................................................................................................................................... 1

2 MIB Introduction......................................................................................................................2
2.1 Network Management.......................................................................................................................................................... 2
2.2 SNMP-based Network Management................................................................................................................................2
2.3 SNMP Introduction................................................................................................................................................................. 3
2.3.1 Versions................................................................................................................................................................................... 3
2.3.2 Packet Handling................................................................................................................................................................... 4
2.4 MIB Introduction...................................................................................................................................................................... 4
2.5 MIB Browser Introduction.................................................................................................................................................... 5
2.5.1 Compiling and Loading MIB Files.................................................................................................................................. 5
2.5.2 Configuring SNMP protocol parameters......................................................................................................................7
2.6 Query Return Value Description........................................................................................................................................ 8

3 RFC MIB Support....................................................................................................................10


3.1 RFC 1213 mib-2 System Module..................................................................................................................................... 10

4 MIB References for Huawei Nodes (Standard Enterprise Node: 2011)....................12


4.1 Common Module.................................................................................................................................................................. 12
4.2 Alarm Module........................................................................................................................................................................ 12
4.3 Alarm Module(alarm:251)................................................................................................................................................. 20
4.4 Storage Hardware Modules...............................................................................................................................................26
4.5 TOPO Module.........................................................................................................................................................................29
4.6 SAN Module............................................................................................................................................................................ 30

5 MIB References for Storage Nodes (Standard Enterprise Node: 34774)................. 32


5.1 Common Module.................................................................................................................................................................. 32
5.2 Alarm Module........................................................................................................................................................................ 34
5.3 Performance Statistics Module........................................................................................................................................ 40
5.4 Physical Storage Modules.................................................................................................................................................. 53
5.5 Logical Storage Modules.................................................................................................................................................... 61
5.6 Storage Space Modules...................................................................................................................................................... 64
5.7 Storage Hardware Modules...............................................................................................................................................82
5.8 NAS Information Query Module................................................................................................................................... 112

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. ii


OceanStor
MIB Interface Notes Contents

6 Appendix............................................................................................................................... 124
6.1 Common Enumerations....................................................................................................................................................124
6.1.1 Definition of Enum Values (HEALTH_STATUS_E)................................................................................................ 124
6.1.2 Definition of Enum Values (RUNNING_STATUS_E)............................................................................................ 124
6.1.3 Definition of Enum Values (PORT_LOGIC_TYPE_E)............................................................................................ 127
6.1.4 Definition of Enum Values (INTF_MODEL_E)....................................................................................................... 127
6.1.5 Definition of Enum Values (PRODUCT_MODE_E)...............................................................................................131

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. iii


OceanStor
MIB Interface Notes 1 Overview

1 Overview

This document describes the management information bases (MIBs) of Huawei


storage devices, covering the MIBs' functions, nodes, tables, and alarms.
1.1 Intended Audience
1.2 Reading Guide

1.1 Intended Audience


This document is intended for:
● Application program development personnel

1.2 Reading Guide


This document gives the MIB overview and multiple MIB reference documents:

Chapter Content

1. MIB Introduction Network management, SNMP-based network


management, Simple Network Management Protocol
(SNMP), and MIB concepts and operations.

2. MIB References MIB-based naming.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 1


OceanStor
MIB Interface Notes 2 MIB Introduction

2 MIB Introduction

2.1 Network Management


2.2 SNMP-based Network Management
2.3 SNMP Introduction
2.4 MIB Introduction
2.5 MIB Browser Introduction
2.6 Query Return Value Description

2.1 Network Management


The ever expanding network and increasing network devices present a major
challenge in managing networks effectively and providing high-quality network
services. Network management is vital to the proper functionality of a network
solution.
Network management has four elements:
● Managed node: The device that is to be managed on the network.
● Agent: The software or hardware that tracks managed nodes.
● Manager: Communicates with the Agents in different managed nodes and
displays the status of the managed nodes.
● Network management protocol: Enables information exchange between the
Manager and the Agents.
Currently, the most widely adopted network management protocol for TCP/IP
network is SNMP.

2.2 SNMP-based Network Management


The SNMP-based network management involves four parts:
● Network Management Station (NMS)
The NMS is an independent device that runs network management programs.
The network management programs provide at least one man-machine

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 2


OceanStor
MIB Interface Notes 2 MIB Introduction

interface for network administrators to perform network management


operations.
● SNMP Agent
The SNMP Agent is a software module that resides on a managed device. The
Agent receives and processes the packets sent by the NMS, and then sends
response packets to the NMS. Under emergent conditions, the Agent sends
trap packets proactively to communicate with the NMS.
● SNMP
The SNMP works at the application layer of the TCP/IP network. It enables
information exchange between the NMS and managed devices.
● MIB
The MIB is a collection of managed objects. It is a bridge for communication
between the NMS and the Agent. In addition, it enables standard
interconnection between network management software and managed
devices. Each Agent has a MIB whose object values can be abstracted or set
by the NMS.

The previous four parts communicate with one another as follows:

● The NMS uses SNMP to communicate with the Agent and read or modify the
MIB. In this way, the NMS monitors and manages the network devices.
● SNMP enables communication between the NMS and the Agent. The Protocol
Data Unit (PDU) of SNMP implements information exchange. The SNMP does
not handle data transfer by itself, but User Datagram Protocol (UDP) does
instead.
● The Agent communicates with the NMS to maintain the MIB, to monitor and
manage each module of the device.
● The MIB stores information about each module of the device. The NMS
accesses the information to monitor and manage the device.

2.3 SNMP Introduction

2.3.1 Versions
SNMP has three versions: SNMPv1, SNMPv2c, and SNMPv3.

SNMPv1 and SNMPv2c use community-based SNMP authentication. The NMS


uses the community name list to control the access to devices. The Agent does not
check whether the sender uses an authorized community name. In addition, SNMP
messages are transmitted without encryption. As a result, SNMPv1 and SNMPv2c
cannot secure authentication or privacy.

SNMPv2c is an enhanced version of SNMPv1. Compared with SNMPv1, SNMPv2c


supports more operations, data types, communications protocols, and error
handling codes.

SNMPv3 provides all functions of SNMPv1 and SNMPv2c, and offers a more
advanced security mechanism for authentication and encryption.

SNMPv3 ensures data security and access control.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 3


OceanStor
MIB Interface Notes 2 MIB Introduction

SNMPv3 enables message-level data security in terms of the three aspects:


● Data integrity
Data modification must be authorized beforehand. Data sequence
modification must be within the specific scope.
● Data origin authentication
This authentication makes clear which user the received data comes from.
SNMPv3 uses user-based security authentication. It verifies a user who sends
messages, but not an application program that generates messages.
● Data verification check
The NMS or Agent checks the time a received message was generated. The
message will not be accepted if the difference between the message time and
the system time exceeds the specified range. Data verification check protects
in-transfer messages against being tampered with, and prevents the reception
and handling of malicious messages.
SNMPv3 implements access control based on protocol operations, and
controls the access to managed objects.

2.3.2 Packet Handling


The Agent receives request packets from the NMS through UDP port 161.
The Agent processes a received packet as follows:
1. Decodes the packet. According to ASN.1 encoding rules, the Agent generates
a packet that is represented in the internal data structure. If decoding fails
due to an expected error, the Agent discards the packet.
2. Checks the SNMP version. The Agent compares the version of the received
packet with the list of supported versions. If the version is excluded from the
list, the Agent discards the packet.
3. Authenticates the community name. The Agent obtains the community name
from the packet. The community name is filled by the NMS sending this
packet request. If the community name is excluded from the list of supported
community names, the Agent discards the packet and generates a trap
packet.
4. Abstracts the PDU. The Agent abstracts the PDU from the successfully
authenticated ASN.1 object. If the abstraction fails, the Agent discards the
packet.
5. Handles the PDU. The Agent handles the PDU according to its SNMP entity to
learn the MIB tree node of the managed variable. Then the Agent obtains the
value of the managed variable from the corresponding module to generate a
response packet. After that, the Agent encodes the response packet and sends
it to the NMS.
6. The NMS receives the response packet and handles it in a similar way. Then
the NMS displays a result.

2.4 MIB Introduction


The MIB is a collection of managed objects. It defines attributes of managed
objects. The attributes are:

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 4


OceanStor
MIB Interface Notes 2 MIB Introduction

● Name of the object


● Permission for the object
● Data type of the object
The Structure of Management Information (SMI) specifies the definition and
organization of each managed object. In addition, it specifies the types of data
applicable to the MIB, such as Counter and Gauge.
The MIB designates network element variables, specifically, information that can
be queried and configured by the NMS. The MIB gives a data structure for the
collection of possible managed objects.

2.5 MIB Browser Introduction


When you load MIB files, load the ones to be imported first.
Here we use the MG-SOFT MIB Browser Professional SNMPv3 Edition as an
example to explain how to load MIB files.

2.5.1 Compiling and Loading MIB Files


Step 1 Start the MG-SOFT MIB browser. On the MIB Browser window, click the Run MG-
SOFT MIB Compiler icon, as shown in Figure 2-1:

Figure 2-1 MIB browser window

Step 2 On the MG-SOFT MIB Compiler window that is displayed, click the Compile MIB
file icon, as shown in Figure 2-2:

Figure 2-2 Selecting MIB compiling

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 5


OceanStor
MIB Interface Notes 2 MIB Introduction

Step 3 Select the MIB file that you want to compile.

Figure 2-3 Selecting a MIB file

Step 4 Compile the selected MIB file.


Select the MIB file that you want to compile and click Open. If the compile
succeeds, the following information is displayed:

Figure 2-4 Information indicating a successful compile

Step 5 Save the successfully compiled MIB file. The MIB file will be saved in the default
folder.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 6


OceanStor
MIB Interface Notes 2 MIB Introduction

Figure 2-5 Saving the MIB file

Step 6 Select the MIB file ISM-HUAWEI-MIB in MIB/MIB Modules column, click the red
arrow to upload MIB file into the MIB Browser.

----End

2.5.2 Configuring SNMP protocol parameters


Timeout: Indicates the timeout interval of request packets. The value ranges from
1s to 30s. 15s is recommended.

Retransmits: Indicates the resending times of request packets after the request
packets timed out. The value ranges from 0 to 10. 2 is recommended. You can set
the value based on the network environment.

Non repeaters: Indicates that the Get Next operation is executed only once for
the first Non repeaters parameters in binding parameters. If the parameter value
is greater than the total number of binding parameters, the total number of
binding parameters prevails. If the parameter value is smaller than 0, 0 prevails.
You are advised to set the parameter value to 0. Parameter settings vary
depending on site requirements.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 7


OceanStor
MIB Interface Notes 2 MIB Introduction

Max repetitions: Indicates the maximum number of repeated Get Next operations
performed for all parameters except the first Non repeaters parameters in
binding parameters. The value ranges from 1 to 50. 10 is recommended. A too
large value results in tooBig errors.

Note: Parameters Non repeaters and Max repetitions are unavailable for the
SNMPv1 protocol.

2.6 Query Return Value Description


There are two forms of snmp query return value:

One is OID + index value + data:

The other is OID + index value length + index value + data:

The index value is generated internally by us as an index of data for querying. For
example, when querying hard disk data, there are multiple hard disks in the
system. The internal query will be OID + index value query to avoid data confusion
on multiple disks.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 8


OceanStor
MIB Interface Notes 2 MIB Introduction

The index value is the value obtained by the first OID in each table. The type of
the index value is the cause of the difference in the return value.
1. The type of the index value is a string, then the presentation form is: ascll code
length + ascll code value of the index value (because the type is a string, its length
is required to continue the query).
2. The type of the index value is non-string, so the presentation form is: index
value (non-string, the index value can continue to query)

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 9


OceanStor
MIB Interface Notes 3 RFC MIB Support

3 RFC MIB Support

3.1 RFC 1213 mib-2 System Module

3.1 RFC 1213 mib-2 System Module


sysDescr
Node Data Meaning Permission Status
Type

sysDescr OCTET System description Read-only Curre


OID: STRING nt
1.3.6.1.2.1.1.1

sysObjectID
Node Data Meaning Permission Status
Type

sysObjectID Object System OID Read-only Curre


OID: Identifier nt
1.3.6.1.2.1.1.2

sysUpTime
Node Data Meaning Permission Status
Type

sysUpTime Timeticks Running time of the SNMP Read-only Curre


OID: service. Unit: 1% second. nt
1.3.6.1.2.1.1.3

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 10


OceanStor
MIB Interface Notes 3 RFC MIB Support

sysName
Node Data Meaning Permission Status
Type

sysName OCTET System name Read-write Curre


OID: STRING nt
1.3.6.1.2.1.1.5

sysLocation
Node Data Meaning Permission Status
Type

sysLocation OCTET System location Read-write Curre


OID: STRING nt
1.3.6.1.2.1.1.6

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 11


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

4 MIB References for Huawei Nodes


(Standard Enterprise Node: 2011)

4.1 Common Module


4.2 Alarm Module
4.3 Alarm Module(alarm:251)
4.4 Storage Hardware Modules
4.5 TOPO Module
4.6 SAN Module

4.1 Common Module


patch version
Node Data Meaning Permiss Stat
Type ion us

patchversion OCTET Patch version. Read- Curr


OID: STRING only ent
1.3.6.1.4.1.2011.2.25
1.1.7

4.2 Alarm Module


hwIsmActiveAlarmInfoTable
This table saves active alarms, which can be queried by the NMS.
The indexes to this table are 1: hwIsmActiveAlarmInfoNodeCode and 2:
hwIsmActiveAlarmInfoSerialNo.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 12


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

The OID of this table is 1.3.6.1.4.1.2011.2.91.10.1.1.

Node Data Meaning Permis Stat


Type sion us

hwIsmActiveAlarmInfoNo- OCTET ID of the node where Read- Curr


deCode STRING an alarm occurs. only ent
OID:
1.3.6.1.4.1.2011.2.91.10.1.1
.1.1

hwIsmActiveAlarmInfoLo- OCTET Alarm location Read- Curr


cationInfo STRING information. The format only ent
OID: is: Name1 = Value1, …,
1.3.6.1.4.1.2011.2.91.10.1.1 NameN = ValueN
.1.2

hwIsmActiveAlarmInfoRes- OCTET Alarm handling Read- Curr


toreAdvice STRING suggestion. only ent
OID:
1.3.6.1.4.1.2011.2.91.10.1.1
.1.3

hwIsmActiveAlarmInfoTi- OCTET Alarm information title. Read- Curr


tle STRING only ent
OID:
1.3.6.1.4.1.2011.2.91.10.1.1
.1.4

hwIsmActiveAlarmInfo- Integer Alarm type: 2- Read- Curr


Type EquipmentAlarm only ent
OID:
1.3.6.1.4.1.2011.2.91.10.1.1
.1.5

hwIsmActiveAlarmInfoLe- Integer Alarm severity of I2000 Read- Curr


vel network management only ent
OID: software:
1.3.6.1.4.1.2011.2.91.10.1.1 1. -criticalAlarm
.1.6 2. -majorAlarm
3. -minorAlarm
4. -warningAlarm

hwIsmActiveAlarmInfoA- Gauge Alarm ID of I2000 Read- Curr


larmID network management only ent
OID: software.
1.3.6.1.4.1.2011.2.91.10.1.1
.1.7

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 13


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

Node Data Meaning Permis Stat


Type sion us

hwIsmActiveAlarmInfoOc- OCTET Time when an alarm Read- Curr


curTime STRING was generated. only ent
OID:
1.3.6.1.4.1.2011.2.91.10.1.1
.1.8

hwIsmActiveAlarmInfoSer- Gauge Alarm serial number Read- Curr


ialNo (SN) only ent
OID:
1.3.6.1.4.1.2011.2.91.10.1.1
.1.9

hwIsmActiveAlarmIn- OCTET Alarm cause Read- Curr


foAddtionInfo STRING only ent
OID:
1.3.6.1.4.1.2011.2.91.10.1.1
.1.10

hwIsmActiveAlarmInfoCa- Integer Alarm category: Read- Curr


tegory 1. -faultAlarm only ent
OID:
2. -resumeAlarm
1.3.6.1.4.1.2011.2.91.10.1.1
.1.11 3. -eventAlarm

hwIsmActiveAlarmInfoLo- Counter Original alarm ID Read- Curr


calAlarmID 64 only ent
OID:
1.3.6.1.4.1.2011.2.91.10.1.1
.1.12

hwIsmTrapTargetAddrTable
This table gives information about alarm forwarding addresses, involving IP
addresses, ports, and versions.
The index to this table is hwIsmTrapTargetAddrIndex.
The OID of this table is 1.3.6.1.4.1.2011.2.91.10.4.1.

Node Data Meaning Permis Stat


Type sion us

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 14


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwIsmTrapTargetAddrI- IpAdd Destination address for trap Read- Curr


PAddr ress forwarding. Only IP create ent
OID: addresses in the IPv4
1.3.6.1.4.1.2011.2.91.10.4. format are supported. If
1.1.1 domain names are
supported and valid, the
destination address is the IP
address corresponding to
the domain name; if the
domain name is invalid,
"0.0.0.0" is displayed.

hwIsmTrapTargetAddr- Intege Port of the destination Read- Curr


Port r address for trap forwarding. create ent
OID: The value can be 1 to
1.3.6.1.4.1.2011.2.91.10.4. 65535.
1.1.2

hwIsmTrapTargetAddr- Intege Row status. The value can Read- Curr


RowStatus r be: create ent
OID: ● 1: Modify the Trap
1.3.6.1.4.1.2011.2.91.10.4. forwarding destination
1.1.3 address
● 4: Add the Trap
forwarding destination
address
● 6: Delete the Trap
forwarding destination
address

hwIsmTrapTargetAddrIn- OCTE Index of the destination Read- Curr


dex T address for trap forwarding. create ent
OID: STRIN The value can be 0 to 3.
1.3.6.1.4.1.2011.2.91.10.4. G
1.1.4

hwIsmTrapTargetAddr- Intege Version of the destination Read- Curr


TrapVer r address for trap forwarding. create ent
OID: The value can be:
1.3.6.1.4.1.2011.2.91.10.4. ● 1: SNMPv1
1.1.5 ● 2: SNMPv2c
● 3: SNMPv3
When configuring the
destination address for
trap forwarding, if this
field is not filled, the
default is SNMPv2c.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 15


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwIsmTrapTargetAddrI- OCTE New destination address Read- Curr


PAddrNew T for trap forwarding. IP create ent
OID: STRIN addresses in the IPv4 or
1.3.6.1.4.1.2011.2.91.10.4. G IPv6 format, and IP address
1.1.6 in the domain name format
are supported. If
hwIsmTrapTargetAddrI-
PAddr and
hwIsmTrapTargetAddrI-
PAddrNew fields are filled
with values, take the value
of the
hwIsmTrapTargetAddrI-
PAddrNew field by default.
The domain name address
is not configured on the
DNS server or the network
delays, leading to the
timeout of the message
returned by the network
management software.
Adjust the timeout period
setting based on the
network environment.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 16


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwIsmTrapTargetAddr- Intege Type of the destination Read- Curr


TrapType r address for trap forwarding. create ent
OID: The value can be:
1.3.6.1.4.1.2011.2.91.10.4. ● 1: Parsed. Sends parsed
1.1.7 alarms to the
destination address for
trap forwarding (Trap
OID:
1.3.6.1.4.1.2011.2.91.10.2
.1.0.1)
● 2: Original. Sends
original alarms to the
destination address for
trap forwarding (Trap
OID:
1.3.6.1.4.1.34774.4.1.4.2).
● 3: All. sends Parsed,
Original, and
Parsed_alarm_oid alarms
to the destination
address for trap
forwarding.
● 4: Parsed_alarm_oid.
sends parsed alarms to
the destination address
for trap forwarding.
(Each alarm corresponds
to one OID. Products
later than V3R6 support
the alarm OID).
● 5: Parsed_time_string.
Sends parsed alarms to
the destination address
for trap forwarding
(Products
V3R3C20SPC200 and
later than V3R6 support
this trap type. Trap OID:
1.3.6.1.4.1.2011.2.251.20.
1.2.1)
● 6: Original_time_string.
Sends original alarms to
the destination address
for trap forwarding
(Products
V3R3C20SPC200 and
later than V3R6 support
this trap type. Trap OID:
1.3.6.1.4.1.2011.2.251.20.
2.1.1).

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 17


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

When configuring the


destination address for trap
forwarding, if this field is
not filled, the default is
Parsed.

hwIsmTrapTargetAd- OCTE USM user name of the Read- Curr


drUSMUserName T destination address for trap create ent
OID: STRIN forwarding. When the trap
1.3.6.1.4.1.2011.2.91.10.4. G forwarding address type is
1.1.8 SNMPv3, this field is
mandatory and users must
ensure a specified USM
user exists in the system.
Otherwise, this operation
fails to be performed. If this
field is mandatory, and the
parameter is not delivered
or no value is specified for
the parameter, the system
default value is Kaimse.

hwIsmClearedAlarmConfirm
Node Data Meaning Permiss Stat
Type ion us

hwIsmClearedAlarm- Gauge Confirmation of an active Read- Curr


Confirm alarm. write ent
OID: Set: Complete the SN of an
1.3.6.1.4.1.2011.2.91. active alarm. If the SN exists,
10.1.2 clear this alarm and a clear
alarm is reported. If the SN
does not exist, an error
message is returned.
Get: Returns a fixed value: 0,
the value is meaningless.

hwIsmAlarmReporting
The node is used for reporting the parsed alarm.

The OID of this node is 1.3.6.1.4.1.2011.2.91.10.2.1.0.1.

Bound Variable Data Meaning Permissio Stat


Type n us

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 18


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwIsmReportingAlarmNo- OCTE ID of the node where accessibl curr


deCode T an alarm occurs. e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.91.10.3.1. G
1.1

hwIsmReportingAlarmLo- OCTE Alarm location accessibl curr


cationInfo T information. The e-for- ent
OID: STRIN format is: Name1 = notify
1.3.6.1.4.1.2011.2.91.10.3.1. G Value1, …, NameN =
1.2 ValueN

hwIsmReportingAlarmRes- OCTE Alarm handling accessibl curr


toreAdvice T suggestion. e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.91.10.3.1. G
1.3

hwIsmReportingAlarm- OCTE Alarm information accessibl curr


FaultTitle T title. e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.91.10.3.1. G
1.4

hwIsmReportingAlarm- Intege Alarm type: accessibl curr


FaultType r32 2-EquipmentAlarm e-for- ent
OID: notify
3-EventAlarm
1.3.6.1.4.1.2011.2.91.10.3.1.
1.5

hwIsmReportingAlarm- Intege Alarm severity of I2000 accessibl curr


FaultLevel r32 network management e-for- ent
OID: software: notify
1.3.6.1.4.1.2011.2.91.10.3.1. 1-criticalAlarm
1.6 2-majorAlarm
3-minorAlarm
4-warningAlarm
5-eventAlarm

hwIsmReportingAlarmAlar- Gaug Alarm ID of I2000 accessibl curr


mID e32 network management e-for- ent
OID: software. notify
1.3.6.1.4.1.2011.2.91.10.3.1.
1.7

hwIsmReportingAlarm- DateA Time when an alarm accessibl curr


FaultTime ndTi was generated. e-for- ent
OID: me notify
1.3.6.1.4.1.2011.2.91.10.3.1.
1.8

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 19


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwIsmReportingAlarmSer- Gaug Alarm serial number accessibl curr


ialNo e32 (SN) e-for- ent
OID: notify
1.3.6.1.4.1.2011.2.91.10.3.1.
1.9

hwIsmReportingAlarmAd- OCTE Alarm cause accessibl curr


ditionInfo T e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.91.10.3.1. G
1.10

hwIsmReportingAlarm- Intege Alarm category: accessibl curr


FaultCategory r32 1-faultAlarm e-for- ent
OID: notify
2-resumeAlarm
1.3.6.1.4.1.2011.2.91.10.3.1.
1.11 3-eventAlarm

hwIsmReportingAlarmLo- Count Original alarm ID accessibl curr


cationAlarmID er64 e-for- ent
OID: notify
1.3.6.1.4.1.2011.2.91.10.3.1.
1.12

hwIsmReportingAlarmPro- Intege Product Model accessibl curr


ductModel r32 e-for- ent
OID: notify
1.3.6.1.4.1.2011.2.91.10.3.1.
1.13

hwIsmReportingAlarmPro- OCTE SN accessibl curr


ductSN T e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.91.10.3.1. G
1.14

hwIsmReportingAlarmPro- OCTE System name accessibl curr


ductSystemName T e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.91.10.3.1. G
1.15

4.3 Alarm Module(alarm:251)


hwStorageActiveAlarmInfoTable
This table saves active alarms, which can be queried by the NMS.
The indexes to this table are 1: hwStorageActiveAlarmInfoNodeCode and 2:
hwStorageActiveAlarmInfoSerialNo.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 20


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

The OID of this table is 1.3.6.1.4.1.2011.2.251.20.1.1.1.

Node Data Meaning Permis Stat


Type sion us

hwStorageActiveAlarmIn- OCTET ID of the node where Read- Curr


foNodeCode STRING an alarm occurs. only ent
OID:
1.3.6.1.4.1.2011.2.251.20.1.
1.1.1.1

hwStorageActiveAlarmIn- OCTET Alarm location Read- Curr


foLocationInfo STRING information. The format only ent
OID: is: Name1 = Value1, …,
1.3.6.1.4.1.2011.2.251.20.1. NameN = ValueN
1.1.1.2

hwStorageActiveAlarmIn- OCTET Alarm handling Read- Curr


foRestoreAdvice STRING suggestion. only ent
OID:
1.3.6.1.4.1.2011.2.251.20.1.
1.1.1.3

hwStorageActiveAlarmIn- OCTET Alarm information title. Read- Curr


foTitle STRING only ent
OID:
1.3.6.1.4.1.2011.2.251.20.1.
1.1.1.4

hwStorageActiveAlarmIn- Integer Alarm type: 2- Read- Curr


foType EquipmentAlarm only ent
OID:
1.3.6.1.4.1.2011.2.251.20.1.
1.1.1.5

hwStorageActiveAlarmIn- Integer Alarm severity of I2000 Read- Curr


foLevel network management only ent
OID: software:
1.3.6.1.4.1.2011.2.251.20.1. 1. -criticalAlarm
1.1.1.6 2. -majorAlarm
3. -minorAlarm
4. -warningAlarm

hwStorageActiveAlarmIn- Gauge Alarm ID of I2000 Read- Curr


foAlarmID network management only ent
OID: software.
1.3.6.1.4.1.2011.2.251.20.1.
1.1.1.7

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 21


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

Node Data Meaning Permis Stat


Type sion us

hwStorageActiveAlarmIn- OCTET Time when an alarm Read- Curr


foOccurTime STRING was generated. only ent
OID:
1.3.6.1.4.1.2011.2.251.20.1.
1.1.1.8

hwStorageActiveAlarmIn- Gauge Alarm serial number Read- Curr


foSerialNo (SN) only ent
OID:
1.3.6.1.4.1.2011.2.251.20.1.
1.1.1.9

hwStorageActiveAlarmIn- OCTET Alarm cause Read- Curr


foAddtionInfo STRING only ent
OID:
1.3.6.1.4.1.2011.2.251.20.1.
1.1.1.10

hwStorageActiveAlarmIn- Integer Alarm category: Read- Curr


foCategory 1. -faultAlarm only ent
OID:
2. -resumeAlarm
1.3.6.1.4.1.2011.2.251.20.1.
1.1.1.11 3. -eventAlarm

hwStorageActiveAlarmIn- Counter Original alarm ID Read- Curr


foLocalAlarmID 64 only ent
OID:
1.3.6.1.4.1.2011.2.251.20.1.
1.1.1.12

hwStorageAlarmReporting
The node is used for reporting the parsed alarm.
The OID of this node is 1.3.6.1.4.1.2011.2.251.20.1.2.1.

Bound Variable Data Meaning Permissio Stat


Type n us

hwStorageReportingAlarm- OCTE ID of the node where accessibl curr


NodeCode T an alarm occurs. e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.251.20.1.3 G
.1

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 22


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwStorageReportingAlarm- OCTE Alarm location accessibl curr


LocationInfo T information. The e-for- ent
OID: STRIN format is: Name1 = notify
1.3.6.1.4.1.2011.2.251.20.1.3 G Value1, …, NameN =
.2 ValueN

hwStorageReportingAlarm- OCTE Alarm handling accessibl curr


RestoreAdvice T suggestion. e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.251.20.1.3 G
.3

hwStorageReportingAlarm- OCTE Alarm information accessibl curr


FaultTitle T title. e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.251.20.1.3 G
.4

hwStorageReportingAlarm- Intege Alarm type: accessibl curr


FaultType r32 2-EquipmentAlarm e-for- ent
OID: notify
3-EventAlarm
1.3.6.1.4.1.2011.2.251.20.1.3
.5

hwStorageReportingAlarm- Intege Alarm severity of I2000 accessibl curr


FaultLevel r32 network management e-for- ent
OID: software: notify
1.3.6.1.4.1.2011.2.251.20.1.3 1-criticalAlarm
.6 2-majorAlarm
3-minorAlarm
4-warningAlarm
5-eventAlarm

hwStorageReportingAlar- Gaug Alarm ID of I2000 accessibl curr


mAlarmID e32 network management e-for- ent
OID: software. notify
1.3.6.1.4.1.2011.2.251.20.1.3
.7

hwStorageReportingAlarm- OCTE Time when an alarm accessibl curr


FaultTime T was generated. e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.251.20.1.3 G
.8

hwStorageReportingAlarm- Gaug Alarm serial number accessibl curr


SerialNo e32 (SN) e-for- ent
OID: notify
1.3.6.1.4.1.2011.2.251.20.1.3
.9

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 23


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwStorageReportingAlar- OCTE Alarm cause accessibl curr


mAdditionInfo T e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.251.20.1.3 G
.10

hwStorageReportingAlarm- Intege Alarm category: accessibl curr


FaultCategory r32 1-faultAlarm e-for- ent
OID: notify
2-resumeAlarm
1.3.6.1.4.1.2011.2.251.20.1.3
.11 3-eventAlarm

hwStorageReportingAlarm- Count Original alarm ID accessibl curr


LocationAlarmID er64 e-for- ent
OID: notify
1.3.6.1.4.1.2011.2.251.20.1.3
.12

hwStorageReportingAlarm- Intege Product Model accessibl curr


ProductModel r32 e-for- ent
OID: notify
1.3.6.1.4.1.2011.2.251.20.1.3
.13

hwStorageReportingAlarm- OCTE SN accessibl curr


ProductSN T e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.251.20.1.3 G
.14

hwStorageReportingAlarm- OCTE System name accessibl curr


ProductSystemName T e-for- ent
OID: STRIN notify
1.3.6.1.4.1.2011.2.251.20.1.3 G
.15

hwStorageEventType
This table is used exclusively for ISM management software and is not available to
others.
The OID of this node is 1.3.6.1.4.1.2011.2.251.20.2.1.1.

Bound Variable Data Meaning Permi Stat


Type ssion us

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 24


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwStorageTrapEvent- Gauge Alarm type. The value can be: access curr
Type 32 0: Event ible- ent
OID: for-
1: Fault notify
1.3.6.1.4.1.2011.2.251.2
0.2.2.1 2: Recovery

hwStorageTrapEventID Counte Original alarm ID access curr


OID: r64 ible- ent
1.3.6.1.4.1.2011.2.251.2 for-
0.2.2.2 notify

hwStorageTrapEven- Gauge Alarm severity. The value can access curr


tLevel 32 be: ible- ent
OID: 2: Info for-
1.3.6.1.4.1.2011.2.251.2 notify
3: Warning
0.2.2.3
5: Major
6: Critical

hwStorageTrapEvent- Gauge Alarm SN, namely, unique access curr


Sequence 32 identifier of the alarm. ible- ent
OID: for-
1.3.6.1.4.1.2011.2.251.2 notify
0.2.2.4

hwStorageTrapEvent- Gauge UTC time when the alarm access curr


Time 32 was generated, unit: seconds. ible- ent
OID: for-
1.3.6.1.4.1.2011.2.251.2 notify
0.2.2.5

hwStorageTrapEven- Gauge UTC time when the alarm access curr


tRecoveryTime 32 was cleared, unit: seconds. ible- ent
OID: for-
1.3.6.1.4.1.2011.2.251.2 notify
0.2.2.6

hwStorageTrapEvent- OCTET Alarm location parameter. access curr


Parameter STRIN This parameter can be used ible- ent
OID: G to resolve alarm description. for-
1.3.6.1.4.1.2011.2.251.2 It is used with the alarm notify
0.2.2.7 configuration file of the
upper-layer network
management system.

hwStorageTrapEven- Gauge Alarm ID of I2000 network access curr


tID32Bit 32 management software. ible- ent
OID: for-
1.3.6.1.4.1.2011.2.251.2 notify
0.2.2.8

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 25


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwStorageTrapEventTi- OCTET Time when an alarm was access curr


meStr STRIN generated. string format. ible- ent
OID: G for-
1.3.6.1.4.1.2011.2.251.2 notify
0.2.2.9

hwStorageTrapEven- OCTET Time when an alarm was access curr


tRecoveryTimeStr STRIN cleared. string format. ible- ent
OID: G for-
1.3.6.1.4.1.2011.2.251.2 notify
0.2.2.10

4.4 Storage Hardware Modules


hwInfoPortIBTable
This table is used to query information about InfiniBand ports.
The index to this table is hwInfoPortIBID.
The OID of this table is 1.3.6.1.4.1.2011.2.251.22.16500. Value "4294967295" or
all-F indicates unknown or invalid.

Node Data Type Description Permissio Status


n

hwInfoPortIBID OCTET ID of an read-only curre


OID: STRING InfiniBand port, nt
1.3.6.1.4.1.2011.2.251.22.165 table index
00.1.1

hwInfoPortIBParentType Gauge Parent type of read-only curre


OID: an InfiniBand nt
1.3.6.1.4.1.2011.2.251.22.165 port. Possible
00.1.2 values are:
207: controller
208: expansion
board
209: interface
module

hwInfoPortIBParentID OCTET Parent ID of an read-only curre


OID: STRING InfiniBand port nt
1.3.6.1.4.1.2011.2.251.22.165
00.1.3

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 26


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwInfoPortIBLocation OCTET Location of an read-only curre


OID: STRING InfiniBand port nt
1.3.6.1.4.1.2011.2.251.22.165
00.1.4

hwInfoPortIBHealthStatus Gauge Health status of read-only curre


OID: an InfiniBand nt
1.3.6.1.4.1.2011.2.251.22.165 port. For details,
00.1.5 see
HEALTH_STATU
S_E.

hwInfoPortIBRunningStatus Gauge Operating read-only curre


OID: status of an nt
1.3.6.1.4.1.2011.2.251.22.165 InfiniBand port.
00.1.6 For details, see
RUNNING_STA
TUS_E.

hwInfoPortIBType Gauge Logical type of read-only curre


OID: an InfiniBand nt
1.3.6.1.4.1.2011.2.251.22.165 port. For details,
00.1.7 see
PORT_LOGIC_T
YPE_E.

hwInfoPortIBWorkingRate Gauge Working rate of read-only curre


OID: an InfiniBand nt
1.3.6.1.4.1.2011.2.251.22.165 port (unit:
00.1.8 Mbit/s). If the
parameter value
is 4294967295,
this parameter
is invalid.

hwInfoPortIBWWN OCTET WWN of an read-only curre


OID: STRING InfiniBand port nt
1.3.6.1.4.1.2011.2.251.22.165
00.1.9

hwInfoPortIBRole Gauge Role of an read-only curre


OID: InfiniBand port. nt
1.3.6.1.4.1.2011.2.251.22.165 Possible values
00.1.10 are:
2: initiator
3: target
4: initiator and
target
4294967295:
invalid

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 27


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwInfoPortIBSymbolError Gauge Symbol error read-only curre


OID: statistics of an nt
1.3.6.1.4.1.2011.2.251.22.165 InfiniBand port
00.1.11

hwInfoPortIBLinkErrorRe- Gauge Statistics of read-only curre


covery rectifying an nt
OID: InfiniBand port's
1.3.6.1.4.1.2011.2.251.22.165 connection
00.1.12 errors

hwInfoPortIBReceiveErrors Gauge InfiniBand port read-only curre


OID: receiving errors nt
1.3.6.1.4.1.2011.2.251.22.165
00.1.13

hwInfoPortIBRemoteRecei- Gauge InfiniBand port read-only curre


veErrors remotely nt
OID: receiving errors
1.3.6.1.4.1.2011.2.251.22.165
00.1.14

hwInfoPortIBReceiveTrans- Gauge InfiniBand port read-only curre


mitErrors receiving and nt
OID: forwarding
1.3.6.1.4.1.2011.2.251.22.165 errors
00.1.15

hwInfoPortIBNotSendPa- Gauge Count of read-only curre


cakges packets that are nt
OID: not sent by an
1.3.6.1.4.1.2011.2.251.22.165 InfiniBand port
00.1.16

hwInfoPortIBReceiveCon- Gauge InfiniBand port read-only curre


straintErrors receiving nt
OID: constraint errors
1.3.6.1.4.1.2011.2.251.22.165
00.1.17

hwInfoPortIBLinkErrors Gauge Connection read-only curre


OID: error of an nt
1.3.6.1.4.1.2011.2.251.22.165 InfiniBand port
00.1.18

hwInfoPortIBBufferOverru- Gauge Buffer overflow read-only curre


nErrors error of an nt
OID: InfiniBand port
1.3.6.1.4.1.2011.2.251.22.165
00.1.19

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 28


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwInfoPortIBStartTime OCTET Start time of an read-only curre


OID: STRING InfiniBand port nt
1.3.6.1.4.1.2011.2.251.22.165
00.1.20

hwInfoPortIBMaxSpeed Gauge Maximum rate read-only curre


OID: of an InfiniBand nt
1.3.6.1.4.1.2011.2.251.22.165 port (unit:
00.1.21 Mbit/s)

4.5 TOPO Module


hwIsmAccessNodeTable
This table gives basis device information.
The index to this table is hwIsmNENodeCode.
The OID of this table is 1.3.6.1.4.1.2011.2.91.9.1.1.

Node Data Meaning Permiss Statu


Type ion s

hwIsmNENodeCode OCTET ID of an NE node. Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.2011.2.91.9.1. G
1.1.1

hwIsmNENodeType Intege Type of an NE node. Read- Curr


OID: r only ent
1.3.6.1.4.1.2011.2.91.9.1.
1.1.2

hwIsmNENodeWorking Intege Working mode of an NE Read- Curr


Mode r node, not used currently. only ent
OID:
1.3.6.1.4.1.2011.2.91.9.1.
1.1.3

hwIsmNENodeIPAd- IpAddr IP address of an NE node, Read- Curr


dress ess not used currently. only ent
OID:
1.3.6.1.4.1.2011.2.91.9.1.
1.1.4

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 29


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwIsmNENodeContext- OCTET Name of the context. Read- Curr


Name STRIN only ent
OID: G
1.3.6.1.4.1.2011.2.91.9.1.
1.1.5

hwIsmNENodeContex- OCTET Engine ID of the context, Read- Curr


tEngineID STRIN not used currently. only ent
OID: G
1.3.6.1.4.1.2011.2.91.9.1.
1.1.6

hwIsmNENodeCluster- OCTET Name of the NE cluster, Read- Curr


Name STRIN not used currently. only ent
OID: G
1.3.6.1.4.1.2011.2.91.9.1.
1.1.7

hwIsmNENodeRunning- Intege Running status of an NE: Read- Curr


Status r 1. The SNMP agent only ent
OID: communicates correctly
1.3.6.1.4.1.2011.2.91.9.1. with the device.
1.1.8 2. The SNMP agent fails to
communicate with the
device.
Not used currently.

4.6 SAN Module


hwInfoMappingViewTable
This table provides information about MappingViews.
The index to this table is hwInfoMappingViewID.
The OID of this table is 1.3.6.1.4.1.2011.2.251.23.245.

Node Data Meaning Permiss Statu


Type ion s

hwInfoMappingViewID OCTE ID of an Mapping View. Read- Curre


OID: T only nt
1.3.6.1.4.1.2011.2.251.23. STRIN
245.1.1 G

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 30


OceanStor 4 MIB References for Huawei Nodes (Standard
MIB Interface Notes Enterprise Node: 2011)

hwInfoMappingView- OCTE Name of Mapping View. Read- Curre


Name T only nt
OID: STRIN
1.3.6.1.4.1.2011.2.251.23. G
245.1.2

hwInfoMappingViewIn- Gaug Whether to enable the Read- Curre


bandCommand e command device only nt
OID: 0: enable
1.3.6.1.4.1.2011.2.251.23. 1: disable
245.1.3

hwInfoMappingView- OCTE ID of Lun Group in Read- Curre


LunGroupID T Mapping View. only nt
OID: STRIN
1.3.6.1.4.1.2011.2.251.23. G
245.1.4

hwInfoMappingView- OCTE Name of Lun Group in Read- Curre


LunGroupName T Mapping View. only nt
OID: STRIN
1.3.6.1.4.1.2011.2.251.23. G
245.1.5

hwInfoMappingVie- OCTE ID of Host Group in Read- Curre


wHostGroupID T Mapping View. only nt
OID: STRIN
1.3.6.1.4.1.2011.2.251.23. G
245.1.6

hwInfoMappingVie- OCTE Name of Lun Group in Read- Curre


wHostGroupName T Mapping View. only nt
OID: STRIN
1.3.6.1.4.1.2011.2.251.23. G
245.1.7

hwInfoMappingView- OCTE ID of Port Group in Read- Curre


PortGroupID T Mapping View. only nt
OID: STRIN
1.3.6.1.4.1.2011.2.251.23. G
245.1.8

hwInfoMappingView- OCTE Name of Port Group in Read- Curre


PortGroupName T Mapping View. only nt
OID: STRIN
1.3.6.1.4.1.2011.2.251.23. G
245.1.9

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 31


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

5 MIB References for Storage Nodes


(Standard Enterprise Node: 34774)

5.1 Common Module


5.2 Alarm Module
5.3 Performance Statistics Module
5.4 Physical Storage Modules
5.5 Logical Storage Modules
5.6 Storage Space Modules
5.7 Storage Hardware Modules
5.8 NAS Information Query Module

5.1 Common Module


deviceId
Node Data Meaning Permiss Stat
Type ion us

deviceId OCTET Device serial number, namely, Read- Curr


OID: STRING unique identifier of the only ent
1.3.6.1.4.1.34774.4. device.
1.1.1

deviceType
Node Data Meaning Permiss Stat
Type ion us

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 32


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

deviceType Integer Type of the storage device. Read- Curr


OID: For details, see only ent
1.3.6.1.4.1.34774.4. PRODUCT_MODE_E.
1.1.2

status
Node Data Meaning Permiss Stat
Type ion us

status Integer System operating status. For Read- Curr


OID: details, see only ent
1.3.6.1.4.1.34774.4. RUNNING_STATUS_E.
1.1.3

usedCapacity
Node Data Meaning Permiss Statu
Type ion s

usedCapacity Counter6 Used capacity of the storage Read- Curre


OID: 4 device. The unit is MB. only nt
1.3.6.1.4.1.34774.4.
1.1.4

totalCapacity
Node Data Meaning Permiss Stat
Type ion us

totalCapacity Counter6 Total capacity of the storage Read- Curr


OID: 4 device. The unit is MB. only ent
1.3.6.1.4.1.34774.4.
1.1.5

version
Node Data Meaning Permiss Stat
Type ion us

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 33


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

version OCTET Device version. Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.
1.1.6

productName
Node Data Meaning Permiss Stat
Type ion us

version OCTET Product Name Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.
1.1.7

5.2 Alarm Module


eventTable
This table gives device alarm information, which can be queried. This table is used
exclusively for ISM management software and is not available to others.
The index to this table is hwIsmEventSequence.
The OID of this node is 1.3.6.1.4.1.34774.4.1.3.1.

Node Data Meaning Permis Stat


Type sion us

hwIsmEventType Gauge Alarm type. The value can Read- Curr


OID: be: write ent
1.3.6.1.4.1.34774.4.1. 0: eventAlarm
3.1.1.1 1: faultAlarm
2: resumeAlarm

hwIsmEventID Counte ID of an alarm. It indicates a Read- Curr


OID: r64 collection of alarms with the only ent
1.3.6.1.4.1.34774.4.1. same category.
3.1.1.2

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 34


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwIsmEventLevel Gauge Alarm severity. The value Read- Curr


OID: can be: write ent
1.3.6.1.4.1.34774.4.1. 2: Info
3.1.1.3 3: Warning
5: Major
6: Critical

hwIsmEventSequenc Gauge Alarm SN, namely, unique Read- Curr


e identifier of the alarm. write ent
OID:
1.3.6.1.4.1.34774.4.1.
3.1.1.4

hwIsmEventTime Gauge UTC time when the alarm Read- Curr


OID: was generated. The unit is write ent
1.3.6.1.4.1.34774.4.1. second.
3.1.1.5

hwIsmEventRecover- Gauge UTC time when the alarm Read- Curr


yTime was cleared. The unit is write ent
OID: second.
1.3.6.1.4.1.34774.4.1.
3.1.1.6

hwIsmEventParame- OCTET Alarm location parameter. Read- Curr


ter STRING This parameter can be used write ent
OID: to resolve alarm description.
1.3.6.1.4.1.34774.4.1. It is used with the alarm
3.1.1.7 configuration file of the
upper-layer network
management system.

hwIsmEventRowSta- Integer Row status value. The value Read- Curr


tus can be: write ent
OID: 1: Row Active
1.3.6.1.4.1.34774.4.1. 6: Remove a alarm
3.1.1.20 according to the alarm serial
number.

eventType
This table is used exclusively for ISM management software and is not available to
others.
The OID of this node is 1.3.6.1.4.1.34774.4.1.4.2.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 35


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Bound Variable Data Meaning Permi Stat


Type ssion us

hwIsmTrapEventType Gauge Alarm type. The value can be: access curr
OID: 0: Event ible- ent
1.3.6.1.4.1.34774.4.1.3. for-
1: Fault notify
3.1
2: Recovery

hwIsmTrapEventID Counte Original alarm ID access curr


OID: r64 ible- ent
1.3.6.1.4.1.34774.4.1.3. for-
3.2 notify

hwIsmTrapEventLevel Gauge Alarm severity. The value can access curr


OID: be: ible- ent
1.3.6.1.4.1.34774.4.1.3. 2: Info for-
3.3 notify
3: Warning
5: Major
6: Critical

hwIsmTrapEventSe- Gauge Alarm SN, namely, unique access curr


quence identifier of the alarm. ible- ent
OID: for-
1.3.6.1.4.1.34774.4.1.3. notify
3.4

hwIsmTrapEventTime Gauge UTC time when the alarm access curr


OID: was generated, unit: seconds. ible- ent
1.3.6.1.4.1.34774.4.1.3. for-
3.5 notify

hwIsmTrapEventReco- Gauge UTC time when the alarm access curr


veryTime was cleared, unit: seconds. ible- ent
OID: for-
1.3.6.1.4.1.34774.4.1.3. notify
3.6

hwIsmTrapEventPara- OCTET Alarm location parameter. access curr


meter STRIN This parameter can be used ible- ent
OID: G to resolve alarm description. for-
1.3.6.1.4.1.34774.4.1.3. It is used with the alarm notify
3.7 configuration file of the
upper-layer network
management system.

hwIsmTrapEventID32Bi Gauge Alarm ID of I2000 network access curr


t management software. ible- ent
OID: for-
1.3.6.1.4.1.34774.4.1.3. notify
3.8

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 36


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwIsmTrapEventTi- OCTET Time when an alarm was access curr


meStr STRIN generated. string format. ible- ent
OID: G for-
1.3.6.1.4.1.34774.4.1.3. notify
3.9

hwIsmTrapEventReco- OCTET Time when an alarm was access curr


veryTimeStr STRIN cleared. string format. ible- ent
OID: G for-
1.3.6.1.4.1.34774.4.1.3. notify
3.10

forwardAddrTable
This table gives information about alarm forwarding address information,
involving IP addresses, ports, and versions. This table is used exclusively for ISM
management software and is not available to others.
The index to this table is forwardAddrIndex.
The OID of this node is 1.3.6.1.4.1.34774.4.1.2.1.

Node Data Meaning Permiss Stat


Type ion us

forwardAddrIndex OCTE Index to the alarm forwarding Read- Curr


OID: T address. The value can be 0 to write ent
1.3.6.1.4.1.34774.4.1.2. STRIN 3.
1.1.1 G

forwardAddrIP IpAdd IP address to which the alarm Read- Curr


OID: ress is forwarded. Only support write ent
1.3.6.1.4.1.34774.4.1.2. IPv4 format. If domain names
1.1.2 are supported and valid, the
destination address is the IP
address corresponding to the
domain name; if the domain
name is invalid, "0.0.0.0" is
displayed.

forwardAddrPort Gaug Port of the alarm forwarding Read- Curr


OID:1 . e address. The value can be 1 to create ent
3.6.1.4.1.34774.4.1.2.1. 65535.
1.3

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 37


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

forwardAddrTrapVer Integ Version of the alarm Read- Curr


OID: er forwarding address. The value create ent
1.3.6.1.4.1.34774.4.1.2. can be:
1.1.4 ● 1: SNMPv1
● 2: SNMPv2c
● 3: SNMPv3
When configuring the alarm
forwarding address, if this
field is not filled, the default is
SNMPv2c.

forwardAddrRowSta- Integ Row status value. The value Read- Curr


tus er can be: create ent
OID:1 . ● 1: Modify the alarm
3.6.1.4.1.34774.4.1.2.1. forwarding address
1.5 ● 4: Add the alarm
forwarding address
● 6: Delete the alarm
forwarding address

forwardAddrIPNew OCTE New alarm forwarding Read- Curr


OID: T address. IP addresses in the create ent
1.3.6.1.4.1.34774.4.1.2. STRIN IPv4 or IPv6 format, and IP
1.1.6 G address in the domain name
format are supported.. If
forwardAddrIP and
forwardAddrIPNew fields are
filled with values, take the
value of the
forwardAddrIPNew field by
default. The domain name
address is not configured on
the DNS server or the network
delays, leading to the timeout
of the message returned by
the network management
software. Adjust the timeout
period setting based on the
network environment.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 38


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

forwardAddrTrapType Integ Type of the alarm forwarding


OID: er address. The value can be:
1.3.6.1.4.1.34774.4.1.2. ● 1: Parsed. Sends parsed
1.1.7 alarms to the alarm
forwarding address (Trap
OID:
1.3.6.1.4.1.2011.2.91.10.2.1.
0.1)
● 2: Original. Sends original
alarms to the alarm
forwarding address (Trap
OID:
1.3.6.1.4.1.34774.4.1.4.2).
● 3: All. sends Parsed,
Original, and
Parsed_alarm_oid alarms to
the destination address for
trap forwarding.
● 4: Parsed_alarm_oid. sends
parsed alarms to the
destination address for trap
forwarding. (Each alarm
corresponds to one OID.
Products later than V3R6
support the alarm OID).
● 5: Parsed_time_string.
Sends parsed alarms to the
destination address for trap
forwarding (Products
V3R3C20SPC200 and later
than V3R6 support this trap
type. Trap OID:
1.3.6.1.4.1.2011.2.251.20.1.2
.1)
● 6: Original_time_string.
Sends original alarms to
the destination address for
trap forwarding (Products
V3R3C20SPC200 and later
than V3R6 support this trap
type. Trap OID:
1.3.6.1.4.1.2011.2.251.20.2.1
.1).
When configuring the alarm
forwarding address, if this
field is not filled, the default is
Original.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 39


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

forwardAddrUSMU- OCTE USM user name of the Read- Curr


serName T destination address for trap create ent
OID: STRIN forwarding. When the trap
1.3.6.1.4.1.34774.4.1.2. G forwarding address type is
1.1.8 SNMPv3, this field is
mandatory and users must
ensure a specified USM user
exists in the system.
Otherwise, this operation fails
to be performed. If this field is
mandatory, and the parameter
is not delivered or no value is
specified for the parameter,
the system default value is
Kaimse.

5.3 Performance Statistics Module


Note: Due to the limitation of the snmp protocol, it is not suitable for querying
data of specific large-size logical objects, and it is not suitable for performance
statistics.
Recommendation: Use devicemanager / CLI to query performance statistics.

hwPerformanceSwitch
This node indicates the status of the performance statistics switch.

Node Data Meaning Permissi Statu


Type on s

hwPerformanceSwitc Integer Performance statistics Read- Curre


h switch. The value can be: write nt
OID: 0: Disabled
1.3.6.1.4.1.34774.4.1.2 1: Enabled
1.1

hwPerfNodeTable
This table is used to query the performance data of nodes.
The index to this table is hwPerfNodeIfIndex.
The OID of this table is 1.3.6.1.4.1.34774.4.1.21.3. The value "4294967295" or
"18446744073709551615"or "F" of performance statistics entry indicates unknown
or invalid.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 40


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permi Stat


Type ssion us

hwPerfNodeIfIndex Gauge Controller node ID. Read- Curr


OID: Controller node ID = only ent
1.3.6.1.4.1.34774.4.1.21.3. Controller enclosure ID x
1.1 Number of controllers in
the controller enclosure +
Controller ID. In controller
name 1A, 1 indicates the
controller enclosure ID and
A indicates the controller
ID (A, B, C, D correspond to
0, 1, 2, 3, respectively). If a
controller enclosure has
two controllers, the node ID
is 2. If a controller
enclosure has four
controllers, the node ID is
4.

hwPerfNodeCPUUsage Gauge CPU usage of the node Read- Curr


OID: (unit: %). only ent
1.3.6.1.4.1.34774.4.1.21.3.
1.2

hwPerfNodeAvgCa- Gauge Average cache usage of the Read- Curr


cheUsage node (unit: %). only ent
OID:
1.3.6.1.4.1.34774.4.1.21.3.
1.3

hwPerfNodeDelay Gauge Average I/O latency of the Read- Curr


OID: node (unit: ms). only ent
1.3.6.1.4.1.34774.4.1.21.3.
1.4

hwPerfNodeTotalIOPS Gauge Total IOPS of the node Read- Curr


OID: (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.3.
1.5

hwPerfNodeReadIOPS Gauge Read IOPS of the node Read- Curr


OID: (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.3.
1.6

hwPerfNodeWriteIOPS Gauge Write IOPS of the node Read- Curr


OID: (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.3.
1.7

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 41


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permi Stat


Type ssion us

hwPerfNodeTotalTraffic Gauge Total bandwidth for the Read- Curr


OID: node (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.3.
1.8

hwPerfNodeReadTraffic Gauge Read bandwidth for the Read- Curr


OID: node (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.3.
1.9

hwPerfNodeWriteTraffic Gauge Write bandwidth for the Read- Curr


OID: node (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.3.
1.10

hwPerfNodeFileBand- Counte Node file bandwidth (unit: Read- Curr


width r64 byte/s) only ent
OID:
1.3.6.1.4.1.34774.4.1.21.3.
1.11

hwPerfNodeFileOPS Counte Node file OPS Read- Curr


OID: r64 only ent
1.3.6.1.4.1.34774.4.1.21.3.
1.12

hwPerfPortTable
This table is used to query the performance data of ETH, FC, FCoE, Bond ports.

The index to this table is hwPerfPortIfIndex.

The OID of this table is 1.3.6.1.4.1.34774.4.1.21.5. The value "4294967295" or "F"


of performance statistics entry indicates unknown or invalid.

Node Data Meaning Permiss Stat


Type ion us

hwPerfPortIfIndex Gauge Index to the port. Read- Curr


OID: only ent
1.3.6.1.4.1.34774.4.1.21.
5.1.1

hwPerfPortDelay Gauge I/O latency of the port Read- Curr


OID: (unit: ms). only ent
1.3.6.1.4.1.34774.4.1.21.
5.1.2

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 42


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwPerfPortTotalIOPS Gauge IOPS of the port (unit: Read- Curr


OID: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
5.1.3

hwPerfPortReadIOPS Gauge Read IOPS of the port (unit: Read- Curr


OID: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
5.1.4

hwPerfPortWriteIOPS Gauge Write IOPS of the port Read- Curr


OID: (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
5.1.5

hwPerfPortTotalTraffic Gauge Total bandwidth for the Read- Curr


OID: port (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.
5.1.6

hwPerfPortReadTraffic Gauge Read bandwidth for the Read- Curr


OID: port (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.
5.1.7

hwPerfPortWriteTraffic Gauge Write bandwidth for the Read- Curr


OID: port (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.
5.1.8

hwPerfPortMaxTraffic Gauge Maximum bandwidth for Read- Curr


OID: the port (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.
5.1.9

hwPerfPortMaxIOPS Gauge Maximum IOPS of the port Read- Curr


OID: (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
5.1.10

hwPerfPortLocation OCTET Location of the port. Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.21. G
5.1.11

hwPerfLunTable
This table is used to query the performance data (skip the grayed texts) of LUNs.
The index to this table is hwPerfLunID.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 43


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

The OID of this table is 1.3.6.1.4.1.34774.4.1.21.4. The value "4294967295" or "F"


of performance statistics entry indicates unknown or invalid.

Node Data Meaning Permissi Stat


Type on us

hwPerfLunID Gauge LUN ID. Read- Curr


OID: only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.1

hwPerfLunHitRate Gauge I/O hit ratio of the LUN Read- Curr


OID: (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.2

hwPerfLunTotalIOPS Gauge Current IOPS of the LUN Read- Curr


OID: (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.3

hwPerfLunReadIOPS Gauge Current read IOPS of the Read- Curr


OID: LUN (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.4

hwPerfLunWriteIOPS Gauge Current write IOPS of the Read- Curr


OID: LUN (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.5

hwPerfLunTotalTraffic Gauge Current total bandwidth Read- Curr


OID: for the LUN (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.6

hwPerfLunReadTraffic Gauge Current read bandwidth Read- Curr


OID: for the LUN (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.7

hwPerfLunWriteTraffic Gauge Current write bandwidth Read- Curr


OID: for the LUN (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.8

hwPerfLunReadIORate Gauge Read I/O ratio of the LUN Read- Curr


OID: (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.9

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 44


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwPerfLunWriteIORate Gauge Write I/O ratio of the LUN Read- Curr


OID: (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.10

hwPerfLunMaxTraffic Gauge Maximum bandwidth for Read- Curr


OID: the LUN (unit: MB/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.11

hwPerfLunMaxIOPS Gauge Maximum IOPS of the Read- Curr


OID: LUN (unit: IO/s). only ent
1.3.6.1.4.1.34774.4.1.21.
4.1.12

hwPerfLunAverageIOR- Gauge Average IO response time Read- Curr


esponseTime (unit:us). only ent
OID:
1.3.6.1.4.1.34774.4.1.21.
4.1.13

hwPerfLunMaxIORes- Gauge Maximum IO response Read- Curr


ponseTime time (unit:us). only ent
OID:
1.3.6.1.4.1.34774.4.1.21.
4.1.14

hwPerfLunAverageRea- Gauge Average read IO response Read- Curr


dIOLatency time (unit:us). only ent
OID:
1.3.6.1.4.1.34774.4.1.21.
4.1.15

hwPerfLunAverageWri- Gauge Average write IO response Read- Curr


teIOLatency time (unit:us). only ent
OID:
1.3.6.1.4.1.34774.4.1.21.
4.1.16

hwPerfCacheTable
This table is used to query the performance data of caches.

The index to this table is hwPerfCacheID.

The OID of this table is 1.3.6.1.4.1.34774.4.1.21.7. The value of performance


statistics entry is "-1", indicates invalid.

Node Data Meaning Permis Statu


Type sion s

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 45


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwPerfCacheID Gauge Controller node ID. Read- Curr


OID: Controller node ID = only ent
1.3.6.1.4.1.34774.4.1.21 Controller enclosure ID x
.7.1.1 Number of controllers in the
controller enclosure +
Controller ID. In controller
name 1A, 1 indicates the
controller enclosure ID and
A indicates the controller ID
(A, B, C, D correspond to 0,
1, 2, 3, respectively). If a
controller enclosure has two
controllers, the node ID is 2.
If a controller enclosure has
four controllers, the node ID
is 4.

hwPerfCacheReadUtili- Intege Cache read usage (unit: %). Read- Curr


zation r only ent
OID:
1.3.6.1.4.1.34774.4.1.21
.7.1.2

hwPerfCacheWriteUti- Intege Cache write usage (unit: %). Read- Curr


lization r only ent
OID:
1.3.6.1.4.1.34774.4.1.21
.7.1.3

hwPerfCacheMirror- Intege Cache mirror write usage Read- Curr


WriteUtilization r (unit: %). only ent
OID:
1.3.6.1.4.1.34774.4.1.21
.7.1.4

hwPerfCacheHitRatio Intege Cache hit ratio. Read- Curr


OID: r only ent
1.3.6.1.4.1.34774.4.1.21
.7.1.5

hwPerfControllerNFSV3Table
This table is used to query the NFSv3 performance data of controllers.
The index to this table is hwPerfControllerNFSV3ID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.21.10. The value "4294967295" or "F"
of performance statistics entry indicates unknown or invalid.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 46


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Statu


Type ssion s

hwPerfControllerNFSV3I OCTET Controller ID. Not- Curre


D STRIN access nt
OID: G ible
1.3.6.1.4.1.34774.4.1.21.
10.1.1

hwPerfControllerNFSV3 Counte NFSv3 OPS of the Read- Curre


OPS r64 controller only nt
OID:
1.3.6.1.4.1.34774.4.1.21.
10.1.2

hwPerfControllerNFSV3 Counte NFSv3 throughput of the Read- Curre


Bps r64 controller (unit: byte/s) only nt
OID:
1.3.6.1.4.1.34774.4.1.21.
10.1.3

hwPerfControllerNFSV4Table
This table is used to query the NFSv4 performance data of controllers.
The index to this table is hwPerfControllerNFSV4ID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.21.11. The value "4294967295" or "F"
of performance statistics entry indicates unknown or invalid.

Node Data Description Permi Statu


Type ssion s

hwPerfControllerNFSV4I OCTET Controller ID. Not- Curre


D STRIN access nt
OID: G ible
1.3.6.1.4.1.34774.4.1.21.
11.1.1

hwPerfControllerNFSV4 Counte NFSv4 OPS of the Read- Curre


OPS r64 controller only nt
OID:
1.3.6.1.4.1.34774.4.1.21.
11.1.2

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 47


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Statu


Type ssion s

hwPerfControllerNFSV4 Counte NFSv4 throughput of the Read- Curre


Bps r64 controller (unit: byte/s) only nt
OID:
1.3.6.1.4.1.34774.4.1.21.
11.1.3

hwPerfControllerNFSV41Table
This table is used to query the NFSv41 performance data of controllers.

The index to this table is hwPerfControllerNFSV41ID.

The OID of this table is 1.3.6.1.4.1.34774.4.1.21.15. The value "4294967295" or "F"


of performance statistics entry indicates unknown or invalid.

Node Data Description Permi Statu


Type ssion s

hwPerfControllerNFSV4I OCTET Controller ID. Not- Curre


D STRIN access nt
OID: G ible
1.3.6.1.4.1.34774.4.1.21.
15.1.1

hwPerfControllerNFSV4 Counte NFSv4 OPS of the Read- Curre


OPS r64 controller only nt
OID:
1.3.6.1.4.1.34774.4.1.21.
15.1.2

hwPerfControllerNFSV4 Counte NFSv4 throughput of the Read- Curre


Bps r64 controller (unit: byte/s) only nt
OID:
1.3.6.1.4.1.34774.4.1.21.
15.1.3

hwPerfControllerSMBV1Table
This table is used to query the SMB V1 performance data of controllers.

The index to this table is hwPerfControllerSMBV1ID.

The OID of this table is 1.3.6.1.4.1.34774.4.1.21.12. The value "4294967295" or "F"


of performance statistics entry indicates unknown or invalid.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 48


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Statu


Type ssion s

hwPerfControllerSMBV1 OCTET Controller ID Not- Curre


ID STRIN access nt
OID: G ible
1.3.6.1.4.1.34774.4.1.21.
12.1.1

hwPerfControllerSMBV1 Counte SMB V1 OPS of the Read- Curre


OPS r64 controller only nt
OID:
1.3.6.1.4.1.34774.4.1.21.
12.1.2

hwPerfControllerSMBV1 Counte SMB V1 throughput of the Read- Curre


Bps r64 controller (unit: byte/s) only nt
OID:
1.3.6.1.4.1.34774.4.1.21.
12.1.3

hwPerfControllerSMBV2Table
This table is used to query the SMB V2 performance data of controllers.
The index to this table is hwPerfControllerSMBV2ID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.21.13. The value "4294967295" or "F"
of performance statistics entry indicates unknown or invalid.

Node Data Description Permi Statu


Type ssion s

hwPerfControllerSMBV2 OCTET Controller ID Not- Curre


ID STRIN access nt
OID: G ible
1.3.6.1.4.1.34774.4.1.21.
13.1.1

hwPerfControllerSMBV2 Counte SMB V2 OPS of the Read- Curre


OPS r64 controller only nt
OID:
1.3.6.1.4.1.34774.4.1.21.
13.1.2

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 49


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Statu


Type ssion s

hwPerfControllerSMBV2 Counte SMB V2 throughput of the Read- Curre


Bps r64 controller (unit: byte/s) only nt
OID:
1.3.6.1.4.1.34774.4.1.21.
13.1.3

hwPerfFileSystemTable
This table is used to query the performance data of a file system.
The index to this table is hwPerfFileSystemID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.21.14. -1 indicates that the
performance statistics are invalid.

Node Data Description Permi Statu


Type ssion s

hwPerfFileSystemID OCTE File system ID Not- Curre


OID: T access nt
1.3.6.1.4.1.34774.4.1.21.1 STRIN ible
4.1.1 G

hwPerfFileSystemOPS Count File system OPS Read- Curre


OID: er64 only nt
1.3.6.1.4.1.34774.4.1.21.1
4.1.2

hwPerfFileSystemServi- Count Service time of the file Read- Curre


ceTime er64 system (unit: µs) only nt
OID:
1.3.6.1.4.1.34774.4.1.21.1
4.1.3

hwPerfFileSystemRea- Count Read OPS of the file Read- Curre


dOPS er64 system only nt
OID:
1.3.6.1.4.1.34774.4.1.21.1
4.1.4

hwPerfFileSystemRead- Count Read bandwidth of the file Read- Curre


Bandwidth er64 system (unit: MB/s) only nt
OID:
1.3.6.1.4.1.34774.4.1.21.1
4.1.5

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 50


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Statu


Type ssion s

hwPerfFileSystemAvR- Count Average read OPS response Read- Curre


dOPSRspTime er64 time of the file system only nt
OID: (unit: µs)
1.3.6.1.4.1.34774.4.1.21.1
4.1.6

hwPerfFileSystemAv- Count Average write OPS Read- Curre


WrOPSRspTime er64 response time of the file only nt
OID: system (unit: µs)
1.3.6.1.4.1.34774.4.1.21.1
4.1.7

hwPerfFileSystemWri- Count Write OPS of the file Read- Curre


teOPS er64 system only nt
OID:
1.3.6.1.4.1.34774.4.1.21.1
4.1.8

hwPerfFileSystemWrite- Count Write bandwidth of the file Read- Curre


Bandwidth er64 system (unit: MB/s) only nt
OID:
1.3.6.1.4.1.34774.4.1.21.1
4.1.9

hwPerfDiskTable
This table is used to query the performance of a disk.

The index to this table is hwPerfDiskIndex.

The OID of this table is 1.3.6.1.4.1.2011.2.251.21.10. The value "4294967295" or


"F" of performance statistics entry indicates unknown or invalid.

Node Data Description Per Statu


Type mis s
sio
n

hwPerfDiskIndex OCTET Disk ID. rea curre


OID: STRING d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.1 y

hwPerfDiskTotalIOPS Gauge IOPS (unit: IO/s). rea curre


OID: d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.2 y

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 51


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwPerfDiskReadIOPS Gauge Read IOPS (unit: IO/s). rea curre


OID: d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.3 y

hwPerfDiskWriteIOPS Gauge Write IOPS (unit: IO/s). rea curre


OID: d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.4 y

hwPerfDiskTotalTraffic Counter6 Bandwidth (unit: MB/ rea curre


OID: 4 s) . d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.5 y

hwPerfDiskReadTraffic Counter6 Read bandwidth (unit: rea curre


OID: 4 MB/s) . d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.6 y

hwPerfDiskWriteTraffic Counter6 Write bandwidth (unit: rea curre


OID: 4 MB/s) . d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.7 y

hwPerfDiskDelay Counter6 Response time (unit: rea curre


OID: 4 µs) . d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.8 y

hwPerfDiskLengthOfQueue Gauge Queue length (unit:-). rea curre


OID: d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.9 y

hwPerfDiskAverageIO Gauge Average I/O size (unit: rea curre


OID: KB). d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.11 y

hwPerfDiskAverageReadIO Gauge Average read I/O size rea curre


OID: (unit: KB). d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.12 y

hwPerfDiskAverageWriteIO Gauge Average write I/O size rea curre


OID: (unit: KB). d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.13 y

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 52


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwPerfDiskMaxIOPS Gauge Maximum IOPS (unit: rea curre


OID: IO/s). d- nt
1.3.6.1.4.1.2011.2.251.21.10. onl
1.14 y

5.4 Physical Storage Modules


Note: If the value of an interface parameter is 4294967295 or "F" (parameter type
is unsigned), "--" or empty (parameter type is a character string), it indicates that
the parameter is unknown or invalid.

hwStorageFCPortTable
This table provides information about FC ports.
The index to this table is hwStorageFCPortIfIndex.
The OID of this table is 1.3.6.1.4.1.34774.4.1.19.8.7.

Node Data Meaning Permis Stat


Type sion us

hwStorageFCPortIfIn- Gauge Index to the FC host port. Read- Curr


dex only ent
OID:
1.3.6.1.4.1.34774.4.1.19.
8.7.1.1

hwStorageFCPortBoar- Gauge Index to the board of the Read- Curr


dIfIndex FC host port. only ent
OID:
1.3.6.1.4.1.34774.4.1.19.
8.7.1.2

hwStorageFCPortID Gauge ID of the FC host port. Read- Curr


OID: only ent
1.3.6.1.4.1.34774.4.1.19.
8.7.1.3

hwStorageFCPortStatus Integer Status of the FC host port. Read- Curr


OID: The value can be: only ent
1.3.6.1.4.1.34774.4.1.19. 0: Disconnected
8.7.1.4 1: Connected
2: Faulty

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 53


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwStorageFCPortConfi- Integer Working Rate of the FC Read- Curr


gRate host port, (unit: only ent
OID: 1000Mbit/s). The value
1.3.6.1.4.1.34774.4.1.19. can be:
8.7.1.5 0: Auto
1: GBPS-1
2: GBPS-2
4: GBPS-4
8: GBPS-8
16: GBPS-16
The Current rate can be 1
Gbit/s, 2 Gbit/s, 4 Gbit/s,
8 Gbit/s, or 16 Gbit/s. The
conversion unit is 1000. 0
indicates auto-negotiation.
-1 indicates invalid.

hwStorageFCPortMode Integer Mode of the FC host port. Read- Curr


OID: The value can be: only ent
1.3.6.1.4.1.34774.4.1.19. ● -1: Invalid
8.7.1.6 ● 0: fabric
● 1: FC-AL
● 2: P2P
● 3: Auto

hwStorageFCPortWWN OCTET WWN of the FC host port. Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.19.
8.7.1.7

hwStorageFCPortLogic- Integer Logical type of FC host Read- Curr


Type port. only ent
OID: The value can be:
1.3.6.1.4.1.34774.4.1.19. ● 1: service
8.7.1.8
● 2: ibc
● 3: ibs
● 4: expansion
● 5: management
● 6: upsmanagement
● 8: maintenance

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 54


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwStorageFCPortSpee- Integer Speed rate of FC host Read- Curr


dRate port(unit: Mbit/s). only ent
OID: If the parameter value is
1.3.6.1.4.1.34774.4.1.19. -1, this parameter is
8.7.1.9 invalid.

hwStorageSASPortTable
This table provides information about SAS ports.
The index to this table is hwStorageSASPortIfIndex.
The OID of this table is 1.3.6.1.4.1.34774.4.1.19.8.8.

Node Data Meaning Permissi Statu


Type on s

hwStorageSASPortI- Gauge Index to the SAS host Read- Curre


fIndex port. only nt
OID:
1.3.6.1.4.1.34774.4.1.
19.8.8.1.1

hwStorageSASPort- Gauge Index to the board of the Read- Curre


BoardIfIndex SAS host port. only nt
OID:
1.3.6.1.4.1.34774.4.1.
19.8.8.1.2

hwStorageSASPortID Gauge ID of the SAS host port. Read- Curre


OID: only nt
1.3.6.1.4.1.34774.4.1.
19.8.8.1.3

hwStorageSASPort- Integer Status of the SAS host Read- Curre


Status port. The value can be: only nt
OID: 0: disconnected
1.3.6.1.4.1.34774.4.1. 1: connected
19.8.8.1.4
2: faulty

hwStorageSASPort- Integer Rate of the SAS host Read- Curre


ConfigRate port. (unit: 1000 Mbit/s). only nt
OID: If the parameter value is
1.3.6.1.4.1.34774.4.1. -1, this parameter is
19.8.8.1.5 invalid.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 55


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permissi Statu


Type on s

hwStorageSASPortW OCTET WWN of the SAS host Read- Curre


WN STRING port. only nt
OID:
1.3.6.1.4.1.34774.4.1.
19.8.8.1.6

hwStorageSASPor- Integer Logical type of SAShost Read- Curre


tLogicType port. only nt
OID: The value can be:
1.3.6.1.4.1.34774.4.1. ● 1: service
19.8.8.1.7
● 2: ibc
● 3: ibs
● 4: expansion
● 5: management
● 6: upsmanagement
● 8: maintenance

hwStorageSASPort- Integer Speed rate of SAS host Read- Curre


SpeedRate port. only nt
OID: The value can be:
1.3.6.1.4.1.34774.4.1. ● 1: Gbps15
19.8.8.1.8
● 2: Gbps30
● 3: Gbps60

hwStorageISCSIPortTable
This table provides information about iSCSI ports.
The index to this table is hwStorageISCSIPortIfIndex.
The OID of this table is 1.3.6.1.4.1.34774.4.1.19.8.9.

Node Data Meaning Permis Statu


Type sion s

hwStorageISCSIPortIfIn- Gauge Index to the iSCSI host Read- Curre


dex port. only nt
OID:
1.3.6.1.4.1.34774.4.1.19.
8.9.1.1

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 56


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Statu


Type sion s

hwStorageISCSIPort- Gauge Index to the board of the Read- Curre


BoardIfIndex iSCSI host port. only nt
OID:
1.3.6.1.4.1.34774.4.1.19.
8.9.1.2

hwStorageISCSIPortID Gauge ID of the iSCSI host port. Read- Curre


OID: only nt
1.3.6.1.4.1.34774.4.1.19.
8.9.1.3

hwStorageISCSIPortSta- Integer Status of the iSCSI host Read- Curre


tus port. The value can be: only nt
OID: 0: disconnected
1.3.6.1.4.1.34774.4.1.19. 1: connected
8.9.1.4
2: faulty

hwStorageISCSIPortIP IpAddre IP address of the iSCSI Read- Curre


OID: ss host port. only nt
1.3.6.1.4.1.34774.4.1.19.
8.9.1.5

hwStorageISCSIPort- IpAddre Mask of the iSCSI host Read- Curre


NetMask ss port. only nt
OID:
1.3.6.1.4.1.34774.4.1.19.
8.9.1.6

hwStorageISCSIPort- Integer Bind mode of the iSCSI Read- Curre


BindMode host port, not used only nt
OID: currently.
1.3.6.1.4.1.34774.4.1.19.
8.9.1.7

hwStorageISCSIPortLo- Integer Logical type of ISCSI host Read- Curre


gicType port. only nt
OID: The value can be:
1.3.6.1.4.1.34774.4.1.19. ● 1: service
8.9.1.8
● 2: ibc
● 3: ibs
● 4: expansion
● 5: management
● 6: upsmanagement
● 8: maintenance

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 57


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwStorageFrontEndHostPortTable
This table provides basic information about the SAS, FC, iSCSI ports whose
performance statistics can be collected.

The index to this table is hwStorageFrontEndHostPortIfIndex.

The OID of this table is 1.3.6.1.4.1.34774.4.1.19.8.11.

Node Data Meaning Permissi Stat


Type on us

hwStorageFrontEndHost- Gauge Combination index to Read- Curr


PortIfIndex the host ports. only ent
OID:
1.3.6.1.4.1.34774.4.1.19.8.1
1.1.1

hwStorageFrontEndHost- Intege Physical type of a host Read- Curr


PortType r port: only ent
OID: ● 0: SAS
1.3.6.1.4.1.34774.4.1.19.8.1 ● 1: FC
1.1.2
● 5: iSCSI

hwStorageFrontEndHost- Intege Connection state of a Read- Curr


PortStatus r host port: only ent
OID: ● 0: link down
1.3.6.1.4.1.34774.4.1.19.8.1 ● 1: link up
1.1.3
● 2: not exist
● 3: link bad
● 4: hardware error
● 5: speed no match
● 6: enable
● 7: disable
● 8: mac error
● 9: lane no match

hwStorageFrontEndHost- OCTET IP address of a host Read- Curr


PortPhysAddress STRIN port. If "--" is only ent
OID: G displayed, the value is
1.3.6.1.4.1.34774.4.1.19.8.1 invalid.
1.1.4

hwStorageFrontEndHost- OCTET Description of a host Read- Curr


PortDescription STRIN port. only ent
OID: G
1.3.6.1.4.1.34774.4.1.19.8.1
1.1.5

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 58


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwStorageControllerTable
This table provides basic information about the controller.
The index to this table is hwStorageControllerID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.19.8.12.

Node Data Meaning Permis Stat


Type sion us

hwStorageControllerID Gauge Controller node ID. Read- Curr


OID: Controller node ID = only ent
1.3.6.1.4.1.34774.4.1.19.8. Controller enclosure ID x
12.1.1 Number of controllers in
the controller enclosure +
Controller ID. In controller
name 1A, 1 indicates the
controller enclosure ID and
A indicates the controller
ID (A, B, C, D correspond to
0, 1, 2, 3, respectively). If a
controller enclosure has
two controllers, the node
ID is 2. If a controller
enclosure has four
controllers, the node ID is
4.

hwStorageController- OCTET Controller name Read- Curr


Name STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.19.8.
12.1.2

hwStorageControllerLo- OCTET Controller location Read- Curr


cation STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.19.8.
12.1.3

hwStorageController- Intege Controller health status. Read- Curr


HealthStatus r For details, see only ent
OID: HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.19.8.
12.1.4

hwStorageControllerRun- Intege Controller running status. Read- Curr


ningStatus r For details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.19.8.
12.1.5

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 59


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwStorageController- OCTET Controller software version Read- Curr


SoftVer STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.19.8.
12.1.6

hwStorageController- Intege Controller temperature, Read- Curr


Temperature r unit: degree, not used only ent
OID: currently.
1.3.6.1.4.1.34774.4.1.19.8.
12.1.7

hwStorageControllerIs- Gauge The state of controller, Read- Curr


Master master or slave only ent
OID: 0: Slave
1.3.6.1.4.1.34774.4.1.19.8. 1: Master
12.1.8
Not used currently.

hwStorageControllerELa- OCTET Controller electronic label Read- Curr


bel STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.19.8.
12.1.9

hwStorageControl- OCTET Controller PCB version Read- Curr


lerPCBVer STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.19.8.
12.1.10

hwStorageControl- OCTET Controller BMC version. Read- Curr


lerBMCVer STRIN When the value is empty or only ent
OID: G "--", indicates unknown or
1.3.6.1.4.1.34774.4.1.19.8. invalid.
12.1.11

hwStorageControllerLo- OCTET Controller logical version Read- Curr


gicVer STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.19.8.
12.1.12

hwStorageController- OCTET Controller BIOS version Read- Curr


BIOSVer STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.19.8.
12.1.13

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 60


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwStorageControllerMe- Gauge Controller memory size, Read- Curr


morySize unit: MB only ent
OID:
1.3.6.1.4.1.34774.4.1.19.8.
12.1.14

hwStorageControllerC- OCTET CPU information, Read- Curr


PUInfo STRIN composed by four fields: only ent
OID: G manufacturer, make,
1.3.6.1.4.1.34774.4.1.19.8. model, and frequency.
12.1.15

hwStorageControllerVolt- Gauge Controller voltage, unit: 0.1 Read- Curr


age V. only ent
OID:
1.3.6.1.4.1.34774.4.1.19.8.
12.1.16

5.5 Logical Storage Modules


Note: If the value of an interface parameter is 4294967295 or "F" (parameter type
is unsigned), "--" or empty (parameter type is a character string), it indicates that
the parameter is unknown or invalid.

hwStorageLunTable
This table is used to query the LUN information about a device.

The index to this table is hwStorageLunID.

The OID of this table is 1.3.6.1.4.1.34774.4.1.19.9.4.

Node Data Meaning Permis Stat


Type sion us

hwStorageLunID Gauge ID of the LUN. Read- Curr


OID: only ent
1.3.6.1.4.1.34774.4.1.19.9
.4.1.1

hwStorageLunName OCTET Name of the LUN. Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.19.9
.4.1.2

hwStorageLunWWN OCTET WWN of the LUN. Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.19.9
.4.1.3

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 61


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwStorageLunPoolID Gauge ID of the storage pool to Read- Curr


OID: which the LUN belongs. only ent
1.3.6.1.4.1.34774.4.1.19.9
.4.1.4

hwStorageLunCapacity Counter Capacity of the LUN. The Read- Curr


OID: 64 unit is KB. only ent
1.3.6.1.4.1.34774.4.1.19.9
.4.1.5

hwStorageLunOwning- Gauge Node id of the owning Read- Curr


Controller controller of the LUN. only ent
OID: Controller node ID =
1.3.6.1.4.1.34774.4.1.19.9 Controller enclosure ID x
.4.1.6 Number of controllers in
the controller enclosure +
Controller ID. In controller
name 1A, 1 indicates the
controller enclosure ID
and A indicates the
controller ID (A, B, C, D
correspond to 0, 1, 2, 3,
respectively). If a
controller enclosure has
two controllers, the node
ID is 2. If a controller
enclosure has four
controllers, the node ID is
4.

hwStorageLunStripDepth Gauge Stripe depth of the LUN. Read- Curr


OID: Not used currently. only ent
1.3.6.1.4.1.34774.4.1.19.9
.4.1.7

hwStorageLunWriteS- Integer Write policy of the LUN. Read- Curr


trategy The value can be: only ent
OID: ● 1: Write through
1.3.6.1.4.1.34774.4.1.19.9 ● 2: Write back no
.4.1.8 mirroring
● 3: Write back mirroring
● 4: Write back
mandatory nomirroring
● 5: Write back
mandatory mirroring

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 62


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwStorageLunPrefetch- Integer Prefetch policy of the LUN. Read- Curr


Strategy The value can be: only ent
OID: ● 0: Non-prefetch
1.3.6.1.4.1.34774.4.1.19.9 ● 1: Constant prefetch
.4.1.9
● 2: Variable prefetch
● 3: Intelligent prefetch

hwStorageLunPrefetch- Gauge Cache prefetch value of Read- Curr


Value the LUN. The cache only ent
OID: prefech policy can be:
1.3.6.1.4.1.34774.4.1.19.9 1. constant prefetch (unit:
.4.1.10 KB)
2. variable prefetch (unit:
times)
3. non-prefetch or
intelligent prefetch. If
4294967295 is returned,
the value is invalid.

hwStorageLunStatus Integer Status of the LUN. The Read- Curr


OID: value can be: only ent
1.3.6.1.4.1.34774.4.1.19.9 ● 1: Normal
.4.1.11 ● 2: Faulty
● 3: Unformatted
● 4: Formatting

hwStorageLunRowStatus Integer Row status. Read- Curr


OID: ● 1: Active write ent
1.3.6.1.4.1.34774.4.1.19.9
.4.1.12

hwStorageCacheTable
This table provides cache information such as cache ID, cache size, cache high
water level, and cache low water level.
The index to this table is hwStorageCacheID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.19.9.1.

Node Data Meaning Permis Stat


Type sion us

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 63


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwStorageCacheID Gauge Controller node ID. Read- Curr


OID: Controller node ID = only ent
1.3.6.1.4.1.34774.4.1.19. Controller enclosure ID x
9.1.1.1 Number of controllers in
the controller enclosure +
Controller ID. In controller
name 1A, 1 indicates the
controller enclosure ID and
A indicates the controller
ID (A, B, C, D correspond to
0, 1, 2, 3, respectively). If a
controller enclosure has
two controllers, the node ID
is 2. If a controller
enclosure has four
controllers, the node ID is
4.

hwStorageCacheTotal- Gauge Cache size (unit: MB). Read- Curr


Capacity only ent
OID:
1.3.6.1.4.1.34774.4.1.19.
9.1.1.2

hwStorageCacheHigh- Gauge Cache high water level. Read- Curr


WaterLevel only ent
OID:
1.3.6.1.4.1.34774.4.1.19.
9.1.1.3

hwStorageCacheLow- Gauge Cache low water level. Read- Curr


WaterLevel only ent
OID:
1.3.6.1.4.1.34774.4.1.19.
9.1.1.4

hwStorageCacheRow- Integer Row status. Read- Curr


Status ● 1: Active write ent
OID:
1.3.6.1.4.1.34774.4.1.19.
9.1.1.5

5.6 Storage Space Modules


Note: If the value of an interface parameter is 4294967295 or "F" (parameter type
is unsigned), "--" or empty (parameter type is a character string), it indicates that
the parameter is unknown or invalid.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 64


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwInfoDiskDomainTable
This table is used to check the disk domain information about a device. The index
to this table is hwInfoDiskDomainID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.4.1.

Node Data Meaning Permis Stat


Type sion us

hwInfoDiskDomainID OCTET Disk ID, table index Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4.1.1 G
.1

hwInfoDiskDomainName OCTET Name of a disk domain Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4.1.1 G
.2

hwInfoDiskDomainHealth- Gauge Health status of a disk Read- Curr


Status domain. For details, see only ent
OID: HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.4.1.1
.3

hwInfoDiskDomainRunning- Gauge Running status of a disk Read- Curr


Status domain. For details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.4.1.1
.4

hwInfoDiskDomainTotalCa- Counte Total capacity of a disk Read- Curr


pacity r64 domain. (unit: MB) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.4.1.1
.5

hwInfoDiskDomainFreeCa- Counte Free capacity of a disk Read- Curr


pacity r64 domain. (unit: MB) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.4.1.1
.6

hwInfoDiskDomainHotSpar- Counte Hot spare capacity of a Read- Curr


eCapacity r64 disk domain. (unit: MB) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.4.1.1
.7

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 65


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoDiskDomainUsed- Counte Used hot spare capacity Read- Curr


HotSpareCapacity r64 of a disk domain. (unit: only ent
OID: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.8

hwInfoDiskDomainTi- Gauge Total number of disks Read- Curr


er0DiskNumber on tier 0 of a disk only ent
OID: domain. (unit: block)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.9

hwInfoDiskDomainTi- Counte Total capacity of tier 0 Read- Curr


er0TotalCapacity r64 of a disk domain. (unit: only ent
OID: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.10

hwInfoDiskDomainTi- Counte Free capacity of tier 0 Read- Curr


er0FreeCapacity r64 of a disk domain. (unit: only ent
OID: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.11

hwInfoDiskDomainTi- Counte Total hot spare capacity Read- Curr


er0HotSpareCapacity r64 of tier 0 of a disk only ent
OID: domain. (unit: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.12

hwInfoDiskDomainTi- Counte Used hot spare capacity Read- Curr


er0UsedHotSpareCapacity r64 of tier 0 of a disk only ent
OID: domain. (unit: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.13

hwInfoDiskDomainTi- Counte Hot spare policy of tier Read- Curr


er0HotSpareStrategy r64 0 of a disk domain. only ent
OID: Possible values are:
1.3.6.1.4.1.34774.4.1.23.4.1.1 ● 0: None
.14 ● 1: Low
● 2: High
● 3: None

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 66


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoDiskDomainTi- Gauge Total number of disks Read- Curr


er1DiskNumber on tier 1 of a disk only ent
OID: domain. (unit: block)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.15

hwInfoDiskDomainTi- Gauge Total capacity of tier 1 Read- Curr


er1TotalCapacity of a disk domain. (unit: only ent
OID: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.16

hwInfoDiskDomainTi- Counte Free capacity of tier 1 Read- Curr


er1FreeCapacity r64 of a disk domain. (unit: only ent
OID: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.17

hwInfoDiskDomainTi- Counte Total hot spare capacity Read- Curr


er1HotSpareCapacity r64 of tier 1 of a disk only ent
OID: domain. (unit: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.18

hwInfoDiskDomainTi- Counte Used hot spare capacity Read- Curr


er1UsedHotSpareCapacity r64 of tier 1 of a disk only ent
OID: domain. (unit: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.19

hwInfoDiskDomainTi- Gauge Hot spare policy of tier Read- Curr


er1HotSpareStrategy 1 of a disk domain. only ent
OID: Possible values are:
1.3.6.1.4.1.34774.4.1.23.4.1.1 ● 0: None
.20 ● 1: Low
● 2: High
● 3: None

hwInfoDiskDomainTi- Gauge Total number of disks Read- Curr


er2DiskNumber on tier 2 of a disk only ent
OID: domain (unit: block)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.21

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 67


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoDiskDomainTi- Counte Total capacity of tier 2 Read- Curr


er2TotalCapacity r64 of a disk domain (unit: only ent
OID: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.22

hwInfoDiskDomainTi- Counte Free capacity of tier 2 Read- Curr


er2FreeCapacity r64 of a disk domain (unit: only ent
OID: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.23

hwInfoDiskDomainTi- Counte Total hot spare capacity Read- Curr


er2HotSpareCapacity r64 of tier 2 of a disk only ent
OID: domain (unit: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.24

hwInfoDiskDomainTi- Counte Used hot spare capacity Read- Curr


er2UsedHotSpareCapacity r64 of tier 2 of a disk only ent
OID: domain (unit: MB)
1.3.6.1.4.1.34774.4.1.23.4.1.1
.25

hwInfoDiskDomainTi- Gauge Hot spare policy of tier Read- Curr


er2HotSpareStrategy 2 of a disk domain. only ent
OID: Possible values are:
1.3.6.1.4.1.34774.4.1.23.4.1.1 ● 0: None
.26 ● 1: Low
● 2: High
● 3: None

hwInfoStoragePoolTable
This table is used to check the storage pool information about a device. The index
to this table is hwInfoStoragePoolID.

The OID of this table is 1.3.6.1.4.1.34774.4.1.23.4.2.

Node Data Description Permi Statu


Type ssion s

hwInfoStoragePoolID OCTET ID of a storage pool, table Read- Curre


OID: STRIN index only nt
1.3.6.1.4.1.34774.4.1.23.4 G
.2.1.1

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 68


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Statu


Type ssion s

hwInfoStoragePoolName OCTET Name of a storage pool Read- Curre


OID: STRIN only nt
1.3.6.1.4.1.34774.4.1.23.4 G
.2.1.2

hwInfoStoragePoolDisk- OCTET ID of the disk domain Read- Curre


DomainID STRIN where a storage pool only nt
OID: G resides
1.3.6.1.4.1.34774.4.1.23.4
.2.1.3

hwInfoStoragePoolDisk- OCTET Name of the disk domain Read- Curre


DomainName STRIN where a storage pool only nt
OID: G resides
1.3.6.1.4.1.34774.4.1.23.4
.2.1.4

hwInfoStoragePool- Gauge Health status of a storage Read- Curre


HealthStatus pool. For details, see only nt
OID: HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.4
.2.1.5

hwInfoStoragePoolRun- Gauge Operating status of a Read- Curre


ningStatus storage pool. For details, only nt
OID: see RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.4
.2.1.6

hwInfoStoragePoolTotal- Counte Total capacity of a storage Read- Curre


Capacity r64 pool (unit: MB) only nt
OID:
1.3.6.1.4.1.34774.4.1.23.4
.2.1.7

hwInfoStoragePoolSub- Counte Used capacity of a storage Read- Curre


scribedCapacity r64 pool (unit: MB) only nt
OID:
1.3.6.1.4.1.34774.4.1.23.4
.2.1.8

hwInfoStoragePoolFree- Counte Available capacity of a Read- Curre


Capacity r64 storage pool (unit: MB) only nt
OID:
1.3.6.1.4.1.34774.4.1.23.4
.2.1.9

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 69


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Statu


Type ssion s

hwInfoStoragePoolPro- Counte Data protection capacity Read- Curre


tectionCapacity r64 of a storage pool (unit: only nt
OID: MB)
1.3.6.1.4.1.34774.4.1.23.4
.2.1.10

hwInfoStoragePoolTi- Counte Tier 0 raw capacity of a Read- Curre


er0Capacity r64 storage pool (unit: MB) only nt
OID:
1.3.6.1.4.1.34774.4.1.23.4
.2.1.11

hwInfoStoragePoolTi- Counte Tier 1 raw capacity of a Read- Curre


er1Capacity r64 storage pool (unit: MB) only nt
OID:
1.3.6.1.4.1.34774.4.1.23.4
.2.1.12

hwInfoStoragePoolTi- Counte Tier 2 raw capacity of a Read- Curre


er2Capacity r64 storage pool (unit: MB) only nt
OID:
1.3.6.1.4.1.34774.4.1.23.4
.2.1.13

hwInfoStoragePoolFull- Gauge Threshold of used capacity Read- Curre


Threshold of a storage pool (unit: %) only nt
OID:
1.3.6.1.4.1.34774.4.1.23.4
.2.1.14

hwInfoStoragePoolEx- Gauge Relocation granularity of a Read- Curre


tentSize storage pool (unit: KB) only nt
OID:
1.3.6.1.4.1.34774.4.1.23.4
.2.1.15

hwInfoStoragePoolS- Gauge Dynamic storage tiering Read- Curre


martTierFeatureStatus (DST) status of a storage only nt
OID: pool. Possible values are:
1.3.6.1.4.1.34774.4.1.23.4 ● 1: Active
.2.1.16 ● 2: Inactive

hwInfoStoragePoolRelo- Gauge Relocation status of a Read- Curre


cationStatus storage pool. Possible only nt
OID: values are:
1.3.6.1.4.1.34774.4.1.23.4 ● 1: Ready
.2.1.17 ● 2: Migrating
● 3: Paused

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 70


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Statu


Type ssion s

hwInfoStoragePoolRelo- Gauge Relocation triggering Read- Curre


cationTriggerMode mode of a storage pool. only nt
OID: Possible values are:
1.3.6.1.4.1.34774.4.1.23.4 ● 1: Schedule
.2.1.18 ● 2: Manual

hwInfoStoragePoolRelo- Gauge To determine the Read- Curre


cationPaused relocation of a storage only nt
OID: pool is paused. Possible
1.3.6.1.4.1.34774.4.1.23.4 values are:
.2.1.19 ● 0: No
● 1: Yes

hwInfoStoragePoolEsti- Counte Amount of data to be Read- Curre


matedMoveUpData r64 promoted in a storage only nt
OID: pool (unit: MB)
1.3.6.1.4.1.34774.4.1.23.4
.2.1.20

hwInfoStoragePoolEsti- Counte Amount of data to be Read- Curre


matedMoveDownData r64 demoted in a storage pool only nt
OID: (unit: MB)
1.3.6.1.4.1.34774.4.1.23.4
.2.1.21

hwInfoStoragePoolEsti- Counte Relocation duration of a Read- Curre


matedDataRelocation- r64 storage pool (unit: only nt
Duration second)
OID:
1.3.6.1.4.1.34774.4.1.23.4
.2.1.22

hwInfoStoragePoolLun- Counte Lun capacity of a storage read- curre


TotalCapacity r64 pool (unit: MB) only nt
OID:
1.3.6.1.4.1.34774.4.1.23.4
.2.1.23

hwInfoStoragePoolDa- OCTET Data Reduction Ratio read- curre


taReductionRatio STRIN only nt
OID: G
1.3.6.1.4.1.34774.4.1.23.4
.2.1.24

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 71


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Statu


Type ssion s

hwInfoStoragePoolDedu- OCTET Data Deduplication Ratio read- curre


plicationRatio STRIN only nt
OID: G
1.3.6.1.4.1.34774.4.1.23.4
.2.1.25

hwInfoStoragePoolCom- OCTET Data Compression Ratio read- curre


pressionRatio STRIN only nt
OID: G
1.3.6.1.4.1.34774.4.1.23.4
.2.1.26

hwInfoStorageTierTable
This table is used to check the storage tier information about a device. The index
to this table is hwInfoStorageTierID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.4.3.

Node Data Description Permissi Stat


Type on us

hwInfoStorageTierID OCTET ID of a storage tier, table Read- Curr


OID: STRIN index, the format of only ent
1.3.6.1.4.1.34774.4.1.23.4 G storage tier ID is:
.3.1.1 tier 0: PoolID.0
tier 1: PoolID.1
tier 2: PoolID.2

hwInfoStorageTierName OCTET Name of a storage tier Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.3.1.2

hwInfoStorageTierPoolID OCTET ID of the storage pool Read- Curr


OID: STRIN where a storage tier only ent
1.3.6.1.4.1.34774.4.1.23.4 G resides
.3.1.3

hwInfoStorageTier- Gauge Health status of a Read- Curr


HealthStatus storage tier. For details, only ent
OID: see HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.4
.3.1.4

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 72


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoStorageTierRun- Gauge Operating status of a Read- Curr


ningStatus storage tier. For details, only ent
OID: see
1.3.6.1.4.1.34774.4.1.23.4 RUNNING_STATUS_E.
.3.1.5

hwInfoStorageTierCapac- Counte Total capacity of a Read- Curr


ity r64 storage tier (unit: MB) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.4
.3.1.6

hwInfoStorageTierAllo- Counte Used capacity of a Read- Curr


catedCapacity r64 storage tier (unit: MB) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.4
.3.1.7

hwInfoStorageTierFree- Counte Available capacity of a Read- Curr


Capacity r64 storage tier (unit: MB) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.4
.3.1.8

hwInfoStorageTierRAI- Gauge RAID level of a storage Read- Curr


DLevel tier. Possible values are: only ent
OID: ● 0: None
1.3.6.1.4.1.34774.4.1.23.4 ● 1: RAID 10
.3.1.9
● 2: RAID 5
● 3: RAID 0
● 4: RAID 1
● 5: RAID 6
● 6: RAID 50
● 7: RAID 3
● 8: RAID 60
● 9: EC1
● 10: EC2
● 11: EC3

hwInfoStorageTierRAID- Gauge Number of member disks Read- Curr


DiskNumber in a RAID group of a only ent
OID: storage tier
1.3.6.1.4.1.34774.4.1.23.4
.3.1.10

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 73


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoStorageTierEsti- Counte Amount of data to be Read- Curr


matedMoveUpData r64 promoted on a storage only ent
OID: tier (unit: MB)
1.3.6.1.4.1.34774.4.1.23.4
.3.1.11

hwInfoStorageTierEsti- Counte Amount of data to be Read- Curr


matedMoveDownData r64 demoted on a storage only ent
OID: tier (unit: MB)
1.3.6.1.4.1.34774.4.1.23.4
.3.1.12

hwInfoPortGroupTable
This table is used to check the port group information about a device. The index to
this table is hwInfoPortGroupID.

The OID of this table is 1.3.6.1.4.1.34774.4.1.23.4.4.

Node Data Description Permis Stat


Type sion us

hwInfoPortGroupID OCTET ID of a port group, table Read- Curr


OID: STRIN index only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.4.1.1

hwInfoPortGroupName OCTET Name of a port group Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.4.1.2

hwInfoPortGroupPortList OCTET List of ports in a port Read- Curr


OID: STRIN group. The format of list only ent
1.3.6.1.4.1.34774.4.1.23.4 G is: ID1: Type1: Location1,
.4.1.3 ID2: Type2: Location2….
The value of Type is:
● 213: Port ETH
● 212: Port FC
● 252: Port FCoE

hwInfoHostTable
This table is used to check the host information about a device. The index to this
table is hwInfoHostID.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 74


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

The OID of this table is 1.3.6.1.4.1.34774.4.1.23.4.5.

Node Data Description Permis Stat


Type sion us

hwInfoHostID OCTET Host ID, table index Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.5.1.1

hwInfoHostName OCTET Host name Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.5.1.2

hwInfoHostLocation OCTET Host location Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.5.1.3

hwInfoHostHealthStatus Gauge Host health status. For Read- Curr


OID: details, see only ent
1.3.6.1.4.1.34774.4.1.23.4 HEALTH_STATUS_E.
.5.1.4

hwInfoHostRunningSta- Gauge Host operating status. For Read- Curr


tus details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.4
.5.1.5

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 75


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permis Stat


Type sion us

hwInfoHostOperating- Gauge Host operating system. Read- Curr


System Possible values are: only ent
OID: ● 0: Linux
1.3.6.1.4.1.34774.4.1.23.4 ● 1: Windows
.5.1.6
● 2: Solaris
● 3: HP-UX
● 4: AIX
● 5: XenServer
● 6: Mac OS
● 7: VMware ESX
● 8: VIS6000
● 9: Windows Server
2012
● 10: Oracle_VM
● 11: OpenVMS
● 12:
Oracle_VM_Server_for_
x86
● 13:
Oracle_VM_Server_for_
SPARC

hwInfoHostIPAddress OCTET Host IP address Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.5.1.7

hwInfoHostNetwor- OCTET Host domain name Read- Curr


kName STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.4
.5.1.8

hwInfoHostModel OCTET Host model Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.5.1.9

hwInfoHostGroupTable
This table is used to check the host group information about a device. The index
to this table is hwInfoHostGroupID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.4.6.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 76


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permis Stat


Type sion us

hwInfoHostGroupID OCTET ID of a host group, table Read- Curr


OID: STRIN index only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.6.1.1

hwInfoHostGroupName OCTET Name of a host group Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.6.1.2

hwInfoHostGroupHost- OCTET List of hosts in a host Read- Curr


List STRIN group. The format of list is: only ent
OID: G ID1: Name1, ID2: Name2…
1.3.6.1.4.1.34774.4.1.23.4
.6.1.3

hwInfoLunGroupTable
This table is used to check the LUN group information about a device. The index
to this table is hwInfoLunGroupID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.4.7.

Node Data Description Permis Stat


Type sion us

hwInfoLunGroupID OCTET ID of a LUN group, table Read- Curr


OID: STRIN index only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.7.1.1

hwInfoLunGroupName OCTET Name of a LUN group Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.4 G
.7.1.2

hwInfoLunGroupLunList OCTET List of LUNs in a LUN Read- Curr


OID: STRIN group. The format of list is: only ent
1.3.6.1.4.1.34774.4.1.23.4 G ID1: Name1, ID2: Name2…
.7.1.3

hwInfoLunTable
This table is used to check the LUN information about a device. The index to this
table is hwInfoLunID.
The prefix to the OID of this table is 1.3.6.1.4.1.34774.4.1.23.4.8.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 77


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoLunID OCTET LUN ID Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.23.4
.8.1.1

hwInfoLunName OCTET LUN name Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.23.4
.8.1.2

hwInfoLunPoolID OCTET ID of the storage pool to Read- Curr


OID: STRING which the LUN belongs only ent
1.3.6.1.4.1.34774.4.1.23.4
.8.1.3

hwInfoLunPoolName OCTET Name of the storage pool Read- Curr


OID: STRING to which the LUN belongs only ent
1.3.6.1.4.1.34774.4.1.23.4
.8.1.4

hwInfoLunCapacity Counte Total capacity of the LUN Read- Curr


OID: r64 (unit: MB) only ent
1.3.6.1.4.1.34774.4.1.23.4
.8.1.5

hwInfoLunSubscribedCa- Counte Capacity usage quota of Read- Curr


pacity r64 the LUN (unit: MB) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.4
.8.1.6

hwInfoLunProtectionCa- Counte Data protection capacity Read- Curr


pacity r64 quota of the LUN (unit: only ent
OID: KB)
1.3.6.1.4.1.34774.4.1.23.4
.8.1.7

hwInfoLunSectorSize Gauge Sector size of the LUN Read- Curr


OID: (unit: B) only ent
1.3.6.1.4.1.34774.4.1.23.4
.8.1.8

hwInfoLunHealthStatus Gauge Health status of the LUN. Read- Curr


OID: For details, see only ent
1.3.6.1.4.1.34774.4.1.23.4 HEALTH_STATUS_E.
.8.1.9

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 78


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoLunRunningSta- Gauge Operating status of the Read- Curr


tus LUN. For details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.4
.8.1.10

hwInfoLunType Gauge LUN type. The value can Read- Curr


OID: be: only ent
1.3.6.1.4.1.34774.4.1.23.4 0: thick LUN
.8.1.11 1: thin LUN

hwInfoLunIOPriority Gauge I/O priority of the LUN. Read- Curr


OID: The value can be: only ent
1.3.6.1.4.1.34774.4.1.23.4 1: low
.8.1.12 2: middle
3: high

hwInfoLunWWN OCTET WWN of the LUN Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.23.4
.8.1.13

hwInfoLunExposedToIni- Gauge Whether the LUN is Read- Curr


tiator mapped to an initiator. The only ent
OID: value can be:
1.3.6.1.4.1.34774.4.1.23.4 0: no
.8.1.14 1: yes

hwInfoLunWritePolicy Gauge Cache write policy of the Read- Curr


OID: LUN. The value can be: only ent
1.3.6.1.4.1.34774.4.1.23.4 1: write back
.8.1.15 2: write through
3: forcible write back
4: hybrid

hwInfoLunRunningWri- Gauge Operating cache write Read- Curr


tePolicy policy of the LUN. The only ent
OID: value can be:
1.3.6.1.4.1.34774.4.1.23.4 1: write back
.8.1.16 2: write through
3: forcible write back
4: hybrid

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 79


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoLunPrefetchPolicy Gauge Cache prefetch policy of Read- Curr


OID: the LUN. The value can be: only ent
1.3.6.1.4.1.34774.4.1.23.4 0: non-prefetch
.8.1.17 1: constant prefetch
2: variable prefetch
3: intelligent prefetch

hwInfoLunReadCache- Gauge Read cache policy of the Read- Curr


Policy LUN. The value can be: only ent
OID: 1: permanent
1.3.6.1.4.1.34774.4.1.23.4 2: default
.8.1.18
3: reclaim

hwInfoLunWriteCache- Gauge Write cache policy of the Read- Curr


Policy LUN. The value can be: only ent
OID: 4: permanent
1.3.6.1.4.1.34774.4.1.23.4 5: default
.8.1.19
6: reclaim

hwInfoLunPrefetchValue Gauge Cache prefetch value of Read- Curr


OID: the LUN. The cache only ent
1.3.6.1.4.1.34774.4.1.23.4 prefech policy can be:
.8.1.20 1. constant prefetch (unit:
KB)
2. variable prefetch (unit:
times)
3. non-prefetch or
intelligent prefetch. If
4294967295 is returned,
the value is invalid.

hwInfoLunOwnerCon- OCTET Owning controller of the Read- Curr


troller STRING LUN only ent
OID:
1.3.6.1.4.1.34774.4.1.23.4
.8.1.21

hwInfoLunWorkControl- OCTET Working controller of the Read- Curr


ler STRING LUN only ent
OID:
1.3.6.1.4.1.34774.4.1.23.4
.8.1.22

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 80


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoLunRelocationPo- Gauge Data relocation policy of Read- Curr


licy the LUN. The value can be: only ent
OID: 0: no relocation
1.3.6.1.4.1.34774.4.1.23.4 1: automatic relocation
.8.1.23
2: highest available
3: lowest available

hwInfoLunIniDistribute- Gauge Initial capacity allocation Read- Curr


Policy policy of the LUN. The only ent
OID: value can be:
1.3.6.1.4.1.34774.4.1.23.4 0: automatic
.8.1.24 1: highest performance
2: performance
3: capacity

hwInfoLunIsAddTo- Gauge Whether the LUN is added Read- Curr


LunGroup to the LUN group. The only ent
OID: value can be:
1.3.6.1.4.1.34774.4.1.23.4 0: no
.8.1.25 1: yes

hwInfoLunDIFSwitch Gauge Whether the DIF function Read- Curr


OID: is enabled for the LUN. only ent
1.3.6.1.4.1.34774.4.1.23.4 The value can be:
.8.1.26 0: no
1: yes

hwInfoLunRemote- OCTET WWN of the remote LUN Read- Curr


LUNWWN STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.4
.8.1.27

hwInfoLunUsageType Gauge LUN type. The value can Read- Curr


OID: be: only ent
1.3.6.1.4.1.34774.4.1.23.4 0: internal LUN
.8.1.28 1: external LUN
2: VVOL LUN
3: PE LUN

hwInfoLunSmartCache- Gauge Hit ratio of the current Read- Curr


HitRage intelligent cache partition only ent
OID: of the LUN (unit: %)
1.3.6.1.4.1.34774.4.1.23.4
.8.1.29

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 81


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

5.7 Storage Hardware Modules


Note: If the value of an interface parameter is 4294967295 or "F" (parameter type
is unsigned), "--" or empty (parameter type is a character string), it indicates that
the parameter is unknown or invalid.

hwInfoDiskTable
This table is used to check the disk information about a device. The index to this
table is hwInfoDiskID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.1.

Node Data Meaning Permis Stat


Type sion us

hwInfoDiskID OCTET Disk ID, table index Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.1.1.1

hwInfoDiskHealthStatus Gauge Disk health status. For Read- Curr


OID: details, see only ent
1.3.6.1.4.1.34774.4.1.23.5 HEALTH_STATUS_E.
.1.1.2

hwInfoDiskRunningSta- Gauge Disk running status. For Read- Curr


tus details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.1.1.3

hwInfoDiskLocation OCTET Disk location Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.1.1.4

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 82


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoDiskType Gauge Disk type. Possible values Read- Curr


OID: are: only ent
1.3.6.1.4.1.34774.4.1.23.5 ● 0: FC
.1.1.5 ● 1: SAS
● 2: SATA
● 3: SSD
● 4: NL_SAS
● 5: SLC SSD
● 6: MLC SSD
● 7:FC_SED
● 8:SAS_SED
● 9:SATA_SED
● 10:SSD_SED
● 11:NL_SAS_SED
● 12:SLC_SSD_SED
● 13:MLC_SSD_SED
● 14:NVMe_SSD
● 15:SMR_SATA
● 16:NVMe_SSD_SED
● 17:SCM_SSD
● 18:SCM_SED

hwInfoDiskCapacity Counte Disk capacity(unit: MB) Read- Curr


OID: r64 only ent
1.3.6.1.4.1.34774.4.1.23.5
.1.1.6

hwInfoDiskRole Gauge Logical type of a disk. Read- Curr


OID: Possible values are: only ent
1.3.6.1.4.1.34774.4.1.23.5 ● 1: FREE
.1.1.7 ● 2: MEMBER
● 3: SPARE
● 4: CACHE

hwInfoDiskSpeed Gauge Rotational speed of a disk Read- Curr


OID: (unit: rpm) only ent
1.3.6.1.4.1.34774.4.1.23.5
.1.1.8

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 83


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoDiskInterface- Gauge Disk interface bandwidth Read- Curr


Bandwidth (unit: Mbit/s) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5
.1.1.9

hwInfoDiskSectorSize Gauge Sector size of a disk (unit: Read- Curr


OID: B) only ent
1.3.6.1.4.1.34774.4.1.23.5
.1.1.10

hwInfoDiskTemperature Integer Disk temperature (unit: Read- Curr


OID: ºC) only ent
1.3.6.1.4.1.34774.4.1.23.5
.1.1.11

hwInfoDiskModel OCTET Disk model Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.1.1.12

hwInfoDiskFirmwareVer- OCTET Firmware version of a disk Read- Curr


sion STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.1.1.13

hwInfoDiskManufacturer OCTET Disk manufacturer Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.1.1.14

hwInfoDiskSerialNumber OCTET Disk SN Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.1.1.15

hwInfoDiskLightStatus Gauge Disk indicator status. Read- Curr


OID: Possible values are: only ent
1.3.6.1.4.1.34774.4.1.23.5 ● 0: OFF
.1.1.16 ● 1: ON
● 2: STEADY ON

hwInfoDiskDiskDomai- OCTET ID of a disk domain Read- Curr


nID STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.1.1.17

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 84


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoDiskDiskDomain- OCTET Name of a disk domain Read- Curr


Name STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.1.1.18

hwInfoDiskDiskDomain- OCTET ID of a disk domain tier Read- Curr


TierID STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.1.1.19

hwInfoDiskCofferDisk Gauge To determine whether a Read- Curr


OID: disk is a coffer disk. only ent
1.3.6.1.4.1.34774.4.1.23.5 Possible values are:
.1.1.20 ● 0: NO
● 1: YES

hwInfoDiskRunTime Gauge Disk operation period Read- Curr


OID: (unit: day) only ent
1.3.6.1.4.1.34774.4.1.23.5
.1.1.21

hwInfoDiskProgress Gauge Progress of disk Read- Curr


OID: reconstruction, copyback, only ent
1.3.6.1.4.1.34774.4.1.23.5 pre-copy, or destruction
.1.1.22 (unit: %)

hwInfoDiskBarCode OCTET Disk barcode Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.1.1.23

hwInfoDiskCapacityUs- Gauge Capacity usage of a disk. Read- Curr


age (unit: %). only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5
.1.1.24

hwInfoDiskHealthMark Gauge Health score of a disk. If Read- Curr


OID: the value is 255, indicating only ent
1.3.6.1.4.1.34774.4.1.23.5 invalid
.1.1.25

hwInfoDiskElectronicLa- OCTET Electronic label of a disk Read- Curr


bel STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.1.1.26

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 85


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwInfoControllerTable
This table is used to check the controller information about a device. The index to
this table is hwInfoControllerID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.2.

Node Data Meaning Permis Stat


Type sion us

hwInfoControllerID OCTET Controller ID, table index Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.2.1.1

hwInfoControllerHealth- Gauge Controller health status. Read- Curr


Status For details, see only ent
OID: HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.2.1.2

hwInfoControllerRun- Gauge Controller running status. Read- Curr


ningStatus For details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.2.1.3

hwInfoControllerCPU OCTET Controller CPU Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.2.1.4

hwInfoControllerLoca- OCTET Controller location Read- Curr


tion STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.2.1.5

hwInfoControllerRole Gauge Controller role. Possible Read- Curr


OID: values are: only ent
1.3.6.1.4.1.34774.4.1.23.5 ● 0: Normal
.2.1.6 ● 1: Master
● 2: Slave

hwInfoControllerCache- Gauge Cache capacity of a Read- Curr


Capacity controller (unit: MB). only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5
.2.1.7

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 86


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoControllerCPUUs- Gauge CPU usage of a controller Read- Curr


age (unit: %). only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5
.2.1.8

hwInfoControllerMemor- Gauge Memory usage of the Read- Curr


yUsage operating system in the only ent
OID: controller (unit: %)
1.3.6.1.4.1.34774.4.1.23.5
.2.1.9

hwInfoControllerVoltage Gauge Power voltage of a Read- Curr


OID: controller (unit: 0.1 V) only ent
1.3.6.1.4.1.34774.4.1.23.5
.2.1.10

hwInfoControllerSoft- OCTET Software version of a Read- Curr


wareVersion STRIN controller only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.2.1.11

hwInfoControllerPCBVer- OCTET PCB version of a controller Read- Curr


sion STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.2.1.12

hwInfoControllerSESVer- OCTET SES version of a controller Read- Curr


sion STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.2.1.13

hwInfoControllerBMC- OCTET BMC version of a Read- Curr


Version STRIN controller. When the value only ent
OID: G is empty or "--", indicates
1.3.6.1.4.1.34774.4.1.23.5 unknown or invalid.
.2.1.14

hwInfoControllerLogic- OCTET Logical version of a Read- Curr


Version STRIN controller only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.2.1.15

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 87


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoControllerBIOS- OCTET BIOS version of a Read- Curr


Version STRIN controller only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.2.1.16

hwInfoControllerElectro- OCTET Electronic label of a Read- Curr


nicLabel STRIN controller only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.2.1.17

hwInfoPowerTable
This table is used to check the power supply information about a device. The index
to this table is hwInfoPowerID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.3. When the value is empty or
"--", indicates unknown or invalid.

Node Data Meaning Permis Stat


Type sion us

hwInfoPowerID OCTET ID of a power supply, table Read- Curr


OID: STRIN index only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.3.1.1

hwInfoPowerLocation OCTET Location of a power supply Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.3.1.2

hwInfoPowerHealthSta- Gauge Health status of a power Read- Curr


tus supply. For details, see only ent
OID: HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.3.1.3

hwInfoPowerRunning- Gauge Operating status of a Read- Curr


Status power supply. For details, only ent
OID: see RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.3.1.4

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 88


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoPowerType Gauge Type of a power supply. Read- Curr


OID: Possible values are: only ent
1.3.6.1.4.1.34774.4.1.23.5 ● 0: DC
.3.1.5 ● 1: AC
● 2: HV
● 255:Unknown

hwInfoPowerManufac- OCTET Manufacturer of a power Read- Curr


turer STRIN supply only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.3.1.6

hwInfoPowerModle OCTET Model of a power supply Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.3.1.7

hwInfoPowerVersion OCTET Version of a power supply Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.3.1.8

hwInfoPowerProduce- OCTET Production date of a Read- Curr


Date STRIN power supply only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.3.1.9

hwInfoPowerSerialNum- OCTET SN of a power supply Read- Curr


ber STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.3.1.10

hwInfoFanTable
This table is used to check the fan information about a device. The index to this
table is hwInfoFanID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.4. When the value is empty or
"--", indicates unknown or invalid.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 89


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoFanID OCTET Fan ID, table index Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.4.1.1

hwInfoFanLocation OCTET Fan Location Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.4.1.2

hwInfoFanHealthStatus Gauge Health status of a fan. For Read- Curr


OID: details, see only ent
1.3.6.1.4.1.34774.4.1.23.5 HEALTH_STATUS_E.
.4.1.3

hwInfoFanRunningSta- Gauge Operating status of a fan. Read- Curr


tus For details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.4.1.4

hwInfoFanRunningLevel Gauge Operating level of a fan. Read- Curr


OID: Possible values are: only ent
1.3.6.1.4.1.34774.4.1.23.5 ● 0: Low
.4.1.5 ● 1: Normal
● 2: High

hwInfoFanElectronicLa- OCTET Electronic label of a fan Read- Curr


bel STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.4.1.6

hwInfoBBUTable
This table is used to check the BBU information about a device. The index to this
table is hwInfoBBUID.

The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.5.

Node Data Meaning Permis Stat


Type sion us

hwInfoBBUID OCTET BBU ID, table index Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.5.1.1

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 90


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoBBULocation OCTET BBU Location Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.5.1.2

hwInfoBBUHealthStatus Gauge Health status of a BBU. For Read- Curr


OID: details, see only ent
1.3.6.1.4.1.34774.4.1.23.5 HEALTH_STATUS_E.
.5.1.3

hwInfoBBURunningSta- Gauge Running status of a BBU. Read- Curr


tus For details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.5.1.4

hwInfoBBUType Gauge Type of a BBU. Possible Read- Curr


OID: values are: only ent
1.3.6.1.4.1.34774.4.1.23.5 ● 0: BBU
.5.1.5

hwInfoBBUCurrentVolt- Gauge Current voltage of a BBU Read- Curr


age (unit: 0.1 V) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5
.5.1.6

hwInfoBBUNumberOf- Gauge Discharge times of a BBU Read- Curr


Discharges only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5
.5.1.7

hwInfoBBUFirmwareVer- OCTET Firmware version of a BBU Read- Curr


sion STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.5.1.8

hwInfoBBUDeliveredOn OCTET Shipping date of a BBU Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.5.1.9

hwInfoBBUOwningCon- OCTET Owning controller of a Read- Curr


troller STRIN BBU only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.5.1.10

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 91


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoBBUElectronicLa- OCTET Electronic label of a BBU Read- Curr


bel STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.5.1.11

hwInfoEnclosureTable
This table is used to check the enclosure information about a device. The index to
this table is hwInfoEnclosureID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.6. When the value is empty or
"--", indicates unknown or invalid.

Node Data Meaning Permis Stat


Type sion us

hwInfoEnclosureID OCTET Enclosure ID, table index Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5. G
6.1.1

hwInfoEnclosureName OCTET Enclosure name Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5. G
6.1.2

hwInfoEnclosureLogic- Gauge Logical type of an Read- Curr


Type enclosure. Possible values only ent
OID: are:
1.3.6.1.4.1.34774.4.1.23.5. ● 0: EXP
6.1.3 ● 1: CTRL
● 2: DSW
● 3: MSW
● 4: SVP

hwInfoEnclosureHealth- Gauge Health status of an Read- Curr


Status enclosure. For details, see only ent
OID: HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5.
6.1.4

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 92


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoEnclosureRun- Gauge Operating status of an Read- Curr


ningStatus enclosure. For details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5.
6.1.5

hwInfoEnclosureLocation OCTET Enclosure location Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5. G
6.1.6

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 93


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

hwInfoEnclosureType Gauge Enclosure type. Possible Read- Curr


OID: values are: only ent
1.3.6.1.4.1.34774.4.1.23.5. 0:BMC Controller
6.1.7 1:2 U 2-controller 12-slot
3.5-inch 6 Gbit/s SAS
controller enclosure
2:2 U 2-controller 24-slot
2.5-inch 6 Gbit/s SAS
controller enclosure
16:2 U 12-slot 3.5-inch 6
Gbit/s SAS disk enclosure
17:2 U 24-slot 2.5-inch 6
Gbit/s SAS disk enclosure
18:4 U 24-slot 3.5-inch 6
Gbit/s SAS disk enclosure
19:4 U 24 Slot 3.5 FC Disks
Enclosure
20:1 U PCIE Switch
Enclosure
21:4 U 75-slot 3.5-inch 6
Gbit/s SAS disk enclosure
22:Service Processor
Enclosure
23:2 U 2-controller 12-slot
3.5-inch 6 Gbit/s SAS
controller enclosure
24:2 U 25-slot 2.5-inch 6
Gbit/s SAS disk enclosure
25:4 U 24-slot 3.5-inch 6
Gbit/s SAS disk enclosure
26:2 U 2-controller 25-slot
2.5-inch 6 Gbit/s SAS
controller enclosure
37:2 U 2-controller 12-slot
3.5-inch 6 Gbit/s SAS
controller enclosure
38:2 U 2-controller 25-slot
2.5-inch 6 Gbit/s SAS
controller enclosure
39:4 U 75-slot 3.5-inch 12
Gbit/s SAS disk enclosure
40:2 U 2-controller 25-slot
2.5-inch 12 Gbit/s SAS
controller enclosure

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 94


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

65:2 U 25-slot 2.5-inch 12


Gbit/s SAS disk enclosure
66:4 U 24-slot 3.5-inch 12
Gbit/s SAS disk enclosure
67:2 U 25-slot 2.5-inch
SAS disk enclosure
69:4 U 24-slot 3.5-inch
SAS disk enclosure
96:3 U 2-controller
controller enclosure
97:6 U 4-controller
controller enclosure
98:2 U 25 Slot 2.5 SSD
Disks Enclosure
99:2 U 25-slot 2.5-inch
active NVMe controller
enclosure
101:2 U 25-slot 2.5-inch
SSD NVMe disk enclosure
112:4 U 4-controller
controller enclosure
113:2 U 2-controller 25-
slot 2.5-inch SAS controller
enclosure
114:2 U 2-controller 12-
slot 3.5-inch SAS controller
enclosure
115:2 U 2-controller 36-
slot NVMe controller
enclosure
116:2 U 2-controller 25-
slot 2.5-inch SAS controller
enclosure
117:2 U 2-controller 12-
slot 3.5-inch SAS controller
enclosure
118:2 U 25-slot 2.5-inch
smart SAS disk enclosure
119:2 U 12-slot 3.5-inch
smart SAS disk enclosure
120:2 U 36-slot smart
NVMe disk enclosure

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 95


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Meaning Permis Stat


Type sion us

122:2U 2-controller 25-slot


2.5-inch NVMe controller
enclosure

hwInfoEnclosureTemper- Intege Enclosure temperature Read- Curr


ature r (unit: ºC) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.
6.1.8

hwInfoEnclosureSN OCTET Enclosure SN Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5. G
6.1.9

hwInfoEnclosureMAC OCTET MAC address of an Read- Curr


OID: STRIN enclosure only ent
1.3.6.1.4.1.34774.4.1.23.5. G
6.1.10

hwInfoEnclosureHeight Gauge Enclosure height (unit: U) Read- Curr


OID: only ent
1.3.6.1.4.1.34774.4.1.23.5.
6.1.11

hwInfoEnclosureExpan- Gauge Number of cascaded Read- Curr


sionDepth enclosures only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.
6.1.12

hwInfoEnclosureElectro- OCTET Electronic label of an Read- Curr


nicLabel STRIN enclosure only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5.
6.1.13

hwInfoPortComTable
This table is used to check the serial port information about a device. The index to
this table is hwInfoPortComID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.7.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 96


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permis Stat


Type sion us

hwInfoPortComID OCTET ID of a serial port, table Read- Curr


OID: STRIN index only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.7.1.1

hwInfoPortComLocation OCTET Location of a serial port Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.7.1.2

hwInfoPortComHealth- Gauge Health status of a serial Read- Curr


Status port. For details, see only ent
OID: HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.7.1.3

hwInfoPortComRunning- Gauge Operating status of a serial Read- Curr


Status port. For details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.7.1.4

hwInfoPortComType Gauge Logical type of a serial Read- Curr


OID: port. For details, see only ent
1.3.6.1.4.1.34774.4.1.23.5 PORT_LOGIC_TYPE_E.
.7.1.5

hwInfoPortEthTable
This table is used to check the Ethernet port information about a device. The index
to this table is hwInfoPortEthID.

The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.8. When the value is empty or


"--", "4294967295" or "F", indicates unknown or invalid.

Node Data Description Permissi Stat


Type on us

hwInfoPortEthID OCTET ID of an Ethernet port, Read- Curr


OID: STRIN table index only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.8.1.1

hwInfoPortEthLocation OCTET Location of an Ethernet Read- Curr


OID: STRIN port only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.8.1.2

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 97


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoPortEthHealthSta- Gauge Health status of an Read- Curr


tus Ethernet port. For details, only ent
OID: see HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.8.1.3

hwInfoPortEthRunning- Gauge Operating status of an Read- Curr


Status Ethernet port. For details, only ent
OID: see
1.3.6.1.4.1.34774.4.1.23.5 RUNNING_STATUS_E.
.8.1.4

hwInfoPortEthType Gauge Logical type of an Read- Curr


OID: Ethernet port. For details, only ent
1.3.6.1.4.1.34774.4.1.23.5 see
.8.1.5 PORT_LOGIC_TYPE_E.

hwInfoPortEthIPv4Addre OCTET IPv4 address of an Read- Curr


ss STRIN Ethernet port only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.8.1.6

hwInfoPortEthSubnet- OCTET IPv4 mask of an Ethernet Read- Curr


Mask STRIN port only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.8.1.7

hwInfoPortEthIPv4Gatew OCTET IPv4 gateway of an Read- Curr


ay STRIN Ethernet port only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.8.1.8

hwInfoPortEthIPv6Addre OCTET IPv6 address of an Read- Curr


ss STRIN Ethernet port only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.8.1.9

hwInfoPortEthIPv6Prefix OCTET IPv6 mask of an Ethernet Read- Curr


Length STRIN port only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.8.1.10

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 98


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoPortEthIPv6Gatew OCTET IPv6 gateway of an Read- Curr


ay STRIN Ethernet port only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.8.1.11

hwInfoPortEthMAC OCTET MAC address of an Read- Curr


OID: STRIN Ethernet port only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.8.1.12

hwInfoPortEthRole Gauge Role of an Ethernet port. Read- Curr


OID: Possible values are: only ent
1.3.6.1.4.1.34774.4.1.23.5 2: INI
.8.1.13 3: TGT
4: INI_AND_TGT
4294967295: Invalid

hwInfoPortEthMode Gauge Auto-negotiation mode Read- Curr


OID: of an Ethernet port. only ent
1.3.6.1.4.1.34774.4.1.23.5 Possible values are:
.8.1.14 1: HALF_DUPLEX
2: DUPLEX
3: AUTO
If the parameter value is
4294967295, this
parameter is invalid.

hwInfoPortEthMTU Gauge Maximum transmission Read- Curr


OID: unit (MTU) of an only ent
1.3.6.1.4.1.34774.4.1.23.5 Ethernet port (unit: B). If
.8.1.15 the parameter value is
4294967295, this
parameter is invalid.

hwInfoPortEthWorkin- Gauge Working rate of an Read- Curr


gRate Ethernet port (unit: only ent
OID: Mbit/s). If the parameter
1.3.6.1.4.1.34774.4.1.23.5 value is 4294967295, this
.8.1.16 parameter is invalid.

hwInfoPortEthBond- OCTET Bond name of an Read- Curr


Name STRIN Ethernet port only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.8.1.17

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 99


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoPortEthiSCSIPort OCTET iSCSI port number of an Read- Curr


OID: STRIN Ethernet port. The port is only ent
1.3.6.1.4.1.34774.4.1.23.5 G occupied when iSCSI is
.8.1.18 enabled. The default port
number is 3260.

hwInfoPortEthiSCSI- OCTET iSCSI name of an Read- Curr


Name STRIN Ethernet port only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5
.8.1.19

hwInfoPortEthErrorPack- Gauge Number of error packets Read- Curr


ets of an Ethernet port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5
.8.1.20

hwInfoPortEthLostPack- Gauge Number of lost packets Read- Curr


ages of an Ethernet port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5
.8.1.21

hwInfoPortEthStartTime OCTET Time when the bit error Read- Curr


OID: STRIN statistics of an Ethernet only ent
1.3.6.1.4.1.34774.4.1.23.5 G port starts. If "--" is
.8.1.22 returned, this parameter
is invalid.

hwInfoPortFCTable
This table is used to check the Fibre Channel port information about a device. The
index to this table is hwInfoPortFCID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.9.

Node Data Description Permissi Stat


Type on us

hwInfoPortFCID OCTET ID of a Fibre Channel Read- Curr


OID: STRIN port, table index only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.9.1.1

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 100


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoPortFCLocation OCTET Location of a Fibre Read- Curr


OID: STRIN Channel port only ent
1.3.6.1.4.1.34774.4.1.23.5 G
.9.1.2

hwInfoPortFCHealthSta- Gauge Health status of a Fibre Read- Curr


tus Channel port. For details, only ent
OID: see HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5
.9.1.3

hwInfoPortFCRunning- Gauge Operating status of a Read- Curr


Status Fibre Channel port. For only ent
OID: details, see
1.3.6.1.4.1.34774.4.1.23.5 RUNNING_STATUS_E.
.9.1.4

hwInfoPortFCType Gauge Logical type of a Fibre Read- Curr


OID: Channel port. For details, only ent
1.3.6.1.4.1.34774.4.1.23.5 see
.9.1.5 PORT_LOGIC_TYPE_E.

hwInfoPortFCWorkin- Gauge Working rate of a Fibre Read- Curr


gRate Channel port (unit: only ent
OID: Mbit/s). If the parameter
1.3.6.1.4.1.34774.4.1.23.5 value is 4294967295, this
.9.1.6 parameter is invalid.

hwInfoPortFCConfigur- Gauge Configured rate of a Fibre Read- Curr


edSpeed Channel port (unit: only ent
OID: Mbit/s). 0 indicates auto-
1.3.6.1.4.1.34774.4.1.23.5 negotiation. 4294967295
.9.1.7 indicates invalid.

hwInfoPortFCWWN OCTET World wide name Read- Curr


OID: STRIN (WWN) of a Fibre only ent
1.3.6.1.4.1.34774.4.1.23.5 G Channel port
.9.1.8

hwInfoPortFCRole Gauge Role of a Fibre Channel Read- Curr


OID: port. Possible values are: only ent
1.3.6.1.4.1.34774.4.1.23.5 2: INI
.9.1.9 3: TGT
4: INI_AND_TGT
4294967295: Invalid

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 101


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoPortFCSFPStatus Gauge Status of a Fibre Channel Read- Curr


OID: port. Possible values are: only ent
1.3.6.1.4.1.34774.4.1.23.5 0: Not Exist
.9.1.10 1: Offline
2: Online
4294967295: Invalid

hwInfoPortFCWorking- Gauge Operating mode of a Read- Curr


Mode Fibre Channel port. only ent
OID: Possible values are:
1.3.6.1.4.1.34774.4.1.23.5 0: Fabric
.9.1.11 1: FC-AL
2: Point To Point
3: Auto
4294967295: Invalid

hwInfoPortFCConfigur- Gauge Configured mode of a Read- Curr


edMode Fibre Channel port. only ent
OID: Possible values are:
1.3.6.1.4.1.34774.4.1.23.5 0: Fabric
.9.1.12 1: FC-AL
2: P2P
3: Auto
4294967295: Invalid

hwInfoPortFCFloginDe- Gauge Flogin delay of a Fibre Read- Curr


layTimes Channel port (unit: ms) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5
.9.1.13

hwInfoPortFCLostSignals Gauge Number of Loss of Signal Read- Curr


OID: errors of a Fibre Channel only ent
1.3.6.1.4.1.34774.4.1.23.5 port
.9.1.14

hwInfoPortFCLinkEr- Gauge Number of Bad RX Char Read- Curr


rorsCodes errors of a Fibre Channel only ent
OID: port
1.3.6.1.4.1.34774.4.1.23.5
.9.1.15

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 102


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoPortFCLostSynch- Gauge Number of Loss of Sync Read- Curr


ronizations errors of a Fibre Channel only ent
OID: port
1.3.6.1.4.1.34774.4.1.23.5
.9.1.16

hwInfoPortFCFailedCon- Gauge Number of Link Fail Read- Curr


nections errors of a Fibre Channel only ent
OID: port
1.3.6.1.4.1.34774.4.1.23.5
.9.1.17

hwInfoPortFCStartTime OCTET Time when the bit error Read- Curr


OID: STRIN statistics of a Fibre only ent
1.3.6.1.4.1.34774.4.1.23.5 G Channel port starts. If
.9.1.18 "--" is returned, this
parameter is invalid.

hwInfoPortFCoETable
This table is used to check the FCoE port information about a device. The index to
this table is hwInfoPortFCoEID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.10.

Node Data Description Permissi Stat


Type on us

hwInfoPortFCoEID OCTET ID of an FCoE port, Read- Curr


OID: STRIN table index only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
0.1.1

hwInfoPortFCoELocation OCTET Location of an FCoE Read- Curr


OID: STRIN port only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
0.1.2

hwInfoPortFCoEHealthSta- Gauge Health status of an Read- Curr


tus FCoE port. For details, only ent
OID: see HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5.1
0.1.3

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 103


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoPortFCoERunning- Gauge Operating status of an Read- Curr


Status FCoE port. For details, only ent
OID: see
1.3.6.1.4.1.34774.4.1.23.5.1 RUNNING_STATUS_E.
0.1.4

hwInfoPortFCoEType Gauge Logical type of an FCoE Read- Curr


OID: port. For details, see only ent
1.3.6.1.4.1.34774.4.1.23.5.1 PORT_LOGIC_TYPE_E.
0.1.5

hwInfoPortFCoEWorkin- Gauge Working rate of an Read- Curr


gRate FCoE port (unit: only ent
OID: Mbit/s). If the
1.3.6.1.4.1.34774.4.1.23.5.1 parameter value is
0.1.6 4294967295, this
parameter is invalid.

hwInfoPortFCoEWWN Gauge WWN of an FCoE port Read- Curr


OID: only ent
1.3.6.1.4.1.34774.4.1.23.5.1
0.1.7

hwInfoPortFCoERole OCTET Role of an FCoE port. Read- Curr


OID: STRIN Possible values are: only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G 2: INI
0.1.8 3: TGT
4: INI_AND_TGT
4294967295: Invalid

hwInfoPortFCoESFPStatus Gauge Status of the optical Read- Curr


OID: module in an FCoE port. only ent
1.3.6.1.4.1.34774.4.1.23.5.1 Possible values are:
0.1.9 0: NO_EXIST
1: OFFLINE
2: ONLINE
4294967295: Invalid

hwInfoPortFCoEErrorPack- Gauge Number of error Read- Curr


ets packets of an FCoE port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.1
0.1.10

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 104


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoPortFCoELostPack- Gauge Number of lost packets Read- Curr


ets of an FCoE port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.1
0.1.11

hwInfoPortFCoEOverFlo- Gauge Number of overflowed Read- Curr


wedPackets packets of an FCoE port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.1
0.1.12

hwInfoPortFCoEStartTime OCTET Time when the bit error Read- Curr


OID: STRIN statistics of an FCoE only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G port starts. If "--" is
0.1.13 returned, this
parameter is invalid.

hwInfoPortPCIETable
This table is used to check the PCIe port information about a device. The index to
this table is hwInfoPortPCIEID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.11. The value of performance
statistics entry is "4294967295" or "F", indicates an unknown or invalid.

Node Data Description Permis Stat


Type sion us

hwInfoPortPCIEID OCTET ID of a PCIe port, table Read- Curr


OID: STRIN index only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
1.1.1

hwInfoPortPCIELocation OCTET Location of a PCIe port Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
1.1.2

hwInfoPortPCIEHealthSta- Gauge Health status of a PCIe Read- Curr


tus port. For details, see only ent
OID: HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.3

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 105


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permis Stat


Type sion us

hwInfoPortPCIERunning- Gauge Operating status of a Read- Curr


Status PCIe port. For details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.4

hwInfoPortPCIESpeed Gauge Data transmission rate of Read- Curr


OID: a PCIe port (unit: Mbit/s) only ent
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.5

hwInfoPortPCIECurrent- OCTET ID of the port connecting Read- Curr


PeerPortID STRIN to a PCIe port only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.6

hwInfoPortPCIESuggest- OCTET ID of the port that is Read- Curr


PeerPortID STRIN supposed to connect to a only ent
OID: G PCIe port
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.7

hwInfoPortPCIELostSig- Gauge Number of bit errors of a Read- Curr


nals PCIe port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.8

hwInfoPortPCIEECRCError Gauge Number of ECRC errors Read- Curr


OID: of a PCIe port only ent
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.9

hwInfoPortPCIEBadTlp Gauge Number of bad TLPs of a Read- Curr


OID: PCIe port only ent
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.10

hwInfoPortPCIEBadDllp Gauge Number of bad DLLPs of Read- Curr


OID: a PCIe port only ent
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.11

hwInfoPortPCIERecvError Gauge Number of receiver Read- Curr


OID: errors of a PCIe port only ent
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.12

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 106


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permis Stat


Type sion us

hwInfoPortPCIEChipEccEr- Gauge Number of chip ECC Read- Curr


ror errors of a PCIe port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.1
1.1.13

hwInfoPortPCIEStartTime OCTET Time when the bit error Read- Curr


OID: STRIN statistics of a PCIe port only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G starts. If "--" is returned,
1.1.14 this parameter is invalid.

hwInfoPortSASTable
This table is used to check the SAS port information about a device. The index to
this table is hwInfoPortSASID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.12. The value of performance
statistics entry is "4294967295" or "F", indicates an unknown or invalid.

Node Data Description Permis Stat


Type sion us

hwInfoPortSASID OCTET ID of a SAS port, table Read- Curr


OID: STRIN index only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
2.1.1

hwInfoPortSASLocation OCTET Location of a SAS port Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
2.1.2

hwInfoPortSASHealthSta- Gauge Health status of a SAS Read- Curr


tus port. For details, see only ent
OID: HEALTH_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5.1
2.1.3

hwInfoPortSASRunning- Gauge Operating status of a Read- Curr


Status SAS port. For details, see only ent
OID: RUNNING_STATUS_E.
1.3.6.1.4.1.34774.4.1.23.5.1
2.1.4

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 107


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permis Stat


Type sion us

hwInfoPortSASType Gauge Logical type of a SAS Read- Curr


OID: port. For details, see only ent
1.3.6.1.4.1.34774.4.1.23.5.1 PORT_LOGIC_TYPE_E.
2.1.5

hwInfoPortSASWorkin- Gauge Working rate of a SAS Read- Curr


gRate port (unit: Mbit/s). If the only ent
OID: parameter value is
1.3.6.1.4.1.34774.4.1.23.5.1 4294967295, this
2.1.6 parameter is invalid.

hwInfoPortSASWWN OCTET WWN of a SAS port Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
2.1.7

hwInfoPortSASRole Gauge Role of a SAS port. Read- Curr


OID: Possible values are: only ent
1.3.6.1.4.1.34774.4.1.23.5.1 2: INI
2.1.8 3: TGT
4: INI_AND_TGT
4294967295: Invalid

hwInfoPortSASInvalidD- Gauge Number of invalid Read- Curr


word DWORDs of a SAS port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.1
2.1.9

hwInfoPortSASConsistEr- Gauge Number of consistency Read- Curr


rors errors of a SAS port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.1
2.1.10

hwInfoPortSASLossOfD- Gauge Number of lost Read- Curr


word DWORDs of a SAS port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.1
2.1.11

hwInfoPortSASPHYRese- Gauge Number of physical reset Read- Curr


tErrors errors of a SAS port only ent
OID:
1.3.6.1.4.1.34774.4.1.23.5.1
2.1.12

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 108


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permis Stat


Type sion us

hwInfoPortSASStartTime OCTET Time when the bit error Read- Curr


OID: STRIN statistics of a SAS port only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G starts. If "--" is returned,
2.1.13 this parameter is invalid.

hwInfoPortSASEnabled Gauge To determine whether a Read- Curr


OID: SAS port is enabled. only ent
1.3.6.1.4.1.34774.4.1.23.5.1 Possible values are:
2.1.14 0: No
1: Yes

hwInfoInterfaceModuleTable
This table is used to check the interface module information about a device. The
index to this table is hwInfoInterfaceModuleID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.13.

Node Data Description Permissi Stat


Type on us

hwInfoInterfaceModuleID OCTET ID of an interface Read- Curr


OID: STRIN module, table index only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
3.1.1

hwInfoInterfaceModuleLo- OCTET Location of an interface Read- Curr


cation STRIN module only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5.1
3.1.2

hwInfoInterfaceModule- Gauge Health status of an Read- Curr


HealthStatus interface module. For only ent
OID: details, see
1.3.6.1.4.1.34774.4.1.23.5.1 HEALTH_STATUS_E.
3.1.3

hwInfoInterfaceModuleR- Gauge Operating status of an Read- Curr


unningStatus interface module. For only ent
OID: details, see
1.3.6.1.4.1.34774.4.1.23.5.1 RUNNING_STATUS_E.
3.1.4

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 109


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permissi Stat


Type on us

hwInfoInterfaceModule- Gauge Type of an interface Read- Curr


Model module. For details, see only ent
OID: INTF_MODEL_E.
1.3.6.1.4.1.34774.4.1.23.5.1
3.1.5

hwInfoInterfaceModuleLo- OCTET Logical version of an Read- Curr


gicVersion STRIN interface module, When only ent
OID: G the value is "--",
1.3.6.1.4.1.34774.4.1.23.5.1 indicates unknown.
3.1.6

hwInfoInterfaceModu- OCTET PCB version of an Read- Curr


lePCBVersion STRIN interface module only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5.1
3.1.7

hwInfoInterfaceModuleE- OCTET Electronic label of an Read- Curr


lectronicLabel STRIN interface module only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5.1
3.1.8

hwInfoExpBoardTable
This table is used to check the expansion module information about a device. The
index to this table is hwInfoExpBoardID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.14.

Node Data Description Permis Stat


Type sion us

hwInfoExpBoardID OCTET ID of an expansion Read- Curr


OID: STRIN module, table index only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
4.1.1

hwInfoExpBoardLocation OCTET Location of an expansion Read- Curr


OID: STRIN module only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
4.1.2

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 110


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permis Stat


Type sion us

hwInfoExpBoardHealth- Gauge Health status of an Read- Curr


Status expansion module. For only ent
OID: details, see
1.3.6.1.4.1.34774.4.1.23.5.1 HEALTH_STATUS_E.
4.1.3

hwInfoExpBoardRunning- Gauge Operating status of an Read- Curr


Status expansion module. For only ent
OID: details, see
1.3.6.1.4.1.34774.4.1.23.5.1 RUNNING_STATUS_E.
4.1.4

hwInfoExpBoardModel Gauge Model of an expansion Read- Curr


OID: module. Possible values only ent
1.3.6.1.4.1.34774.4.1.23.5.1 are:
4.1.5 ● 0: SAS
● 1: FC

hwInfoExpBoardLogicVer- OCTET Logical version of an Read- Curr


sion STRIN expansion module, When only ent
OID: G the value is "--",
1.3.6.1.4.1.34774.4.1.23.5.1 indicates unknown
4.1.6

hwInfoExpBoardPCBVer- OCTET PCB version of an Read- Curr


sion STRIN expansion module only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5.1
4.1.7

hwInfoExpBoardSESVer- OCTET SES version of an Read- Curr


sion STRIN expansion module only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.5.1
4.1.8

hwInfoExpBoardELabel OCTET Electronic label of an Read- Curr


OID: STRIN expansion module only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
4.1.9

hwInfoCPUTable
This table is used to check the CPU information about a device. The index to this
table is hwInfoCPUID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.5.15.

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 111


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permis Stat


Type sion us

hwInfoCPUID OCTET CPU ID, table index Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.5.1 G
5.1.1

hwInfoCPUCoreTemp Unsign CPU temperature (unit: Read- Curr


OID: ed32 ºC) only ent
1.3.6.1.4.1.34774.4.1.23.5.1
5.1.2

5.8 NAS Information Query Module


hwInfoShareNFSTable
This table is used to check the NFS share information about a device. The index to
this table is hwInfoShareNFSShareID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.7.1.

Node Data Description Permissi Stat


Type on us

hwInfoShareNFSShareID OCTET Share ID, table index Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.7.1 G
.1.1

hwInfoShareNFSFileSyste- OCTET File system ID Read- Curr


mID STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.7.1
.1.2

hwInfoShareNFSDescrip- OCTET Description Read- Curr


tion STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.7.1
.1.3

hwInfoShareNFSLocalPath OCTET Share path Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.7.1 G
.1.4

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 112


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

hwInfoShareCIFSTable
This table is used to check the CIFS share information about a device. The index to
this table is hwInfoShareCIFSID.
The the OID of this table is 1.3.6.1.4.1.34774.4.1.23.7.2.

Node Data Description Permiss Stat


Type ion us

hwInfoShareCIFSID OCTET Share ID, table index Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.23.7.
2.1.1

hwInfoShareCIFSName OCTET Object name Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.23.7.
2.1.2

hwInfoShareCIFSFileSys- OCTET File system ID Read- Curr


temID STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.
2.1.3

hwInfoShareCIFSDescrip- OCTET Description Read- Curr


tion STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.
2.1.4

hwInfoShareCIFSLocal- OCTET Share path Read- Curr


Path STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.
2.1.5

hwInfoShareCIFSOplock- Gauge Optimization lock Read- Curr


Enabled switch only ent
OID: ● 0: No
1.3.6.1.4.1.34774.4.1.23.7. ● 1: Yes
2.1.6

hwInfoShareCIFSNoti- Gauge Notification switch Read- Curr


fyEnabled ● 0: No only ent
OID: ● 1: Yes
1.3.6.1.4.1.34774.4.1.23.7.
2.1.7

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 113


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permiss Stat


Type ion us

hwInfoShareCIFSContA- Gauge Whether failover is Read- Curr


vailableEna enabled only ent
OID: ● 0: No
1.3.6.1.4.1.34774.4.1.23.7. ● 1: Yes
2.1.8

hwInfoSharePermsNFSTable
This table is used to check the NFS share permission of a device. The index to this
table is hwInfoSharePermsNFSID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.7.3.

Node Data Description Permi Stat


Type ssion us

hwInfoSharePermsNFSID OCTET Object ID, table index Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.23.7.3
.1.1

hwInfoSharePermsNFSAc- OCTET Access name Read- Curr


cessName STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.3
.1.2

hwInfoSharePermsNFS- OCTET Share ID Read- Curr


ShareID STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.3
.1.3

hwInfoSharePermsNFSAc- Gauge Access type Read- Curr


cessType ● 0: read-only only ent
OID: ● 1: read and write
1.3.6.1.4.1.34774.4.1.23.7.3
.1.4 ● 4: read and write but
cannot be deleted or
renamed, supported
by massive storage
only)

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 114


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoSharePermsNFS- Gauge Synchronization switch Read- Curr


SyncEnabled ● 0: Data is only ent
OID: synchronized
1.3.6.1.4.1.34774.4.1.23.7.3 ● 1: Data is not
.1.5 synchronized

hwInfoSharePermsNF- Gauge Whether the GID and Read- Curr


SAllSquashEna UID of the shared only ent
OID: directory are mapped as
1.3.6.1.4.1.34774.4.1.23.7.3 anonymous users
.1.6 ● 0: yes
● 1: no

hwInfoSharePermsNFS- Gauge Permission squash of Read- Curr


RootSquashEna user root only ent
OID: ● 0: rootSquash
1.3.6.1.4.1.34774.4.1.23.7.3 ● 1: no rootSquash
.1.7

hwInfoSharePermsCIFSTable
This table is used to check the CIFS share permission of a device. The index to this
table is hwInfoSharePermsCIFSID.
The prefix to the OID of this table is 1.3.6.1.4.1.34774.4.1.23.7.4. Obtain the actual
OID of each node in the MIB file.

Node Data Description Permi Stat


Type ssion us

hwInfoSharePermsCIFSID OCTET Object ID, table index Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.23.7.4
.1.1

hwInfoSharePermsCIFSAc- OCTET Name of a user or user Read- Curr


cessName STRING group only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.4
.1.2

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 115


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoSharePermsCIFS- OCTET Share ID Read- Curr


ShareID STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.4
.1.3

hwInfoSharePermsCIFS- Gauge Domain type Read- Curr


DomainType ● 0: AD only ent
OID:
● 1: LDAP
1.3.6.1.4.1.34774.4.1.23.7.4
.1.4 ● 2: local user

hwInfoSharePermsCIF- Gauge Permission type Read- Curr


SPermsType ● 0: read only ent
OID: ● 1: full control
1.3.6.1.4.1.34774.4.1.23.7.4
.1.5 ● 2: forbidden
● 3: default
● 4: read and write
(cannot be deleted,
renamed)
● 5: read and write,
being used in unified
storage but not
massive storage

hwInfoLogicalPortTable
This table is used to check the logical port information about a device. The index
to this table is hwInfoLogicalPortID.

The the OID of this table is 1.3.6.1.4.1.34774.4.1.23.7.5.

Node Data Description Permi Stat


Type ssion us

hwInfoLogicalPortID OCTET Object ID, table index Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.23.7.5
.1.1

hwInfoLogicalPorttName OCTET Object name Read- Curr


OID: STRING only ent
1.3.6.1.4.1.34774.4.1.23.7.5
.1.2

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 116


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoLogicalPortRunSta- Gauge Operating status (for Read- Curr


tus details, see only ent
OID: RUNNING_STATUS_E)
1.3.6.1.4.1.34774.4.1.23.7.5
.1.3

hwInfoLogicalPor- OCTET IPv4 address Read- Curr


tIPv4Addr STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.4

hwInfoLogicalPor- OCTET IPv4 mask Read- Curr


tIPv4Mask STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.5

hwInfoLogicalPor- OCTET IPv4 gateway Read- Curr


tIPv4Gateway STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.6

hwInfoLogicalPor- OCTET IPv6 address Read- Curr


tIPv6Addr STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.7

hwInfoLogicalPor- OCTET IPv6 mask Read- Curr


tIPv6Mask STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.8

hwInfoLogicalPor- OCTET IPv6 gateway Read- Curr


tIPv6Gateway STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.9

hwInfoLogicalPortRole Gauge Role of the logical port Read- Curr


OID: ● 0: unknown only ent
1.3.6.1.4.1.34774.4.1.23.7.5 ● 1: management
.1.10
● 2: service
● 3: all

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 117


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoLogicalPortSup- Gauge Protocol: Read- Curr


portProt ● 0: none only ent
OID: ● 1: NFS
1.3.6.1.4.1.34774.4.1.23.7.5
.1.11 ● 2: CIFS
● 3: NFS + CIFS
● 4: iSCSI
● 8: FC/FCoE
● 16: HTTPS
● 32: NDMP
● 35: NFS+CIFS+NDMP
● 51: HTTPS+NFS+CIFS
+NDMP

hwInfoLogicalPortHome- Gauge Type of the parent port: Read- Curr


PortType ● 1: ETH only ent
OID: ● 2: FC
1.3.6.1.4.1.34774.4.1.23.7.5
.1.12 ● 3: FCoE
● 4: SAS
● 5: PCIe
● 6: IB
● 7: bond
● 8: VLAN
● 9: LIF

hwInfoLogicalPortHome- OCTET ID of the parent port Read- Curr


PortID STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.13

hwInfoLogicalPortOw- OCTET ID of the parent node Read- Curr


nerCtrlID STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.14

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 118


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoLogicalPortCurr- Gauge Port type Read- Curr


PortType ● 1: ETH only ent
OID: ● 2: FC
1.3.6.1.4.1.34774.4.1.23.7.5
.1.15 ● 3: FCoE
● 4: SAS
● 5: PCIe
● 6: IB
● 7: bond
● 8: VLAN
● 9: LIF

hwInfoLogicalPortCurrPor- OCTET Port ID Read- Curr


tID STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.16

hwInfoLogicalPort- OCTET Node ID Read- Curr


WorkCtrlID STRING only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.17

hwInfoLogicalPortActState Gauge Active or not Read- Curr


OID: ● 0: No only ent
1.3.6.1.4.1.34774.4.1.23.7.5 ● 1: Yes
.1.18

hwInfoLogicalPortAddr- Gauge Address type Read- Curr


Family ● 0: IPv4 only ent
OID: ● 1: IPv6
1.3.6.1.4.1.34774.4.1.23.7.5
.1.19

hwInfoLogicalPortIsPrivate Gauge Configurable or not Read- Curr


OID: ● 0: No only ent
1.3.6.1.4.1.34774.4.1.23.7.5 ● 1: Yes
.1.20

hwInfoLogicalPortFai- OCTET ID of the owning Read- Curr


lOVGID STRING failover group only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.21

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 119


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoLogicalPortFailO- Gauge Whether failover is Read- Curr


VEnable enabled only ent
OID: ● 0: No
1.3.6.1.4.1.34774.4.1.23.7.5 ● 1: Yes
.1.22

hwInfoLogicalPortFail- Gauge Failover mode: Read- Curr


BackMode ● 1: manual only ent
OID: ● 2: automatic
1.3.6.1.4.1.34774.4.1.23.7.5
.1.23

hwInfoLogicalPortFai- OCTET Name of the owning Read- Curr


lOVGName STRING failover group only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.5
.1.24

hwInfoFileSysTable
This table is used to check the file system information about a device. The index to
this table is hwInfoFileSysID.
The OID of this table is 1.3.6.1.4.1.34774.4.1.23.7.6.

Node Data Description Permi Stat


Type ssion us

hwInfoFileSysID OCTET Object ID, table index Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.7.6 G
.1.1

hwInfoFileSysName OCTET File system name Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.7.6 G
.1.2

hwInfoFileSysHeathStatus Gauge Health status (for details, Read- Curr


OID: see HEALTH_STATUS_E) only ent
1.3.6.1.4.1.34774.4.1.23.7.6
.1.3

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 120


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoFileSysRunningSta- Gauge Operating status (for Read- Curr


tus details, see only ent
OID: RUNNING_STATUS_E)
1.3.6.1.4.1.34774.4.1.23.7.6
.1.4

hwInfoFileSysDescription OCTET Description Read- Curr


OID: STRIN only ent
1.3.6.1.4.1.34774.4.1.23.7.6 G
.1.5

hwInfoFileSysSubType Gauge Subtype: Read- Curr


OID: ● 0: Normal only ent
1.3.6.1.4.1.34774.4.1.23.7.6 ● 1: WORM
.1.6

hwInfoFileSysAllocType Gauge Space allocation type: Read- Curr


OID: ● 0: thick only ent
1.3.6.1.4.1.34774.4.1.23.7.6 ● 1: thin
.1.7

hwInfoFileSysCapacity Count Configured capacity (unit: Read- Curr


OID: er64 MB) only ent
1.3.6.1.4.1.34774.4.1.23.7.6
.1.8

hwInfoFileSysSnapshotRe- Gauge Space reserved for Read- Curr


servePer snapshot (unit: %) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.6
.1.9

hwInfoFileSysSnapshotU- Count Capacity used by Read- Curr


seCapacity er64 snapshots (unit: MB) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.6
.1.10

hwInfoFileSysSectorSize Gauge Block size (unit: byte) Read- Curr


OID: only ent
1.3.6.1.4.1.34774.4.1.23.7.6
.1.11

hwInfoFileSysOwning- OCTET Owning controller Read- Curr


Contrller STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.7.6
.1.12

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 121


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoFileSysWorking- OCTET Working controller Read- Curr


Controller STRIN only ent
OID: G
1.3.6.1.4.1.34774.4.1.23.7.6
.1.13

hwInfoFileSysIOPriotiry Gauge File system I/O priority: Read- Curr


OID: ● 1: low only ent
1.3.6.1.4.1.34774.4.1.23.7.6 ● 2: medium
.1.14
● 3: high

hwInfoFileSysEnableCom- Gauge Whether compression is Read- Curr


pression enabled only ent
OID: ● 0: No
1.3.6.1.4.1.34774.4.1.23.7.6 ● 1: Yes
.1.15

hwInfoFileSysCompression Gauge Compression algorithm: Read- Curr


OID: ● 0: fast only ent
1.3.6.1.4.1.34774.4.1.23.7.6 ● 1: slow
.1.16

hwInfoFileSysIsShowSnap- Gauge Snapshot directory visible Read- Curr


Dir or not only ent
OID: ● 0: No
1.3.6.1.4.1.34774.4.1.23.7.6 ● 1: Yes
.1.17

hwInfoFileSysAvailableCa- Count Available file system Read- Curr


pacity er64 capacity (unit: MB) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.6
.1.18

hwInfoFileSysAvAndAllc- Gauge Percentage of available Read- Curr


CapRatio file system used capacity only ent
OID: to initial capacity
1.3.6.1.4.1.34774.4.1.23.7.6
.1.19

hwInfoFileSysSCCached- Count SmartCache size (unit: Read- Curr


Size er64 KB) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.6
.1.20

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 122


OceanStor 5 MIB References for Storage Nodes (Standard
MIB Interface Notes Enterprise Node: 34774)

Node Data Description Permi Stat


Type ssion us

hwInfoFileSysSCHitRage Gauge SmartCache hit ratio Read- Curr


OID: (unit: %) only ent
1.3.6.1.4.1.34774.4.1.23.7.6
.1.21

hwInfoFileSysCompressSa- Gauge Compression ratio (unit: Read- Curr


vedRatio %) only ent
OID:
1.3.6.1.4.1.34774.4.1.23.7.6
.1.22

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 123


OceanStor
MIB Interface Notes 6 Appendix

6 Appendix

6.1 Common Enumerations

6.1 Common Enumerations

6.1.1 Definition of Enum Values (HEALTH_STATUS_E)


Enum English Term Enu English Term Enu English Term
Value m m
s Val Valu
ues es

0 -- 7 Bit Errors Found 14 Invalid

1 Normal 8 Consistent 15 Write Protect

2 Fault 9 Inconsistent 16 single link

3 Pre-Fail 10 Busy 17 No Redundant Link

4 Partially 11 No Input 18 Offline


Broken

5 Degraded 12 Low Battery

6 Bad Sectors 13 Single Link Fault


Found

6.1.2 Definition of Enum Values (RUNNING_STATUS_E)

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 124


OceanStor
MIB Interface Notes 6 Appendix

Enum English Term En English Term Enu English Term


Value um m
s Val Valu
ues es

0 -- 48 Charging 96 Partition Migrating

1 Normal 49 Charging 97 Mount


completed

2 Running 50 Discharging 98 Umount

3 Not running 51 Upgrading 99 INSTALLING

4 Not existed 52 Power Lost 100 To Be Synchronized

5 Sleep in high 53 Initializing 101 Connecting


temperature

6 Starting 54 Apply change 102 Service Switching

7 Power failure 55 Online disable 103 Power-on failed


rotection

8 Spin down 56 Offline disable 104 REPAIRING

9 Started 57 Online frozen 105 abnormal

10 Link Up 58 Offline frozen 106 Deleting

11 Link Down 59 Closed 107 Modifying

12 Powering on 60 Removing 108 Running(clearing


data)

13 Powered off 61 In service 109 Running(synchronizi


ng data)

14 Pre-copy 62 Out of service 110 Standby

15 Copyback 63 Running normal 111 STOPPING

16 Reconstruction 64 Running fail 112 RESTORE FAULT

17 Expansion 65 Running success 113 Cut Over

18 Unformatted 66 Running success 114 Erasing

19 Formatting 67 Running failed 115 Verifying

20 Unmapped 68 Waiting 119 Creating

21 Initial 69 Canceling
synchronizing

22 Consistent 70 Canceled

23 Synchronizing 71 About to
synchronize

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 125


OceanStor
MIB Interface Notes 6 Appendix

Enum English Term En English Term Enu English Term


Value um m
s Val Valu
ues es

24 Synchronized 72 Synchronizing
data

25 Unsynchronize 73 Failed to
d synchronize

26 Split 74 Fault

27 Online 75 Migrating

28 Offline 76 Migrated

29 Locked 77 Activating

30 Enabled 78 Deactivating

31 Disabled 79 Start failed

32 Balancing 80 Stop failed

33 To be 81 Decommissionin
recovered g

34 Interrupted 82 Decommissioned

35 Invalid 83 Recommissioning

36 Not start 84 Replacing node

37 Queuing 85 Scheduling

38 Stopped 86 Pausing

39 Copying 87 Suspending

40 Completed 88 Suspended

41 Paused 89 Overload

42 Reverse 90 To be switch
synchronizing

43 Activated 91 Switching

44 Restore 92 To be cleanup

45 Inactive 93 Forced start

46 Idle 94 Error

47 Powering off 95 Job completed

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 126


OceanStor
MIB Interface Notes 6 Appendix

6.1.3 Definition of Enum Values (PORT_LOGIC_TYPE_E)

Enum English Enum English Term Enum English


Values Term Values Values Term

0 HOST 6 MAINTENANCE_
SRV

1 EXP 7 BACKUP_MGR

2 MNGT 8 PRODUCT_STOR
AGE

3 INNER 9 BACKUP_STORA
GE

4 MAINTENA 10 ETH_NOT_CONFI
NCE G

5 MNGT_SRV 11 IP_SCALE_OUT

6.1.4 Definition of Enum Values (INTF_MODEL_E)

Enum English Term Enu English Term


Value m
s Valu
es

1 4 x 4 G FC Interface Module 2316 2 ports FE 100 Gbit/s ETH I/O


module

2 2 x 4 G FC Interface Module 2317 2 ports BE 100 Gbit/s RDMA I/O


module

3 2 x GE Electrical Interface 2318 2 ports SO 100 Gbit/s RDMA I/O


Module module

4 4 x SAS I Interface Module 2319 2 ports FE 40 Gbit/s ETH I/O


module

5 Swapped FC Interface 2320 2 ports FE 100 Gbit/s ETH I/O


Module module

6 2 x 10GE Optical Interface 2321 2 ports BE 100 Gbit/s RDMA I/O


Module module

7 1 x 8 G FC Optical Interface 2322 2 ports SO 100 Gbit/s RDMA I/O


Module module

8 2 x 8 G FC Optical Interface 2323 4 ports FE 10 Gbit/s ROCE I/O


Module module

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 127


OceanStor
MIB Interface Notes 6 Appendix

Enum English Term Enu English Term


Value m
s Valu
es

9 2 x SAS II Electrical Interface 2324 4 ports FE 25 Gbit/s ROCE I/O


Module module

10 4 x SAS II Electrical Interface 2325 4 ports FE 10 Gbit/s ROCE I/O


Module module

11 2 x FC + 2 x GE Interface 2326 4 ports FE 25 Gbit/s ROCE I/O


Module module

12 4 x GE Electrical Interface 2327 2 ports FE 40 Gbit/s ROCE I/O


Module module

13 4 x 8 G FC Optical Interface 2328 2 ports FE 100 Gbit/s ROCE I/O


Module module

16 4 x mini-SAS Interface 2329 2 ports FE 40 Gbit/s ROCE I/O


Module module

21 4 x 10 G FCoE Optical 2330 2 ports FE 100 Gbit/s ROCE I/O


Interface Module module

22 2 x 6 G SAS Interface Module 2331 4 ports FE 10 Gbit/s ETH I/O


module

23 2 x 6 G SAS Interface Module 2332 4 ports FE 10 Gbit/s ETH I/O


module

24 Management Board 2333 4 ports FE 8 Gbit/s Fibre


Channel I/O module

25 4 x 10GE Interface Module 2334 4 ports FE 16 Gbit/s Fibre


Channel I/O module

26 PCIe Interface Module 2335 4 ports FE 32 Gbit/s Fibre


Channel I/O module

27 2x10G Optical Interface 2336 4 ports FE 10 Gbit/s ETH I/O


Module module

28 4xGE Optical Interface 2337 4 ports FE 25 Gbit/s ETH I/O


Module module

29 2 x 16 G FC Optical Interface 2338 4 ports SO 25 Gbit/s RDMA I/O


Module module

30 4 x 12SAS QSFP Interface 2339 4 ports FE 10 Gbit/s ROCE I/O


Module module

31 4 x 10GE Electrical Interface 2340 4 ports FE 25 Gbit/s ROCE I/O


Module module

32 2 x 40GE Infiniband Interface 2341 4 ports FE 8 Gbit/s Fibre


Module Channel I/O module

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 128


OceanStor
MIB Interface Notes 6 Appendix

Enum English Term Enu English Term


Value m
s Valu
es

33 2 port 4*14Gb IB I/O module 2342 4 ports FE 16 Gbit/s Fibre


Channel I/O module

34 4 x GE Electrical Interface 2343 4 ports FE 32 Gbit/s Fibre


Module Channel I/O module

35 Smart ACC module 2344 4 ports FE 10 Gbit/s ETH I/O


module

36 4x10GE Electrical Interface 2345 4 ports FE 25 Gbit/s ETH I/O


Module module

37 4 port SmartIO I/O module 2346 4 ports FE 10 Gbit/s ROCE I/O


module

38 8x8G FC Optical Interface 2347 4 ports FE 25 Gbit/s ROCE I/O


Module module

39 4x8G FC Optical Interface 2348 2 ports FE 40 Gbit/s ETH I/O


Module module

40 4x16G FC Optical Interface 2349 2 ports FE 100 Gbit/s ETH I/O


Module module

41 12 port 4*12Gb SAS Back- 2350 2 ports BE 100 Gbit/s RDMA I/O
End Interconnect I/O Module module

42 12 port SmartIO I/O module 2351 2 ports SO 100 Gbit/s RDMA I/O
module

43 RoCE 10G/25G Interface 2352 2 ports FE 40 Gbit/s ROCE I/O


Module module

44 2-port PCIe 3.0 Interface 2353 2 ports FE 100 Gbit/s ROCE I/O
Module module

55 2-port 8 Gbit/s PCIe scale-up 2354 2 ports FE 40 Gbit/s ETH I/O


interface module module

58 8x16G FC Optical Interface 2355 2 ports FE 100 Gbit/s ETH I/O


Module module

65 4 ports SmartIO I/O module 2356 2 ports BE 100 Gbit/s RDMA I/O
module

66 4 ports SmartIO I/O module 2357 2 ports SO 100 Gbit/s RDMA I/O
module

67 2 ports 100Gb/40Gb ETH I/O 2358 2 ports FE 40 Gbit/s ROCE I/O


module module

68 2 ports 100Gb/40Gb ETH I/O 2359 2 ports FE 100 Gbit/s ROCE I/O
module module

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 129


OceanStor
MIB Interface Notes 6 Appendix

Enum English Term Enu English Term


Value m
s Valu
es

71 4 ports 10Gb ETH I/O 2360 4 ports FE 10 Gbit/s ETH I/O


module module

516 4 ports FE 1 Gbit/s ETH I/O 2361 4 ports SO 25 Gbit/s RDMA I/O
module module

518 4 ports BE 12 Gbit/s SAS I/O 2362 2 ports SO 100 Gbit/s RDMA I/O
module module

529 AI Accelerator Card 2363 2 ports SO 100 Gbit/s RDMA I/O


module

535 AI Accelerator Card 4133 System Management Module

537 4 ports FE 1 Gbit/s ETH I/O 4134 System Management Module


module

538 4 ports BE 12 Gbit/s SAS I/O 4294 unknown


module 9672
95

580 4 ports FE 1 Gbit/s ETH I/O


module

583 4 ports BE 12 Gbit/s SAS V2


I/O module

601 4 ports FE 1 Gbit/s ETH I/O


module

2304 4 ports FE 8 Gbit/s Fibre


Channel I/O module

2305 4 ports FE 16 Gbit/s Fibre


Channel I/O module

2306 4 ports FE 32 Gbit/s Fibre


Channel I/O module

2307 4 ports FE 10 Gbit/s ETH I/O


module

2308 4 ports FE 25 Gbit/s ETH I/O


module

2309 4 ports SO 25 Gbit/s RDMA


I/O module

2310 4 ports FE 8 Gbit/s Fibre


Channel I/O module

2311 4 ports FE 16 Gbit/s Fibre


Channel I/O module

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 130


OceanStor
MIB Interface Notes 6 Appendix

Enum English Term Enu English Term


Value m
s Valu
es

2312 4 ports FE 32 Gbit/s Fibre


Channel I/O module

2313 4 ports FE 10 Gbit/s ETH I/O


module

2314 4 ports FE 25 Gbit/s ETH I/O


module

2315 2 ports FE 40 Gbit/s ETH I/O


module

6.1.5 Definition of Enum Values (PRODUCT_MODE_E)

Enum English Enu English Term Enu English Term


Values Term m m
Valu Valu
es es

0 V1500 63 5600 V3 131 18510F V5

1 V1800 64 5800 V3 132 18810 V5

2 S2100 65 T3200 G3 133 18810F V5

3 S2300 66 WUSHAN_SQ 134 5210 V5 Enhanced


L

4 S5100 67 WUSHAN_HD 135 5210F V5 Enhanced

5 S5300 68 5500 V3 139 5110 V5 Enhanced

6 S5500 69 2600 V3 140 5110F V5 Enhanced

7 S5600 70 5300 V3 141 2600 V5

8 VIS 71 2800 V3 401 N5000

9 S2600 72 18500 V3 800 VIS8200

10 S6800E 73 18800 V3 801 VIS8400

11 V1500N 74 High-Density 802 VIS8600


Controller
Enclosure

12 S2300E 78 2200 V3 803 VIS8800

13 COMMON 79 5100 V3 804 Cloud Protecto

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 131


OceanStor
MIB Interface Notes 6 Appendix

Enum English Enu English Term Enu English Term


Values Term m m
Valu Valu
es es

15 N8000 82 2600 V3 for 805 Dorado 5000


Video

16 S6900 84 2600F V3 806 Dorado 6000

17 S3900 85 5500F V3 807 Dorado 18000

18 S5500T 86 5600F V3

19 S5600T 87 5800F V3

20 S6800T 88 6800F V3

21 S6900- 89 18500F V3
M100

22 S3900- 90 18800F V3
M200

23 S3900- 92 2800 V5
M300

24 S5900- 93 5300 V5
M100

25 S8100 94 5300F V5

26 S5800T 95 5500 V5

27 V1600N 96 5500F V5

28 S5900- 97 5600 V5
M200

29 N8001 98 5600F V5

30 S2600T 99 5800 V5

31 S8000-I 100 5800F V5

32 Dorado510 101 6800 V5


0

33 T3200 102 6800F V5

34 T3500 103 18500 V5

35 N8000- 104 18500F V5


R710

36 N8000-C2 105 18800 V5

40 8000-C2- 106 18800F V5


SYMC

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 132


OceanStor
MIB Interface Notes 6 Appendix

Enum English Enu English Term Enu English Term


Values Term m m
Valu Valu
es es

41 VTL 107 5500 V5 Elite

42 S2900 108 2100 V3

43 S2200T 112 2200V3


Enhanced

44 Dorado210 113 2600V3


0_G2 Enhanced

45 VIS 6000 114 2600FV3


Enhanced

46 HVS85T 115 5300V5


Enhanced

47 HVS88T 116 5110 V5

48 9000 117 5110F V5

49 T3200 G2 118 5210 V5

50 T3500 G2 119 5210F V5

51 T3200 G3 120 5310 V5

52 T3500 G3 121 5310F V5

53 S5700 122 5510 V5

54 CE6800 123 5510F V5

55 CE12800 124 5610 V5

56 18800F 125 5610F V5

57 18500 126 5810 V5

58 18800 127 5810F V5

60 Dorado210 128 6810 V5


0

61 6800 V3 129 6810F V5

62 6900 V3 130 18510 V5

Issue 03 (2021-06-17) Copyright © Huawei Technologies Co., Ltd. 133

You might also like