CISCO-STACKWISE-MIB

File: CISCO-STACKWISE-MIB.mib (69560 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF ENTITY-MIB
IF-MIB SNMPv2-TC SNMP-FRAMEWORK-MIB
CISCO-TC CISCO-SMI

Imported symbols

Unsigned32 MODULE-IDENTITY NOTIFICATION-TYPE
OBJECT-TYPE NOTIFICATION-GROUP MODULE-COMPLIANCE
OBJECT-GROUP entPhysicalIndex ifIndex
TruthValue MacAddress TEXTUAL-CONVENTION
SnmpAdminString EntPhysicalIndexOrZero ciscoMgmt

Defined Types

CswPowerStackMode  
This textual convention is used to describe the mode of the power stack. Since the power stack could only run in either power sharing or redundant mode so this TC will also have only following valid values, powerSharing(1) :When a power stack is running in power sharing mode then all the power supplies in the power stack contributes towards the global power budget of the stack. redundant(2) :If the user wants the power stack to run in redundant mode then we will take the capacity of the largest power supply in the power stack out of power stack global power budget pool. powerSharingStrict(3):This mode is same as power sharing mode but, in this mode, the available power will always be more than the used power. redundantStrict(4) :This mode is same as redundant mode but, in this mode, the available power will always be more than the used power.
TEXTUAL-CONVENTION    
  INTEGER powerSharing(1), redundant(2), powerSharingStrict(3), redundantStrict(4)  

CswPowerStackType  
This textual conventions is used to describe the type of the power stack. Since the power stack could only be configured in a ring or star topology so this TC will have only following valid values, ring(1): The power stack has been formed by connecting the switches in ring topology. star(2): The power stack has been formed by connecting the switches in star topology.
TEXTUAL-CONVENTION    
  INTEGER ring(1), star(2)  

CswSwitchNumber  
A unique value, greater than zero, for each switch in a group of stackable switches.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CswSwitchNumberOrZero  
A unique value, greater than or equal to zero, for each switch in a group of stackable switches. A value of zero means that the switch number can not be determined. The value of zero is not unique.
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

CswSwitchPriority  
A value, greater than or equal to zero, that defines the priority of a switch in a group of stackable switches. The higher the value, the higher the priority.
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

CswStackPowerInfoEntry  
SEQUENCE    
  cswStackPowerStackNumber Unsigned32
  cswStackPowerMode CswPowerStackMode
  cswStackPowerMasterMacAddress MacAddress
  cswStackPowerMasterSwitchNum Unsigned32
  cswStackPowerNumMembers Unsigned32
  cswStackPowerType CswPowerStackType
  cswStackPowerName SnmpAdminString

CswStackPowerPortInfoEntry  
SEQUENCE    
  cswStackPowerPortIndex Unsigned32
  cswStackPowerPortOperStatus INTEGER
  cswStackPowerPortNeighborMacAddress MacAddress
  cswStackPowerPortNeighborSwitchNum CswSwitchNumberOrZero
  cswStackPowerPortLinkStatus INTEGER
  cswStackPowerPortOverCurrentThreshold Unsigned32
  cswStackPowerPortName SnmpAdminString

CswSwitchInfoEntry  
SEQUENCE    
  cswSwitchNumCurrent CswSwitchNumber
  cswSwitchNumNextReload CswSwitchNumberOrZero
  cswSwitchRole INTEGER
  cswSwitchSwPriority CswSwitchPriority
  cswSwitchHwPriority CswSwitchPriority
  cswSwitchState INTEGER
  cswSwitchMacAddress MacAddress
  cswSwitchSoftwareImage SnmpAdminString
  cswSwitchPowerBudget Unsigned32
  cswSwitchPowerCommited Unsigned32
  cswSwitchSystemPowerPriority Unsigned32
  cswSwitchPoeDevicesLowPriority Unsigned32
  cswSwitchPoeDevicesHighPriority Unsigned32
  cswSwitchPowerAllocated Unsigned32

CswStackPortInfoEntry  
SEQUENCE    
  cswStackPortOperStatus INTEGER
  cswStackPortNeighbor EntPhysicalIndexOrZero

CswDistrStackLinkInfoEntry  
SEQUENCE    
  cswDSLindex Unsigned32
  cswDistrStackLinkBundleOperStatus INTEGER

CswDistrStackPhyPortInfoEntry  
SEQUENCE    
  cswDistrStackPhyPort SnmpAdminString
  cswDistrStackPhyPortOperStatus INTEGER
  cswDistrStackPhyPortNbr SnmpAdminString
  cswDistrStackPhyPortNbrsw EntPhysicalIndexOrZero

Defined Values

ciscoStackWiseMIB 1.3.6.1.4.1.9.9.500
This MIB module contain a collection of managed objects that apply to network devices supporting the Cisco StackWise(TM) technology. The StackWise technology provides a method for collectively utilizing a stack of switches to create a single switching unit. The data stack is used for switching data packets and, in power stack, switches are connected by special stack power cables to share power. Moreover, stackwise is the concept for combining multiple systems to give an impression of a single system so that is why both power stack and data stack are supported by single MIB. Terminology: Stack - A collection of switches connected by the Cisco StackWise technology. Master - The switch that is managing the stack. Member - A switch in the stack that is NOT the stack master. Ring - Components that makes up the connections between the switches in order to create a stack. Stackport - A special physical connector used by the ring. It is possible for a switch have more than one stackport. SDM - Switch Database Management. Stack Power - A collection of switches connected by special stack power cables to share the power of inter-connected power supplies across all switches requiring power. Stack Power is managed by a single data stack. Jack-Jack - It is a device that provides the Power Shelf capabilities required for Stack Power on the high-end. POE - Power Over Ethernet FEP - Front End Power Supply SOC - Sustained Overload Condition GLS - Graceful Load Shedding ILS - Immediate Load Shedding SRLS - System Ring Load Shedding SSLS - System Star Load Shedding
MODULE-IDENTITY    

ciscoStackWiseMIBNotifs 1.3.6.1.4.1.9.9.500.0
OBJECT IDENTIFIER    

ciscoStackWiseMIBObjects 1.3.6.1.4.1.9.9.500.1
OBJECT IDENTIFIER    

ciscoStackWiseMIBConform 1.3.6.1.4.1.9.9.500.2
OBJECT IDENTIFIER    

cswGlobals 1.3.6.1.4.1.9.9.500.1.1
OBJECT IDENTIFIER    

cswStackInfo 1.3.6.1.4.1.9.9.500.1.2
OBJECT IDENTIFIER    

cswStackPowerInfo 1.3.6.1.4.1.9.9.500.1.3
OBJECT IDENTIFIER    

cswMaxSwitchNum 1.3.6.1.4.1.9.9.500.1.1.1
The maximum number of switches that can be configured on this stack. This is also the maximum value that can be set by the cswSwitchNumNextReload object.
Status: current Access: read-only
OBJECT-TYPE    
  CswSwitchNumber  

cswMaxSwitchConfigPriority 1.3.6.1.4.1.9.9.500.1.1.2
The maximum configurable priority for a switch in this stack. Highest value equals highest priority. This is the highest value that can be set by the cswSwitchSwPriority object.
Status: current Access: read-only
OBJECT-TYPE    
  CswSwitchPriority  

cswRingRedundant 1.3.6.1.4.1.9.9.500.1.1.3
A value of 'true' is returned when the stackports are connected in such a way that it forms a redundant ring.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cswStackPowerInfoTable 1.3.6.1.4.1.9.9.500.1.3.1
This table holds the information about all the power stacks in a single data stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswStackPowerInfoEntry

cswStackPowerInfoEntry 1.3.6.1.4.1.9.9.500.1.3.1.1
An entry in the cswStackPowerInfoTable for each of the power stacks in a single data stack. This entry contains information regarding the power stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswStackPowerInfoEntry  

cswStackPowerStackNumber 1.3.6.1.4.1.9.9.500.1.3.1.1.1
A unique value, greater than zero, to identify a power stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cswStackPowerMode 1.3.6.1.4.1.9.9.500.1.3.1.1.2
This object specifies the information about the mode of the power stack. Power-sharing mode: All of the input power can be used for loads, and the total available power appears as one huge power supply. The power budget includes all power from all supplies. No power is set aside for power supply failures, so if a power supply fails, load shedding (shutting down of powered devices or switches) might occur. This is the default. Redundant mode: The largest power supply is removed from the power pool to be used as backup power in case one of the other power supplies fails. The available power budget is the total power minus the largest power supply. This reduces the available power in the pool for switches and powered devices to draw from, but in case of a failure or an extreme power load, there is less chance of having to shut down switches or powered devices. This is the recommended operating mode if your system has enough power. In addition, you can configure each mode to run a strict power budget or a non-strict (loose) power budget. If the mode is strict, the stack power needs cannot exceed the available power. When the power budgeted to devices reaches the maximum available PoE power, power is denied to the next device seeking power. In this mode the stack never goes into an over-budgeted power mode. When the mode is non-strict, budgeted power is allowed to exceed available power. This is normally not a problem because most devices do not run at full power and the chances of all powered devices in the stack requiring maximum power at the same time is small.
Status: current Access: read-write
OBJECT-TYPE    
  CswPowerStackMode  

cswStackPowerMasterMacAddress 1.3.6.1.4.1.9.9.500.1.3.1.1.3
This object indicates the Mac address of the power stack master.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cswStackPowerMasterSwitchNum 1.3.6.1.4.1.9.9.500.1.3.1.1.4
This object indicates the switch number of the power stack master. The value of this object would be zero if the power stack master is not part of this data stack.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswStackPowerNumMembers 1.3.6.1.4.1.9.9.500.1.3.1.1.5
This object indicates the number of members in the power stack.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswStackPowerType 1.3.6.1.4.1.9.9.500.1.3.1.1.6
This object indicates the topology of the power stack, that is, whether the switch is running in RING or STAR topology.
Status: current Access: read-only
OBJECT-TYPE    
  CswPowerStackType  

cswStackPowerName 1.3.6.1.4.1.9.9.500.1.3.1.1.7
This object specifies a unique name of this power stack. A zero-length string indicates no name is assigned.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

cswStackPowerPortInfoTable 1.3.6.1.4.1.9.9.500.1.3.2
This table contains information about the stack power ports. There exists an entry in this table for each physical stack power port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswStackPowerPortInfoEntry

cswStackPowerPortInfoEntry 1.3.6.1.4.1.9.9.500.1.3.2.1
A conceptual row in the cswStackPowerPortInfoTable. This entry contains information about a power stack port.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswStackPowerPortInfoEntry  

cswStackPowerPortIndex 1.3.6.1.4.1.9.9.500.1.3.2.1.1
A unique value, greater than zero, for each stack power port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cswStackPowerPortOperStatus 1.3.6.1.4.1.9.9.500.1.3.2.1.2
This object is used to either set or unset the operational status of the stack port. This object will have following valid values, enabled(1) : The port is enabled disabled(2) : The port is forced down
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cswStackPowerPortNeighborMacAddress 1.3.6.1.4.1.9.9.500.1.3.2.1.3
This objects indicates the port neighbor's Mac Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cswStackPowerPortNeighborSwitchNum 1.3.6.1.4.1.9.9.500.1.3.2.1.4
This objects indicates the port neighbor's switch number. If either there is no switch connected or the neighbor is not Jack-Jack then the value of this object is going to be 0.
Status: current Access: read-only
OBJECT-TYPE    
  CswSwitchNumberOrZero  

cswStackPowerPortLinkStatus 1.3.6.1.4.1.9.9.500.1.3.2.1.5
This object is used to describe the link status of the stack port. This object will have following valid values, up(1) : The port is connected and operational down(2): The port is either forced down or not connected
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

cswStackPowerPortOverCurrentThreshold 1.3.6.1.4.1.9.9.500.1.3.2.1.6
This object is used to retrieve the over current threshold. The stack power cables are limited to carry current up to the limit retrieved by this object. The stack power cables would not be able to function properly if either the input or output current goes beyond the threshold retrieved by this object.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cswStackPowerPortName 1.3.6.1.4.1.9.9.500.1.3.2.1.7
This object specifies a unique name of the stack power port as shown on the face plate of the system. A zero-length string indicates no name is assigned.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cswEnableStackNotifications 1.3.6.1.4.1.9.9.500.1.1.4
This object indicates whether the system generates the notifications defined in this MIB or not. A value of 'false' will prevent the notifications from being sent.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

cswEnableIndividualStackNotifications 1.3.6.1.4.1.9.9.500.1.1.5
This object is used to enable/disable individual notifications defined in this MIB module. Turning on a particular bit would enable the corresponding trap and, similarly, turning off a particular bit would disable the corresponding trap. The following notifications are controlled by this object: stackPortChange(0): enables/disables cswStackPortChange notification. stackNewMaster(1): enables/disables cswStackNewMember notification. stackMismatch(2): enables/disables cswStackMismatch notification. stackRingRedundant(3): enables/disables cswStackRingRedundant notification. stackNewMember(4): enables/disables cswStackNewMember notification. stackMemberRemoved(5): enables/disables cswStackMemberRemoved notification. stackPowerLinkStatusChanged(6): enables/disables cswStackPowerPortLinkStatusChanged notification. stackPowerPortOperStatusChanged(7): enables/disables cswStackPowerPortOperStatusChanged notification. stackPowerVersionMismatch(8): enables/disables cswStackPowerVersionMismatch notification. stackPowerInvalidTopology(9): enables/disables cswStackPowerInvalidTopology notification stackPowerBudgetWarning(10): enables/disables cswStackPowerBudgetWarning notification. stackPowerInvalidInputCurrent(11): enables/disables cswStackPowerInvalidInputCurrent notification. stackPowerInvalidOutputCurrent(12): enables/disables cswStackPowerInvalidOutputCurrent notification. stackPowerUnderBudget(13): enables/disables cswStackPowerUnderBudget notification. stackPowerUnbalancedPowerSupplies(14): enables/disables cswStackPowerUnbalancedPowerSupplies notification. stackPowerInsufficientPower(15): enables/disables cswStackPowerInsufficientPower notification. stackPowerPriorityConflict(16): enables/disables cswStackPowerPriorityConflict notification. stackPowerUnderVoltage(17): enables/disables cswStackPowerUnderVoltage notification. stackPowerGLS(18): enables/disables cswStackPowerGLS notification. stackPowerILS(19): enables/disabled cswStackPowerILS notification. stackPowerSRLS(20): enables/disables cswStackPowerSRLS notification. stackPowerSSLS(21): enables/disables cswStackPowerSSLS notification. stackMemberToBeReloadedForUpgrade(22): enables/disables cswStackMemberToBeReloadedForUpgrade notification.
Status: current Access: read-write
OBJECT-TYPE    
  BITS stackPortChange(0), stackNewMaster(1), stackMismatch(2), stackRingRedundant(3), stackNewMember(4), stackMemberRemoved(5), stackPowerLinkStatusChanged(6), stackPowerPortOperStatusChanged(7), stackPowerVersionMismatch(8), stackPowerInvalidTopology(9), stackPowerBudgetWarning(10), stackPowerInvalidInputCurrent(11), stackPowerInvalidOutputCurrent(12), stackPowerUnderBudget(13), stackPowerUnbalancedPowerSupplies(14), stackPowerInsufficientPower(15), stackPowerPriorityConflict(16), stackPowerUnderVoltage(17), stackPowerGLS(18), stackPowerILS(19), stackPowerSRLS(20), stackPowerSSLS(21), stackMemberToBeReloadedForUpgrade(22)  

cswStackDomainNum 1.3.6.1.4.1.9.9.500.1.1.6
This object indicates distributed domain of the switch.Only Switches with the same domain number can be in the same dist ributed domain.0 means no switch domain configured.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswStackType 1.3.6.1.4.1.9.9.500.1.1.7
This object indicates type of switch stack. value of Switch virtual domain determines if switch is distributed or conventional stack. 0 means stack is conventional back side stack.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswStackBandWidth 1.3.6.1.4.1.9.9.500.1.1.8
This object indicates stack bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswSwitchInfoTable 1.3.6.1.4.1.9.9.500.1.2.1
This table contains information specific to switches in a stack. Every switch with an entry in the entPhysicalTable (ENTITY-MIB) whose entPhysicalClass is 'chassis' will have an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswSwitchInfoEntry

cswSwitchInfoEntry 1.3.6.1.4.1.9.9.500.1.2.1.1
A conceptual row in the cswSwitchInfoTable describing a switch information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswSwitchInfoEntry  

cswSwitchNumCurrent 1.3.6.1.4.1.9.9.500.1.2.1.1.1
This object contains the current switch identification number. This number should match any logical labeling on the switch. For example, a switch whose interfaces are labeled 'interface #3' this value should be 3.
Status: current Access: read-only
OBJECT-TYPE    
  CswSwitchNumber  

cswSwitchNumNextReload 1.3.6.1.4.1.9.9.500.1.2.1.1.2
This object contains the cswSwitchNumCurrent to be used at next reload. The maximum value for this object is defined by the cswMaxSwitchNum object. Note: This object will contain 0 and cannot be set if the cswSwitchState value is other than 'ready'.
Status: current Access: read-write
OBJECT-TYPE    
  CswSwitchNumberOrZero  

cswSwitchRole 1.3.6.1.4.1.9.9.500.1.2.1.1.3
This object describes the function of the switch: master - stack master. member - active member of the stack. notMember - none-active stack member, see cswSwitchState for status. standby - stack standby switch.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER master(1), member(2), notMember(3), standby(4)  

cswSwitchSwPriority 1.3.6.1.4.1.9.9.500.1.2.1.1.4
A number containing the priority of a switch. The switch with the highest priority will become the master. The maximum value for this object is defined by the cswMaxSwitchConfigPriority object. If after a reload the value of cswMaxSwitchConfigPriority changes to a smaller value, and the value of cswSwitchSwPriority has been previously set to a value greater or equal to the new cswMaxSwitchConfigPriority, then the SNMP agent must set cswSwitchSwPriority to the new cswMaxSwitchConfigPriority. Note: This object will contain the value of 0 if the cswSwitchState value is other than 'ready'.
Status: current Access: read-write
OBJECT-TYPE    
  CswSwitchPriority  

cswSwitchHwPriority 1.3.6.1.4.1.9.9.500.1.2.1.1.5
This object contains the hardware priority of a switch. If two or more entries in this table have the same cswSwitchSwPriority value during the master election time, the switch with the highest cswSwitchHwPriority will become the master. Note: This object will contain the value of 0 if the cswSwitchState value is other than 'ready'.
Status: current Access: read-only
OBJECT-TYPE    
  CswSwitchPriority  

cswSwitchState 1.3.6.1.4.1.9.9.500.1.2.1.1.6
The current state of a switch: waiting - Waiting for a limited time on other switches in the stack to come online. progressing - Master election or mismatch checks in progress. added - The switch is added to the stack. ready - The switch is operational. sdmMismatch - The SDM template configured on the master is not supported by the new member. verMismatch - The operating system version running on the master is different from the operating system version running on this member. featureMismatch - Some of the features configured on the master are not supported on this member. newMasterInit - Waiting for the new master to finish initialization after master switchover (Master Re-Init). provisioned - The switch is not an active member of the stack. invalid - The switch's state machine is in an invalid state. removed - The switch is removed from the stack.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER waiting(1), progressing(2), added(3), ready(4), sdmMismatch(5), verMismatch(6), featureMismatch(7), newMasterInit(8), provisioned(9), invalid(10), removed(11)  

cswSwitchMacAddress 1.3.6.1.4.1.9.9.500.1.2.1.1.7
The MAC address of the switch. Note: This object will contain the value of 0000:0000:0000 if the cswSwitchState value is other than 'ready'.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

cswSwitchSoftwareImage 1.3.6.1.4.1.9.9.500.1.2.1.1.8
The software image type running on the switch. Note: This object will contain an empty string if the cswSwitchState value is other than 'ready'.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cswSwitchPowerBudget 1.3.6.1.4.1.9.9.500.1.2.1.1.9
This object indicates the power budget of the switch.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswSwitchPowerCommited 1.3.6.1.4.1.9.9.500.1.2.1.1.10
This object indicates the power committed to the POE devices connected to the switch.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswSwitchSystemPowerPriority 1.3.6.1.4.1.9.9.500.1.2.1.1.11
This specifies the system's power priority. In case of a power failure then the system with the highest system priority will be brought down last.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cswSwitchPoeDevicesLowPriority 1.3.6.1.4.1.9.9.500.1.2.1.1.12
This object specifies the priority of the system's low priority POE devices.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cswSwitchPoeDevicesHighPriority 1.3.6.1.4.1.9.9.500.1.2.1.1.13
This object specifies the priority of the system's high priority POE devices. In order to avoid losing the high priority POE devices before the low priority POE devices, this object's value must be greater than value of cswSwitchPoeDevicesLowPriority.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cswSwitchPowerAllocated 1.3.6.1.4.1.9.9.500.1.2.1.1.14
This object indicates the power committed to the POE devices connected to the switch.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cswStackPortInfoTable 1.3.6.1.4.1.9.9.500.1.2.2
This table contains stackport specific information. There exists an entry in this table for every physical stack port that have an entry in the ifTable (IF-MIB).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswStackPortInfoEntry

cswStackPortInfoEntry 1.3.6.1.4.1.9.9.500.1.2.2.1
A conceptual row in the cswStackPortInfoTable. An entry contains information about a stackport.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswStackPortInfoEntry  

cswStackPortOperStatus 1.3.6.1.4.1.9.9.500.1.2.2.1.1
The state of the stackport. up - Connected and operational. down - Not connected to a neighboring switch or administrative down. forcedDown - Shut down by stack manager due to mismatch or stackport errors.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), forcedDown(3)  

