CISCO-HW-MODULE-CONTROL-MIB

File: CISCO-HW-MODULE-CONTROL-MIB.mib (18555 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF ENTITY-MIB
CISCO-TC CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP entPhysicalIndex
CiscoInterfaceIndexList ciscoMgmt

Defined Types

ChmcOversubModuleEntry  
SEQUENCE    
  chmcOversubModuleCapabilities BITS
  chmcOversubModOversubStatus INTEGER

ChmcOversubPortGroupEntry  
SEQUENCE    
  chmcOversubPortGrpIndex Unsigned32
  chmcOversubPortGrpIfIndexList CiscoInterfaceIndexList
  chmcOversubPortGrpOversubStatus INTEGER
  chmcOversubPortGrpClearBlkStatus INTEGER

ChmcOperModePortGroupEntry  
SEQUENCE    
  chmcOperModePortGrpIndex Unsigned32
  chmcOperModePortGrpOperMode INTEGER
  chmcOperModePortGrpIfIndexList CiscoInterfaceIndexList

Defined Values

ciscoHwModuleControlMIB 1.3.6.1.4.1.9.9.714
The MIB module providing configuration and control information for management of hardware modules and components on Cisco devices. The following features are managed: bandwidth oversubscription, clearing of HoL(Head of Line) blocking, etc. Bandwidth oversubscription: a group of ports are said to be operating in bandwidth oversubscription mode if the amount of internal forwarding fabric bandwidth allocated to the group of ports on a switching or routing device is less than the aggregate maximum connection speeds of these ports. Clearing of HoL blocking: refers to the process in which if any port of a port group receives a pause frame from the remote side, it will block packet transmission on all ports of the port group till a packet is delivered to the flow controlled port. If the clearing of HoL blocking feature is disabled, the device will drop packets destined for the jammed ports and continue delivering packets for the other ports.
MODULE-IDENTITY    

ciscoHwModuleControlMIBNotifs 1.3.6.1.4.1.9.9.714.0
OBJECT IDENTIFIER    

ciscoHwModuleControlMIBObjects 1.3.6.1.4.1.9.9.714.1
OBJECT IDENTIFIER    

ciscoHwModuleControlMIBConform 1.3.6.1.4.1.9.9.714.2
OBJECT IDENTIFIER    

chmcOversubscription 1.3.6.1.4.1.9.9.714.1.1
OBJECT IDENTIFIER    

chmcOperationalMode 1.3.6.1.4.1.9.9.714.1.2
OBJECT IDENTIFIER    

chmcOversubModuleTable 1.3.6.1.4.1.9.9.714.1.1.1
Contains information for managing bandwidth oversubscription feature for physical modules capable of providing such feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChmcOversubModuleEntry

chmcOversubModuleEntry 1.3.6.1.4.1.9.9.714.1.1.1.1
Each entry provides management information for a specific physical module as indicated by the value of entPhysicalIndex, which is capable of providing bandwidth oversubscription feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  ChmcOversubModuleEntry  

chmcOversubModuleCapabilities 1.3.6.1.4.1.9.9.714.1.1.1.1.1
Indicates the attributes of this module with respective to the bandwidth oversubscription feature. oversubConfigModuleLevel(0) - This bit is set if configuration of bandwidth oversubscription is supported at module level. oversubConfigPortGroupLevel(1) - This bit is set if configuration of bandwidth oversubscription is supported at port group level. clearblockConfigPortGroupLevel(2) - This bit is set if configuration of clearing of HoL blocking is supported at port group level.
Status: current Access: read-only
OBJECT-TYPE    
  BITS oversubConfigModuleLevel(0), oversubConfigPortGroupLevel(1), clearblockConfigPortGroupLevel(2)  

chmcOversubModOversubStatus 1.3.6.1.4.1.9.9.714.1.1.1.1.2
Specifies the state of the bandwidth oversubscription feature for this module. enabledOnAllPortGroups -- the bandwidth oversubscription feature is enabled on all port groups of this module. disabledOnAllPortGroups -- the bandwidth oversubscription feature is disabled on all port groups of this module. portGroupSpecific -- the bandwidth oversubscription feature is enabled on some port groups of this module while being disabled at the remaining port groups of this module. This value is a read-only value and can not be set on any instance of this object. This object will only be configurable when the instance value of chmcOversubModuleCapabilities of this entry has the 'oversubConfigModuleLevel' bit set to 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabledOnAllPortGroups(1), disabledOnAllPortGroups(2), portGroupSpecific(3)  

chmcOversubPortGroupTable 1.3.6.1.4.1.9.9.714.1.1.2
Contains information for managing bandwidth oversubscription and clearing of HoL blocking features for port groups of the physical modules capable of providing bandwidth oversubscription feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChmcOversubPortGroupEntry

chmcOversubPortGroupEntry 1.3.6.1.4.1.9.9.714.1.1.2.1
Each entry contains management information for a specific port group on a specific physical module as indicated by the value of entPhysicalIndex, which is capable of providing bandwidth oversubscription feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  ChmcOversubPortGroupEntry  

chmcOversubPortGrpIndex 1.3.6.1.4.1.9.9.714.1.1.2.1.1
A unique value assigned to a specific port group on a module.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

chmcOversubPortGrpIfIndexList 1.3.6.1.4.1.9.9.714.1.1.2.1.2
Contains ifIndex values for the list of the ports in the port group.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoInterfaceIndexList  

chmcOversubPortGrpOversubStatus 1.3.6.1.4.1.9.9.714.1.1.2.1.3
Specifies the state of the bandwidth oversubscription feature on this port group. other - none of the following. This value is a read-only value and can not be set on any instance of this object. enabled - this port group is enabled to operate in bandwidth oversubscription mode. disabled - this port group is disabled to operate in bandwidth oversubscription mode. The first port indicated by the first four bytes of the value of chmcOversubPortGrpIfIndexList of this port group will keep its administrative status and the remaining ports of this port group will be administratively shut down. This object will only be configurable when the instance value of chmcOversubModuleCapabilities for the corresponding module has the 'oversubConfigPortGroupLevel' bit set to 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), enabled(2), disabled(3)  

