HH3C-MDC-MIB

File: HH3C-MDC-MIB.mib (23816 bytes)

Imported modules

ENTITY-MIB HH3C-OID-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

entPhysicalIndex hh3cCommon Integer32
Unsigned32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE DisplayString RowStatus
TruthValue TEXTUAL-CONVENTION

Defined Types

Hh3cMdcActionValue  
start: start the MDC stop: stop the MDC
TEXTUAL-CONVENTION    
  INTEGER start(1), stop(2)  

Hh3cMdcRunStatus  
Status of the MDC: inactive: The MDC is stopped or not started yet. starting: The device is executing the mdc start command to start the MDC. active: The MDC is operating properly. stopping: The device is executing the undo mdc start command to stop the MDC. updating: The device is executing the location command to authorize the MDC to use an interface card.
TEXTUAL-CONVENTION    
  INTEGER inactive(1), starting(2), active(3), stopping(4), updating(5)  

Hh3cMDCControlEntry  
SEQUENCE    
  hh3cMDCIndex Integer32
  hh3cMDCName DisplayString
  hh3cMDCAction Hh3cMdcActionValue
  hh3cMDCStatus Hh3cMdcRunStatus
  hh3cMDCRowStatus RowStatus

Hh3cMDCDISKResourceEntry  
SEQUENCE    
  hh3cMDCDISKResourceInstance Integer32
  hh3cMDCDISKResourceInstanceName DisplayString
  hh3cMDCDISKResourceMinLimit Integer32
  hh3cMDCDISKResourceMaxLimit Integer32
  hh3cMDCDISKResourceReserve Unsigned32
  hh3cMDCDISKResourceQuota Unsigned32
  hh3cMDCDISKResourceUsage Unsigned32
  hh3cMDCDISKResourceAvailable Unsigned32

Hh3cMDCMemoryResourceEntry  
SEQUENCE    
  hh3cMDCMemoryResourceMinLimit Integer32
  hh3cMDCMemoryResourceMaxLimit Integer32
  hh3cMDCMemoryResourceReserve Unsigned32
  hh3cMDCMemoryResourceQuota Unsigned32
  hh3cMDCMemoryResourceUsage Unsigned32
  hh3cMDCMemoryResourceAvailable Unsigned32

Hh3cMDCCPUResourceEntry  
SEQUENCE    
  hh3cMDCCPUResourceLimit Integer32
  hh3cMDCCPUResourceUsage Integer32

Hh3cMDCLocationEntry  
SEQUENCE    
  hh3cMDCLocationStatus TruthValue

Hh3cMDCGroupIfEntry  
SEQUENCE    
  hh3cMDCGroupIdentity Integer32

Hh3cMDCAllocateEntry  
SEQUENCE    
  hh3cMDCAllocateGroupIndex Integer32
  hh3cMDCAllocateGroupDescription DisplayString
  hh3cMDCAllocateMDCId Integer32

Defined Values

hh3cMDC 1.3.6.1.4.1.25506.2.136
This MIB contains objects to manage MDC (Multitenant Device Context) operations. Such as: 1. Configure MDCs for a device and display MDCs and their status. 2. Assign CPU, storage space, and memory space resources to the MDC, and display their status. 3. Authorize the MDC to use the interface cards, and assign physical interfaces to an MDC. Default MDC: A device supporting MDCs is an MDC itself, and it is called the default MDC. From the default MDC, administrators can manage the entire physical device, create and delete non-default MDCs, and assign interfaces, CPU resources, storage space, and memory space to non-default MDCs. Non-default MDC: No MDCs can be created on a non-default MDC. Administrators of non-default MDCs can only manage and maintain their respective MDCs. A non-default MDC can use only the resources assigned to it.
MODULE-IDENTITY    

hh3cMDCScalarObjects 1.3.6.1.4.1.25506.2.136.1
OBJECT IDENTIFIER    

hh3cMDCMaxMDCNum 1.3.6.1.4.1.25506.2.136.1.1
The maximum number of MDCs which the system supported to create.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cMDCCurrentMDCNum 1.3.6.1.4.1.25506.2.136.1.2
The current number of MDCs which the system has created.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cMDCTables 1.3.6.1.4.1.25506.2.136.2
OBJECT IDENTIFIER    

hh3cMDCControl 1.3.6.1.4.1.25506.2.136.2.1
OBJECT IDENTIFIER    