cswStackPortNeighbor 1.3.6.1.4.1.9.9.500.1.2.2.1.2
This object contains the value of the entPhysicalIndex of the switch's chassis to which this stackport is connected to. If the stackport is not connected, the value 0 is returned.
Status: current Access: read-only
OBJECT-TYPE    
  EntPhysicalIndexOrZero  

cswDistrStackLinkInfoTable 1.3.6.1.4.1.9.9.500.1.2.3
Distributed Stack Link Information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswDistrStackLinkInfoEntry

cswDistrStackLinkInfoEntry 1.3.6.1.4.1.9.9.500.1.2.3.1
An Entry containing information about DSL link.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswDistrStackLinkInfoEntry  

cswDSLindex 1.3.6.1.4.1.9.9.500.1.2.3.1.1
This is index of the distributed stack link with respect to each interface port
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2  

cswDistrStackLinkBundleOperStatus 1.3.6.1.4.1.9.9.500.1.2.3.1.2
The state of the stackLink. up - Connected and operational. down - Not connected or administrative down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

cswDistrStackPhyPortInfoTable 1.3.6.1.4.1.9.9.500.1.2.4
This table contains objects for Distributed stack Link information Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CswDistrStackPhyPortInfoEntry

cswDistrStackPhyPortInfoEntry 1.3.6.1.4.1.9.9.500.1.2.4.1
An Entry containing information about stack port that is part of Distributed Stack Link.
Status: current Access: not-accessible
OBJECT-TYPE    
  CswDistrStackPhyPortInfoEntry  

