03-Virtual Technologies

HomeSupportReference GuidesMIB CompanionH3C Security Products MIB Reference(Comware 7)-6W10003-Virtual Technologies
03-HH3C-MDC-MIB
Title Size Download
03-HH3C-MDC-MIB 93.21 KB

HH3C-MDC-MIB

About this MIB

Use this MIB to configure and manage virtual devices. You can perform the following MDC management operations:

·     Create, start, stop, and delete MDCs.

·     Allocate memory, CPU, and disk resources to MDCs.

·     Allocate physical interfaces on interface modules to MDCs.

MIB file name

hh3c-mdc.mib

Root object

iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).hh3c(25506).hh3cCommon(2).hh3cMDC(136)

Scalar objects

hh3cMDCMaxMDCNum

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cMDCMaxMDCNum (1.3.6.1.4.1.25506.2.136.1.1)

read-only

Integer32

Integer32 (1..2147483647)

Maximum number of MDCs supported by the system.

Implementation varies by product.

 

hh3cMDCCurrentMDCNum

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cMDCCurrentMDCNum (1.3.6.1.4.1.25506.2.136.1.2)

read-only

Integer32

Integer32 (1..2147483647)

Number of MDCs that have been created.

As per the MIB.

 

Tabular objects

hh3cMDCControlTable

About this table

Use this table to manage (including create, start, stop, or delete) an MDC and obtain settings of an MDC. The table uses MDC ID as the index. You cannot edit the name of an existing MDC.

Support for operations

For the default MDC, create, edit/modify, and read operations are supported. For non-default MDCs, only the read operation is supported.

Create

Edit/Modify

Delete

Read

Supported

Supported

Supported

Supported

 

Columns

The table index is hh3cMDCIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cMDCIndex (1.3.6.1.4.1.25506.2.136.2.1.1.1.1)

accessible-for-notify

INTEGER

Integer32 (1..2147483647)

Index of an MDC, which corresponds to the ID of the MDC.

The index of the default MDC is 1. It cannot be edited.

When create, you must specify hh3cMDCIndex and hh3cMDCName in pairs in an SNMP request.

hh3cMDCName (1.3.6.1.4.1.25506.2.136.2.1.1.1.2)

read-create

DisplayString

OCTET STRING (1..15)

Name of the MDC.

The name of the default MDC is Admin. It cannot be edited.

The name of an existing MDC cannot be edited.

hh3cMDCAction (1.3.6.1.4.1.25506.2.136.2.1.1.1.3)

read-write

INTEGER

start(1),
stop(2)

Start or stop the MDC.

As per the MIB.

hh3cMDCStatus (1.3.6.1.4.1.25506.2.136.2.1.1.1.4)

read-only

INTEGER

inactive(1),
starting(2),
active(3),
stopping(4),
updating(5)

Status of the MDC.

As per the MIB.

hh3cMDCRowStatus (1.3.6.1.4.1.25506.2.136.2.1.1.1.5)

read-create

INTEGER

active(1),
notInService(2),
notReady(3),
createAndGo(4),
createAndWait(5),
destroy(6)

Row status.

Supports only the following values: active(1), createAndGo(4), and destroy(6).

The default MDC cannot be deleted.

 

hh3cMDCDISKResourceTable

About this table

Use this table to manage disk resources. You can specify a disk space percentage for an MDC and display the disk space usage.

To obtain the total amount of disk resources and the amount of available disk resources, use the hh3cFlhPartitionTable table.

·     For the default MDC, hh3cFlhPartSpace indicates the total amount of disk resources, and hh3cFlhPartSpaceFree indicates the amount of available disk resources.

·     For a non-default MDC, hh3cFlhPartSpace indicates the quota of disk resources, which is not the total amount of disk resources. hh3cMDCDiskResourceMaxLimit indicates the maximum amount of disk resources that the MDC can use. hh3cFlhPartSpaceFree indicates the amount of available disk resources, which is the same as hh3cMDCDiskResourceAvailable.

Support for operations

For the default MDC, both the edit/modify and read operations are supported. For non-default MDCs, only the read operation is supported.

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

 

Columns

The table indexes are entPhysicalIndex, hh3cMDCIndex, and hh3cMDCDiskResourceInstance.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cMDCDISKResourceInstance (1.3.6.1.4.1.25506.2.136.2.2.1.1.1)

