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

VENDOR: TP-LINK


 Home MIB: TPLINK-LAG-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
 tplinkLagMIB 1.3.6.1.4.1.11863.6.9
Private MIB for system time configuration.
     tplinkLagMIBObjects 1.3.6.1.4.1.11863.6.9.1
         tplinkLagMIBGlobalConfig 1.3.6.1.4.1.11863.6.9.1.1
             tpLagMaxEntryNum 1.3.6.1.4.1.11863.6.9.1.1.1 integer read-only
This object indicates the max number of entries in the lag configuration table.
             tpLagLoadBalance 1.3.6.1.4.1.11863.6.9.1.1.2 integer read-write
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. Enumeration: 'ip-source': 3, 'ip-dest': 4, 'mac-source': 0, 'mac-source-dest': 2, 'ip-source-dest': 5, 'mac-dest': 1.
         tplinkLagTable 1.3.6.1.4.1.11863.6.9.1.2
             tpLagTable 1.3.6.1.4.1.11863.6.9.1.2.3 no-access
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.
                 tpLagEntry 1.3.6.1.4.1.11863.6.9.1.2.3.1 no-access
A list of information for every lag.
                     tpLagIndex 1.3.6.1.4.1.11863.6.9.1.2.3.1.1 integer read-only
This object indicates the index of the lag entry.
                     tpLagType 1.3.6.1.4.1.11863.6.9.1.2.3.1.2 integer read-only
This object indicates the type of the lag entry. Enumeration: 'active': 2, 'on': 1, 'passive': 3.
                     tpLagMember 1.3.6.1.4.1.11863.6.9.1.2.3.1.3 displaystring read-only
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.
                     tpLagRowStatus 1.3.6.1.4.1.11863.6.9.1.2.3.1.4 rowstatus read-only
         tplinkLagLacpManage 1.3.6.1.4.1.11863.6.9.1.3
             tpLacpSystemPriority 1.3.6.1.4.1.11863.6.9.1.3.1 integer read-write
This object indicates the system priority of the lacp.
             tpLacpTable 1.3.6.1.4.1.11863.6.9.1.3.2 no-access
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.
                 tpLacpEntry 1.3.6.1.4.1.11863.6.9.1.3.2.1 no-access
A list of lacp information for every port.
                     tpLacpPort 1.3.6.1.4.1.11863.6.9.1.3.2.1.1 displaystring read-only
This object indicates the port number.
                     tpLacpAdminKey 1.3.6.1.4.1.11863.6.9.1.3.2.1.2 integer read-only
This object indicates the Admin Key of the port. The member ports in a dynamic aggregation group must have the same Admin Key.
                     tpLacpPortPriority 1.3.6.1.4.1.11863.6.9.1.3.2.1.3 integer read-write
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.
                     tpLacpMode 1.3.6.1.4.1.11863.6.9.1.3.2.1.4 integer read-only
This object indicates the lacp mode of the port. Enumeration: 'active': 1, 'passive': 0.
                     tpLacpChan 1.3.6.1.4.1.11863.6.9.1.3.2.1.5 displaystring read-only
This object indicates the lag number of the port.
     tplinkLagNotifications 1.3.6.1.4.1.11863.6.9.2