cswDistrStackPhyPort 1.3.6.1.4.1.9.9.500.1.2.4.1.1
This object indicates the name of distributed stack port.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cswDistrStackPhyPortOperStatus 1.3.6.1.4.1.9.9.500.1.2.4.1.2
The state of the distributed stackport. up - Connected and operational. down - Not connected to a neighboring switch or administrative down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

cswDistrStackPhyPortNbr 1.3.6.1.4.1.9.9.500.1.2.4.1.3
This object indicates the name of distributed stack port's neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cswDistrStackPhyPortNbrsw 1.3.6.1.4.1.9.9.500.1.2.4.1.4
This object indicates the EntPhysicalIndex of the distributed stack port's neigbor switch.
Status: current Access: read-only
OBJECT-TYPE    
  EntPhysicalIndexOrZero  

cswMIBNotifications 1.3.6.1.4.1.9.9.500.0.0
OBJECT IDENTIFIER    

cswStackPortChange 1.3.6.1.4.1.9.9.500.0.0.1
This notification is generated when the state of a stack port has changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackNewMaster 1.3.6.1.4.1.9.9.500.0.0.2
This notification is generated when a new master has been elected. The notification will contain the cswSwitchNumCurrent object to indicate the new master ID.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackMismatch 1.3.6.1.4.1.9.9.500.0.0.3
This notification is generated when a new member attempt to join the stack but was denied due to a mismatch. The cswSwitchState object will indicate the type of mismatch.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackRingRedundant 1.3.6.1.4.1.9.9.500.0.0.4
This notification is generated when the redundancy of the ring has changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackNewMember 1.3.6.1.4.1.9.9.500.0.0.5
This notification is generated when a new member joins the stack.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackMemberRemoved 1.3.6.1.4.1.9.9.500.0.0.6
This notification is generated when a member is removed from the stack.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerPortLinkStatusChanged 1.3.6.1.4.1.9.9.500.0.0.7
This notification is generated when the link status of a stack power port is changed from up to down or down to up. This notification is for informational purposes only and no action is required. cswStackPowerPortLinkStatus indicates link status of the stack power ports. cswSwitchNumCurrent indicates the switch number of the system. cswStackPowerPortName specifies a unique name of the stack power port as shown on the face plate of the system.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerPortOperStatusChanged 1.3.6.1.4.1.9.9.500.0.0.8
This notification is generated when the operational status of a stack power port is changed from enabled to disabled or from disabled to enabled. This notification is for informational purposes only and no action is required. cswSwitchNumCurrent indicates the switch number of the system. cswStackPowerPortOperStatus indicates operational status of the stack power ports. cswStackPowerPortName specifies a unique name of the stack power port as shown on the face plate of the system.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerVersionMismatch 1.3.6.1.4.1.9.9.500.0.0.9
This notification is generated when the major version of the stack power protocol is different from the other members of the power stack. Upon receiving this notification, the user should make sure that he/she is using the same software version on all the members of the same power stack. cswSwitchNumCurrent indicates the switch number of the system seeing the power stack version mismatch.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerInvalidTopology 1.3.6.1.4.1.9.9.500.0.0.10
This notification is generated when an invalid stack power topology is discovered by a switch. cswSwitchNumCurrent indicates the switch number of the system where the invalid topology is discovered.
Status: current Access: read-only
NOTIFICATION-TYPE    