not-accessible

Integer32

Integer32 (1..2147483647)

Instance index of disk resources.

As per the MIB.

hh3cMDCDISKResourceInstanceName (1.3.6.1.4.1.25506.2.136.2.2.1.1.2)

read-only

OCTET STRING

OCTET STRING (1..32)

Instance name of disk resources.

As per the MIB.

hh3cMDCDISKResourceMinLimit (1.3.6.1.4.1.25506.2.136.2.2.1.1.3)

read-write

Integer32

Integer32 (0..100)

Minimum amount of disk resources that an MDC can use (minimum value for reserved disk resources).

The value of this object must be 0.

hh3cMDCDISKResourceMaxLimit (1.3.6.1.4.1.25506.2.136.2.2.1.1.4)

read-write

Integer32

Integer32 (1..100)

Maximum amount of disk resources that an MDC can use, in percentage.

As per the MIB.

Value range: 1 to 100.

hh3cMDCDISKResourceReserve

(1.3.6.1.4.1.25506.2.136.2.2.1.1.5)

read-only

Unsigned32

Standard MIB values.

Reserved amount of disk resources in the MDC, in KB.

Not supported

hh3cMDCDISKResourceQuota (1.3.6.1.4.1.25506.2.136.2.2.1.1.6)

read-only

Unsigned32

Standard MIB values.

Quota of disk resources for the MDC, in KB.

As per the MIB.

hh3cMDCDISKResourceUsage (1.3.6.1.4.1.25506.2.136.2.2.1.1.7)

read-only

Unsigned32

Standard MIB values.

Amount of disk resources used in the MDC, in KB.

As per the MIB.

hh3cMDCDISKResourceAvailable (1.3.6.1.4.1.25506.2.136.2.2.1.1.8)

read-only

Unsigned32

Standard MIB values.

Amount of disk resources available in the MDC, in KB.

As per the MIB.

 

hh3CMDCMemoryResourceTable

About this table

Use this table to manage memory resources. You can specify a memory space percentage for an MDC and display the memory space usage.

The memory space percentage controls the memory that an MDC can use in the user mode. It cannot control the memory usage in the kernel because memory in the kernel is shared by all MDCs.

To obtain the total memory of the device, use the hh3cEntityExtMemSize vector of the hh3cEntityExtend object. The default MDC and non-default MDCs have the same memory size, which is the total size of the memory in the system.

Support for operations

For the default MDC, both the edit/modify and read operations are supported. For non-default MDCs, only the read operation is supported.

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

 

Columns

The table indexes are entPhysicalIndex and hh3cMDCIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3CMDCMemoryResourceMinLimit (1.3.6.1.4.1.25506.2.136.2.2.2.1.1)

read-write

Integer32

Integer32 (0..100)

Minimum amount of memory resources that an MDC can use (minimum value for reserved memory resources).

The default value must be 0.

hh3CMDCMemoryResourceMaxLimit (1.3.6.1.4.1.25506.2.136.2.2.2.1.2)

read-write

Integer32

Integer32 (0..100)

Minimum amount of memory resources that the MDC can use, in percentage.

As per the MIB.

Value range: 1 to 100.

hh3CMDCMemoryResourceReserve

(1.3.6.1.4.1.25506.2.136.2.2.2.1.3)

read-only

Unsigned32

Standard MIB values.

Reserved memory resources in the MDC, in KB.

Not supported

hh3CMDCMemoryResourceQuota (1.3.6.1.4.1.25506.2.136.2.2.2.1.4)

read-only

Unsigned32

Standard MIB values.

Quota of memory resources, in KB.

As per the MIB.

hh3CMDCMemoryResourceUsage (1.3.6.1.4.1.25506.2.136.2.2.2.1.5)

read-only

Unsigned32

Standard MIB values.

Amount of used memory resources used in the MDC, in KB.

As per the MIB.

hh3CMDCMemoryResourceAvailable (1.3.6.1.4.1.25506.2.136.2.2.2.1.6)

read-only

Unsigned32

Standard MIB values.

Amount of memory resources in the MDC, in KB.

As per the MIB.

 

hh3cMDCCPUResourceTable

About this table

Use this table to manage CPU resources. You can specify a CPU weight for an MDC and display the CPU usage.