hh3cMDCControlTable 1.3.6.1.4.1.25506.2.136.2.1.1
This table is used to configure MDCs for a device and show MDC's status.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cMDCControlEntry

hh3cMDCControlEntry 1.3.6.1.4.1.25506.2.136.2.1.1.1
An entry of the hh3cMDCControlTable, every entry is corresponding with an MDC.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cMDCControlEntry  

hh3cMDCIndex 1.3.6.1.4.1.25506.2.136.2.1.1.1.1
MDC ID is used as MDCIndex, the value range of MDC ID depends on the device model. MDCIndex cannot be modified after creation.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cMDCName 1.3.6.1.4.1.25506.2.136.2.1.1.1.2
Specifies the MDC name, a case-sensitive string of 1 to 15 characters. The MDC name cannot be modified after creation.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..15)  

hh3cMDCAction 1.3.6.1.4.1.25506.2.136.2.1.1.1.3
State of MDC action: start/stop. After an MDC is started, administrators of the MDC can log in to the MDC for MDC configuration and maintenance. Stopping an MDC interrupts all services on the MDC and logs out all users of the MDC. Non-default MDC cannot operate.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cMdcActionValue  

hh3cMDCStatus 1.3.6.1.4.1.25506.2.136.2.1.1.1.4
Status of MDCs.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cMdcRunStatus  

hh3cMDCRowStatus 1.3.6.1.4.1.25506.2.136.2.1.1.1.5
The status of this table entry. Only support active, createAndGo and destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cMDCResource 1.3.6.1.4.1.25506.2.136.2.2
OBJECT IDENTIFIER    

hh3cMDCDISKResourceTable 1.3.6.1.4.1.25506.2.136.2.2.1
This table is for disk resource management: Specify a disk space percentage for an MDC and display the disk space usage. Default: All MDCs share the disk space in the system, and an MDC can use all free disk space in the system. Non-default MDC can only query the disk space usage.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cMDCDISKResourceEntry

hh3cMDCDISKResourceEntry 1.3.6.1.4.1.25506.2.136.2.2.1.1
An entry of the hh3cMDCDISKResourceTable, every entry is corresponding to disk resource of an MDC. Note that only entPhysicalIndex values that represent physical boards (i.e., associated entPhysicalClass value is 'module(9)') are permitted to exist in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cMDCDISKResourceEntry  

hh3cMDCDISKResourceInstance 1.3.6.1.4.1.25506.2.136.2.2.1.1.1
Instance index of disk resource. Different instances for disk: Flash, CF cards.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cMDCDISKResourceInstanceName 1.3.6.1.4.1.25506.2.136.2.2.1.1.2
Instance name of disk resource. Such as: Flash, CF cards.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

hh3cMDCDISKResourceMinLimit 1.3.6.1.4.1.25506.2.136.2.2.1.1.3
Limit minimum (reserve resources, must be all 0).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hh3cMDCDISKResourceMaxLimit 1.3.6.1.4.1.25506.2.136.2.2.1.1.4
Maximum of available resources of disk. Make sure the disk space amount assigned to an MDC is greater than the disk space amount the MDC is using. Non-default MDC cannot set
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

hh3cMDCDISKResourceReserve 1.3.6.1.4.1.25506.2.136.2.2.1.1.5
The reserve limit resources of disk.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cMDCDISKResourceQuota 1.3.6.1.4.1.25506.2.136.2.2.1.1.6
The total limit resources of disk according to hh3cMDCDiskResourceMaxLimit.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cMDCDISKResourceUsage 1.3.6.1.4.1.25506.2.136.2.2.1.1.7
Current usage of disk resources.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cMDCDISKResourceAvailable 1.3.6.1.4.1.25506.2.136.2.2.1.1.8
Current available resources of disk.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cMDCMemoryResourceTable 1.3.6.1.4.1.25506.2.136.2.2.2
This table is for memory resource management: Specify a memory space percentage for an MDC and display the memory space usage. Default: All MDCs share the memory space in the system, and an MDC can use all free memory. Non-default MDC can only query resource message of memory.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cMDCMemoryResourceEntry

