TPLINK-STACK-MIB

File: TPLINK-STACK-MIB.mib (7949 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB TPLINK-MIB

Imported symbols

Unsigned32 MODULE-IDENTITY NOTIFICATION-TYPE
OBJECT-TYPE ifIndex DisplayString
tplinkMgmt

Defined Types

TpSwitchInfoEntry  
SEQUENCE    
  tpSwitchCurrentUnit INTEGER
  tpSwitchDesignatedUnit INTEGER
  tpSwitchRole INTEGER
  tpSwitchPriority INTEGER
  tpSwitchMacAddress DisplayString
  tpSwitchVersion DisplayString
  tpSwitchState INTEGER

TpStackPortInfoEntry  
SEQUENCE    
  tpStackPortEnable INTEGER
  tpStackPortStatus INTEGER
  tpStackPortNeighbor DisplayString Size(0..255)

Defined Values

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.
MODULE-IDENTITY    

tplinkStackMIBObjects 1.3.6.1.4.1.11863.6.34.1
OBJECT IDENTIFIER    

tplinkStackNotifications 1.3.6.1.4.1.11863.6.34.2
OBJECT IDENTIFIER    

tpStackGlobal 1.3.6.1.4.1.11863.6.34.1.1
OBJECT IDENTIFIER    

tpStackInfo 1.3.6.1.4.1.11863.6.34.1.2
OBJECT IDENTIFIER    

tpStackName 1.3.6.1.4.1.11863.6.34.1.1.1
An unique tag for the stack system.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

tpStackMacAddress 1.3.6.1.4.1.11863.6.34.1.1.2
The mac address the stack uses to communicate with other devices.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

tpStackTopo 1.3.6.1.4.1.11863.6.34.1.1.3
The current topo state of the stack.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER line(0), ring(1)  

tpStackAuthMode 1.3.6.1.4.1.11863.6.34.1.1.4
The authentication mode used in stack creation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), simple(1), md5(2)  

tpStackAuthKey 1.3.6.1.4.1.11863.6.34.1.1.5
The password to be used in stack authentication if the Stack Auth Mode is Simple or Md5.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

tpSwitchInfoTable 1.3.6.1.4.1.11863.6.34.1.2.1
This table contains information specific to switches in a stack.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpSwitchInfoEntry

tpSwitchInfoEntry 1.3.6.1.4.1.11863.6.34.1.2.1.1
A conceptual row in the switchInfoTable describing a switch information.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpSwitchInfoEntry  

tpSwitchCurrentUnit 1.3.6.1.4.1.11863.6.34.1.2.1.1.1
This object contains the current switch identification number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unit-1(1), unit-2(2), unit-3(3), unit-4(4), unit-5(5), unit-6(6), unit-7(7), unit-8(8)  

tpSwitchDesignatedUnit 1.3.6.1.4.1.11863.6.34.1.2.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(-1), unit-1(1), unit-2(2), unit-3(3), unit-4(4), unit-5(5), unit-6(6), unit-7(7), unit-8(8)  

tpSwitchRole 1.3.6.1.4.1.11863.6.34.1.2.1.1.4
This object describes the function of the switch: slave - stack member. master - stack master.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER slave(0), master(1)  

tpSwitchPriority 1.3.6.1.4.1.11863.6.34.1.2.1.1.5
A number containing the priority of a switch. The switch with the highest priority will become the master.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

tpSwitchMacAddress 1.3.6.1.4.1.11863.6.34.1.2.1.1.6
The MAC address of the switch.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

tpSwitchVersion 1.3.6.1.4.1.11863.6.34.1.2.1.1.7
The software version of the switch.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

tpSwitchState 1.3.6.1.4.1.11863.6.34.1.2.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER init(1), disc(2), sync(3), ready(4), verMismatch(5)  

tpStackPortInfoTable 1.3.6.1.4.1.11863.6.34.1.2.2
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpStackPortInfoEntry

tpStackPortInfoEntry 1.3.6.1.4.1.11863.6.34.1.2.2.1
A conceptual row in the stackPortInfoTable. An entry contains information about a stackport.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpStackPortInfoEntry  

tpStackPortEnable 1.3.6.1.4.1.11863.6.34.1.2.2.1.1
Whether the port is enable as a stack port. disable - Ethernet port mode. enable - Stack port mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpStackPortStatus 1.3.6.1.4.1.11863.6.34.1.2.2.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(1), down(2), authFail(3), ethernet(4)  

tpStackPortNeighbor 1.3.6.1.4.1.11863.6.34.1.2.2.1.3
The mac address of the switch directly links on the stack port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)