HPN-ICF-STACK-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.91
- Last updated
- 2008-04-30 16:50
- Revisions
- 2008-04-30 16:50
- Namespace
- hp
- Source file
HPN-ICF-STACK-MIB- Digest
sha256:1c0a1a00ffec8ff75f6aa261ce5c5eb35dbf46ff43a5cb64e868b13d8f291249
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.
Imports
| From | Symbols |
|---|---|
| ENTITY-MIB | entPhysicalIndex |
| HPN-ICF-OID-MIB | hpnicfCommon |
| IF-MIB | ifDescr, ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, 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 HPN-ICF-OID-MIB HPN-ICF-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 |
|---|---|---|---|---|
| hpnicfStackGlobalConfig OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.91.1 | |||
| hpnicfStackMaxMember OBJECT-TYPE The maximum number of members in a stack. | 1.3.6.1.4.1.11.2.14.11.15.2.91.1.1 | Integer32 | read-only | current |
| hpnicfStackMemberNum OBJECT-TYPE The number of members currently in a stack. | 1.3.6.1.4.1.11.2.14.11.15.2.91.1.2 | Integer32 | read-only | current |
| hpnicfStackMaxConfigPriority OBJECT-TYPE The highest priority that can be configured for a member in a stack. | 1.3.6.1.4.1.11.2.14.11.15.2.91.1.3 | Integer32 | read-only | current |
| hpnicfStackAutoUpdate 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 not 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.11.2.14.11.15.2.91.1.4 | INTEGER {disabled(1), enabled(2)} | read-write | current |
| hpnicfStackMacPersistence 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 does not 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.11.2.14.11.15.2.91.1.5 | INTEGER {notPersist(1), persistForSixMin(2), persistForever(3)} | read-write | current |
| hpnicfStackLinkDelayInterval 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 1-30000(ms): delay time | 1.3.6.1.4.1.11.2.14.11.15.2.91.1.6 | Integer32 (0..30000) | read-write | current |
| hpnicfStackTopology OBJECT-TYPE Stack topology. chainConn: daisy-chain connection ringConn: ring connection | 1.3.6.1.4.1.11.2.14.11.15.2.91.1.7 | INTEGER {chainConn(1), ringConn(2)} | read-only | current |
| hpnicfStackDeviceConfigTable OBJECT-TYPE This table contains objects to manage device information in a stack. | 1.3.6.1.4.1.11.2.14.11.15.2.91.2 | not-accessible | current | |
| hpnicfStackDeviceConfigEntry OBJECT-TYPE This table contains objects to manage device information in a stack. | 1.3.6.1.4.1.11.2.14.11.15.2.91.2.1 | not-accessible | current | |
| hpnicfStackMemberID OBJECT-TYPE The member ID of the device in a stack. | 1.3.6.1.4.1.11.2.14.11.15.2.91.2.1.1 | Integer32 | read-only | current |
| hpnicfStackConfigMemberID OBJECT-TYPE The configured member ID of the device. The valid value ranges from 1 to the value in hpnicfStackMaxMember. The configured member ID will take effect at a reboot if it is unique within the stack. | 1.3.6.1.4.1.11.2.14.11.15.2.91.2.1.2 | Integer32 | read-write | current |
| hpnicfStackPriority OBJECT-TYPE The priority of a device in the stack. The valid value ranges from 1 to the value in hpnicfStackMaxConfigPriority. | 1.3.6.1.4.1.11.2.14.11.15.2.91.2.1.3 | Integer32 | read-write | current |
| hpnicfStackPortNum OBJECT-TYPE The number of stack ports enabled in a device. | 1.3.6.1.4.1.11.2.14.11.15.2.91.2.1.4 | Integer32 | read-only | current |
| hpnicfStackPortMaxNum OBJECT-TYPE The maximum number of stack ports in a device. | 1.3.6.1.4.1.11.2.14.11.15.2.91.2.1.5 | Integer32 | read-only | current |
| hpnicfStackBoardConfigTable OBJECT-TYPE This table contains objects to manage MPU information for a stack. | 1.3.6.1.4.1.11.2.14.11.15.2.91.3 | not-accessible | current | |
| hpnicfStackBoardConfigEntry OBJECT-TYPE This table contains objects to manage MPU information for a stack. | 1.3.6.1.4.1.11.2.14.11.15.2.91.3.1 | not-accessible | current | |
| hpnicfStackBoardRole 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.11.2.14.11.15.2.91.3.1.1 | INTEGER {slave(1), master(2), loading(3), other(4)} | read-only | current |
| hpnicfStackBoardBelongtoMember OBJECT-TYPE Member ID of the device that holds the current board. | 1.3.6.1.4.1.11.2.14.11.15.2.91.3.1.2 | Integer32 | read-only | current |
| hpnicfStackPortInfoTable OBJECT-TYPE This table contains objects to manage stack port information for IRF stacked devices. | 1.3.6.1.4.1.11.2.14.11.15.2.91.4 | not-accessible | current | |
| hpnicfStackPortInfoEntry OBJECT-TYPE This table contains objects to manage stack port information for IRF stacked devices. | 1.3.6.1.4.1.11.2.14.11.15.2.91.4.1 | not-accessible | current | |
| hpnicfStackPortIndex OBJECT-TYPE The index of a stack port of the device. | 1.3.6.1.4.1.11.2.14.11.15.2.91.4.1.1 | Integer32 | accessible-for-notify | current |
| hpnicfStackPortEnable OBJECT-TYPE The status of a stack port of the device. If no physical ports are added to the stack port, its status is 'disabled'. If the stack port has physical ports, its status is 'enabled'. disabled: The stack port is disabled. enabled: The stack port is enabled. | 1.3.6.1.4.1.11.2.14.11.15.2.91.4.1.2 | INTEGER {disabled(1), enabled(2)} | read-only | current |
| hpnicfStackPortStatus 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 cannot transmit or receive traffic. disabled: The stack port does not contain physical links. | 1.3.6.1.4.1.11.2.14.11.15.2.91.4.1.3 | INTEGER {up(1), down(2), silent(3), disabled(4)} | read-only | current |
| hpnicfStackNeighbor OBJECT-TYPE The member ID of the stack port's neighbor. 0 means no neighbor exists. | 1.3.6.1.4.1.11.2.14.11.15.2.91.4.1.4 | Integer32 | read-only | current |
| hpnicfStackPortForwardingPath 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 hpnicfStackPortForwardingPath.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.11.2.14.11.15.2.91.4.1.5 | OCTET STRING (SIZE(0..511)) | read-only | current |
| hpnicfStackPhyPortInfoTable OBJECT-TYPE This table contains objects to manage information about physical ports that can be used for IRF stacking. | 1.3.6.1.4.1.11.2.14.11.15.2.91.5 | not-accessible | current | |
| hpnicfStackPhyPortInfoEntry OBJECT-TYPE This table contains objects to manage information about physical ports that can be used for IRF stacking. | 1.3.6.1.4.1.11.2.14.11.15.2.91.5.1 | not-accessible | current | |
| hpnicfStackBelongtoPort OBJECT-TYPE The index of the stack port to which the physical port is added. 0 means the physical port 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.11.2.14.11.15.2.91.5.1.1 | Integer32 | read-write | current |
| hpnicfStackTrap OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.91.6 | |||
| hpnicfStackTrapOjbects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.91.6.0 |
Notifications
| Name | OID | Status |
|---|---|---|
| hpnicfStackPortLinkStatusChange NOTIFICATION-TYPE The hpnicfStackPortLinkStatusChange trap indicates that the link status of the stack port has changed. | 1.3.6.1.4.1.11.2.14.11.15.2.91.6.0.1 | current |
| hpnicfStackTopologyChange NOTIFICATION-TYPE The hpnicfStackTopologyChange trap indicates that the topology type of the IRF stack has changed. | 1.3.6.1.4.1.11.2.14.11.15.2.91.6.0.2 | current |
| hpnicfStackMadBfdChangeNormal NOTIFICATION-TYPE The hpnicfStackMadBfdChangeNormal trap indicates that the BFD MAD function changed to the normal state. | 1.3.6.1.4.1.11.2.14.11.15.2.91.6.0.3 | current |
| hpnicfStackMadBfdChangeFailure NOTIFICATION-TYPE The hpnicfStackMadBfdChangeFailure trap indicates that the BFD MAD function changed to the failure state. | 1.3.6.1.4.1.11.2.14.11.15.2.91.6.0.4 | current |
| hpnicfStackMadLacpChangeNormal NOTIFICATION-TYPE The hpnicfStackMadLacpChangeNormal trap indicates that the LACP MAD function changed to the normal state. | 1.3.6.1.4.1.11.2.14.11.15.2.91.6.0.5 | current |
| hpnicfStackMadLacpChangeFailure NOTIFICATION-TYPE The hpnicfStackMadLacpChangeFailure trap indicates that the LACP MAD function changed to the failure state. | 1.3.6.1.4.1.11.2.14.11.15.2.91.6.0.6 | current |