BAY-STACK-MIB

File: BAY-STACK-MIB.mib (5253 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SYNOPTICS-ROOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 TruthValue bayStackMibs

Defined Types

BayStackUnitConfigEntry  
SEQUENCE    
  bayStackUnitConfigIndex Integer32
  bayStackUnitConfigRearPortAdminMode INTEGER
  bayStackUnitConfigRearPortOperMode INTEGER

Defined Values

bayStackMib 1.3.6.1.4.1.45.5.13
General BayStack MIB.
MODULE-IDENTITY    

bayStackObjects 1.3.6.1.4.1.45.5.13.1
OBJECT IDENTIFIER    

bayStackConfig 1.3.6.1.4.1.45.5.13.1.1
OBJECT IDENTIFIER    

bayStackConfigExpectedStackSize 1.3.6.1.4.1.45.5.13.1.1.1
The expected stack size. A unit that expects to be standalone would use a value of 1.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..8  

bayStackConfigStackErrorNotificationInterval 1.3.6.1.4.1.45.5.13.1.1.2
This objects controls the frequency with which bsnStackConfigurationError notifications are generated.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

bayStackConfigStackErrorNotificationEnabled 1.3.6.1.4.1.45.5.13.1.1.3
This objects controls whether bsnStackConfigurationError notifications are generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bayStackConfigStackRebootUnitOnFailure 1.3.6.1.4.1.45.5.13.1.1.4
This object controls whether to reboot any unit in a stack whose stack ports do not go logically up.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bayStackConfigStackRetryCount 1.3.6.1.4.1.45.5.13.1.1.5
Stack retry count.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

bayStackUnitConfigTable 1.3.6.1.4.1.45.5.13.1.2
This table contains per-unit configuration data for a stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BayStackUnitConfigEntry

bayStackUnitConfigEntry 1.3.6.1.4.1.45.5.13.1.2.1
An entry of configuration data for a stacked unit.
Status: current Access: not-accessible
OBJECT-TYPE    
  BayStackUnitConfigEntry  

bayStackUnitConfigIndex 1.3.6.1.4.1.45.5.13.1.2.1.1
The unit number of an entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..8  

bayStackUnitConfigRearPortAdminMode 1.3.6.1.4.1.45.5.13.1.2.1.2
The current administrative rear-port mode for this unit. This value will be applied at the next stack re-boot if it is different from the current operational value. Supported values are: standalone (rear-port mode is enabled normal), stacking (rear-port mode is disabled) and spb(rear-port mode is enabled with loopback port reserved).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER standalone(1), stacking(2), spb(3)  

bayStackUnitConfigRearPortOperMode 1.3.6.1.4.1.45.5.13.1.2.1.3
The current operational rear-port mode for this unit. Supported values are: standalone (operational rear-port mode is enabled normal), stacking (operational rear-port mode is disabled) and spb(operational rear-port mode is enabled with loopback port reserved).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER standalone(1), stacking(2), spb(3)