AtiStackInfo-MIB: View SNMP OID List / Download MIB

VENDOR: ALLIED TELESIS


 Home MIB: AtiStackInfo-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 alliedTelesyn 1.3.6.1.4.1.207
Private MIB for ATI next generation layer 2 switches. This MIB contains stacking related groups.
         mibObject 1.3.6.1.4.1.207.8
             atiStackInfoMib 1.3.6.1.4.1.207.8.16
                   atiswitchEnhancedStacking 1.3.6.1.4.1.207.8.16.1
                       atiswitchEnhStackMode 1.3.6.1.4.1.207.8.16.1.1 integer read-write
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. Enumeration: 'slave': 2, 'master': 1, 'unavailable': 3.
                       atiswitchEnhStackDiscover 1.3.6.1.4.1.207.8.16.1.2 integer read-write
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. Enumeration: 'do-not-discover': 2, 'discover': 1.
                       atiswitchEnhStackRemoteNumber 1.3.6.1.4.1.207.8.16.1.3 integer32 read-only
Total number of remote switches detected by the Master. It will also be equal to the number of entries in atiswitchEnhStackTable.
                       atiswitchEnhStackTable 1.3.6.1.4.1.207.8.16.1.4 no-access
This table contains the list of all remote switches accessible from a Master switch.
                           atiswitchEnhStackEntry 1.3.6.1.4.1.207.8.16.1.4.1 no-access
An entry in the atiswitchEnhStackTable describing the remote switch.
                               atiswitchEnhStackSwId 1.3.6.1.4.1.207.8.16.1.4.1.1 integer read-only
Entry number of the remote switch in the table. It is also the index into the table.
                               atiswitchEnhStackSwMacAddr 1.3.6.1.4.1.207.8.16.1.4.1.2 macaddress read-only
MAC address of the remote switch.
                               atiswitchEnhStackSwName 1.3.6.1.4.1.207.8.16.1.4.1.3 displaystring read-only
Name of the remote switch.
                               atiswitchEnhStackSwMode 1.3.6.1.4.1.207.8.16.1.4.1.4 displaystring read-only
Mode of the remote switch - whether it is a Master or a Slave.
                               atiswitchEnhStackSwSoftwareVersion 1.3.6.1.4.1.207.8.16.1.4.1.5 displaystring read-only
Software version running in the remote switch.
                               atiswitchEnhStackSwModel 1.3.6.1.4.1.207.8.16.1.4.1.6 displaystring read-only
Model name of the remote switch.
                               atiswitchEnhStackConnect 1.3.6.1.4.1.207.8.16.1.4.1.7 truthvalue read-write
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.