chmcOversubPortGrpClearBlkStatus 1.3.6.1.4.1.9.9.714.1.1.2.1.4
Specifies the state of the clearing of HoL blocking feature on this port group. other - none of the following. This value is a read-only value and can not be set on any instance of this object. enabled - the clearing of HoL blocking feature is enabled. disabled - the clearing of HoL blocking feature is disabled. This object will only take effect when the instance value of chmcOversubPortGrpOversubStatus of this entry is 'enabled'. This object will only be configurable when the instance value of chmcOversubPortGrpOversubStatus of this entry is 'enabled' and the instance value of chmcOversubModuleCapabilities for the corresponding module has the 'clearblockConfigPortGroupLevel' bit set to 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), enabled(2), disabled(3)  

chmcOperModePortGroupTable 1.3.6.1.4.1.9.9.714.1.2.1
Contains information for managing operational mode features for port groups of the physical modules capable of providing operational mode configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChmcOperModePortGroupEntry

chmcOperModePortGroupEntry 1.3.6.1.4.1.9.9.714.1.2.1.1
Each entry contains operational mode information for a specific port group on a specific physical module as indicated by the value of entPhysicalIndex, which is capable of providing operational mode configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  ChmcOperModePortGroupEntry  

chmcOperModePortGrpIndex 1.3.6.1.4.1.9.9.714.1.2.1.1.1
A unique value assigned to a specific port group on a module.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

chmcOperModePortGrpOperMode 1.3.6.1.4.1.9.9.714.1.2.1.1.2
Specifies the operational mode of the port group. other - none of the following. This value is a read-only value and can not be set on any instance of this object. tenGigabitEthernet - this port group is operated with 10 Gigibit Ethernet port mode. forthGigabitEthernet - this port group is operated with 40 Gigabit Ethernet port mode. Modification on the instance value of this object may cause the corresponding module to be reset.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), tenGigabitEthernet(2), fortyGigabitEthernet(3)  

chmcOperModePortGrpIfIndexList 1.3.6.1.4.1.9.9.714.1.2.1.1.3
Contains ifIndex values for the list of the ports in the port group. The instance value of this object may be changed after modification on the corresponding instance value of chmcOperModePortGrpOperMode.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoInterfaceIndexList  

chmcHwModuleControlMIBCompliances 1.3.6.1.4.1.9.9.714.2.1
OBJECT IDENTIFIER    

chmcHwModuleControlMIBGroups 1.3.6.1.4.1.9.9.714.2.2
OBJECT IDENTIFIER    

chmcHwModuleControlMIBCompliance 1.3.6.1.4.1.9.9.714.2.1.1
The compliance statement for CISCO-HW-MODULE-CONTROL-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

chmcHwModuleControlMIBCompliance1 1.3.6.1.4.1.9.9.714.2.1.2
The compliance statement for CISCO-HW-MODULE-CONTROL-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoHmcMIBOversubBaseGroup 1.3.6.1.4.1.9.9.714.2.2.1
A collection of objects providing information about the bandwidth oversubscription and/or clearing of HoL blocking features for hardware modules capable of providing such features.
Status: current Access: read-only
OBJECT-GROUP    

ciscoHmcMIBOversubPgClearBlkGrp 1.3.6.1.4.1.9.9.714.2.2.2
A collection of objects describing the clearing of HoL blocking support at port group level for each hardware module capable of providing such feature.
Status: current Access: read-only
OBJECT-GROUP    

ciscoHmcMIBOperModeGroup 1.3.6.1.4.1.9.9.714.2.2.3
A collection of objects providing the operational mode information at port group level for each physical module capable of providing such feature.
Status: current Access: read-only
OBJECT-GROUP