cscwStackPowerBudgetWarrning 1.3.6.1.4.1.9.9.500.0.0.11
This notification is generated when the switch power budget is more than 1000W above its power supplies rated power output. cswSwitchNumCurrent indicates the switch number of the system where the invalid power budget has been detected.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerInvalidInputCurrent 1.3.6.1.4.1.9.9.500.0.0.12
This notification is generated when the input current in the stack power cable is over the limit of the threshold retrieved by the agent through cswStackPowerPortOverCurrentThreshold object. Upon receiving this notification, the user should add a power supply to the system whose switch number is generated with this notification. cswSwitchNumCurrent indicates the switch number of the system. cswStackPowerPortOverCurrentThreshold indicates the over current threshold of power stack cables. cswStackPowerPortName specifies a unique name of the stack power port as shown on the face plate of the system.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerInvalidOutputCurrent 1.3.6.1.4.1.9.9.500.0.0.13
This notification is generated when the output current in the stack power cable is over the limit of the threshold retrieved by the agent through cswStackPowerPortOverCurrentThreshold object. Upon receiving this notification, the user should remove a power supply from the system whose switch number is generated with this notification. cswSwitchNumCurrent indicates the switch number of the system. cswStackPowerPortOverCurrentThreshold indicates the over current threshold of power stack cables. cswStackPowerPortName specifies a unique name of the stack power port as shown on the face plate of the system.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerUnderBudget 1.3.6.1.4.1.9.9.500.0.0.14
This notification is generated when the switch's budget is less than maximum possible switch power consumption. cswSwitchNumCurrent indicates the switch number of the system that is running with the power budget less than the power consumption.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerUnbalancedPowerSupplies 1.3.6.1.4.1.9.9.500.0.0.15
This notification is generated when the switch has no power supply but another switch in the same stack has more than one power supplies. cswStackPowerName specifies a unique name of the power stack where the unbalanced power supplies are detected.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerInsufficientPower 1.3.6.1.4.1.9.9.500.0.0.16
This notification is generated when the switch's power stack does not have enough power to bring up all the switches in the power stack. cswStackPowerName specifies a unique name of the power stack where insufficient power condition is detected.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerPriorityConflict 1.3.6.1.4.1.9.9.500.0.0.17
This notification is generated when the switch's power priorities are conflicting with power priorities of another switch in the same power stack. cswStackPowerPortName specifies the unique name of the power stack where the conflicting power priorities are detected.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerUnderVoltage 1.3.6.1.4.1.9.9.500.0.0.18
This notification is generated when the switch had an under voltage condition on last boot up. cswSwitchNumCurrent indicates the switch number of the system that was forced down with the under voltage condition.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerGLS 1.3.6.1.4.1.9.9.500.0.0.19
This notification is generated when the switch had to shed loads based on a sustained over load (SOC) condition. cswSwitchNumCurrent indicates the switch number of the system that goes through graceful load shedding.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerILS 1.3.6.1.4.1.9.9.500.0.0.20
This notification is generated when the switch had to shed loads based on power supply fail condition. cswSwitchNumCurrent indicates the switch number of the system that goes through immediate load shedding.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerSRLS 1.3.6.1.4.1.9.9.500.0.0.21
This notification is generated when the switch had to shed loads based on loss of a system in ring topology. cswSwitchNumCurrent indicates the switch number of the system that detects the loss of system in ring topology.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackPowerSSLS 1.3.6.1.4.1.9.9.500.0.0.22
This notification is generated when the switch had to shed loads based on loss of a system in star topology. cswSwitchNumCurrent indicates the switch number of the system that detects the loss of system in star topology.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackMemberToBeReloadedForUpgrade 1.3.6.1.4.1.9.9.500.0.0.23
This notification is generated when a member is to be reloaded for upgrade.
Status: current Access: read-only
NOTIFICATION-TYPE    

