TPLINK-LAG-MIB

File: TPLINK-LAG-MIB.mib (6813 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB SNMPv2-TC
TPLINK-MIB

Imported symbols

OBJECT-TYPE OBJECT-IDENTITY MODULE-IDENTITY
ifIndex DisplayString RowStatus
tplinkMgmt

Defined Types

TPLAGENTRY  
SEQUENCE    
  tpLagIndex INTEGER
  tpLagType INTEGER
  tpLagMember DisplayString
  tpLagRowStatus RowStatus

TPLACPENTRY  
SEQUENCE    
  tpLacpPort DisplayString
  tpLacpAdminKey INTEGER
  tpLacpPortPriority INTEGER
  tpLacpMode INTEGER
  tpLacpChan DisplayString

Defined Values

tplinkLagMIB 1.3.6.1.4.1.11863.6.9
Private MIB for system time configuration.
MODULE-IDENTITY    

tplinkLagMIBObjects 1.3.6.1.4.1.11863.6.9.1
OBJECT IDENTIFIER    

tplinkLagNotifications 1.3.6.1.4.1.11863.6.9.2
OBJECT IDENTIFIER    

tplinkLagMIBGlobalConfig 1.3.6.1.4.1.11863.6.9.1.1
OBJECT IDENTIFIER    

tplinkLagTable 1.3.6.1.4.1.11863.6.9.1.2
OBJECT IDENTIFIER    

tplinkLagLacpManage 1.3.6.1.4.1.11863.6.9.1.3
OBJECT IDENTIFIER    

tpLagMaxEntryNum 1.3.6.1.4.1.11863.6.9.1.1.1
This object indicates the max number of entries in the lag configuration table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpLagLoadBalance 1.3.6.1.4.1.11863.6.9.1.1.2
This object configures scope of Aggregate Arithmetic, which results in choosing a port to transfer the packets. mac-source-dest: When this option is selected, the Aggregate Arithmetic will apply to the source and destination MAC addresses of the packets. ip-source-dest: When this option is selected, the Aggregate Arithmetic will apply to the source and destination IP addresses of the packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER mac-source(0), mac-dest(1), mac-source-dest(2), ip-source(3), ip-dest(4), ip-source-dest(5)  

tpLagTable 1.3.6.1.4.1.11863.6.9.1.2.3
A table that contains informatin about every static lag. LAG (Link Aggregation Group) is to combine a number of ports together to make a single high-bandwidth data path, which can highly extend the bandwidth. The bandwidth of the LAG is the sum of bandwidth of its member port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPLAGENTRY

tpLagEntry 1.3.6.1.4.1.11863.6.9.1.2.3.1
A list of information for every lag.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPLAGENTRY  

tpLagIndex 1.3.6.1.4.1.11863.6.9.1.2.3.1.1
This object indicates the index of the lag entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpLagType 1.3.6.1.4.1.11863.6.9.1.2.3.1.2
This object indicates the type of the lag entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER on(1), active(2), passive(3)  

tpLagMember 1.3.6.1.4.1.11863.6.9.1.2.3.1.3
This object indicates how many ports are included in this lag. The maximum number of ports is eight for 'on' type lag, sixteen for 'active' or 'passive' type lag.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..100)  

tpLagRowStatus 1.3.6.1.4.1.11863.6.9.1.2.3.1.4
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tpLacpSystemPriority 1.3.6.1.4.1.11863.6.9.1.3.1
This object indicates the system priority of the lacp.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

tpLacpTable 1.3.6.1.4.1.11863.6.9.1.3.2
A table that contains the lacp information of every port. LACP (Link Aggregation Control Protocol) is defined in IEEE802.3ad and enables the dynamic link aggregation and disaggregation by exchanging LACP packets with its partner. The switch can dynamically group similarly configured ports into a single logical link, which will highly extend the bandwidth and flexibly balance the load.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPLACPENTRY

tpLacpEntry 1.3.6.1.4.1.11863.6.9.1.3.2.1
A list of lacp information for every port.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPLACPENTRY  

tpLacpPort 1.3.6.1.4.1.11863.6.9.1.3.2.1.1
This object indicates the port number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tpLacpAdminKey 1.3.6.1.4.1.11863.6.9.1.3.2.1.2
This object indicates the Admin Key of the port. The member ports in a dynamic aggregation group must have the same Admin Key.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

tpLacpPortPriority 1.3.6.1.4.1.11863.6.9.1.3.2.1.3
This object indicates the port priority of the port. This value determines the priority of the port to be selected as the dynamic aggregation group member. The port with smaller Port Priority will be considered as the preferred one. If the two port priorities are equal; the port with smaller port number is preferred.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

tpLacpMode 1.3.6.1.4.1.11863.6.9.1.3.2.1.4
This object indicates the lacp mode of the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), passive(0)  

tpLacpChan 1.3.6.1.4.1.11863.6.9.1.3.2.1.5
This object indicates the lag number of the port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..10)