Support for operations

For the default MDC, both the edit/modify and read operations are supported. For non-default MDCs, only the read operation is supported.

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

 

Columns

The table indexes are entPhysicalIndex and hh3cMDCIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cMDCCPUResourceLimit (1.3.6.1.4.1.25506.2.136.2.2.3.1.1)

read-write

Integer32

Integer32 (1..10)

CPU weight.

Default: 10.

hh3cMDCCPUResourceUsage (1.3.6.1.4.1.25506.2.136.2.2.3.1.2)

read-only

Integer32

Integer32 (0..100)

CPU usage.

As per the MIB.

 

hh3cMDCLocationTable

About this table

Use this table to assign physical interfaces on an interface module to an MDC.

Support for operations

This table is applicable only to distributed devices.

For the default MDC, both the edit/modify and read operations are supported. For non-default MDCs, only the read operation is supported.

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

 

Columns

The table indexes are entPhysicalIndex and hh3cMDCIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cMDCLocationStatus (1.3.6.1.4.1.25506.2.136.2.3.1.1.1)

read-write

TruthValue

true(1),
false(2)

Whether to assign an interface module to an MDC.

As per the MIB.

 

hh3cMDCGroupIfTable

About this table

This table contains relation between interfaces and groups, which is used with hh3cMDCAllocateTable to realize interface allocation

Support for operations

For the default MDC, both the edit/modify and read operations are supported.

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

 

Columns

The table index is entPhysicalIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cMDCGroupIdentity (1.3.6.1.4.1.25506.2.136.2.4.1.1.2)

read-only

Integer32

Standard MIB values.

Interface group ID, which is comprised of the following bits:

·     Bits 0 through 7 represent the ID of the group.

·     Bits 8 through 31 represent the index of an interface module.

As per the MIB.

 

hh3cMDCAllocateTable

About this table

Use this table to assign interfaces to an MDC. You can assign interfaces to a non-default MDC from the default MDC, and assign interfaces back to the default MDC from a non-default MDC.

Support for operations

Edit or modify operation is supported only on the default MDC. Non-default MDCs support only the read operation.

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

 

Columns

The table index is hh3cMDCAllocateGroupIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cMDCAllocateGroupIndex (1.3.6.1.4.1.25506.2.136.2.4.2.1.1)

not-accessible

Integer32

Standard MIB values.

Interface group ID, which is comprised of the following bits:

·     Bits 0 through 7 represent the ID of the group.

·     Bits 8 through 31 represent the index of an interface module.

As per the MIB.

hh3cMDCAllocateGroupDescription (1.3.6.1.4.1.25506.2.136.2.4.2.1.2)

read-only

DisplayString

OCTET STRING (1..255)

List of interfaces in the interface group.

As per the MIB.

hh3cMDCAllocateMDCId (1.3.6.1.4.1.25506.2.136.2.4.2.1.3)

read-write

Integer32

Integer32 (1..2147483647)

Index of the MDC to which the interfaces are assigned.

As per the MIB.

 

Notifications

This section contains HH3C-MDC-MIB notifications.

hh3cMDCStateChangeToActive

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.136.3.0.1

Activation of an MDC.

Informational

N/A

N/A

ON

 

Description

This notification is generated when the status of an MDC changes from inactive to active.

Status control

The notification cannot be disabled.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.136.2.1.1.1.1 (hh3cMDCIndex)

MDC ID.

Y

Integer32

1..2147483647

1.3.6.1.4.1.25506.2.136.2.1.1.1.2 (hh3cMDCName)

MDC name.

N

DisplayString

OCTET STRING (SIZE (1..15))

 

Recommended action

No action is required.

hh3cMDCStateChangeToInactive

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.136.3.0.2

Deactivation of an MDC.

Informational

N/A

N/A

ON

 

Description

This notification is generated when the status of an MDC changes from active to inactive.

Status control

The notification cannot be disabled.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.136.2.1.1.1.1 (hh3cMDCIndex)

MDC ID.

Y

Integer32

1..2147483647

1.3.6.1.4.1.25506.2.136.2.1.1.1.2 (hh3cMDCName)

MDC name.

N

DisplayString

OCTET STRING (SIZE (1..15))

 

Recommended action

No action is required.

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