EXTREME-STACKING-MIB

File: EXTREME-STACKING-MIB.mib (12876 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
EXTREME-BASE-MIB EXTREME-SYSTEM-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 IpAddress MacAddress
sysUpTime sysDescr ifIndex
DisplayString TruthValue extremeAgent
extremeCurrentTemperature

Defined Types

ExtremeStackMemberEntry  
SEQUENCE    
  extremeStackMemberSlotId INTEGER
  extremeStackMemberType OBJECT IDENTIFIER
  extremeStackMemberOperStatus INTEGER
  extremeStackMemberRole INTEGER
  extremeStackMemberEntPhysicalIndex INTEGER
  extremeStackMemberMACAddress MacAddress
  extremeStackMemberCurImageVersion DisplayString
  extremeStackMemberPriImageVersion DisplayString
  extremeStackMemberSecImageVersion DisplayString
  extremeStackMemberBootRomVersion DisplayString
  extremeStackMemberCurConfig DisplayString
  extremeStackMemberConfigSelected INTEGER
  extremeStackMemberImageSelected INTEGER
  extremeStackMemberStackPriority INTEGER
  extremeStackMemberMgmtIpAddress IpAddress
  extremeStackMemberSysLocation DisplayString
  extremeStackMemberAutoConfig TruthValue
  extremeStackMemberStackStatus INTEGER

ExtremeStackingPortEntry  
SEQUENCE    
  extremeStackingPortIfIndex INTEGER
  extremeStackingPortRemoteMac MacAddress
  extremeStackingPortLinkSpeed Unsigned32
  extremeStackingPortLinkStatus INTEGER

Defined Values

extremeStackable 1.3.6.1.4.1.1916.1.33
Extreme Stackable MIB objects
MODULE-IDENTITY    

extremeStackDetection 1.3.6.1.4.1.1916.1.33.1
This field provides the information as to whether the stacking is enabled (True) or disabled (False) for the system. The stacking feature is supported from extremeware version 7.4 and above
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeStackMemberTable 1.3.6.1.4.1.1916.1.33.2
A table containing information about each stack member that are a part of this stacking. If extremeStackDetection is not enabled, we wouldnt not have any rows for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeStackMemberEntry

extremeStackMemberEntry 1.3.6.1.4.1.1916.1.33.2.1
Entry in the table for a StackMember Entity
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeStackMemberEntry  

extremeStackMemberSlotId 1.3.6.1.4.1.1916.1.33.2.1.1
The slot id of the stack member in the stack
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

extremeStackMemberType 1.3.6.1.4.1.1916.1.33.2.1.2
The type of device of the stack member. This field reflects the individual sysOid of the member
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

extremeStackMemberOperStatus 1.3.6.1.4.1.1916.1.33.2.1.3
The operational status of the stack member. When the stack comes up, if there is a vector mismatch namely license mismatch or platform mismatch between the master and the member, the member remains in the mismatch state. Further communication with the member is not possible
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), mismatch(3)  

extremeStackMemberRole 1.3.6.1.4.1.1916.1.33.2.1.4
The role of the stack member as to whether it is acting as a master,backup or a slave
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER master(1), slave(2), backup(3)  

extremeStackMemberEntPhysicalIndex 1.3.6.1.4.1.1916.1.33.2.1.5
The entPhysicalIndex of the corresponding device as defined in the ENTITY-MIB
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

extremeStackMemberMACAddress 1.3.6.1.4.1.1916.1.33.2.1.6
The Mac address of the stack member
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

extremeStackMemberCurImageVersion 1.3.6.1.4.1.1916.1.33.2.1.7
The current image version of the stack member
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

extremeStackMemberPriImageVersion 1.3.6.1.4.1.1916.1.33.2.1.8
The primary image version of the stack member
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

extremeStackMemberSecImageVersion 1.3.6.1.4.1.1916.1.33.2.1.9
The secondary image version of the stack member
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