hh3cMDCMemoryResourceEntry 1.3.6.1.4.1.25506.2.136.2.2.2.1
An entry of the hh3cMDCMemoryResourceTable, every entry is corresponding with memory resource of an MDC. Note that only entPhysicalIndex values that represent physical boards (i.e., associated entPhysicalClass value is 'module(9)') are permitted to exist in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cMDCMemoryResourceEntry  

hh3cMDCMemoryResourceMinLimit 1.3.6.1.4.1.25506.2.136.2.2.2.1.1
Limit minimum(reserve resources, must be all 0). Non-default MDC cannot set.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hh3cMDCMemoryResourceMaxLimit 1.3.6.1.4.1.25506.2.136.2.2.2.1.2
Maximum of available resources of memory, it specifies the ratio of the memory space that an MDC can use. Make sure this amount is sufficient for the MDC to operate properly. Non-default MDC cannot set.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

hh3cMDCMemoryResourceReserve 1.3.6.1.4.1.25506.2.136.2.2.2.1.3
The reserve limit resources of memory.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cMDCMemoryResourceQuota 1.3.6.1.4.1.25506.2.136.2.2.2.1.4
The total limit resources of memory.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cMDCMemoryResourceUsage 1.3.6.1.4.1.25506.2.136.2.2.2.1.5
Current usage of memory resources.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cMDCMemoryResourceAvailable 1.3.6.1.4.1.25506.2.136.2.2.2.1.6
Current available value of memory resources.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cMDCCPUResourceTable 1.3.6.1.4.1.25506.2.136.2.2.3
This table is for CPU resource management: Specify a CPU weight for an MDC and display the CPU usage. The amount of CPU resources an MDC can use depends on the CPU weight settings for all MDCs that share the same CPU. Non-default MDC can only query CPU resources.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cMDCCPUResourceEntry

hh3cMDCCPUResourceEntry 1.3.6.1.4.1.25506.2.136.2.2.3.1
An entry of the hh3cMDCCPUResourceTable, every entry is corresponding with CPU resources of an MDC. Note that only entPhysicalIndex values that represent physical boards (i.e., associated entPhysicalClass value is 'module(9)') are permitted to exist in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cMDCCPUResourceEntry  

hh3cMDCCPUResourceLimit 1.3.6.1.4.1.25506.2.136.2.2.3.1.1
CPU weight-maximum of available resources of CPU, this number specifies a CPU weight for an MDC. Non-default MDC cannot set.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

hh3cMDCCPUResourceUsage 1.3.6.1.4.1.25506.2.136.2.2.3.1.2
the CPU usage
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

hh3cMDCLocation 1.3.6.1.4.1.25506.2.136.2.3
OBJECT IDENTIFIER    

hh3cMDCLocationTable 1.3.6.1.4.1.25506.2.136.2.3.1
This table is for location management: Authorize an MDC to use an interface card and query state of location. To assign physical interfaces to an MDC, administrators must authorize the MDC to use the interface cards to which the physical interfaces belong. Default: All interface cards of the device belong to the default MDC, and a non-default MDC cannot use any interface card. Non-default MDC can only query location state.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cMDCLocationEntry

hh3cMDCLocationEntry 1.3.6.1.4.1.25506.2.136.2.3.1.1
An entry of the hh3cMDCLocationTable, every entry is the status whether an MDC has been Authorized to use the interface cards. Note that only entPhysicalIndex values that represent physical boards (i.e., associated entPhysicalClass value is 'module(9)') are permitted to exist in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cMDCLocationEntry  

hh3cMDCLocationStatus 1.3.6.1.4.1.25506.2.136.2.3.1.1.1
To authorize the MDC to use the interface cards, set the value of this object to 'true (1)'. To cancel the authorization, set this value to 'false (2)'. Note that the return noError means the command is being executed. For the execution result, check hh3cMDCLocationStatus.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cMDCAllocate 1.3.6.1.4.1.25506.2.136.2.4
OBJECT IDENTIFIER    

hh3cMDCGroupIfTable 1.3.6.1.4.1.25506.2.136.2.4.1
This table indication of relation between interfaces and groups, which helps to realize the allocation, together with hh3cMDCAllocateTable. Non-default MDC cannot operate.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cMDCGroupIfEntry