cswStackWiseMIBCompliances 1.3.6.1.4.1.9.9.500.2.1
OBJECT IDENTIFIER    

cswStackWiseMIBGroups 1.3.6.1.4.1.9.9.500.2.2
OBJECT IDENTIFIER    

cswStackWiseMIBCompliance 1.3.6.1.4.1.9.9.500.2.1.1
The compliance statement for entities that implement the CISCO-STACKWISE-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cswStackWiseMIBComplianceRev1 1.3.6.1.4.1.9.9.500.2.1.2
The compliance statements for entities described in CISCO-STACKWISE-MIB. Stack Power entities are added in this revision.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cswStackWiseMIBComplianceRev2 1.3.6.1.4.1.9.9.500.2.1.3
The compliance statements for entities described in CISCO-STACKWISE-MIB. Stack Power entities are added in this revision.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cswStackWiseMIBComplianceRev3 1.3.6.1.4.1.9.9.500.2.1.4
The compliance statements for entities described in CISCO-STACKWISE-MIB. Stack Power entities are added in this revision.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cswStackWiseMIBComplianceRev4 1.3.6.1.4.1.9.9.500.2.1.5
The compliance statements for entities described in CISCO-STACKWISE-MIB. Stack Global entities are added in this revision.
Status: current Access: read-only
MODULE-COMPLIANCE    

