TPLINK-STACK-MIB: View SNMP OID List / Download MIB

VENDOR: TP-LINK


 Home MIB: TPLINK-STACK-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
 tplinkStackMIB 1.3.6.1.4.1.11863.6.34
This MIB module contain a collection of managed objects that apply to network devices with stack function.
       tplinkStackMIBObjects 1.3.6.1.4.1.11863.6.34.1
           tpStackGlobal 1.3.6.1.4.1.11863.6.34.1.1
               tpStackName 1.3.6.1.4.1.11863.6.34.1.1.1 displaystring read-write
An unique tag for the stack system.
               tpStackMacAddress 1.3.6.1.4.1.11863.6.34.1.1.2 displaystring read-only
The mac address the stack uses to communicate with other devices.
               tpStackTopo 1.3.6.1.4.1.11863.6.34.1.1.3 integer read-only
The current topo state of the stack. Enumeration: 'line': 0, 'ring': 1.
               tpStackAuthMode 1.3.6.1.4.1.11863.6.34.1.1.4 integer read-write
The authentication mode used in stack creation. Enumeration: 'simple': 1, 'none': 0, 'md5': 2.
               tpStackAuthKey 1.3.6.1.4.1.11863.6.34.1.1.5 displaystring read-write
The password to be used in stack authentication if the Stack Auth Mode is Simple or Md5.
           tpStackInfo 1.3.6.1.4.1.11863.6.34.1.2
               tpSwitchInfoTable 1.3.6.1.4.1.11863.6.34.1.2.1 no-access
This table contains information specific to switches in a stack.
                   tpSwitchInfoEntry 1.3.6.1.4.1.11863.6.34.1.2.1.1 no-access
A conceptual row in the switchInfoTable describing a switch information.
                       tpSwitchCurrentUnit 1.3.6.1.4.1.11863.6.34.1.2.1.1.1 integer read-only
This object contains the current switch identification number. Enumeration: 'unit-8': 8, 'unit-7': 7, 'unit-6': 6, 'unit-5': 5, 'unit-4': 4, 'unit-3': 3, 'unit-2': 2, 'unit-1': 1.
                       tpSwitchDesignatedUnit 1.3.6.1.4.1.11863.6.34.1.2.1.1.3 integer read-write
This object contains the preferred unit number for the switch. auto: When this option is selected, the device will be assigned a free unit number automatically. unit-x: When this option is selected, the device will try to obtain unit-x first,treated as auto when it is not available to obtain a preffered unit number. Enumeration: 'auto': -1, 'unit-8': 8, 'unit-7': 7, 'unit-6': 6, 'unit-5': 5, 'unit-4': 4, 'unit-3': 3, 'unit-2': 2, 'unit-1': 1.
                       tpSwitchRole 1.3.6.1.4.1.11863.6.34.1.2.1.1.4 integer read-only
This object describes the function of the switch: slave - stack member. master - stack master. Enumeration: 'master': 1, 'slave': 0.
                       tpSwitchPriority 1.3.6.1.4.1.11863.6.34.1.2.1.1.5 integer read-write
A number containing the priority of a switch. The switch with the highest priority will become the master.
                       tpSwitchMacAddress 1.3.6.1.4.1.11863.6.34.1.2.1.1.6 displaystring read-only
The MAC address of the switch.
                       tpSwitchVersion 1.3.6.1.4.1.11863.6.34.1.2.1.1.7 displaystring read-only
The software version of the switch.
                       tpSwitchState 1.3.6.1.4.1.11863.6.34.1.2.1.1.8 integer read-only
The current state of a switch: init - The switch is initializing. disc - The switch is discovering other switchs. sync - The switch is now synchronizing config with other stack members. ready - The switch is now ready. verMismatch - The software version running on the master is different with this member. Enumeration: 'ready': 4, 'verMismatch': 5, 'init': 1, 'disc': 2, 'sync': 3.
               tpStackPortInfoTable 1.3.6.1.4.1.11863.6.34.1.2.2 no-access
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).
                   tpStackPortInfoEntry 1.3.6.1.4.1.11863.6.34.1.2.2.1 no-access
A conceptual row in the stackPortInfoTable. An entry contains information about a stackport.
                       tpStackPortEnable 1.3.6.1.4.1.11863.6.34.1.2.2.1.1 integer read-write
Whether the port is enable as a stack port. disable - Ethernet port mode. enable - Stack port mode. Enumeration: 'enable': 1, 'disable': 0.
                       tpStackPortStatus 1.3.6.1.4.1.11863.6.34.1.2.2.1.2 integer read-only
The state of the stackport. ok - Connected and operational. down - Link down. authFail - The stack port is link-up but no discovery packets received or malformed packet received. ethernet - The port now works in Ethernet mode. Enumeration: 'down': 2, 'ethernet': 4, 'authFail': 3, 'ok': 1.
                       tpStackPortNeighbor 1.3.6.1.4.1.11863.6.34.1.2.2.1.3 displaystring read-only
The mac address of the switch directly links on the stack port.
       tplinkStackNotifications 1.3.6.1.4.1.11863.6.34.2