hh3cMDCGroupIfEntry 1.3.6.1.4.1.25506.2.136.2.4.1.1
An entry of the hh3cMDCGroupIfTable, every entry is the relationship between interfaces and groups. Due to hardware restrictions, the interfaces on some interface cards are grouped. The interfaces in a group must be assigned to the same MDC at the same time or removed from an MDC at the same time. Interface grouping depends on the device model. This table is used for hh3cMDCAllocateTable to show interfae group lists. Note that only entPhysicalIndex values that represent physical ports (i.e., associated entPhysicalClass value is 'port(10)') are permitted to exist in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cMDCGroupIfEntry  

hh3cMDCGroupIdentity 1.3.6.1.4.1.25506.2.136.2.4.1.1.2
The interface group ID. There are two parts for this id depicted as follows: 31 7 0 +++++++++++++++++++++++++++++++++++++++++ + entity index + group index + + ( bit 8..31 ) ( bit 0..7 ) + +++++++++++++++++++++++++++++++++++++++++ From bit0 to bit7 (one byte), it is interfaces group index. From bit8 to bit31 (three bytes), it is the physical index the same as the entPhysicalIndex specified in ENTITY-MIB. Note that only entPhysicalIndex values that represent physical boards (i.e., associated entPhysicalClass value is 'module(9)') are permitted to exist in this table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cMDCAllocateTable 1.3.6.1.4.1.25506.2.136.2.4.2
This table is used to assigning a physical interface to an MDC. It is allowed that allocate interfaces to a non-default MDC from the default MDC, and allocate interfaces back to the default MDC from a non-default MDC. All physical interfaces on the device belong to the default MDC, and a non-default MDC has no physical interfaces to use. Multiple physical interfaces can be assigned to a non-default MDC. A physical interface must meet the following conditions to be assigned to a non-default MDC: 1. Belongs to the default MDC. 2. Not the console or AUX port. 3. Not the management Ethernet interface. 4. Not in an interface group with an interface assigned to another MDC. 5. The default MDC uses only the physical interfaces that are not assigned to a non-default MDC. Non-default MDC cannot set this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cMDCAllocateEntry

hh3cMDCAllocateEntry 1.3.6.1.4.1.25506.2.136.2.4.2.1
An entry of the hh3cMDCAllocateTable, every entry is the status whether physical interfaces have been assigned to an MDC.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cMDCAllocateEntry  

hh3cMDCAllocateGroupIndex 1.3.6.1.4.1.25506.2.136.2.4.2.1.1
The interface group ID, the same as hh3cMDCGroupIdentity. There are two parts for this id. depicted as follows: 31 7 0 +++++++++++++++++++++++++++++++++++++++++ + entity index + group index + + ( bit 8..31 ) ( bit 0..7 ) + +++++++++++++++++++++++++++++++++++++++++ From bit0 to bit7 (one byte), it is interfaces group index. From bit8 to bit31 (three bytes), it is the physical index the same as the entPhysicalIndex specified in ENTITY-MIB. Note that only entPhysicalIndex values that represent physical boards (i.e., associated entPhysicalClass value is 'module(9)') are permitted to exist in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cMDCAllocateGroupDescription 1.3.6.1.4.1.25506.2.136.2.4.2.1.2
Interfaces list Such as: GigabitEthernet4/5/0/1 to GigabitEthernet4/5/0/24, GigabitEthernet4/5/0/48
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

hh3cMDCAllocateMDCId 1.3.6.1.4.1.25506.2.136.2.4.2.1.3
MDC ID is used as hh3cMDCAllocateMDCId. Default MDC: It is allowed that allocate interfaces to non-default MDC from the default MDC, and allocate interfaces back to the default MDC from a non-default MDC. Non-default MDC cannot set allocation, can only query grouping of own MDC.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cMDCNotification 1.3.6.1.4.1.25506.2.136.3
OBJECT IDENTIFIER    

hh3cMDCNotificationObjects 1.3.6.1.4.1.25506.2.136.3.0
OBJECT IDENTIFIER    

hh3cMDCStateChangeToActive 1.3.6.1.4.1.25506.2.136.3.0.1
The hh3cMDCStateChangeToActive trap indicates that the MDC status has changed to active.
Status: current Access: read-write
NOTIFICATION-TYPE    

hh3cMDCStateChangeToInactive 1.3.6.1.4.1.25506.2.136.3.0.2
The hh3cMDCStateChangeToInactive trap indicates that the MDC status has changed to inactive.
Status: current Access: read-write
NOTIFICATION-TYPE