cswStatusGroup 1.3.6.1.4.1.9.9.500.2.2.1
A collection of objects that are used for control and status.
Status: deprecated Access: read-only
OBJECT-GROUP    

cswNotificationGroup 1.3.6.1.4.1.9.9.500.2.2.2
A collection of notifications that are required.
Status: current Access: read-only
NOTIFICATION-GROUP    

cswStatusGroupRev1 1.3.6.1.4.1.9.9.500.2.2.3
A collection of objects that are used for control and status.
Status: current Access: read-only
OBJECT-GROUP    

cswStackPowerStatusGroup 1.3.6.1.4.1.9.9.500.2.2.4
A collection of stack power objects that are used for control and status of power stack.
Status: current Access: read-only
OBJECT-GROUP    

cswStackPowerSwitchStatusGroup 1.3.6.1.4.1.9.9.500.2.2.5
A collection of stack power objects that are used to track the stack power parameters of a switch.
Status: current Access: read-only
OBJECT-GROUP    

cswStackPowerPortStatusGroup 1.3.6.1.4.1.9.9.500.2.2.6
A collection of objects that are used for control and status of stack power ports.
Status: current Access: read-only
OBJECT-GROUP    

cswStackPowerNotificationGroup 1.3.6.1.4.1.9.9.500.2.2.7
A collection of notifications that are triggered whenever there is either a change in stack power object or an error is encountered.
Status: current Access: read-only
NOTIFICATION-GROUP    

cswStackPowerEnableNotificationGroup 1.3.6.1.4.1.9.9.500.2.2.8
This group contains the notification enable objects for this MIB.
Status: current Access: read-only
OBJECT-GROUP    

cswNotificationGroupSup1 1.3.6.1.4.1.9.9.500.2.2.9
Additional notification required for data stack.
Status: current Access: read-only
NOTIFICATION-GROUP    

cswStackPowerAllocatedGroup 1.3.6.1.4.1.9.9.500.2.2.10
A collection of objects providing the stack power allocation information of a switch.
Status: current Access: read-only
OBJECT-GROUP    

cswStatusGroupRev2 1.3.6.1.4.1.9.9.500.2.2.11
A collection of objects that are used for control and status.
Status: current Access: read-only
OBJECT-GROUP    

cswDistrStackLinkStatusGroup 1.3.6.1.4.1.9.9.500.2.2.12
A collection object(s) for control and status of the distributed Stack Link.
Status: current Access: read-only
OBJECT-GROUP    

cswDistrStackPhyPortStatusGroup 1.3.6.1.4.1.9.9.500.2.2.13
A collection of objects for control and status of the distributed stack port
Status: current Access: read-only
OBJECT-GROUP