extremeStackMemberBootRomVersion 1.3.6.1.4.1.1916.1.33.2.1.10
The boot rom version of the stack member
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

extremeStackMemberCurConfig 1.3.6.1.4.1.1916.1.33.2.1.11
The current configuration of the stack member
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

extremeStackMemberConfigSelected 1.3.6.1.4.1.1916.1.33.2.1.12
The config selected to be used on reboot for the stack member
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

extremeStackMemberImageSelected 1.3.6.1.4.1.1916.1.33.2.1.13
The image selected to be used on reboot for the stack member
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

extremeStackMemberStackPriority 1.3.6.1.4.1.1916.1.33.2.1.14
The stack priority of the stack member. The stack priority is used for the master election algorithm. The member with the highest priority comes up as the master. If there are more than one switch with highest priority, the member with the least MAC among them comes up as the master
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

extremeStackMemberMgmtIpAddress 1.3.6.1.4.1.1916.1.33.2.1.15
The fallback mgmt ip address which was configured through CLI for this stack member. This ipaddress can be used to communicate with this member, if it comes up as the master. The ipaddress is associated with the vlan configured
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

extremeStackMemberSysLocation 1.3.6.1.4.1.1916.1.33.2.1.16
The physical location of this node (e.g., `telephone closet, 3rd floor'). If the location is unknown, the value is the zero-length string.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

extremeStackMemberAutoConfig 1.3.6.1.4.1.1916.1.33.2.1.17
This field provides the information whether the config of the stack member is autogenerated(true) or not(false)
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

extremeStackMemberStackStatus 1.3.6.1.4.1.1916.1.33.2.1.18
This status is used for disabling the stacking feature for the stack member. If stacking is enabled for the stack member we get the information as enable, if we mark it as disable, the stack member is removed from the stack and the corresponding row disappears
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

extremeStackingPortTable 1.3.6.1.4.1.1916.1.33.3
A table containing information about each stacking port in the stack. If extremeStackDetection is not enabled, we would not have any rows for this table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeStackingPortEntry

extremeStackingPortEntry 1.3.6.1.4.1.1916.1.33.3.1
Entry in the table for each stacking port in the stack
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeStackingPortEntry  

extremeStackingPortIfIndex 1.3.6.1.4.1.1916.1.33.3.1.1
A unique value for each interface. Its value ranges between 1 and the value of ifNumber. The value for each interface must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

extremeStackingPortRemoteMac 1.3.6.1.4.1.1916.1.33.3.1.2
The Mac address of the remote system, this stacking port is connected to. The value of the mac address will be 00:00:00:00:00:00 if the stacking link is not active.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

extremeStackingPortLinkSpeed 1.3.6.1.4.1.1916.1.33.3.1.3
The Speed of the stacking port link in bps. The speed will be zero if the link is not up
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

extremeStackingPortLinkStatus 1.3.6.1.4.1.1916.1.33.3.1.4
The Link status of the stacking port link
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

extremeStackableTraps 1.3.6.1.4.1.1916.1.33.4
OBJECT IDENTIFIER    

extremeStackTrapsPrefix 1.3.6.1.4.1.1916.1.33.4.0
OBJECT IDENTIFIER    

extremeStackMemberOverheat 1.3.6.1.4.1.1916.1.33.4.0.1
The extremeStackMemberOverheat notification is generated when the temperature of the stack member reaches the threshold temperature
Status: current Access: read-only
NOTIFICATION-TYPE    

extremeStackMemberStatusChanged 1.3.6.1.4.1.1916.1.33.4.0.2
The extremeStackMemberStatusChanged notification is generated when the operational status of the stack member changes
Status: current Access: read-only
NOTIFICATION-TYPE    

extremeStackingPortStatusChanged 1.3.6.1.4.1.1916.1.33.4.0.3
The extremeStackingPortStatusChanged notification is generated when the operational status of the stacking port changes
Status: current Access: read-only
NOTIFICATION-TYPE