AtiStackInfo-MIB

File: AtiStackInfo-MIB.mib (8193 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1155-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
DisplayString TruthValue enterprises

Defined Types

MACAddress  
OCTET STRING Size(6)    

AtiswitchEnhStackEntry  
SEQUENCE    
  atiswitchEnhStackSwId INTEGER
  atiswitchEnhStackSwMacAddr MACAddress
  atiswitchEnhStackSwName DisplayString
  atiswitchEnhStackSwMode DisplayString
  atiswitchEnhStackSwSoftwareVersion DisplayString
  atiswitchEnhStackSwModel DisplayString
  atiswitchEnhStackConnect TruthValue

Defined Values

alliedTelesyn 1.3.6.1.4.1.207
Private MIB for ATI next generation layer 2 switches. This MIB contains stacking related groups.
MODULE-IDENTITY    

mibObject 1.3.6.1.4.1.207.8
OBJECT IDENTIFIER    

atiStackInfoMib 1.3.6.1.4.1.207.8.16
OBJECT IDENTIFIER    

atiswitchEnhancedStacking 1.3.6.1.4.1.207.8.16.1
OBJECT IDENTIFIER    

atiswitchEnhStackMode 1.3.6.1.4.1.207.8.16.1.1
Enhanced stacking mode of the switch. - Master: You will be able to access the user interface of other switches from this switch and be able to configure the remote switch. Other Masters can also access this switch. - Slave: This switch will not be able to access and configure other switches but Masters can access this switch remotely. - Unavailable: It cannot access any other switches and also no Masters can access this switch. It can only be configured locally.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER master(1), slave(2), unavailable(3)  

atiswitchEnhStackDiscover 1.3.6.1.4.1.207.8.16.1.2
Before accessing the enhanced stack, the stack has to be discovered by setting this object to 'discover'. The user is requested to wait for a couple of seconds before accessing the stack as it takes some time for all the remote switches to be identified. Setting the value to 'do-not-discover' has no effect.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER discover(1), do-not-discover(2)  

atiswitchEnhStackRemoteNumber 1.3.6.1.4.1.207.8.16.1.3
Total number of remote switches detected by the Master. It will also be equal to the number of entries in atiswitchEnhStackTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

atiswitchEnhStackTable 1.3.6.1.4.1.207.8.16.1.4
This table contains the list of all remote switches accessible from a Master switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtiswitchEnhStackEntry

atiswitchEnhStackEntry 1.3.6.1.4.1.207.8.16.1.4.1
An entry in the atiswitchEnhStackTable describing the remote switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtiswitchEnhStackEntry  

atiswitchEnhStackSwId 1.3.6.1.4.1.207.8.16.1.4.1.1
Entry number of the remote switch in the table. It is also the index into the table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

atiswitchEnhStackSwMacAddr 1.3.6.1.4.1.207.8.16.1.4.1.2
MAC address of the remote switch.
Status: current Access: read-only
OBJECT-TYPE    
  MACAddress  

atiswitchEnhStackSwName 1.3.6.1.4.1.207.8.16.1.4.1.3
Name of the remote switch.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..20)  

atiswitchEnhStackSwMode 1.3.6.1.4.1.207.8.16.1.4.1.4
Mode of the remote switch - whether it is a Master or a Slave.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..20)  

atiswitchEnhStackSwSoftwareVersion 1.3.6.1.4.1.207.8.16.1.4.1.5
Software version running in the remote switch.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..20)  

atiswitchEnhStackSwModel 1.3.6.1.4.1.207.8.16.1.4.1.6
Model name of the remote switch.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..20)  

atiswitchEnhStackConnect 1.3.6.1.4.1.207.8.16.1.4.1.7
Setting this to 'true' will establish a connection with the remote switch. Only one entry in the table can have this value set to 'true' at any point of time. During a remote access, setting its value to 'false' will terminate the remote access.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue