HH3C-STACK-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.91
- Last updated
- 2021-03-25 09:43
- Organization
- New H3C Technologies Co., Ltd.
- Revisions
- 2021-03-25 09:43, 2014-11-20 08:50, 2014-08-11 06:41, 2013-10-23 00:00, 2013-08-16 00:00, 2012-02-24 00:00, 2008-04-30 16:50
- Namespace
- comware
- Source file
HH3C-STACK-MIB- Digest
sha256:3142c3ab6d45eb5eb14b3ed58a194d78f2ae1dbb36583717c05be0a778da32a7
Description
This MIB is used to manage STM (Stack Topology Management) information for IRF (Intelligent Resilient Framework) device. This MIB is applicable to IRF-capable products. Some objects in this MIB may be used only for some specific products, so users should refer to the related documents to acquire more detailed information.
Contact
Platform Team New H3C Technologies Co., Ltd. Hai-Dian District Beijing P.R. China Http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| ENTITY-MIB | entPhysicalIndex |
| HH3C-OID-MIB | hh3cCommon |
| IF-MIB | ifDescr, ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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.
ENTITY-MIB HH3C-OID-MIB HH3C-STACK-MIB IANA-ENTITY-MIB IANAifType-MIB IF-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC UUID-TC-MIB
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cStackGlobalConfig OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.91.1 | |||
| hh3cStackMaxMember OBJECT-TYPE The maximum number of members in a stack. | 1.3.6.1.4.1.25506.2.91.1.1 | Integer32 | read-only | current |
| hh3cStackMemberNum OBJECT-TYPE The number of members currently in a stack. | 1.3.6.1.4.1.25506.2.91.1.2 | Integer32 | read-only | current |
| hh3cStackMaxConfigPriority OBJECT-TYPE The highest priority that can be configured for a member in a stack. | 1.3.6.1.4.1.25506.2.91.1.3 | Integer32 | read-only | current |
| hh3cStackAutoUpdate OBJECT-TYPE The function for automatically updating the image from the master to a device that is attempting to join the stack. When a new device tries to join a stack, STM verifies the image consistency between the joining device and the master. If the joining device uses a different image version than the master, the function updates the joining device with the image of the master. When this function is disabled, the new device can't join the stack if it uses a different software version than the master. disabled: disable auto update function enabled: enable auto update function | 1.3.6.1.4.1.25506.2.91.1.4 | INTEGER {disabled(1), enabled(2)} | read-write | current |
| hh3cStackMacPersistence OBJECT-TYPE The mode of bridge MAC address persistence. When a stack starts, the bridge MAC address of the master is used as that of the stack. When the master leaves the stack, the bridge MAC address of the stack changes depending on the mode of bridge MAC address persistence. notPersist: The bridge MAC address of the new master is used as that of the stack immediately. persistForSixMin: The original bridge MAC address will be reserved for six minutes. In this period, if the master that has left rejoins the stack, the bridge MAC address of the stack will not change. If the old master doesn't rejoin the stack within this period, the bridge MAC address of the new master will be used as that of the stack. persistForever: Whether the master leaves or not, the bridge MAC address of the stack will never change. | 1.3.6.1.4.1.25506.2.91.1.5 | INTEGER {notPersist(1), persistForSixMin(2), persistForever(3)} | read-write | current |
| hh3cStackLinkDelayInterval OBJECT-TYPE Delay for stack ports to report a link down event. If the link comes up before the delay timer expires, the stack port will not report the link down event. If the link is not recovered before the delay timer expires, the stack port will report the change. If the delay is set to 0, the stack ports will report a link down event without delay. 0: no delay other value(ms): delay time | 1.3.6.1.4.1.25506.2.91.1.6 | Integer32 (0..2147483647) | read-write | current |
| hh3cStackTopology OBJECT-TYPE Stack topology. chainConn: daisy-chain connection ringConn: ring connection | 1.3.6.1.4.1.25506.2.91.1.7 | INTEGER {chainConn(1), ringConn(2)} | read-only | current |
| hh3cStackDomainId OBJECT-TYPE Domain ID of the IRF fabric that is used to uniquely identify an IRF fabric. Domain IDs prevent IRF fabrics from interfering with one another. | 1.3.6.1.4.1.25506.2.91.1.8 | Unsigned32 (0..4294967295) | read-write | current |
| hh3cStackPortConfigActivate OBJECT-TYPE After connecting the physical interfaces between two devices and binding them to the correct IRF ports, you must activate the settings on the IRF ports. This operation merges the two devices into one IRF fabric. The system activates the IRF port settings automatically in the following situations: 1. The configuration file that the device starts with contains IRF port bindings. 2. You are binding physical interfaces to an IRF port after an IRF fabric is formed. none: If the user sets this object to none, this object will return a success without performing any operation. set: Activates the settings on the IRF ports. After the settings is activated, this object will return to none at the next reading. | 1.3.6.1.4.1.25506.2.91.1.9 | INTEGER {none(1), set(2)} | read-write | current |
| hh3cStackDeviceConfigTable OBJECT-TYPE This table contains objects to manage device information in a stack. | 1.3.6.1.4.1.25506.2.91.2 | not-accessible | current | |
| hh3cStackDeviceConfigEntry OBJECT-TYPE This table contains objects to manage device information in a stack. | 1.3.6.1.4.1.25506.2.91.2.1 | not-accessible | current | |
| hh3cStackMemberID OBJECT-TYPE The member ID of the device in a stack. | 1.3.6.1.4.1.25506.2.91.2.1.1 | Integer32 | read-only | current |
| hh3cStackConfigMemberID OBJECT-TYPE The configured member ID of the device. The valid value ranges from 1 to the value in hh3cStackMaxMember. The configured member ID will take effect at a reboot if it is unique within the stack. | 1.3.6.1.4.1.25506.2.91.2.1.2 | Integer32 | read-write | current |
| hh3cStackPriority OBJECT-TYPE The priority of a device in the stack. The valid value ranges from 1 to the value in hh3cStackMaxConfigPriority. | 1.3.6.1.4.1.25506.2.91.2.1.3 | Integer32 | read-write | current |
| hh3cStackPortNum OBJECT-TYPE The number of stack ports enabled on a device. | 1.3.6.1.4.1.25506.2.91.2.1.4 | Integer32 | read-only | current |
| hh3cStackPortMaxNum OBJECT-TYPE The maximum number of stack ports on a device. | 1.3.6.1.4.1.25506.2.91.2.1.5 | Integer32 | read-only | current |
| hh3cStackBoardConfigTable OBJECT-TYPE This table contains objects to manage MPU information for a stack. | 1.3.6.1.4.1.25506.2.91.3 | not-accessible | current | |
| hh3cStackBoardConfigEntry OBJECT-TYPE This table contains objects to manage MPU information for a stack. | 1.3.6.1.4.1.25506.2.91.3.1 | not-accessible | current | |
| hh3cStackBoardRole OBJECT-TYPE The role of the MPU in a stack. slave: Standby MPU master: Master MPU loading: Standby MPU is loading the software image from the master. other: other | 1.3.6.1.4.1.25506.2.91.3.1.1 | INTEGER {slave(1), master(2), loading(3), other(4)} | read-only | current |
| hh3cStackBoardBelongtoMember OBJECT-TYPE Member ID of the device that holds the current board. | 1.3.6.1.4.1.25506.2.91.3.1.2 | Integer32 | read-only | current |
| hh3cStackPortInfoTable OBJECT-TYPE This table contains objects to manage stack port information for IRF stacked devices. | 1.3.6.1.4.1.25506.2.91.4 | not-accessible | current | |
| hh3cStackPortInfoEntry OBJECT-TYPE This table contains objects to manage stack port information for IRF stacked devices. | 1.3.6.1.4.1.25506.2.91.4.1 | not-accessible | current | |
| hh3cStackPortIndex OBJECT-TYPE The index of a stack port of the device. | 1.3.6.1.4.1.25506.2.91.4.1.1 | Integer32 | accessible-for-notify | current |
| hh3cStackPortEnable OBJECT-TYPE The status of a stack port of the device. If no physical interfaces are added to the stack port, its status is disabled. If the stack port has physical interfaces, its status is enabled. disabled: The stack port is disabled. enabled: The stack port is enabled. | 1.3.6.1.4.1.25506.2.91.4.1.2 | INTEGER {disabled(1), enabled(2)} | read-only | current |
| hh3cStackPortStatus OBJECT-TYPE The link status of a stack port on the device. up: A physical link is present on the stack port. down: No physical link is present on the stack port. silent: The link state of the stack port is up, but the port can't transmit or receive traffic. disabled: The stack port doesn't contain physical links. | 1.3.6.1.4.1.25506.2.91.4.1.3 | INTEGER {up(1), down(2), silent(3), disabled(4)} | read-only | current |
| hh3cStackNeighbor OBJECT-TYPE The member ID of the stack port's neighbor. 0 means no neighbor exists. | 1.3.6.1.4.1.25506.2.91.4.1.4 | Integer32 | read-only | current |
| hh3cStackPortForwardingPath OBJECT-TYPE List of egress member IDs on a stack port. Each member device uses the egress member ID lists to choose the outgoing stack port for known unicast frames to be sent out of other member devices. The egress member ID lists are comma separated. A zero-length string means no egress members exist. For example: In a ring stack of 1-2-3-4-5-7-1, if hh3cStackPortForwardingPath.1.1 returns '7,5,4', IRF-port 1/1 will be the outgoing port for frames to reach members 7, 5, and 4 from member 1. | 1.3.6.1.4.1.25506.2.91.4.1.5 | OCTET STRING (SIZE(0..511)) | read-only | current |
| hh3cStackPhyPortInfoTable OBJECT-TYPE This table contains objects to manage information about physical interfaces that can be used for IRF stacking. | 1.3.6.1.4.1.25506.2.91.5 | not-accessible | current | |
| hh3cStackPhyPortInfoEntry OBJECT-TYPE This table contains objects to manage information about physical interfaces that can be used for IRF stacking. | 1.3.6.1.4.1.25506.2.91.5.1 | not-accessible | current | |
| hh3cStackBelongtoPort OBJECT-TYPE The index of the stack port to which the physical interface is added. 0 means the physical interface is not added to any stack port. The value will take effect when IRF is enabled on the device. | 1.3.6.1.4.1.25506.2.91.5.1.1 | Integer32 | read-write | current |
| hh3cStackTrap OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.91.6 | |||
| hh3cStackTrapOjbects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.91.6.0 | |||
| hh3cStackTrapObjectDefinitions OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.91.6.1 | |||
| hh3cStackPhysicalIntfName OBJECT-TYPE The textual name of the stack physical interface. | 1.3.6.1.4.1.25506.2.91.6.1.1 | OCTET STRING (SIZE(1..255)) | accessible-for-notify | current |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cStackPortLinkStatusChange NOTIFICATION-TYPE The hh3cStackPortLinkStatusChange trap indicates that the link status of the stack port has changed. | 1.3.6.1.4.1.25506.2.91.6.0.1 | current |
| hh3cStackTopologyChange NOTIFICATION-TYPE The hh3cStackTopologyChange trap indicates that the topology type of the IRF stack has changed. | 1.3.6.1.4.1.25506.2.91.6.0.2 | current |
| hh3cStackMadBfdChangeNormal NOTIFICATION-TYPE The hh3cStackMadBfdChangeNormal trap indicates that the BFD MAD function changed to the normal state. | 1.3.6.1.4.1.25506.2.91.6.0.3 | current |
| hh3cStackMadBfdChangeFailure NOTIFICATION-TYPE The hh3cStackMadBfdChangeFailure trap indicates that the BFD MAD function changed to the failure state. | 1.3.6.1.4.1.25506.2.91.6.0.4 | current |
| hh3cStackMadLacpChangeNormal NOTIFICATION-TYPE The hh3cStackMadLacpChangeNormal trap indicates that the LACP MAD function changed to the normal state. | 1.3.6.1.4.1.25506.2.91.6.0.5 | current |
| hh3cStackMadLacpChangeFailure NOTIFICATION-TYPE The hh3cStackMadLacpChangeFailure trap indicates that the LACP MAD function changed to the failure state. | 1.3.6.1.4.1.25506.2.91.6.0.6 | current |
| hh3cStackPhysicalIntfLinkUp NOTIFICATION-TYPE The hh3cStackPhysicalIntfLinkUp trap indicates that the status of the stack physical interface has changed to the up state. | 1.3.6.1.4.1.25506.2.91.6.0.7 | current |
| hh3cStackPhysicalIntfLinkDown NOTIFICATION-TYPE The hh3cStackPhysicalIntfLinkDown trap indicates that the status of the stack physical interface has changed to the down state. | 1.3.6.1.4.1.25506.2.91.6.0.8 | current |
| hh3cStackPhysicalIntfRxTimeout NOTIFICATION-TYPE The hh3cStackPhysicalIntfRxTimeout trap indicates that the timer for the stack physical interface to receive packets has timed out. | 1.3.6.1.4.1.25506.2.91.6.0.9 | current |