MIBs Depot

CISCO-HW-MODULE-CONTROL-MIB

Registered at
1.3.6.1.4.1.9.9.714
Last updated
2010-08-09 00:00
Organization
Cisco Systems, Inc.
Revisions
2010-08-09 00:00, 2009-11-12 00:00
Namespace
cisco
Source file
CISCO-HW-MODULE-CONTROL-MIB
Digest
sha256:e4160efaaeaf4bbd3cc55a4abf877ae3fe1081c817066830586ff528fddd0fc9

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-lan-switch-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
CISCO-TCCiscoInterfaceIndexList
ENTITY-MIBentPhysicalIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-HW-MODULE-CONTROL-MIB
CISCO-SMI
CISCO-TC
ENTITY-MIB
IANA-ENTITY-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC
UUID-TC-MIB

Objects

NameOIDSyntaxAccessStatus
ciscoHwModuleControlMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.714.0
ciscoHwModuleControlMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.714.1
chmcOversubscription
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.714.1.1
chmcOversubModuleTable
OBJECT-TYPE
Contains information for managing bandwidth oversubscription feature for physical modules capable of providing such feature.
1.3.6.1.4.1.9.9.714.1.1.1not-accessiblecurrent
chmcOversubModuleEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.714.1.1.1.1not-accessiblecurrent
chmcOversubModuleCapabilities
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.714.1.1.1.1.1Bits {oversubConfigModuleLevel(0), oversubConfigPortGroupLevel(1), clearblockConfigPortGroupLevel(2)}read-onlycurrent
chmcOversubModOversubStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.714.1.1.1.1.2INTEGER {enabledOnAllPortGroups(1), disabledOnAllPortGroups(2), portGroupSpecific(3)}read-writecurrent
chmcOversubPortGroupTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.714.1.1.2not-accessiblecurrent
chmcOversubPortGroupEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.714.1.1.2.1not-accessiblecurrent
chmcOversubPortGrpIndex
OBJECT-TYPE
A unique value assigned to a specific port group on a module.
1.3.6.1.4.1.9.9.714.1.1.2.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
chmcOversubPortGrpIfIndexList
OBJECT-TYPE
Contains ifIndex values for the list of the ports in the port group.
1.3.6.1.4.1.9.9.714.1.1.2.1.2CiscoInterfaceIndexListread-onlycurrent
chmcOversubPortGrpOversubStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.714.1.1.2.1.3INTEGER {other(1), enabled(2), disabled(3)}read-writecurrent
chmcOversubPortGrpClearBlkStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.714.1.1.2.1.4INTEGER {other(1), enabled(2), disabled(3)}read-writecurrent
chmcOperationalMode
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.714.1.2
chmcOperModePortGroupTable
OBJECT-TYPE
Contains information for managing operational mode features for port groups of the physical modules capable of providing operational mode configuration.
1.3.6.1.4.1.9.9.714.1.2.1not-accessiblecurrent
chmcOperModePortGroupEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.714.1.2.1.1not-accessiblecurrent
chmcOperModePortGrpIndex
OBJECT-TYPE
A unique value assigned to a specific port group on a module.
1.3.6.1.4.1.9.9.714.1.2.1.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
chmcOperModePortGrpOperMode
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.714.1.2.1.1.2INTEGER {other(1), tenGigabitEthernet(2), fortyGigabitEthernet(3)}read-writecurrent
chmcOperModePortGrpIfIndexList
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.714.1.2.1.1.3CiscoInterfaceIndexListread-onlycurrent
ciscoHwModuleControlMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.714.2
chmcHwModuleControlMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.714.2.1
chmcHwModuleControlMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.714.2.2

Conformance

NameOIDStatus
chmcHwModuleControlMIBCompliance
MODULE-COMPLIANCE
The compliance statement for CISCO-HW-MODULE-CONTROL-MIB.
1.3.6.1.4.1.9.9.714.2.1.1deprecated
chmcHwModuleControlMIBCompliance1
MODULE-COMPLIANCE
The compliance statement for CISCO-HW-MODULE-CONTROL-MIB.
1.3.6.1.4.1.9.9.714.2.1.2current
ciscoHmcMIBOversubBaseGroup
OBJECT-GROUP
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.
1.3.6.1.4.1.9.9.714.2.2.1current
ciscoHmcMIBOversubPgClearBlkGrp
OBJECT-GROUP
A collection of objects describing the clearing of HoL blocking support at port group level for each hardware module capable of providing such feature.
1.3.6.1.4.1.9.9.714.2.2.2current
ciscoHmcMIBOperModeGroup
OBJECT-GROUP
A collection of objects providing the operational mode information at port group level for each physical module capable of providing such feature.
1.3.6.1.4.1.9.9.714.2.2.3current